From 4b99478b94c3a8d480f996925c2e9183b4b7f320 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Thu, 2 Feb 2017 10:19:34 +0000 Subject: [PATCH] Update copyright year --- src/main/radmin.c | 2 +- src/main/version.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/radmin.c b/src/main/radmin.c index 5c0a800..c9d3be9 100644 --- a/src/main/radmin.c +++ b/src/main/radmin.c @@ -604,7 +604,7 @@ int main(int argc, char **argv) if (!quiet) { printf("%s - FreeRADIUS Server administration tool.\n", radmin_version); - printf("Copyright (C) 2008-2016 The FreeRADIUS server project and contributors.\n"); + printf("Copyright (C) 2008-2017 The FreeRADIUS server project and contributors.\n"); printf("There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n"); printf("PARTICULAR PURPOSE.\n"); printf("You may redistribute copies of FreeRADIUS under the terms of the\n"); diff --git a/src/main/version.c b/src/main/version.c index fc3fa88..2190444 100644 --- a/src/main/version.c +++ b/src/main/version.c @@ -577,7 +577,7 @@ void version_print(void) DEBUG2(" "); } INFO("FreeRADIUS Version " RADIUSD_VERSION_STRING); - INFO("Copyright (C) 1999-2016 The FreeRADIUS server project and contributors"); + INFO("Copyright (C) 1999-2017 The FreeRADIUS server project and contributors"); INFO("There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A"); INFO("PARTICULAR PURPOSE"); INFO("You may redistribute copies of FreeRADIUS under the terms of the"); -- 2.1.4