Skip to content

Commit

Permalink
Fix broken license link CDDL, GNU v.2 and CPL 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svkcemk authored and jomrazek committed Oct 31, 2023
1 parent 27eda5a commit 4a779cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pig/src/main/resources/rh-license-names.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@
},
{
"name": "Common Development and Distribution License (CDDL) and GNU Public License v.2 w/Classpath Exception",
"url": "https://netbeans.org/cddl-gplv2.html",
"textUrl": "https://netbeans.org/cddl-gplv2.html",
"url": "https://github.com/javaee/javax.annotation/blob/master/LICENSE",
"textUrl": "https://raw.githubusercontent.com/javaee/javax.annotation/master/LICENSE",
"aliases": [
"Common Development and Distribution License (CDDL) and GNU Public License v.2 w/Classpath Exception",
"CDDL + GPLv2 with classpath exception",
Expand All @@ -190,7 +190,7 @@
"CDDL/GPLv2+CE"
],
"urlAliases": [
"https://netbeans.org/cddl-gplv2.html",
"https://github.com/javaee/javax.annotation/blob/master/LICENSE",
"https://glassfish.java.net/public/CDDL+GPL_1_1.html",
"https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html"
]
Expand Down Expand Up @@ -387,13 +387,13 @@
},
{
"name": "Common Public License, Version 1.0",
"url": "https://opensource.org/licenses/CPL-1.0",
"url": "https://opensource.org/license/cpl1-0-txt",
"aliases": [
"Common Public License, Version 1.0",
"Common Public License Version 1.0"
],
"urlAliases": [
"https://opensource.org/licenses/CPL-1.0",
"https://opensource.org/license/cpl1-0-txt",
"http://opensource.org/licenses/CPL-1.0",
"http://www.opensource.org/licenses/cpl1.0.txt"
]
Expand Down

0 comments on commit 4a779cf

Please sign in to comment.