summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}