aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-12-20 11:53:08 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-12-20 11:53:08 +0000
commita17152447c522398d002226a03878f9c9da8395c (patch)
tree5c4215380c40ed42f056f0f22f29e3ab9b4b48b9 /gdb/doc
parentdcf7800bb53ac8fb8bece9760f4584713d258b03 (diff)
downloadgdb-a17152447c522398d002226a03878f9c9da8395c.zip
gdb-a17152447c522398d002226a03878f9c9da8395c.tar.gz
gdb-a17152447c522398d002226a03878f9c9da8395c.tar.bz2
* Makefile.in: Update copyright header.
* observer.texi: Fix the copyright header of the generated files.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/Makefile.in9
-rw-r--r--gdb/doc/observer.texi2
3 files changed, 10 insertions, 6 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index a60e973..918a9f2 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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.
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index b7f9af0..d6d6c13 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -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@
diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi
index 1f73374..4658e9e 100644
--- a/gdb/doc/observer.texi
+++ b/gdb/doc/observer.texi
@@ -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