copyright year updated to 2017

This commit is contained in:
Alexandre Snarskii
2017-02-10 13:12:30 +03:00
parent def51b4c17
commit ab3e0658a7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*-
* Copyright (c) 2007-2016 Alexandre Snarskii <snar@snar.spb.ru>
* Copyright (c) 2007-2017 Alexandre Snarskii <snar@snar.spb.ru>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -1,4 +1,4 @@
.\" Copyright (c) 2007-2016 Alexandre Snarskii
.\" Copyright (c) 2007-2017 Alexandre Snarskii
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without

View File

@@ -67,7 +67,7 @@ usage(int ecode)
"infinity)\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-2016\n\n");
printf("Copyright(c) Alexandre Snarskii <snar@snar.spb.ru> 2007-2017\n\n");
exit(ecode);
};