diff options
Diffstat (limited to 'update')
-rwxr-xr-x | update/createnew.sh | 2 | ||||
-rwxr-xr-x | update/update.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/update/createnew.sh b/update/createnew.sh index 2132154..5958634 100755 --- a/update/createnew.sh +++ b/update/createnew.sh @@ -1,5 +1,7 @@ #!/bin/bash +# Copyright (C) 2011 Evol Online + dir=`pwd` rm adler32 diff --git a/update/update.sh b/update/update.sh index f4c0966..c40c371 100755 --- a/update/update.sh +++ b/update/update.sh @@ -1,5 +1,7 @@ #!/bin/bash +# Copyright (C) 2010-2011 Evol Online + dir=`pwd` rm adler32 |