From: Florian Krohm Date: Mon, 6 Aug 2012 18:34:24 +0000 (+0000) Subject: Change script to also handle IBM's copyright notice. X-Git-Tag: svn/VALGRIND_3_8_0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd9d2ae0808cbd5d15d0148320dccf9dd6858fb;p=thirdparty%2Fvalgrind.git Change script to also handle IBM's copyright notice. Update copyright notices. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12853 --- diff --git a/auxprogs/change-copyright-year b/auxprogs/change-copyright-year index 3d362eb02f..d6a50dfd9a 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 824a0d7f35..add8f3320c 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 f4d2df6134..c63115d482 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 9d3afca1ee..1c703fe5bd 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 72cf74038a..e31e70145d 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 05c7d6de55..64c44967eb 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 1dc753e9ab..f2c9e53d96 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 53e9bb5145..8aa2ae451e 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 2d63858de9..3ccb65dabd 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