Unverified Commit f5bc48cc authored by Stephan Lachnit's avatar Stephan Lachnit
Browse files

Ignore .reuse/dep5 in copyright years script

parent a3fc9a5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ set -e
UPDATE_SCRIPT=$(dirname $0)/update_copyright_years.py
APPENDIX="CERN and the Allpix Squared authors"

python3 ${UPDATE_SCRIPT} -v -a "${APPENDIX}" -x 3rdparty/
python3 ${UPDATE_SCRIPT} -v -a "${APPENDIX}" -x 3rdparty/ -x .reuse/dep5

# update copyright info output allpix exe
python3 ${UPDATE_SCRIPT} -v -a "${APPENDIX}" -p "std::cout << \"Copyright (c)" -f src/exec/allpix.cpp