Skip to content

Commit

Permalink
Changed copyright year in all files
Browse files Browse the repository at this point in the history
  • Loading branch information
hassansalehe committed Jul 10, 2021
1 parent b4b9434 commit e4197b2
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 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/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 e4197b2

Please sign in to comment.