Skip to content

Commit cad392f

Browse files
authored
Merge pull request #3212 from bennati/here-rule
Add HERE Proprietary rule for pom.xml files
2 parents cc887e6 + b8d0b57 commit cad392f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
license_expression: here-proprietary
3+
is_license_tag: yes
4+
relevance: 100
5+
ignorable_urls:
6+
- https://here.com/
7+
---
8+
9+
<licenses>
10+
<license>
11+
<name>{{HERE Proprietary}} License</name>
12+
<url>https://here.com</url>
13+
<distribution>repo</distribution>
14+
<comments>SPDX-License-Identifier: LicenseRef-Proprietary-HERE</comments>
15+
</license>
16+
</licenses>

0 commit comments

Comments
 (0)