Skip to content

Commit

Permalink
Add more license rule and updates
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Nov 8, 2023
1 parent 7aee267 commit a4409a4
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/apache-2.0_or_epl-2.0_11.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ignorable_urls:

<licenses>
<license>
<name>(Apache-2.0 OR EPL-2.0)</name>
<name>{{(Apache-2.0 OR EPL-2.0)}}</name>
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
<distribution>repo</distribution>
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.</comments>
Expand Down
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/apache-2.0_or_epl-2.0_12.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ignorable_urls:
---

<license>
<name>(Apache-2.0 OR EPL-2.0)</name>
<name>{{(Apache-2.0 OR EPL-2.0)}}</name>
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
<distribution>repo</distribution>
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.</comments>
Expand Down
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/apache-2.0_or_epl-2.0_13.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ignorable_urls:
---

<license>
<name>(Apache-2.0 OR EPL-2.0)</name>
<name>{{(Apache-2.0 OR EPL-2.0)}}</name>
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
<distribution>repo</distribution>
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.</comments>
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/apache-2.0_or_epl-2.0_14.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ignorable_urls:
---

<license>
<name>(Apache-2.0 OR EPL-2.0)</name>
<name>{{(Apache-2.0 OR EPL-2.0)}}</name>
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.</comments>
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/apache-2.0_or_epl-2.0_15.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ignorable_urls:
---

<license>
<name>(Apache-2.0 OR EPL-2.0)
<name>{{(Apache-2.0 OR EPL-2.0)}}
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/apache-2.0_or_epl-2.0_16.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ignorable_urls:
---

<license>
<name>(Apache-2.0 OR EPL-2.0)
<name>{{(Apache-2.0 OR EPL-2.0)}}
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/apache-2.0_or_epl-2.0_17.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ relevance: 100
---

<license>
<name>(Apache-2.0 OR EPL-2.0)
<name>{{(Apache-2.0 OR EPL-2.0)}}
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/apache-2.0_or_epl-2.0_18.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ is_license_tag: yes
relevance: 100
---

<name>(Apache-2.0 OR EPL-2.0)
<name>{{(Apache-2.0 OR EPL-2.0)}}
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/apache-2.0_or_epl-2.0_19.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ is_license_notice: yes
relevance: 100
---

<license>(Apache-2.0 OR EPL-2.0)
<license>{{(Apache-2.0 OR EPL-2.0)}}
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/apache-2.0_or_epl-2.0_20.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ is_license_notice: yes
relevance: 100
---

(Apache-2.0 OR EPL-2.0)
{{(Apache-2.0 OR EPL-2.0)}}
11 changes: 11 additions & 0 deletions src/licensedcode/data/rules/apache-2.0_or_epl-2.0_21.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
license_expression: apache-2.0 OR epl-2.0
is_license_tag: yes
ignorable_urls:
- https://opensource.org/licenses/Apache-2.0,https:/opensource.org/licenses/EPL-2.0
---

name: {{(Apache-2.0 OR EPL-2.0)}}
url: https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0
comments: This program and the accompanying materials are made available under the terms of
the Apache License, Version 2.0, or the Eclipse Public License 2.0.

0 comments on commit a4409a4

Please sign in to comment.