Skip to content

Update copyright for 2024#842

Merged
oliviermattelaer merged 4 commits into
madgraph5:masterfrom
valassi:auth2
May 15, 2024
Merged

Update copyright for 2024#842
oliviermattelaer merged 4 commits into
madgraph5:masterfrom
valassi:auth2

Conversation

@valassi
Copy link
Copy Markdown
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
Copy Markdown
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
@valassi
Copy link
Copy Markdown
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
Copy Markdown
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