Skip to content

Commit

Permalink
Tools: Update Copyright String
Browse files Browse the repository at this point in the history
Use a modern, short version referring our license model
and keep per-file autorship notes.
  • Loading branch information
ax3l committed Jul 25, 2023
1 parent 6fb88fa commit 7127a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/DevUtils/update_copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@ do
truncate -s 0 tmp.txt
fi
# Write copyright
echo "$pattern1 Copyright $year_string $authors_list
echo "$pattern1 Copyright $year_string The WarpX Community
$pattern2
$pattern2 This file is part of WarpX.
$pattern2
$pattern2 Authors: $authors_list
$pattern2 License: BSD-3-Clause-LBNL$pattern3" >> tmp.txt
# If no shebang, put first line after Copyright
if [ "${first_line:0:2}" != "#!" ]; then
Expand Down

0 comments on commit 7127a63

Please sign in to comment.