Update copyrights in FlavorTagDiscriminants
This is a simple
find . -name '*.h' -exec sed -i 's/2002-2019 CERN/2002-2020 CERN/' {} \;
find . -name '*.cxx' -exec sed -i 's/2002-2019 CERN/2002-2020 CERN/' {} \;
find . -name '*.xml' -exec sed -i 's/2002-2019 CERN/2002-2020 CERN/' {} \;
on the files in FlavorTagDiscriminants.
This is a preemptive merge request to fix issues from !32756 (merged), which updates this package in 21.9. Unfortunately the most up to date code has an older copyright notice. In the interest of keeping everything uniform I'm updating to 2020 everywhere.
Edited by Tadej Novak