We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3804e95 commit f030a8eCopy full SHA for f030a8e
.github/workflows/tests.yml
@@ -155,10 +155,6 @@ jobs:
155
if: matrix.coding-standards
156
run: php vendor/bin/php-cs-fixer fix --diff --dry-run -v
157
158
- - name: Check license year
159
- if: matrix.coding-standards
160
- run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
161
-
162
- name: Run ESLint
163
164
run: ./node_modules/.bin/eslint assets/js/* tests/assets/js/*
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2011-2025 E-COMMIT
+Copyright (c) 2011-present 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