Skip to content

Commit 6023e02

Browse files
committed
Update license year
1 parent 94c1f58 commit 6023e02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Check license year
134134
if: matrix.coding-standards
135-
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
135+
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
136136

137137
- name: Run PHPStan
138138
if: matrix.static-analysis

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