Update copyright year to 2022
All threads resolved!
All threads resolved!
Merge request reports
Activity
Filter activity
- Resolved by d.kilic
./tests/regression_test/tests/test_tracker_txt.py
wasn't updatedCommands I used to find that (executed from petrack root):
find . -type f -wholename "./src/*.cpp" -exec grep -L "Copyright (C) 2010-2022 Forschungszentrum Jülich GmbH" {} + find . -type f -wholename "./include/*.h" -exec grep -L "Copyright (C) 2010-2022 Forschungszentrum Jülich GmbH" {} + find . -type f -wholename "./tests/*.cpp" -exec grep -L "Copyright (C) 2010-2022 Forschungszentrum Jülich GmbH" {} + find . -type f -wholename "./tests/*.h" -exec grep -L "Copyright (C) 2010-2022 Forschungszentrum Jülich GmbH" {} + find . -type f -wholename "./tests/*.py" -exec grep -L "Copyright (C) 2010-2022 Forschungszentrum Jülich GmbH" {} +
added 3 commits
-
dc534514...4a76d037 - 2 commits from branch
master
- 72398bfc - Update copyright year
-
dc534514...4a76d037 - 2 commits from branch
enabled an automatic merge when the pipeline for 72398bfc succeeds
mentioned in commit 9bbbfe60
Please register or sign in to reply