Browse code

bb11823 - command line copyright dates.

Steven Morgan authored on 2017/07/19 05:43:11
Showing 6 changed files
... ...
@@ -84,7 +84,7 @@ static void help(void)
84 84
     printf("\n");
85 85
     printf("                      Clam AntiVirus Daemon %s\n", get_version());
86 86
     printf("           By The ClamAV Team: http://www.clamav.net/about.html#credits\n");
87
-    printf("           (C) 2007-2015 Cisco Systems, Inc.\n\n");
87
+    printf("           (C) 2007-2017 Cisco Systems, Inc.\n\n");
88 88
 
89 89
     printf("    --help                   -h             Show this help.\n");
90 90
     printf("    --version                -V             Show version number.\n");
... ...
@@ -185,7 +185,7 @@ void help(void)
185 185
     mprintf("\n");
186 186
     mprintf("                       ClamAV Daemon Client %s\n", get_version());
187 187
     printf("           By The ClamAV Team: http://www.clamav.net/about.html#credits\n");
188
-    printf("           (C) 2007-2015 Cisco Systems, Inc.\n\n");
188
+    printf("           (C) 2007-2017 Cisco Systems, Inc.\n\n");
189 189
 
190 190
     mprintf("    --help              -h             Show help\n");
191 191
     mprintf("    --version           -V             Print version number and exit\n");
... ...
@@ -1235,7 +1235,7 @@ static void help(void)
1235 1235
     printf("\n");
1236 1236
     printf("           Clam AntiVirus: Monitoring Tool %s\n", get_version());
1237 1237
     printf("           By The ClamAV Team: http://www.clamav.net/about.html#credits\n");
1238
-    printf("           (C) 2008-2015 Cisco Systems, Inc.\n\n");
1238
+    printf("           (C) 2008-2017 Cisco Systems, Inc.\n\n");
1239 1239
     printf("clamdtop [-hVc] [host[:port] /path/to/clamd.socket ...]\n\n");
1240 1240
     printf("    --help                 -h         Show help\n");
1241 1241
     printf("    --version              -V         Show version\n");
... ...
@@ -203,7 +203,7 @@ void help(void)
203 203
     mprintf("\n");
204 204
     mprintf("                       Clam AntiVirus Scanner %s\n", get_version());
205 205
     printf("           By The ClamAV Team: http://www.clamav.net/about.html#credits\n");
206
-    printf("           (C) 2007-2015 Cisco Systems, Inc.\n\n");
206
+    printf("           (C) 2007-2017 Cisco Systems, Inc.\n\n");
207 207
 
208 208
     mprintf("    --help                -h             Print this help screen\n");
209 209
     mprintf("    --version             -V             Print version number\n");
... ...
@@ -150,7 +150,7 @@ help (void)
150 150
     mprintf ("                   Clam AntiVirus: freshclam  %s\n",
151 151
              get_version ());
152 152
     printf ("           By The ClamAV Team: http://www.clamav.net/about.html#credits\n");
153
-    printf ("           (C) 2007-2015 Cisco Systems, Inc.\n\n");
153
+    printf ("           (C) 2007-2017 Cisco Systems, Inc.\n\n");
154 154
 
155 155
     mprintf ("    --help               -h              show help\n");
156 156
     mprintf
... ...
@@ -3510,7 +3510,7 @@ static void help(void)
3510 3510
     mprintf("\n");
3511 3511
     mprintf("Clam AntiVirus: Signature Tool (sigtool)  %s\n", get_version());
3512 3512
     mprintf("       By The ClamAV Team: http://www.clamav.net/team\n");
3513
-    mprintf("       (C) 2007-2015 Cisco Systems, Inc.\n\n");
3513
+    mprintf("       (C) 2007-2017 Cisco Systems, Inc.\n\n");
3514 3514
 
3515 3515
     mprintf("    --help                 -h              show help\n");
3516 3516
     mprintf("    --version              -V              print version number and exit\n");