8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e034a commit 89f86deCopy full SHA for 89f86de
.github/workflows/package-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
}
43
44
_correct_license_file() {
45
- FIRST_LINE="Copyright (c) $(date +"%Y") Fabien Potencier"
+ FIRST_LINE="Copyright (c) $(date +"%Y")-present Fabien Potencier"
46
PACKAGE_FIRST_LINE=$(head -1 ${1})
47
if [[ "$FIRST_LINE" != "$PACKAGE_FIRST_LINE" ]]; then
48
echo "First line of the license file is wrong. Maybe it is the wrong year?"
0 commit comments