Woo 2014!
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Jan 2014 00:13:04 +0000 (00:13 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Jan 2014 00:13:04 +0000 (00:13 +0000)
COPYRIGHT
src/main/radmin.c
src/main/version.c

index 379c8e3..ab0b08d 100644 (file)
--- 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-2013 The FreeRADIUS Server Project
+Copyright (C) 1999-2014 The FreeRADIUS Server Project
 
 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Alan DeKok
 <aland@deployingradius.com>
@@ -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-2013 Arran Cudbard-Bell <a.cudbardb@freeradius.org>
+Copyright (C) 2011-2014 Arran Cudbard-Bell <a.cudbardb@freeradius.org>
 
 Copyright (C) 2003, 2004, 2005 Kostas Kalevras <kkalev@noc.ntua.gr>
 
index 750ea8c..ab85cc8 100644 (file)
@@ -610,7 +610,7 @@ int main(int argc, char **argv)
 
        if (!done_license && !quiet) {
                printf("%s - FreeRADIUS Server administration tool.\n", radmin_version);
-               printf("Copyright (C) 2008-2012 The FreeRADIUS server project and contributors.\n");
+               printf("Copyright (C) 2008-2014 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 f867839..cffacb4 100644 (file)
@@ -151,13 +151,12 @@ void version(void)
               talloc_version_minor());
        DEBUG3("  ssl    : %s", ssl_version());
 
-
-       INFO("Copyright (C) 1999-2013 The FreeRADIUS server project and contributors.");
+       INFO("Copyright (C) 1999-2014 The FreeRADIUS server project and contributors");
        INFO("There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A");
-       INFO("PARTICULAR PURPOSE.");
+       INFO("PARTICULAR PURPOSE");
        INFO("You may redistribute copies of FreeRADIUS under the terms of the");
-       INFO("GNU General Public License.");
-       INFO("For more information about these matters, see the file named COPYRIGHT.");
+       INFO("GNU General Public License");
+       INFO("For more information about these matters, see the file named COPYRIGHT");
 
        fflush(NULL);
 }