diff options
-rw-r--r-- | easytool/easytool.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/easytool/easytool.c b/easytool/easytool.c index 1a9eef9..0e07902 100644 --- a/easytool/easytool.c +++ b/easytool/easytool.c @@ -41,12 +41,11 @@ /* Easycard specific includes */ #include "easycard.h" -#define VERSION "0.01" +#define VERSION "0.02" #define COPYRIGHT \ - "EasyTool "VERSION"\n" \ - "(C) 2010 by Harald Welte <laforge@gnumonks.org>\n" \ - "This is FREE SOFTWARE with ABSOLUTELY NO VARRANTY\n\n" \ - "Use of this software is only authorized for RESEARCH PURPOSE!\n\n" + "EasyTool "VERSION" (C) 2010 by Harald Welte <laforge@gnumonks.org>\n" \ + "This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY\n\n" \ + "Use of this software is authorized for RESEARCH PURPOSE ONLY!\n\n" struct { int fd; |