Skip to content

Commit 4a779cf

Browse files
svkcemkjomrazek
authored andcommitted
Fix broken license link CDDL, GNU v.2 and CPL 1.0
1 parent 27eda5a commit 4a779cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pig/src/main/resources/rh-license-names.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@
179179
},
180180
{
181181
"name": "Common Development and Distribution License (CDDL) and GNU Public License v.2 w/Classpath Exception",
182-
"url": "https://netbeans.org/cddl-gplv2.html",
183-
"textUrl": "https://netbeans.org/cddl-gplv2.html",
182+
"url": "https://github.com/javaee/javax.annotation/blob/master/LICENSE",
183+
"textUrl": "https://raw.githubusercontent.com/javaee/javax.annotation/master/LICENSE",
184184
"aliases": [
185185
"Common Development and Distribution License (CDDL) and GNU Public License v.2 w/Classpath Exception",
186186
"CDDL + GPLv2 with classpath exception",
@@ -190,7 +190,7 @@
190190
"CDDL/GPLv2+CE"
191191
],
192192
"urlAliases": [
193-
"https://netbeans.org/cddl-gplv2.html",
193+
"https://github.com/javaee/javax.annotation/blob/master/LICENSE",
194194
"https://glassfish.java.net/public/CDDL+GPL_1_1.html",
195195
"https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html"
196196
]
@@ -387,13 +387,13 @@
387387
},
388388
{
389389
"name": "Common Public License, Version 1.0",
390-
"url": "https://opensource.org/licenses/CPL-1.0",
390+
"url": "https://opensource.org/license/cpl1-0-txt",
391391
"aliases": [
392392
"Common Public License, Version 1.0",
393393
"Common Public License Version 1.0"
394394
],
395395
"urlAliases": [
396-
"https://opensource.org/licenses/CPL-1.0",
396+
"https://opensource.org/license/cpl1-0-txt",
397397
"http://opensource.org/licenses/CPL-1.0",
398398
"http://www.opensource.org/licenses/cpl1.0.txt"
399399
]

0 commit comments

Comments
 (0)