diff options
-rwxr-xr-x | init.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 +} |