From 03639f641f3c0f1616d7a22ad89c93ea8faf6def Mon Sep 17 00:00:00 2001 From: nuex Date: Thu, 22 Sep 2011 11:43:18 -0400 Subject: [PATCH] fixed email address --- LICENSE | 2 +- bin/zod | 2 +- bin/zod.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 3c79ec2..ce498b4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The MIT License (MIT) -Copyright (c) 2011 Chase Allen James +Copyright (c) 2011 Chase Allen James Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/bin/zod b/bin/zod index 6e689de..d1f14fd 100755 --- a/bin/zod +++ b/bin/zod @@ -1,7 +1,7 @@ #!/bin/sh # ZODIAC - a simple static site generator -# Copyright (c) 2011 Chase Allen James +# Copyright (c) 2011 Chase Allen James ZODLIB="$( cd "$( dirname "$0" )" && pwd )/../lib" diff --git a/bin/zod.template b/bin/zod.template index e6c403f..89d9dd7 100755 --- a/bin/zod.template +++ b/bin/zod.template @@ -1,7 +1,7 @@ #!/bin/sh # ZODIAC - a simple static site generator -# Copyright (c) 2011 Chase Allen James +# Copyright (c) 2011 Chase Allen James ZODLIB=ZODLIB_PATH