8000 Fix LICENSE CI check · symfony/symfony@89f86de · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 89f86de

Browse files
committed
Fix LICENSE CI check
1 parent d2e034a commit 89f86de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
}
4343
4444
_correct_license_file() {
45-
FIRST_LINE="Copyright (c) $(date +"%Y") Fabien Potencier"
45+
FIRST_LINE="Copyright (c) $(date +"%Y")-present Fabien Potencier"
4646
PACKAGE_FIRST_LINE=$(head -1 ${1})
4747
if [[ "$FIRST_LINE" != "$PACKAGE_FIRST_LINE" ]]; then
4848
echo "First line of the license file is wrong. Maybe it is the wrong year?"

0 commit comments

Comments
 (0)
0