From: Bart Van Assche Date: Sat, 19 Sep 2020 21:59:06 +0000 (-0700) Subject: drd: Update copyright notices X-Git-Tag: VALGRIND_3_17_0~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01f01fd910ef373abfc7d15408ff90cbe1a0737b;p=thirdparty%2Fvalgrind.git drd: Update copyright notices --- diff --git a/drd/drd.h b/drd/drd.h index d63b3dd207..88a5c6e9bd 100644 --- 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-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/drd/drd_barrier.c b/drd/drd_barrier.c index bc37b473c5..4602837244 100644 --- a/drd/drd_barrier.c +++ b/drd/drd_barrier.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_barrier.h b/drd/drd_barrier.h index 24266b90f2..c8cda80b67 100644 --- a/drd/drd_barrier.h +++ b/drd/drd_barrier.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_basics.h b/drd/drd_basics.h index 0d56ebe3e5..f1e2001c72 100644 --- a/drd/drd_basics.h +++ b/drd/drd_basics.h @@ -1,7 +1,7 @@ /* This file is part of DRD, a thread error detector. - Copyright (C) 2009-2017 Bart Van Assche . + Copyright (C) 2009-2020 Bart Van Assche . 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/drd/drd_bitmap.c b/drd/drd_bitmap.c index 564aa6922f..479c7f20e3 100644 --- a/drd/drd_bitmap.c +++ b/drd/drd_bitmap.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_bitmap.h b/drd/drd_bitmap.h index b288bee814..d88811e41e 100644 --- a/drd/drd_bitmap.h +++ b/drd/drd_bitmap.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_clientobj.c b/drd/drd_clientobj.c index a5ab1bcda8..4815f712fe 100644 --- a/drd/drd_clientobj.c +++ b/drd/drd_clientobj.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_clientobj.h b/drd/drd_clientobj.h index e00f3ee169..5a99f1e372 100644 --- a/drd/drd_clientobj.h +++ b/drd/drd_clientobj.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_clientreq.c b/drd/drd_clientreq.c index 9023a61858..5b6f38825b 100644 --- a/drd/drd_clientreq.c +++ b/drd/drd_clientreq.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_clientreq.h b/drd/drd_clientreq.h index 1425d68897..6cb649cf77 100644 --- a/drd/drd_clientreq.h +++ b/drd/drd_clientreq.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_cond.c b/drd/drd_cond.c index 81c72bdf1a..0e35eb140c 100644 --- a/drd/drd_cond.c +++ b/drd/drd_cond.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_cond.h b/drd/drd_cond.h index 91532d47e1..c41b5935b5 100644 --- a/drd/drd_cond.h +++ b/drd/drd_cond.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_darwin_intercepts.c b/drd/drd_darwin_intercepts.c index 737408afed..9b082173a1 100644 --- a/drd/drd_darwin_intercepts.c +++ b/drd/drd_darwin_intercepts.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_error.c b/drd/drd_error.c index fa7ecb90f8..c3f98bcb3b 100644 --- a/drd/drd_error.c +++ b/drd/drd_error.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_error.h b/drd/drd_error.h index 32109f09ca..742cd43a04 100644 --- a/drd/drd_error.h +++ b/drd/drd_error.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_hb.c b/drd/drd_hb.c index a681a509dc..120bca2a76 100644 --- a/drd/drd_hb.c +++ b/drd/drd_hb.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_hb.h b/drd/drd_hb.h index c4902c7fcf..8ac6f7d9ad 100644 --- a/drd/drd_hb.h +++ b/drd/drd_hb.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_load_store.c b/drd/drd_load_store.c index c5b1306a98..fba1dac713 100644 --- a/drd/drd_load_store.c +++ b/drd/drd_load_store.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_load_store.h b/drd/drd_load_store.h index 67005ba8cf..1bd7eccec5 100644 --- a/drd/drd_load_store.h +++ b/drd/drd_load_store.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_main.c b/drd/drd_main.c index b7f5142130..7873c1f977 100644 --- a/drd/drd_main.c +++ b/drd/drd_main.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -822,7 +822,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-2017, and GNU GPL'd," + VG_(details_copyright_author)("Copyright (C) 2006-2020, and GNU GPL'd," " by Bart Van Assche."); VG_(details_bug_reports_to) (VG_BUGS_TO); diff --git a/drd/drd_malloc_wrappers.c b/drd/drd_malloc_wrappers.c index 2f1ab483bf..c8d293ccd7 100644 --- a/drd/drd_malloc_wrappers.c +++ b/drd/drd_malloc_wrappers.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_malloc_wrappers.h b/drd/drd_malloc_wrappers.h index 87eb3e7cb5..31fd9946ce 100644 --- a/drd/drd_malloc_wrappers.h +++ b/drd/drd_malloc_wrappers.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_mutex.c b/drd/drd_mutex.c index bc33fbb433..34d8c8260d 100644 --- a/drd/drd_mutex.c +++ b/drd/drd_mutex.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_mutex.h b/drd/drd_mutex.h index 7574420f38..624b1d44a4 100644 --- a/drd/drd_mutex.h +++ b/drd/drd_mutex.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_pthread_intercepts.c b/drd/drd_pthread_intercepts.c index c2882e5abc..62c466f508 100644 --- a/drd/drd_pthread_intercepts.c +++ b/drd/drd_pthread_intercepts.c @@ -5,7 +5,7 @@ /* This file is part of DRD, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_qtcore_intercepts.c b/drd/drd_qtcore_intercepts.c index 7299087a5b..ba5bc47883 100644 --- a/drd/drd_qtcore_intercepts.c +++ b/drd/drd_qtcore_intercepts.c @@ -5,7 +5,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_rwlock.c b/drd/drd_rwlock.c index 81d157170e..e5f8457218 100644 --- a/drd/drd_rwlock.c +++ b/drd/drd_rwlock.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_rwlock.h b/drd/drd_rwlock.h index ea6c762b1d..c36eac44a6 100644 --- a/drd/drd_rwlock.h +++ b/drd/drd_rwlock.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_segment.c b/drd/drd_segment.c index 570ed4994c..2674914d0d 100644 --- a/drd/drd_segment.c +++ b/drd/drd_segment.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_segment.h b/drd/drd_segment.h index 4546f5a272..377b1bab86 100644 --- a/drd/drd_segment.h +++ b/drd/drd_segment.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_semaphore.c b/drd/drd_semaphore.c index f114690621..7984c7630f 100644 --- a/drd/drd_semaphore.c +++ b/drd/drd_semaphore.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_semaphore.h b/drd/drd_semaphore.h index 396a480ad4..46eed0578e 100644 --- a/drd/drd_semaphore.h +++ b/drd/drd_semaphore.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_suppression.c b/drd/drd_suppression.c index 7912a262f8..8688bec977 100644 --- a/drd/drd_suppression.c +++ b/drd/drd_suppression.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_thread.c b/drd/drd_thread.c index a4ea68cf7d..548c74843b 100644 --- a/drd/drd_thread.c +++ b/drd/drd_thread.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_thread.h b/drd/drd_thread.h index b42b6d8589..063ae35fc9 100644 --- a/drd/drd_thread.h +++ b/drd/drd_thread.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_thread_bitmap.h b/drd/drd_thread_bitmap.h index b6b86cd7ba..2c7b0a91e0 100644 --- a/drd/drd_thread_bitmap.h +++ b/drd/drd_thread_bitmap.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_vc.c b/drd/drd_vc.c index 66736e9752..ee9fa52bea 100644 --- a/drd/drd_vc.c +++ b/drd/drd_vc.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/drd_vc.h b/drd/drd_vc.h index c1ed6c429a..47dd51baf6 100644 --- a/drd/drd_vc.h +++ b/drd/drd_vc.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/pub_drd_bitmap.h b/drd/pub_drd_bitmap.h index 6e94d59b6a..4c5c1b6e5f 100644 --- a/drd/pub_drd_bitmap.h +++ b/drd/pub_drd_bitmap.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2017 Bart Van Assche . + Copyright (C) 2006-2020 Bart Van Assche . 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/drd/tests/filter_stderr b/drd/tests/filter_stderr index d3e0e321f7..59907f6270 100755 --- a/drd/tests/filter_stderr +++ b/drd/tests/filter_stderr @@ -27,7 +27,7 @@ sed \ -e "s/, in frame #[0-9]* of thread /, in frame #? of thread /" \ -e "s/(\(functional\|thread\):[0-9]*)/(\1:...)/" \ -e "s/(tc20_verifywrap.c:261)/(tc20_verifywrap.c:262)/" \ --e "/^Copyright (C) 2006-201., and GNU GPL'd, by Bart Van Assche.$/d" \ +-e "/^Copyright (C) 2006-20.., and GNU GPL'd, by Bart Van Assche.$/d" \ -e "s/\([A-Za-z_]*\) (clone.S:[0-9]*)/\1 (in \/...libc...)/" \ -e "s/[A-Za-z_]* (pthread_create.c:[0-9]*)/(within libpthread-?.?.so)/" \ -e "s/[A-Za-z_]* (in [^ ]*libpthread-[0-9.]*\.so)/(within libpthread-?.?.so)/" \