From 963fa20dbf4964277f7e11a30dbe46fb10443347 Mon Sep 17 00:00:00 2001 From: "Hassan @Ubuntu" Date: Sat, 10 Jul 2021 23:55:13 +0200 Subject: [PATCH 1/3] Changed copyright year for unit-tests --- src/unittests/atomic.cc | 2 +- src/unittests/parallel.cc | 2 +- src/unittests/single.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/unittests/atomic.cc b/src/unittests/atomic.cc index b91401e..7e78d41 100644 --- a/src/unittests/atomic.cc +++ b/src/unittests/atomic.cc @@ -2,7 +2,7 @@ // // atomic.cc // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // All rights reserved. // // This file is part of TaskSanitizer. For details, see diff --git a/src/unittests/parallel.cc b/src/unittests/parallel.cc index a73b4bb..0bfeab6 100644 --- a/src/unittests/parallel.cc +++ b/src/unittests/parallel.cc @@ -2,7 +2,7 @@ // // parallel.cc // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // All rights reserved. // // This file is part of TaskSanitizer. For details, see diff --git a/src/unittests/single.cc b/src/unittests/single.cc index fa48500..42817a1 100644 --- a/src/unittests/single.cc +++ b/src/unittests/single.cc @@ -2,7 +2,7 @@ // // single.cc // -// Copyright (c) 2015 - 2017 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // All rights reserved. // // This file is part of TaskSanitizer. For details, see From d4d8c97024288afb033bdcfcafe9b0fa140223d0 Mon Sep 17 00:00:00 2001 From: "Hassan @Ubuntu" Date: Sat, 10 Jul 2021 23:56:53 +0200 Subject: [PATCH 2/3] Replaced all copyright years in unittests --- src/unittests/CommutativityUnittests.cc | 2 +- src/unittests/flush.cc | 2 +- src/unittests/forloop.cc | 2 +- src/unittests/master.cc | 2 +- src/unittests/sections.cc | 2 +- src/unittests/serial_counters.cc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/unittests/CommutativityUnittests.cc b/src/unittests/CommutativityUnittests.cc index 4cd2756..69f9095 100644 --- a/src/unittests/CommutativityUnittests.cc +++ b/src/unittests/CommutativityUnittests.cc @@ -2,7 +2,7 @@ // TaskSanitizer: a lightweight determinacy race checking // tool for OpenMP task applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. // diff --git a/src/unittests/flush.cc b/src/unittests/flush.cc index 782a0d7..8b43139 100644 --- a/src/unittests/flush.cc +++ b/src/unittests/flush.cc @@ -2,7 +2,7 @@ // // flush.cc // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // All rights reserved. // // This file is part of TaskSanitizer. For details, see diff --git a/src/unittests/forloop.cc b/src/unittests/forloop.cc index ccd8df7..c5ea5bc 100644 --- a/src/unittests/forloop.cc +++ b/src/unittests/forloop.cc @@ -2,7 +2,7 @@ // // forloop.cc // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // All rights reserved. // // This file is part of TaskSanitizer. For details, see diff --git a/src/unittests/master.cc b/src/unittests/master.cc index 3c397d9..7c46156 100644 --- a/src/unittests/master.cc +++ b/src/unittests/master.cc @@ -2,7 +2,7 @@ // // master.cc // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // All rights reserved. // // This file is part of TaskSanitizer. For details, see diff --git a/src/unittests/sections.cc b/src/unittests/sections.cc index 97560a4..ec37393 100644 --- a/src/unittests/sections.cc +++ b/src/unittests/sections.cc @@ -2,7 +2,7 @@ // // sections.cc // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // All rights reserved. // // This file is part of TaskSanitizer. For details, see diff --git a/src/unittests/serial_counters.cc b/src/unittests/serial_counters.cc index 775c776..d775f17 100644 --- a/src/unittests/serial_counters.cc +++ b/src/unittests/serial_counters.cc @@ -2,7 +2,7 @@ // // serial_counters.cc // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // All rights reserved. // // This file is part of TaskSanitizer. For details, see From 160334e9291e8aa1b5e8de19a366ca6a26d26b46 Mon Sep 17 00:00:00 2001 From: "Hassan @Ubuntu" Date: Sat, 10 Jul 2021 23:58:22 +0200 Subject: [PATCH 3/3] Replace copyright years in unstrumentor module --- src/instrumentor/CMakeLists.txt | 2 +- src/instrumentor/callbacks/InstrumentationCallbacks.cc | 2 +- src/instrumentor/callbacks/InstrumentationCallbacks.h | 2 +- src/instrumentor/callbacks/OMPTCallbacks.h | 2 +- src/instrumentor/eventlogger/Logger.cc | 2 +- src/instrumentor/eventlogger/Logger.h | 2 +- src/instrumentor/eventlogger/TaskInfo.h | 2 +- src/instrumentor/eventlogger/Util.h | 2 +- src/instrumentor/pass/CMakeLists.txt | 2 +- src/instrumentor/pass/DebugInfoHelper.h | 2 +- src/instrumentor/pass/IIRlogger.h | 2 +- src/instrumentor/pass/LLVMLibs.h | 2 +- src/instrumentor/pass/TaskSanitizer.cc | 2 +- src/instrumentor/pass/Util.h | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/instrumentor/CMakeLists.txt b/src/instrumentor/CMakeLists.txt index 3d2f4f5..aa099bd 100644 --- a/src/instrumentor/CMakeLists.txt +++ b/src/instrumentor/CMakeLists.txt @@ -2,7 +2,7 @@ ## TaskSanitizer: a lightweight determinacy race checking ## tool for OpenMP task applications ## -## Copyright (c) 2015 - 2018 Hassan Salehe Matar +## Copyright (c) 2015 - 2021 Hassan Salehe Matar ## Copying or using this code by any means whatsoever ## without consent of the owner is strictly prohibited. ## diff --git a/src/instrumentor/callbacks/InstrumentationCallbacks.cc b/src/instrumentor/callbacks/InstrumentationCallbacks.cc index c2f5753..2335f8f 100644 --- a/src/instrumentor/callbacks/InstrumentationCallbacks.cc +++ b/src/instrumentor/callbacks/InstrumentationCallbacks.cc @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// (c) 2015 - 2018 Hassan Salehe Matar +// (c) 2015 - 2021 Hassan Salehe Matar // Contact: hassansalehe-at-gmail-dot-com // //===----------------------------------------------------------------------===// diff --git a/src/instrumentor/callbacks/InstrumentationCallbacks.h b/src/instrumentor/callbacks/InstrumentationCallbacks.h index 85de790..9c96a2e 100644 --- a/src/instrumentor/callbacks/InstrumentationCallbacks.h +++ b/src/instrumentor/callbacks/InstrumentationCallbacks.h @@ -2,7 +2,7 @@ // TaskSanitizer: a lightweight determinacy race checking // tool for OpenMP task applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. // diff --git a/src/instrumentor/callbacks/OMPTCallbacks.h b/src/instrumentor/callbacks/OMPTCallbacks.h index 56e00d3..a14176f 100644 --- a/src/instrumentor/callbacks/OMPTCallbacks.h +++ b/src/instrumentor/callbacks/OMPTCallbacks.h @@ -2,7 +2,7 @@ // TaskSanitizer: a lightweight determinacy race checking // tool for OpenMP task applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. // diff --git a/src/instrumentor/eventlogger/Logger.cc b/src/instrumentor/eventlogger/Logger.cc index 004a8e6..b857dd8 100644 --- a/src/instrumentor/eventlogger/Logger.cc +++ b/src/instrumentor/eventlogger/Logger.cc @@ -2,7 +2,7 @@ // TaskSanitizer: a lightweight determinacy race checking // tool for OpenMP task applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. // diff --git a/src/instrumentor/eventlogger/Logger.h b/src/instrumentor/eventlogger/Logger.h index 85e5833..d9063be 100644 --- a/src/instrumentor/eventlogger/Logger.h +++ b/src/instrumentor/eventlogger/Logger.h @@ -2,7 +2,7 @@ // TaskSanitizer: a lightweight determinacy race checking // tool for OpenMP task applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. // diff --git a/src/instrumentor/eventlogger/TaskInfo.h b/src/instrumentor/eventlogger/TaskInfo.h index 4bccceb..ad47154 100644 --- a/src/instrumentor/eventlogger/TaskInfo.h +++ b/src/instrumentor/eventlogger/TaskInfo.h @@ -2,7 +2,7 @@ // TaskSanitizer: a lightweight determinacy race checking // tool for OpenMP task applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. // diff --git a/src/instrumentor/eventlogger/Util.h b/src/instrumentor/eventlogger/Util.h index 53cee77..efce359 100644 --- a/src/instrumentor/eventlogger/Util.h +++ b/src/instrumentor/eventlogger/Util.h @@ -2,7 +2,7 @@ // TaskSanitizer: determinacy race detection tool // for OpenMP task applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. // diff --git a/src/instrumentor/pass/CMakeLists.txt b/src/instrumentor/pass/CMakeLists.txt index b97220d..e6a0e58 100644 --- a/src/instrumentor/pass/CMakeLists.txt +++ b/src/instrumentor/pass/CMakeLists.txt @@ -2,7 +2,7 @@ #// TaskSanitizer: a lightweight determinacy race checking #// tool for OpenMP applications #// -#// Copyright (c) 2015 - 2018 Hassan Salehe Matar +#// Copyright (c) 2015 - 2021 Hassan Salehe Matar #// Copying or using this code by any means whatsoever #// without consent of the owner is strictly prohibited. #// diff --git a/src/instrumentor/pass/DebugInfoHelper.h b/src/instrumentor/pass/DebugInfoHelper.h index 0d89c0e..eca74d9 100644 --- a/src/instrumentor/pass/DebugInfoHelper.h +++ b/src/instrumentor/pass/DebugInfoHelper.h @@ -2,7 +2,7 @@ // TaskSanitizer: a lightweight determinacy race checking // tool for OpenMP task applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. // diff --git a/src/instrumentor/pass/IIRlogger.h b/src/instrumentor/pass/IIRlogger.h index 06967e6..8f05431 100644 --- a/src/instrumentor/pass/IIRlogger.h +++ b/src/instrumentor/pass/IIRlogger.h @@ -2,7 +2,7 @@ // TaskSanitizer: a lightweight determinacy race checking // tool for OpenMP applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. // diff --git a/src/instrumentor/pass/LLVMLibs.h b/src/instrumentor/pass/LLVMLibs.h index d76e421..fd77b2a 100644 --- a/src/instrumentor/pass/LLVMLibs.h +++ b/src/instrumentor/pass/LLVMLibs.h @@ -2,7 +2,7 @@ // TaskSanitizer: a lightweight determinacy race checking // tool for OpenMP applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. // diff --git a/src/instrumentor/pass/TaskSanitizer.cc b/src/instrumentor/pass/TaskSanitizer.cc index 143dd0d..e7b02e5 100644 --- a/src/instrumentor/pass/TaskSanitizer.cc +++ b/src/instrumentor/pass/TaskSanitizer.cc @@ -2,7 +2,7 @@ // // TaskSanitizer.cc // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // All rights reserved. // // This file is part of TaskSanitizer. For details, see diff --git a/src/instrumentor/pass/Util.h b/src/instrumentor/pass/Util.h index 731eadf..ac3817e 100644 --- a/src/instrumentor/pass/Util.h +++ b/src/instrumentor/pass/Util.h @@ -2,7 +2,7 @@ // TaskSanitizer: a lightweight determinacy race checking // tool for OpenMP task applications // -// Copyright (c) 2015 - 2018 Hassan Salehe Matar +// Copyright (c) 2015 - 2021 Hassan Salehe Matar // Copying or using this code by any means whatsoever // without consent of the owner is strictly prohibited. //