From: Arran Cudbard-Bell Date: Fri, 31 Aug 2012 09:55:41 +0000 (+0100) Subject: Update the most visible copyright notices X-Git-Tag: release_2_2_0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d4cc88da189fc0339951c2951a5a0f5ac9e183;p=thirdparty%2Ffreeradius-server.git Update the most visible copyright notices --- diff --git a/COPYRIGHT b/COPYRIGHT index e3c3955d583..80788b1340f 100644 --- 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 diff --git a/src/main/radiusd.c b/src/main/radiusd.c index 7c9de077968..5a890c1bb97 100644 --- a/src/main/radiusd.c +++ b/src/main/radiusd.c @@ -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"); diff --git a/src/main/radmin.c b/src/main/radmin.c index b8da4f3f524..c1831658f7a 100644 --- a/src/main/radmin.c +++ b/src/main/radmin.c @@ -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");