This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] more copyright notice reformatting.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Cc: Joel Brobecker <brobecker at adacore dot com>
- Date: Tue, 3 Jan 2012 17:32:25 +0400
- Subject: [commit] more copyright notice reformatting.
I noticed that the following two files had an incorrectly formatted
copyright notice. So I fixed them.
gdb/ChangeLog:
* ada-lang.c: Reformat the copyright notice.
gdb/testsuite/ChangeLog:
* gdb.base/auxv.exp: Reformat the copyright notice.
Checked in.
---
gdb/ChangeLog | 4 ++++
gdb/ada-lang.c | 6 +++---
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/auxv.exp | 5 ++---
4 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bdb00c1..8bd6f7e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-03 Joel Brobecker <brobecker@adacore.com>
+
+ * ada-lang.c: Reformat the copyright notice.
+
2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
* Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index 09ab38d..a5ad412 100644
--- a/gdb/ada-lang.c
+++ b/gdb/ada-lang.c
@@ -1,7 +1,7 @@
-/* Ada language support routines for GDB, the GNU debugger. Copyright (C)
+/* Ada language support routines for GDB, the GNU debugger.
- 1992, 1993, 1994, 1997, 1998, 1999, 2000, 2003, 2004, 2005, 2007, 2008,
- 2009 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1997, 1998, 1999, 2000, 2003, 2004,
+ 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index cabffb5..227c8d9 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-03 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb.base/auxv.exp: Reformat the copyright notice.
+
2012-01-03 Yao Qi <yao@codesourcery.com>
* gdb.trace/strace.exp (strace_trace_on_same_addr): New.
diff --git a/gdb/testsuite/gdb.base/auxv.exp b/gdb/testsuite/gdb.base/auxv.exp
index b7e488b..1f7df63 100644
--- a/gdb/testsuite/gdb.base/auxv.exp
+++ b/gdb/testsuite/gdb.base/auxv.exp
@@ -1,8 +1,7 @@
# Test `info auxv' and related functionality.
-# Copyright
-# 1992,1993,1994,1995,1996,1997,1998,1999,2000,2004,2007,2008,2009,2010
-# Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+# 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
# 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
--
1.7.1