Skip to content

Commit

Permalink
Merge pull request #13 from hassansalehe/changing-copyright-year
Browse files Browse the repository at this point in the history
Changing copyright year
  • Loading branch information
hassansalehe authored Jul 10, 2021
2 parents 15447e8 + e4197b2 commit a3d3b44
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 - 2018 Hassan Salehe Matar
Copyright (c) 2015 - 2021 Hassan Salehe Matar
All rights reserved.

This is BSD License file TaskSanitizer. For details about
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ The following 1 task pairs have conflicts:
```

#### Copyright notice
(c) 2015 - 2018 Hassan Salehe Matar
(c) 2015 - 2021 Hassan Salehe Matar
All rights reserved.
Please read license file LICENSE on usage license.
2 changes: 1 addition & 1 deletion evaluation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# 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
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# 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
Expand Down
2 changes: 1 addition & 1 deletion src/benchmarks/RacyBackgroundExample.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////
//
// (c) 2015 - 2018 Hassan Salehe Matar
// (c) 2015 - 2021 Hassan Salehe Matar
//
// Description:
//
Expand Down
2 changes: 1 addition & 1 deletion src/benchmarks/RacyBanking.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////
//
// (c) 2015 - 2018 Hassan Salehe Matar
// (c) 2015 - 2021 Hassan Salehe Matar
//
// Description:
//
Expand Down
2 changes: 1 addition & 1 deletion src/benchmarks/RacyFibonacci.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////
//
// (c) 2015 - 2018 Hassan Salehe Matar
// (c) 2015 - 2021 Hassan Salehe Matar
//
// Description:
//
Expand Down
2 changes: 1 addition & 1 deletion src/benchmarks/RacyMapReduce.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////
//
// (c) 2015 - 2018 Hassan Salehe Matar
// (c) 2015 - 2021 Hassan Salehe Matar
//
// Description:
//
Expand Down
2 changes: 1 addition & 1 deletion src/benchmarks/RacyPointerChasing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// RacyPointerChasing.cc
//
// Copyright (c) 2015 - 2018 Hassan Salehe Matar
// Copyright (c) 2015 - 2021 Hassan Salehe Matar
// All rights reserved.
//
// This code has been influenced by an OpenMP forum:
Expand Down
2 changes: 1 addition & 1 deletion src/common/CriticalSignatures.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/common/MemoryActions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/common/action.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/common/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/common/instruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/detector/commutativity/CommutativityChecker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/detector/commutativity/CommutativityChecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/detector/commutativity/CriticalSectionBody.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/detector/commutativity/CriticalSections.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
6 changes: 3 additions & 3 deletions src/detector/determinacy/checker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down Expand Up @@ -51,7 +51,7 @@ void Checker::onTaskCreate(int taskID) {
// 1.find the parent bag which can be inherited
SerialBagPtr taskBag = NULL;
auto inEdge = graph[taskID].inEdges.begin();
/* Hassan 02.01.2018 modify this code to accommodate chunked tasks.
/* Hassan 02.01.2021 modify this code to accommodate chunked tasks.
for (; inEdge != graph[taskID].inEdges.end(); inEdge++) {
// take with outstr 1 and longest
Expand All @@ -78,7 +78,7 @@ void Checker::onTaskCreate(int taskID) {
auto aBag = serial_bags[*inEdge];
taskBag->HB.insert(aBag->HB.begin(), aBag->HB.end()); // merging...
taskBag->HB.insert(*inEdge); // parents happen-before me
/* Hassan 02.01.2018 modify this code to accommodate chunked tasks.
/* Hassan 02.01.2021 modify this code to accommodate chunked tasks.
aBag->outBufferCount--; // for inheriting bags
if (!aBag->outBufferCount)
serial_bags.erase(*inEdge);
Expand Down
2 changes: 1 addition & 1 deletion src/detector/determinacy/checker.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/detector/determinacy/conflict.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/detector/determinacy/operationSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/detector/determinacy/report.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion src/functionengine/CallStack.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CallStack.h
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion src/functionengine/FunctionEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// FunctionEngine.h
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion src/unittests/critical.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// critical.cc
//
// Copyright (c) 2017, Hassan Salehe Matar
// Copyright (c) 2017 - 2021, Hassan Salehe Matar
// All rights reserved.
//
// This file is part of TaskSanitizer. For details, see
Expand Down
2 changes: 1 addition & 1 deletion tasksan
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# 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
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down

0 comments on commit a3d3b44

Please sign in to comment.