From 5fd9d2ae0808cbd5d15d0148320dccf9dd6858fb Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Mon, 6 Aug 2012 18:34:24 +0000 Subject: [PATCH] Change script to also handle IBM's copyright notice. Update copyright notices. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12853 --- auxprogs/change-copyright-year | 5 +++++ cachegrind/cg-s390x.c | 2 +- coregrind/m_dispatch/dispatch-s390x-linux.S | 4 ++-- coregrind/m_sigframe/sigframe-s390x-linux.c | 2 +- coregrind/m_syswrap/syscall-s390x-linux.S | 2 +- coregrind/m_syswrap/syswrap-s390x-linux.c | 2 +- include/vki/vki-posixtypes-s390x-linux.h | 2 +- include/vki/vki-s390x-linux.h | 2 +- include/vki/vki-scnums-s390x-linux.h | 2 +- 9 files changed, 14 insertions(+), 9 deletions(-) diff --git a/auxprogs/change-copyright-year b/auxprogs/change-copyright-year index 3d362eb02..d6a50dfd9 100755 --- a/auxprogs/change-copyright-year +++ b/auxprogs/change-copyright-year @@ -20,5 +20,10 @@ for i in `find . -name '*.[chS]' -type f -not -path '*.svn\/*'` ; do 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 diff --git a/cachegrind/cg-s390x.c b/cachegrind/cg-s390x.c index 824a0d7f3..add8f3320 100644 --- a/cachegrind/cg-s390x.c +++ b/cachegrind/cg-s390x.c @@ -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 diff --git a/coregrind/m_dispatch/dispatch-s390x-linux.S b/coregrind/m_dispatch/dispatch-s390x-linux.S index f4d2df613..c63115d48 100644 --- a/coregrind/m_dispatch/dispatch-s390x-linux.S +++ b/coregrind/m_dispatch/dispatch-s390x-linux.S @@ -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 (britzel@acm.org) + Copyright IBM Corp. 2010-2012 + Copyright (C) 2011-2012, Florian Krohm (britzel@acm.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_sigframe/sigframe-s390x-linux.c b/coregrind/m_sigframe/sigframe-s390x-linux.c index 9d3afca1e..1c703fe5b 100644 --- a/coregrind/m_sigframe/sigframe-s390x-linux.c +++ b/coregrind/m_sigframe/sigframe-s390x-linux.c @@ -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 diff --git a/coregrind/m_syswrap/syscall-s390x-linux.S b/coregrind/m_syswrap/syscall-s390x-linux.S index 72cf74038..e31e70145 100644 --- a/coregrind/m_syswrap/syscall-s390x-linux.S +++ b/coregrind/m_syswrap/syscall-s390x-linux.S @@ -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 diff --git a/coregrind/m_syswrap/syswrap-s390x-linux.c b/coregrind/m_syswrap/syswrap-s390x-linux.c index 05c7d6de5..64c44967e 100644 --- a/coregrind/m_syswrap/syswrap-s390x-linux.c +++ b/coregrind/m_syswrap/syswrap-s390x-linux.c @@ -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 diff --git a/include/vki/vki-posixtypes-s390x-linux.h b/include/vki/vki-posixtypes-s390x-linux.h index 1dc753e9a..f2c9e53d9 100644 --- a/include/vki/vki-posixtypes-s390x-linux.h +++ b/include/vki/vki-posixtypes-s390x-linux.h @@ -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 diff --git a/include/vki/vki-s390x-linux.h b/include/vki/vki-s390x-linux.h index 53e9bb514..8aa2ae451 100644 --- a/include/vki/vki-s390x-linux.h +++ b/include/vki/vki-s390x-linux.h @@ -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 diff --git a/include/vki/vki-scnums-s390x-linux.h b/include/vki/vki-scnums-s390x-linux.h index 2d63858de..3ccb65dab 100644 --- a/include/vki/vki-scnums-s390x-linux.h +++ b/include/vki/vki-scnums-s390x-linux.h @@ -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