diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-03 14:46:41 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-03 14:46:41 +0200 |
commit | 5a1caa063a6652753a40ec8afe3f7a1c42965785 (patch) | |
tree | a44fc955d909a3431d0ca3e15f0767f1e0f4f23f | |
parent | 30ede65e73a18ed774ebd5671c4244fc763481d1 (diff) | |
download | evol-tools-5a1caa063a6652753a40ec8afe3f7a1c42965785.tar.gz evol-tools-5a1caa063a6652753a40ec8afe3f7a1c42965785.tar.bz2 evol-tools-5a1caa063a6652753a40ec8afe3f7a1c42965785.tar.xz evol-tools-5a1caa063a6652753a40ec8afe3f7a1c42965785.zip |
Add copyrights.
-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 |