|
From: <sv...@va...> - 2012-08-06 18:34:33
|
florian 2012-08-06 19:34:24 +0100 (Mon, 06 Aug 2012)
New Revision: 12853
Log:
Change script to also handle IBM's copyright notice.
Update copyright notices.
Modified files:
trunk/auxprogs/change-copyright-year
trunk/cachegrind/cg-s390x.c
trunk/coregrind/m_dispatch/dispatch-s390x-linux.S
trunk/coregrind/m_sigframe/sigframe-s390x-linux.c
trunk/coregrind/m_syswrap/syscall-s390x-linux.S
trunk/coregrind/m_syswrap/syswrap-s390x-linux.c
trunk/include/vki/vki-posixtypes-s390x-linux.h
trunk/include/vki/vki-s390x-linux.h
trunk/include/vki/vki-scnums-s390x-linux.h
Modified: trunk/coregrind/m_syswrap/syswrap-s390x-linux.c (+1 -1)
===================================================================
--- trunk/coregrind/m_syswrap/syswrap-s390x-linux.c 2012-08-06 13:27:51 +01:00 (rev 12852)
+++ trunk/coregrind/m_syswrap/syswrap-s390x-linux.c 2012-08-06 19:34:24 +01:00 (rev 12853)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2011
+ Copyright IBM Corp. 2010-2012
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/auxprogs/change-copyright-year (+5 -0)
===================================================================
--- trunk/auxprogs/change-copyright-year 2012-08-06 13:27:51 +01:00 (rev 12852)
+++ trunk/auxprogs/change-copyright-year 2012-08-06 19:34:24 +01:00 (rev 12853)
@@ -20,5 +20,10 @@
echo $i
perl -p -e 's/Copyright \(C\) 20([0-1])([0-9])-2011/Copyright (C) 20$1$2-2012/' < $i > tmp.$$
mv tmp.$$ $i
+
+# Copyright IBM Corp. 2010-2011
+
+ perl -p -e 's/Copyright IBM Corp. 20([0-1])([0-9])-2011/Copyright IBM Corp. 20$1$2-2012/' < $i > tmp.$$
+ mv tmp.$$ $i
done
Modified: trunk/coregrind/m_sigframe/sigframe-s390x-linux.c (+1 -1)
===================================================================
--- trunk/coregrind/m_sigframe/sigframe-s390x-linux.c 2012-08-06 13:27:51 +01:00 (rev 12852)
+++ trunk/coregrind/m_sigframe/sigframe-s390x-linux.c 2012-08-06 19:34:24 +01:00 (rev 12853)
@@ -8,7 +8,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2011
+ Copyright IBM Corp. 2010-2012
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/coregrind/m_dispatch/dispatch-s390x-linux.S (+2 -2)
===================================================================
--- trunk/coregrind/m_dispatch/dispatch-s390x-linux.S 2012-08-06 13:27:51 +01:00 (rev 12852)
+++ trunk/coregrind/m_dispatch/dispatch-s390x-linux.S 2012-08-06 19:34:24 +01:00 (rev 12853)
@@ -8,8 +8,8 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2011
- Copyright 2011-2012, Florian Krohm (br...@ac...)
+ Copyright IBM Corp. 2010-2012
+ Copyright (C) 2011-2012, Florian Krohm (br...@ac...)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/include/vki/vki-scnums-s390x-linux.h (+1 -1)
===================================================================
--- trunk/include/vki/vki-scnums-s390x-linux.h 2012-08-06 13:27:51 +01:00 (rev 12852)
+++ trunk/include/vki/vki-scnums-s390x-linux.h 2012-08-06 19:34:24 +01:00 (rev 12853)
@@ -8,7 +8,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2011
+ Copyright IBM Corp. 2010-2012
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/include/vki/vki-posixtypes-s390x-linux.h (+1 -1)
===================================================================
--- trunk/include/vki/vki-posixtypes-s390x-linux.h 2012-08-06 13:27:51 +01:00 (rev 12852)
+++ trunk/include/vki/vki-posixtypes-s390x-linux.h 2012-08-06 19:34:24 +01:00 (rev 12853)
@@ -8,7 +8,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2011
+ Copyright IBM Corp. 2010-2012
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/coregrind/m_syswrap/syscall-s390x-linux.S (+1 -1)
===================================================================
--- trunk/coregrind/m_syswrap/syscall-s390x-linux.S 2012-08-06 13:27:51 +01:00 (rev 12852)
+++ trunk/coregrind/m_syswrap/syscall-s390x-linux.S 2012-08-06 19:34:24 +01:00 (rev 12853)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2011
+ Copyright IBM Corp. 2010-2012
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/include/vki/vki-s390x-linux.h (+1 -1)
===================================================================
--- trunk/include/vki/vki-s390x-linux.h 2012-08-06 13:27:51 +01:00 (rev 12852)
+++ trunk/include/vki/vki-s390x-linux.h 2012-08-06 19:34:24 +01:00 (rev 12853)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2011
+ Copyright IBM Corp. 2010-2012
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/cachegrind/cg-s390x.c (+1 -1)
===================================================================
--- trunk/cachegrind/cg-s390x.c 2012-08-06 13:27:51 +01:00 (rev 12852)
+++ trunk/cachegrind/cg-s390x.c 2012-08-06 19:34:24 +01:00 (rev 12853)
@@ -8,7 +8,7 @@
This file is part of Cachegrind, a Valgrind tool for cache
profiling programs.
- Copyright IBM Corp. 2010-2011
+ Copyright IBM Corp. 2010-2012
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
|