]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update the most visible copyright notices
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 31 Aug 2012 09:55:41 +0000 (10:55 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 31 Aug 2012 09:56:17 +0000 (10:56 +0100)
COPYRIGHT
src/main/radiusd.c
src/main/radmin.c

index e3c3955d5832bd9cf48035f2a2c2a4900c701fd1..80788b1340f250ec6364809aae613db71e0f5c6b 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -47,8 +47,8 @@ individuals.  This list is not exhaustive.  Consult the individual
 files for more detailed copyright statements.
 
 
-Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 The FreeRADIUS
-Server Project
+Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+2011, 2012 The FreeRADIUS Server Project
 
 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Alan DeKok
 <aland@deployingradius.com>
index 7c9de077968ccb09093dfdf234794e48d7acfa6c..5a890c1bb972d9a0f4e212da79ef40b64e5300d0 100644 (file)
@@ -251,7 +251,7 @@ int main(int argc, char *argv[])
 
        if (debug_flag) {
                radlog(L_INFO, "%s", radiusd_version);
-               radlog(L_INFO, "Copyright (C) 1999-2009 The FreeRADIUS server project and contributors.\n");
+               radlog(L_INFO, "Copyright (C) 1999-2012 The FreeRADIUS server project and contributors.\n");
                radlog(L_INFO, "There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n");
                radlog(L_INFO, "PARTICULAR PURPOSE.\n");
                radlog(L_INFO, "You may redistribute copies of FreeRADIUS under the terms of the\n");
index b8da4f3f52496657874a5dc42484e12709105b21..c1831658f7abdd418805884cfba400fd304ba9ac 100644 (file)
@@ -503,7 +503,7 @@ int main(int argc, char **argv)
 
        if (!done_license && !quiet) {
                printf("radmin " RADIUSD_VERSION " - FreeRADIUS Server administration tool.\n");
-               printf("Copyright (C) 2008-2011 The FreeRADIUS server project and contributors.\n");
+               printf("Copyright (C) 2008-2012 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");