diff --git a/Tools/DevUtils/update_copyright.sh b/Tools/DevUtils/update_copyright.sh index ccc0c7217c9..e73abf97efb 100755 --- a/Tools/DevUtils/update_copyright.sh +++ b/Tools/DevUtils/update_copyright.sh @@ -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