Update copyright year
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Feb 2017 10:19:34 +0000 (10:19 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Feb 2017 10:19:34 +0000 (10:19 +0000)
src/main/radmin.c
src/main/version.c

index 5c0a800..c9d3be9 100644 (file)
@@ -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");
index fc3fa88..2190444 100644 (file)
@@ -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");