copyright years fixed :)

This commit is contained in:
snar
2013-01-08 12:25:23 +00:00
parent e640ac297d
commit 4bd5785fef

View File

@@ -52,7 +52,7 @@ usage(int ecode)
printf(" -T : disable pipelining (experimental, faster mode)\n");
printf(" -X : generate config for IOS XR (Cisco IOS by default)\n");
printf("\n" PACKAGE_NAME " version: " PACKAGE_VERSION "\n");
printf("Copyright(c) Alexandre Snarskii <snar@snar.spb.ru> 2007-2012\n\n");
printf("Copyright(c) Alexandre Snarskii <snar@snar.spb.ru> 2007-2013\n\n");
exit(ecode);
};