]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
It's 2016
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 2 Jan 2016 20:11:00 +0000 (15:11 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 2 Jan 2016 20:11:19 +0000 (15:11 -0500)
src/main/radmin.c
src/main/version.c

index b43dc05635e5cc4cd90326ba5f33ebe2cc0ef5d9..5792fdd3626d45913a9532c979fd7805b6c24870 100644 (file)
@@ -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");
index a1dd6cc3f9cdfe4bd78ba6797bc92bea8d6df972..5c979b5e9362df16933fc17cc1405f31edc250a2 100644 (file)
@@ -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");