From ab3e0658a7fda0d8b574df2ac315ca4f4ebe803b Mon Sep 17 00:00:00 2001 From: Alexandre Snarskii Date: Fri, 10 Feb 2017 13:12:30 +0300 Subject: [PATCH] copyright year updated to 2017 --- COPYRIGHT | 2 +- bgpq3.8 | 2 +- bgpq3.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 1e34ca7..a4324ef 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ /*- - * 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 diff --git a/bgpq3.8 b/bgpq3.8 index 11ccd0d..f7410e0 100644 --- a/bgpq3.8 +++ b/bgpq3.8 @@ -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 diff --git a/bgpq3.c b/bgpq3.c index 41d51c6..0f43e45 100644 --- a/bgpq3.c +++ b/bgpq3.c @@ -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 2007-2016\n\n"); + printf("Copyright(c) Alexandre Snarskii 2007-2017\n\n"); exit(ecode); };