]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change script to also handle IBM's copyright notice.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 6 Aug 2012 18:34:24 +0000 (18:34 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 6 Aug 2012 18:34:24 +0000 (18:34 +0000)
Update copyright notices.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12853

auxprogs/change-copyright-year
cachegrind/cg-s390x.c
coregrind/m_dispatch/dispatch-s390x-linux.S
coregrind/m_sigframe/sigframe-s390x-linux.c
coregrind/m_syswrap/syscall-s390x-linux.S
coregrind/m_syswrap/syswrap-s390x-linux.c
include/vki/vki-posixtypes-s390x-linux.h
include/vki/vki-s390x-linux.h
include/vki/vki-scnums-s390x-linux.h

index 3d362eb02f10e11a70520e378cd9542f8d19b542..d6a50dfd9ab28ded8602ee175071f91ab3efd013 100755 (executable)
@@ -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
 
index 824a0d7f35ac4c65414f74047b98d36f08fd632c..add8f3320ccedf9731ab027e0b297759c553ac34 100644 (file)
@@ -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
index f4d2df61344d403da3c6767cd79df57fbaa70810..c63115d4825b2f73dba3b4585471d6fde1817727 100644 (file)
@@ -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
index 9d3afca1eec18ce61539d539ac1e9ee2cc9ee874..1c703fe5bdc2c8ac49856517ed1f9314474bb6c0 100644 (file)
@@ -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
index 72cf74038a0387ae21b00736955527555a0fabd3..e31e70145d231cf5e64e4efcaf286cf9d022b792 100644 (file)
@@ -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
index 05c7d6de5538f1bdfa1ab945074efff1ac546cc1..64c44967ebe80b824d2593a01feb3721f5c04bb1 100644 (file)
@@ -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
index 1dc753e9ab8c0a07f10f3cca356af51595941612..f2c9e53d963d4da910c0cb8656d094f993e2cc5c 100644 (file)
@@ -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
index 53e9bb5145e3b86f1eb845dded8cad759e3797d1..8aa2ae451e518295206346873e7471507712e700 100644 (file)
@@ -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
index 2d63858de961ad2acda28bfff52a0d6bddf0f232..3ccb65dabdadba949c265fefd5666179e3696eda 100644 (file)
@@ -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