OSDN Git Service

* Makefile.in: Update copyright header.
authorbrobecke <brobecke>
Sun, 20 Dec 2009 20:53:07 +0000 (20:53 +0000)
committerbrobecke <brobecke>
Sun, 20 Dec 2009 20:53:07 +0000 (20:53 +0000)
        * observer.texi: Fix the copyright header of the generated files.

gdb/doc/ChangeLog
gdb/doc/Makefile.in
gdb/doc/observer.texi

index a60e973..918a9f2 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * Makefile.in: Update copyright header.
+       * observer.texi: Fix the copyright header of the generated files.
+
 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
 
        * gdb.texinfo (Types In Python): Describe range function.
index b7f9af0..d6d6c13 100644 (file)
@@ -6,17 +6,16 @@
 
 # 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 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 srcdir = @srcdir@
 VPATH = @srcdir@
index 1f73374..4658e9e 100644 (file)
@@ -11,7 +11,7 @@
 @c header file during the GDB build process.  Permission is granted
 @c to redistribute and/or modify those lines under the terms of the
 @c GNU General Public License as published by the Free Software
-@c Foundation; either version 2 of the License, or (at your option)
+@c Foundation; either version 3 of the License, or (at your option)
 @c any later version.
 
 @node GDB Observers