Skip to content

Commit 7a7058e

Browse files
committed
Update license year
1 parent b3d7a0b commit 7a7058e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ jobs:
6767
- name: Run PHP CS Fixer
6868
if: matrix.coding-standards
6969
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

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 E-COMMIT
3+
Copyright (c) 2020-2022 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)