summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-05-24 15:52:45 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-05-24 15:52:45 +0300
commit7d45b2e353b51ff10600c522a033b41f0b2332d0 (patch)
treeefbd3f73a02ac91ba2fb8a62516770beafa94ecd
parentba8a1e987607141bb1925818a47c15560eb4c746 (diff)
modified: init.c
-rwxr-xr-xinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.c b/init.c
index 6dd1356..072c145 100755
--- a/init.c
+++ b/init.c
@@ -1,4 +1,4 @@
-// Copyright © 2009 sss
+// Copyright © 2009-2010 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -112,4 +112,4 @@ int __declspec(dllexport) Unload(void)
free(gbHost);
free(gbPassword);
return 0;
-} \ No newline at end of file
+}