daily update
[deliverable/binutils-gdb.git] / binutils / version.c
index e5d204bc484dbde1472d72f00f001827d994b43a..69884107e9a4ca557be0689a195d97e0500bbc3a 100644 (file)
@@ -6,7 +6,7 @@
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
+   the Free Software Foundation; either version 3, or (at your option)
    any later version.
 
    This program is distributed in the hope that it will be useful,
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
+   Foundation, 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
-#include <stdio.h>
+#include "sysdep.h"
 #include "bfd.h"
-#include "bfdver.h"
 #include "bucomm.h"
 
-/* Print the version number and copyright information, and exit.  This
-   implements the --version option for the various programs.  */
+/* Print the version number and copyright information, and exit.
+   This implements the --version option for the various programs.  */
 
 void
 print_version (const char *name)
@@ -35,6 +35,7 @@ print_version (const char *name)
   printf (_("Copyright 2007 Free Software Foundation, Inc.\n"));
   printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
-the GNU General Public License.  This program has absolutely no warranty.\n"));
+the GNU General Public License version 3 or (at your option) any later version.\n\
+This program has absolutely no warranty.\n"));
   exit (0);
 }
This page took 0.022918 seconds and 4 git commands to generate.