Skip to content

Commit f030a8e

Browse files
committed
Update license year
1 parent 3804e95 commit f030a8e

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
@@ -155,10 +155,6 @@ jobs:
155155
if: matrix.coding-standards
156156
run: php vendor/bin/php-cs-fixer fix --diff --dry-run -v
157157

158-
- name: Check license year
159-
if: matrix.coding-standards
160-
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
161-
162158
- name: Run ESLint
163159
if: matrix.coding-standards
164160
run: ./node_modules/.bin/eslint assets/js/* tests/assets/js/*

LICENSE

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

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