Skip to content

Commit dd7a9db

Browse files
committed
Update license year
1 parent b2919de commit dd7a9db

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ jobs:
9494
curl -LSs https://github.com/maglnet/ComposerRequireChecker/releases/latest/download/composer-require-checker.phar > composer-require-checker.phar
9595
php composer-require-checker.phar check composer.json
9696
97-
- name: Check license year
98-
if: matrix.coding-standards
99-
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
100-
10197
- name: Run Psalm
10298
if: matrix.static-analysis
10399
run: php vendor/bin/psalm --stats --output-format=github

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2025 E-COMMIT
3+
Copyright (c) 2020-present E-COMMIT
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)