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 b3d7a0b commit 7a7058eCopy full SHA for 7a7058e
.github/workflows/tests.yml
@@ -67,3 +67,7 @@ jobs:
67
- name: Run PHP CS Fixer
68
if: matrix.coding-standards
69
run: php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --diff --dry-run -v
70
+
71
+ - name: Check license year
72
+ if: matrix.coding-standards
73
+ run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2020 E-COMMIT
+Copyright (c) 2020-2022 E-COMMIT
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
0 commit comments