This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 3/5] stubs/ia64vms-stub.c: Fix copyright header.


There is an extra coma after the copyright year which tricks
gnulib's update-copyright script.

gdb/stubs/ChangeLog:

        * ia64vms-stub.c: Adjust copyright header to follow convention
        expected by gnulib's update-copyright script.
---
 gdb/stubs/ChangeLog      |    5 +++++
 gdb/stubs/ia64vms-stub.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/gdb/stubs/ChangeLog b/gdb/stubs/ChangeLog
index a0f175e..05e86ab 100644
--- a/gdb/stubs/ChangeLog
+++ b/gdb/stubs/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-05  Joel Brobecker  <brobecker@adacore.com>
+
+	* ia64vms-stub.c: Adjust copyright header to follow convention
+	expected by gnulib's update-copyright script.
+
 2012-03-08  Tristan Gingold  <gingold@adacore.com>
 
 	* sparc-stub.c: Move from ..
diff --git a/gdb/stubs/ia64vms-stub.c b/gdb/stubs/ia64vms-stub.c
index 4decece..b02c6a4 100644
--- a/gdb/stubs/ia64vms-stub.c
+++ b/gdb/stubs/ia64vms-stub.c
@@ -1,5 +1,5 @@
 /* GDB stub for Itanium OpenVMS
-   Copyright (C) 2012, Free Software Foundation, Inc.
+   Copyright (C) 2012 Free Software Foundation, Inc.
 
    Contributed by Tristan Gingold, AdaCore.
 
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]