Skip to content

Commit d61c5e0

Browse files
committed
apply licence to correct and set licence in qodana.yml
1 parent 0abc18a commit d61c5e0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

LICENSE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Apache License
23
Version 2.0, January 2004
34
http://www.apache.org/licenses/
@@ -186,7 +187,7 @@
186187
same "printed page" as the copyright notice for easier
187188
identification within third-party archives.
188189

189-
Copyright [yyyy] [name of copyright owner]
190+
Copyright 2025 Lukas Streckeisen
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.
@@ -198,4 +199,4 @@
198199
distributed under the License is distributed on an "AS IS" BASIS,
199200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200201
See the License for the specific language governing permissions and
201-
limitations under the License.
202+
limitations under the License.

qodana.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ include:
66
- name: CheckDependencyLicenses
77
- name: Eslint
88
bootstrap: yarn install
9-
raiseLicenseProblems: true
9+
10+
licenseRules:
11+
- keys: ["Apache-2.0"]

0 commit comments

Comments
 (0)