From: Arran Cudbard-Bell Date: Wed, 31 Dec 2014 23:04:44 +0000 (-0500) Subject: Update copyright notices X-Git-Tag: release_3_0_7~380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c8dc0458ce8bf14a86200ded4b8e4f43a1730f;p=thirdparty%2Ffreeradius-server.git Update copyright notices --- diff --git a/COPYRIGHT b/COPYRIGHT index ab0b08dcc2f..239820c1025 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -42,7 +42,7 @@ individuals. This list is not exhaustive. Consult the individual files for more detailed copyright statements. -Copyright (C) 1999-2014 The FreeRADIUS Server Project +Copyright (C) 1999-2015 The FreeRADIUS Server Project Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Alan DeKok @@ -50,7 +50,7 @@ Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 A Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -Copyright (C) 2011-2014 Arran Cudbard-Bell +Copyright (C) 2011-2015 Arran Cudbard-Bell Copyright (C) 2003, 2004, 2005 Kostas Kalevras diff --git a/src/main/radmin.c b/src/main/radmin.c index aac8f9e22b2..ae66db1b6a3 100644 --- a/src/main/radmin.c +++ b/src/main/radmin.c @@ -689,7 +689,7 @@ int main(int argc, char **argv) if (!quiet) { printf("%s - FreeRADIUS Server administration tool.\n", radmin_version); - printf("Copyright (C) 2008-2014 The FreeRADIUS server project and contributors.\n"); + printf("Copyright (C) 2008-2015 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 a680a956fcd..d4764436736 100644 --- a/src/main/version.c +++ b/src/main/version.c @@ -314,7 +314,7 @@ void version(void) #ifdef BUILT_WITH_LIBS DEBUG3(" libs : " BUILT_WITH_LIBS); #endif - INFO("Copyright (C) 1999-2014 The FreeRADIUS server project and contributors"); + INFO("Copyright (C) 1999-2015 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");