Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / main / version.c
index fde2f37..d5cff45 100644 (file)
  *
  *   You should have received a copy of the GNU General Public License
  *   along with this program; if not, write to the Free Software
- *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- * Copyright 2000  The FreeRADIUS server project
+ * Copyright 2000,2006  The FreeRADIUS server project
  * Copyright 2000  Alan DeKok <aland@ox.org>
  * Copyright 2000  Chris Parker <cparker@starnetusa.com>
  */
 
-static const char rcsid[] = "$Id$";
+#include <freeradius-devel/ident.h>
+RCSID("$Id$")
 
-#include "autoconf.h"
-
-#include <stdio.h>
-#include <stdlib.h>
-#include "radiusd.h"
+#include <freeradius-devel/radiusd.h>
 
 /*
  *     Display the revision number for this program
@@ -49,7 +46,7 @@ void NEVER_RETURNS version(void)
 #endif
        printf("\n");
 #endif
-       printf("Copyright (C) 2000-2006 The FreeRADIUS server project.\n");
+       printf("Copyright (C) 2000-2003 The FreeRADIUS server project.\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");