]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
drd: Update copyright notice
authorBart Van Assche <bvanassche@acm.org>
Fri, 4 Oct 2013 05:55:30 +0000 (05:55 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 4 Oct 2013 05:55:30 +0000 (05:55 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13613

39 files changed:
drd/drd.h
drd/drd_barrier.c
drd/drd_barrier.h
drd/drd_basics.h
drd/drd_bitmap.c
drd/drd_bitmap.h
drd/drd_clientobj.c
drd/drd_clientobj.h
drd/drd_clientreq.c
drd/drd_clientreq.h
drd/drd_cond.c
drd/drd_cond.h
drd/drd_darwin_intercepts.c
drd/drd_error.c
drd/drd_error.h
drd/drd_hb.c
drd/drd_hb.h
drd/drd_load_store.c
drd/drd_load_store.h
drd/drd_main.c
drd/drd_malloc_wrappers.c
drd/drd_malloc_wrappers.h
drd/drd_mutex.c
drd/drd_mutex.h
drd/drd_pthread_intercepts.c
drd/drd_qtcore_intercepts.c
drd/drd_rwlock.c
drd/drd_rwlock.h
drd/drd_segment.c
drd/drd_segment.h
drd/drd_semaphore.c
drd/drd_semaphore.h
drd/drd_suppression.c
drd/drd_thread.c
drd/drd_thread.h
drd/drd_thread_bitmap.h
drd/drd_vc.c
drd/drd_vc.h
drd/pub_drd_bitmap.h

index 9226ed1dd799d15e1eb30adb4abc36ef6e5bb1ff..fa511e0c315ee007771e27fd82a18f6560004210 100644 (file)
--- a/drd/drd.h
+++ b/drd/drd.h
@@ -12,7 +12,7 @@
   This file is part of DRD, a Valgrind tool for verification of
   multithreaded programs.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@acm.org>.
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
index f7c6d5c09ec1a3cd27cf8352195259c1737c3a8e..24bec960fb913f770e08243beb21797b753955ac 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 2db082ed94aa8a1771a3ca0be197fba73b041bb7..57a48c760f5bcb8dd6f2c5d6f67390ef75583a7b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 f15b59ca275b254c35f374aaf3ba06ed162994e0..7ad3139204ae3f89a34b0086b5f61d52d8f01579 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of DRD, a thread error detector.
 
-  Copyright (C) 2009-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2009-2013 Bart Van Assche <bvanassche@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 c5e8a1ddb6450df9f4938dc2e13acb8d109409e9..0a833603e7f5869c082aa32e34037894f70d91fd 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 9362e82455f0c9462ed4f4721ac429eb1e32a7ae..fa5d54e3d47d4bf3e3b9a796bfe10131c12392da 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 a7996f544011acd32868d5cb1d6b7a16f4aecaef..444d84a546add6c72c47d4a8554d5994af6473f3 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 fc4ae504b3e988e4c8e4e428f41c08742ddae050..d615d79a6b5968d4e45f8140ed34c252e39b5944 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 289f3a043517e4bf9d554b143543b89ffdbd90d6..22e0b59fd227f6a808bc87adfef9e3a7f577aa06 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 f717729481b1e869221d3e3c82c60067f7442fdb..0171091492ae61ab02b9cfd9ca6b6ae2955d7c2b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 5f4b3fa2b701ac9864895d86ff3c12d30430453e..bcdef3066173deefc8d59b97d0319470c1521f38 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 d6462016a3d846c10ba72282fe33cb1f63064819..7cfa48cc12f9470ee4f1f19cdfbbcc8bb2d0f7ae 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 7c611e8547ac2d89957452028a8089c5d1cf8c86..08cd467d692edc005f0c9b92969cf2bd6ff58600 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 bf1353a731aa4318ed24a5d7407ebfc38b0f12fb..8e8117412245d83202eccf15f5fa0662c9cf354e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 0829d1140840ea9d9602eab7ce11886361e9dc87..0825eff52562fbad8bc9764d841f4b1e18a69887 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 b59b6bb445a407c4ce56662d14b3352198c5e95f..aeb9dedd7aae61ecde3c2bda7af078b574e0ba30 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 e0c8b189790ec2179b61b70c479798f254b90895..7616b0abc3a52015c1f23d7557739b845740bba0 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 e2f0e0b5a2b1b282f9f4875d68f8d3faf93d2f71..3ae0b343104eaaeb4788dc23761371c856f6f831 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 4269edd195a44e5b75940e9f7c95f4916a398027..532a38cc5dbdbd41db326adf076b1ba0b04c6e21 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 f3590f9cb30e9fa69a293b427f8656ee2574af0e..ccc1853fbe0a6f624d8f1664488b586337d92f30 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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
@@ -815,7 +815,7 @@ void drd_pre_clo_init(void)
    VG_(details_name)            ("drd");
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a thread error detector");
-   VG_(details_copyright_author)("Copyright (C) 2006-2012, and GNU GPL'd,"
+   VG_(details_copyright_author)("Copyright (C) 2006-2013, and GNU GPL'd,"
                                  " by Bart Van Assche.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
index 95f06277342fe5496c0ddda8f79ec4695eb084cf..4e1cfc279dd0229acb67f47cd10daa4ed3f06627 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 aaff883669cdc66eead9293bf7e26e2669f84bee..6a9b6fd16642aed0d9a2d2be6f4701d101ec3991 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 a073f56b2cab095ce84f702d91243f2a9633a061..4c836fde09fef3a617096187d2716caad21edad3 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 205d43dcf3bac2d0e85df6b0f1c95501526ae6af..fb8a8bc474669f87426fc8b702de23acf343d7e7 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 aab078f0185539d7243bd6a05fd8f3f07f3550d3..083e46742448f1afd70dd80df083721b38056948 100644 (file)
@@ -5,7 +5,7 @@
 /*
   This file is part of DRD, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 a1576feb55b55e05becf0740d238e25e609c9e4c..85c5a53a19cc694c54f157bd000f95eb152ab754 100644 (file)
@@ -5,7 +5,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 e06c2770373f5067a26b9ea08d2298fc5d9095fc..db589a0bed4d1269a8f5c28dd61ac87c891991b7 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 7c5a04d1343a0e72f4f8b16dcb0f5261b2d7db5a..dc10da0430e568f38ed26a13c572b82899756064 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 7d5d5d9a0952cbe087976887aa773e66f59fac1e..32888c27aab48aab4c458ef374d5a05ad6ba5e2f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 d2d787a59339ffdef4af2ac533dcd8943a6e9f67..121010a9241929c7e9326ddb8cafb4146bf5070f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 3a8b2076491cba87cbd06947334b31e8c65d03e7..514e1eab274d771dd3aa384cea5b2b8d97d2dec5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 62042a5feb5e1b09461edad23a8e7555c52e13fa..3172cec3dbed9d6c978af4e2e6d868fcf99d79b1 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 65768cb710db508ae1d45930c18606deecdbc3e3..6d884349e063ba0a870b3c4e798f2a2cedaf3d5c 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 1fead7e3d1cb53eead25012054f51b0544bbff42..d07ca8b6637cb8eeb1dfbc76697feb35cdc72df0 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 1f2b0d4cd28a5743ce27c1cb1582c2b9de4c9da4..e81c16760cf99a16885364c115f0f9ef81ad13cc 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 98d7948d45b455fa5587def932e1ae0b3d0f8652..7687c02a6e122123d9eb0aead49dc058f1b2e378 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 078a99a6498ed1b4812ed23f9822ed61d48156ef..d3cf567c3e3ef1019528f7f671e4876198b6c51d 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 bf8ab10d60dd2aaf8757dbde24b983aae625782b..91671fbb699c2e719cb547f5d957dff18824f589 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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 4ea9d80448a452734b612b79686364e0ce3f3279..7765dff5d34fd8b15213f60d90d3e5f2283ceb94 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of drd, a thread error detector.
 
-  Copyright (C) 2006-2012 Bart Van Assche <bvanassche@acm.org>.
+  Copyright (C) 2006-2013 Bart Van Assche <bvanassche@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