Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright for 2024 #842

Merged
merged 4 commits into from
May 15, 2024
Merged

Update copyright for 2024 #842

merged 4 commits into from
May 15, 2024

Conversation

valassi
Copy link
Member

@valassi valassi commented May 15, 2024

Hi @oliviermattelaer this is a minor PR updating the copyright to 2024 in view of the release. Should be non controversial, but can you please review and approve? Thanks Andrea

valassi added 3 commits May 15, 2024 13:21
for f in $(\grep Copyright -l . -r); \
  do echo $f; cat $f | sed "s/Copyright (C) 2020-2023 CERN and UCLouvain/Copyright (C) 2020-2024 CERN and UCLouvain/" > $f.new; \
  \mv $f.new $f; done
…to 2024

for f in $(\grep 'Further modified' . -r -l); \
  do echo $f; cat $f | sed -E "s/(.*Further modified.*)2023\)(.*)/\12024)\2/" > $f.new; \
  \mv $f.new $f; done
@valassi valassi requested a review from oliviermattelaer May 15, 2024 11:55
@valassi valassi self-assigned this May 15, 2024
for f in PLUGIN/CUDACPP_SA_OUTPUT/patchMad.sh allGenerateAndCompare.sh checkFormatting.sh diffCode.sh fixRepo.sh generateAndCompare.sh switchBKP.sh; do echo $f; chmod +x $f; done

This is because changing copyright resulted in

 mode change 100755 => 100644 epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/patchMad.sh
 mode change 100755 => 100644 epochX/cudacpp/CODEGEN/allGenerateAndCompare.sh
 mode change 100755 => 100644 epochX/cudacpp/CODEGEN/checkFormatting.sh
 mode change 100755 => 100644 epochX/cudacpp/CODEGEN/diffCode.sh
 mode change 100755 => 100644 epochX/cudacpp/CODEGEN/fixRepo.sh
 mode change 100755 => 100644 epochX/cudacpp/CODEGEN/generateAndCompare.sh
 mode change 100755 => 100644 epochX/cudacpp/CODEGEN/switchBKP.sh
@valassi
Copy link
Member Author

valassi commented May 15, 2024

I had forgotten to fix the execution mode of some files. Now all is ok an dthe CI passes. Ready to merge when approved.

@oliviermattelaer oliviermattelaer merged commit bd4e8ae into madgraph5:master May 15, 2024
73 checks passed
@valassi
Copy link
Member Author

valassi commented May 15, 2024

Thanks Olivier!

@valassi valassi linked an issue May 15, 2024 that may be closed by this pull request
@valassi
Copy link
Member Author

valassi commented May 15, 2024

Note, this addresses issue #817 (there was a question whether to update the year range or not - in the end this is done here)

valassi added a commit to valassi/madgraph4gpu that referenced this pull request May 15, 2024
…pdates in PR madgraph5#842) into jtmk

Fix conflicts:
	epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu/cudacpp.mk
	epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu/cudacpp_src.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up year range in copyright statements
2 participants