From: Arran Cudbard-Bell Date: Sat, 2 Jan 2016 20:11:00 +0000 (-0500) Subject: It's 2016 X-Git-Tag: release_3_0_11~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f3f6503ccd4ef5a280f72240325dfa54f69357;p=thirdparty%2Ffreeradius-server.git It's 2016 --- diff --git a/src/main/radmin.c b/src/main/radmin.c index b43dc05635e..5792fdd3626 100644 --- a/src/main/radmin.c +++ b/src/main/radmin.c @@ -603,7 +603,7 @@ int main(int argc, char **argv) if (!quiet) { printf("%s - FreeRADIUS Server administration tool.\n", radmin_version); - printf("Copyright (C) 2008-2015 The FreeRADIUS server project and contributors.\n"); + printf("Copyright (C) 2008-2016 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 a1dd6cc3f9c..5c979b5e936 100644 --- a/src/main/version.c +++ b/src/main/version.c @@ -576,7 +576,7 @@ void version_print(void) #endif DEBUG2(" "); } - INFO("Copyright (C) 1999-2015 The FreeRADIUS server project and contributors"); + INFO("Copyright (C) 1999-2016 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");