diff options
-rwxr-xr-x | generators/genusers.py | 2 | ||||
-rwxr-xr-x | lang/updatelang.py | 2 | ||||
-rwxr-xr-x | testxml/testxml.py | 2 | ||||
-rwxr-xr-x | update/createnew.sh | 2 | ||||
-rwxr-xr-x | update/update.sh | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/generators/genusers.py b/generators/genusers.py index 48a721f..e9de55b 100755 --- a/generators/genusers.py +++ b/generators/genusers.py @@ -1,5 +1,7 @@ #! /usr/bin/env python2.6 # -*- coding: utf8 -*- +# +# Copyright (C) 2011 Evol Online import os import re diff --git a/lang/updatelang.py b/lang/updatelang.py index e86fc3e..a55e582 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -1,5 +1,7 @@ #! /usr/bin/env python2.6 # -*- coding: utf8 -*- +# +# Copyright (C) 2010-2011 Evol Online import os import re diff --git a/testxml/testxml.py b/testxml/testxml.py index 7578f93..dff085f 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -1,5 +1,7 @@ #! /usr/bin/env python2.6 # -*- coding: utf8 -*- +# +# Copyright (C) 2010-2011 Evol Online import array import base64 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 |