/ * *
* C o p y r i g h t 2018 E v g e n y N a u m e n k o < j k . v c @ m a i l . r u >
* C o p y r i g h t H y p e r l e d g e r B e s u c o n t r i b u t o r s .
*
* L i c e n s e d u n d e r t h e A p a c h e L i c e n s e , V e r s i o n 2.0 ( t h e "License" ) ;
* y o u m a y n o t u s e t h i s f i l e e x c e p t i n c o m p l i a n c e w i t h t h e L i c e n s e .
* Y o u m a y o b t a i n a c o p y o f t h e L i c e n s e a t
*
* h t t p : //www.apache.org/licenses/LICENSE-2.0
*
* U n l e s s r e q u i r e d b y a p p l i c a b l e l a w o r a g r e e d t o i n w r i t i n g , s o f t w a r e
* d i s t r i b u t e d u n d e r t h e L i c e n s e i s d i s t r i b u t e d o n a n "AS IS" B A S I S ,
* W I T H O U T W A R R A N T I E S O R C O N D I T I O N S O F A N Y K I N D , e i t h e r e x p r e s s o r i m p l i e d .
* S e e t h e L i c e n s e f o r t h e s p e c i f i c l a n g u a g e g o v e r n i n g p e r m i s s i o n s a n d
* l i m i t a t i o n s u n d e r t h e L i c e n s e .
* /
{
"bundles" : [
{ "bundleName" : "Apache-1.1" , "licenseName" : "Apache Software License, Version 1.1" , "licenseUrl" : "https://www.apache.org/licenses/LICENSE-1.1" } ,
{ "bundleName" : "Apache-2.0" , "licenseName" : "Apache License, Version 2.0" , "licenseUrl" : "https://www.apache.org/licenses/LICENSE-2.0" } ,
{ "bundleName" : "0BSD" , "licenseName" : "BSD Zero Clause License" , "licenseUrl" : "https://opensource.org/licenses/0BSD" } ,
{ "bundleName" : "BSD-2-Clause" , "licenseName" : "The 2-Clause BSD License" , "licenseUrl" : "https://opensource.org/licenses/BSD-2-Clause" } ,
{ "bundleName" : "BSD-3-Clause" , "licenseName" : "The 3-Clause BSD License" , "licenseUrl" : "https://opensource.org/licenses/BSD-3-Clause" } ,
{ "bundleName" : "CC0-1.0" , "licenseName" : "Creative Commons Legal Code" , "licenseUrl" : "https://creativecommons.org/publicdomain/zero/1.0/legalcode" } ,
{ "bundleName" : "CDDL-1.0" , "licenseName" : "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0" , "licenseUrl" : "https://oss.oracle.com/licenses/CDDL" } ,
{ "bundleName" : "CDDL-1.1" , "licenseName" : "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1" , "licenseUrl" : "https://oss.oracle.com/licenses/CDDL-1.1" } ,
{ "bundleName" : "CPL-1.0" , "licenseName" : "Common Public License - v 1.0" , "licenseUrl" : "https://www.eclipse.org/legal/cpl-v10.html" } ,
{ "bundleName" : "EPL-1.0" , "licenseName" : "Eclipse Public License - v 1.0" , "licenseUrl" : "http://www.eclipse.org/legal/epl-v10.html" } ,
{ "bundleName" : "EPL-2.0" , "licenseName" : "Eclipse Public License - v 2.0" , "licenseUrl" : "https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt" } ,
{ "bundleName" : "EDL-1.0" , "licenseName" : "Eclipse Distribution License - v 1.0" , "licenseUrl" : "https://www.eclipse.org/org/documents/edl-v10.html" } ,
{ "bundleName" : "GPL-1.0" , "licenseName" : "GNU GENERAL PUBLIC LICENSE, Version 1" , "licenseUrl" : "https://www.gnu.org/licenses/gpl-1.0" } ,
{ "bundleName" : "GPL-2.0-only" , "licenseName" : "GNU GENERAL PUBLIC LICENSE, Version 2" , "licenseUrl" : "https://www.gnu.org/licenses/gpl-2.0" } ,
{ "bundleName" : "GPL-3.0-only" , "licenseName" : "GNU GENERAL PUBLIC LICENSE, Version 3" , "licenseUrl" : "https://www.gnu.org/licenses/gpl-3.0" } ,
{ "bundleName" : "GPL-2.0 WITH Classpath-exception-2.0" , "licenseName" : "GNU GENERAL PUBLIC LICENSE, Version 2 + Classpath Exception" , "licenseUrl" : "https://openjdk.java.net/legal/gplv2+ce.html" } ,
{ "bundleName" : "LGPL-2.1-only" , "licenseName" : "GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1" , "licenseUrl" : "https://www.gnu.org/licenses/lgpl-2.1" } ,
{ "bundleName" : "LGPL-3.0-only" , "licenseName" : "GNU LESSER GENERAL PUBLIC LICENSE, Version 3" , "licenseUrl" : "https://www.gnu.org/licenses/lgpl-3.0" } ,
{ "bundleName" : "MIT" , "licenseName" : "MIT License" , "licenseUrl" : "https://opensource.org/licenses/MIT" } ,
{ "bundleName" : "MPL-1.1" , "licenseName" : "Mozilla Public License Version 1.1" , "licenseUrl" : "https://www.mozilla.org/en-US/MPL/1.1" } ,
{ "bundleName" : "MPL-2.0" , "licenseName" : "Mozilla Public License, Version 2.0" , "licenseUrl" : "https://www.mozilla.org/en-US/MPL/2.0" } ,
{ "bundleName" : "Public-Domain" , "licenseName" : "PUBLIC DOMAIN" , "licenseUrl" : "" }
] ,
"transformationRules" : [
{ "bundleName" : "0BSD" , "licenseNamePattern" : "BSD Zero Clause License" } ,
{ "bundleName" : "0BSD" , "licenseNamePattern" : "BSD$" } ,
{ "bundleName" : "0BSD" , "licenseNamePattern" : "BSD( |-)clause.*" } ,
{ "bundleName" : "0BSD" , "licenseNamePattern" : "(The )?BSD( |-)(l|L)icen(s|c)e.*" } ,
{ "bundleName" : "Apache-2.0" , "licenseNamePattern" : ".*The Apache Software License, Version 2\\.0.*" } ,
{ "bundleName" : "Apache-2.0" , "licenseNamePattern" : ".*?Apache( |-|_)2.*" } ,
{ "bundleName" : "Apache-2.0" , "licenseNamePattern" : "ASL 2\\.0" } ,
{ "bundleName" : "Apache-2.0" , "licenseNamePattern" : ".*Apache License,?( Version)? 2.*" } ,
{ "bundleName" : "Apache-2.0" , "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/Apache-2\\.0.*" } ,
{ "bundleName" : "Apache-2.0" , "licenseUrlPattern" : ".*www\\.apache\\.org/licenses/LICENSE-2\\.0.*" } ,
{ "bundleName" : "Apache-2.0" , "licenseFileContentPattern" : ".*Apache License,?( Version)? 2.*" } ,
{ "bundleName" : "Apache-1.1" , "licenseFileContentPattern" : ".*Apache Software License, Version 1\\.1.*" } ,
{ "bundleName" : "LGPL-2.1-only" , "licenseUrlPattern" : ".*www\\.gnu\\.org/licenses/old-licenses/lgpl-2\\.1\\.html" } ,
{ "bundleName" : "CC0-1.0" , "licenseNamePattern" : "CC0(( |-)1(\\.0)?)?" } ,
{ "bundleName" : "CC0-1.0" , "licenseUrlPattern" : ".*(www\\.)?creativecommons\\.org/publicdomain/zero/1\\.0/" } ,
{ "bundleName" : "CDDL-1.0" , "licenseFileContentPattern" : ".*CDDL.*1\\.0" } ,
{ "bundleName" : "CDDL-1.0" , "licenseUrlPattern" : ".*CDDL.*.?1\\.0" } ,
{ "bundleName" : "CDDL-1.0" , "licenseNamePattern" : "CDDL-1\\.0" } ,
{ "bundleName" : "CDDL-1.1" , "licenseUrlPattern" : ".*CDDL.*.?1\\.1" } ,
{ "bundleName" : "CDDL-1.0" , "licenseNamePattern" : "Common Development and Distribution License( \\(CDDL\\),?)? (version )?(.?\\s?)?1\\.0" } ,
{ "bundleName" : "CDDL-1.1" , "licenseNamePattern" : "Common Development and Distribution License( \\(CDDL\\),?)? (version )?(.?\\s?)?1\\.1" } ,
{ "bundleName" : "BSD-3-Clause" , "licenseNamePattern" : ".*BSD( |-)3-clause.*" } ,
{ "bundleName" : "BSD-3-Clause" , "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/BSD-3-Clause" } ,
{ "bundleName" : "BSD-3-Clause" , "licenseNamePattern" : ".*?(The )New BSD License.*" } ,
{ "bundleName" : "BSD-3-Clause" , "licenseNamePattern" : ".*?Modified BSD License.*" } ,
{ "bundleName" : "BSD-2-Clause" , "licenseNamePattern" : "BSD( |-)2-clause.*" } ,
{ "bundleName" : "BSD-2-Clause" , "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/BSD-2-Clause" } ,
{ "bundleName" : "BSD-2-Clause" , "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/bsd-license(\\.php)?" } ,
{ "bundleName" : "CDDL-1.0" , "licenseNamePattern" : "Common Development and Distribution( License)?" } ,
{ "bundleName" : "CDDL-1.0" , "licenseNamePattern" : "CDDL( |-)1(\\.0)" } ,
{ "bundleName" : "CDDL-1.1" , "licenseNamePattern" : "CDDL 1\\.1" } ,
{ "bundleName" : "CDDL-1.1" , "licenseUrlPattern" : ".*(www\\.).opensource\\.org/licenses/CDDL-1\\.0" } ,
{ "bundleName" : "EPL-1.0" , "licenseNamePattern" : "Eclipse Publish License.*(v|version)\\.?\\s?1(\\.?0)?" } ,
{ "bundleName" : "EPL-1.0" , "licenseNamePattern" : "Eclipse Public License.*(v|version)\\.?\\s?1(\\.?0)?" } ,
{ "bundleName" : "EPL-2.0" , "licenseNamePattern" : "Eclipse Public License.*(v|version)\\.?\\s?2(\\.?0)?" } ,
{ "bundleName" : "EPL-2.0" , "licenseUrlPattern" : ".*(www\\.).opensource\\.org/licenses/EPL-2\\.0" } ,
{ "bundleName" : "EPL-2.0" , "licenseUrlPattern" : ".*http.?://www\\.eclipse\\.org/legal/epl-.?2\\.?0.*" } ,
{ "bundleName" : "EPL-2.0" , "licenseUrlPattern" : ".*http.?://www\\.eclipse\\.org/org.*/epl-.?2\\.?0.*" } ,
{ "bundleName" : "EPL-2.0" , "licenseUrlPattern" : ".*http.?://projects\\.eclipse\\.org/.*/epl-.?2\\.?0.*" } ,
{ "bundleName" : "EDL-1.0" , "licenseNamePattern" : "Eclipse Distribution License.*(v|version)\\.?\\s?1(\\.0)?" } ,
{ "bundleName" : "EDL-1.0" , "licenseNamePattern" : "Eclipse Distribution License \\(New BSD License\\)" } ,
{ "bundleName" : "EDL-1.0" , "licenseUrlPattern" : ".*http.?://(www\\.)?eclipse\\.org/org.*/edl-.?1\\.?0.*" } ,
{ "bundleName" : "GPL-2.0-only" , "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/GPL-2\\.0" } ,
{ "bundleName" : "GPL-2.0 WITH Classpath-exception-2.0" , "licenseNamePattern" : "GNU General Public License, version 2.*classpath exception" } ,
{ "bundleName" : "GPL-2.0 WITH Classpath-exception-2.0" , "licenseNamePattern" : "GNU General Public License, version 2.*cp?e" } ,
{ "bundleName" : "GPL-2.0 WITH Classpath-exception-2.0" , "licenseNamePattern" : "GNU General Public License, version 2.*, with the classpath exception" } ,
{ "bundleName" : "GPL-2.0 WITH Classpath-exception-2.0" , "licenseNamePattern" : "GPL2 w/ CPE" } ,
{ "bundleName" : "GPL-3.0-only" , "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/GPL-3\\.0" } ,
{ "bundleName" : "LGPL-2.1-only" , "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/LGPL-2\\.1" } ,
{ "bundleName" : "LGPL-2.1-only" , "licenseUrlPattern" : ".*(www\\.)?gnu\\.org/licenses(/old-licenses)?/lgpl-2\\.1(\\.(html|txt))?" } ,
{ "bundleName" : "LGPL-2.1-only" , "licenseNamePattern" : "LGPL 2\\.1" } ,
{ "bundleName" : "LGPL-2.1-only" , "licenseNamePattern" : "LGPL.*(v|version)\\.?\\s?2\\.1" } ,
{ "bundleName" : "LGPL-2.1-only" , "licenseUrlPattern" : ".*(www\\.)?repository.jboss.org/licenses/lgpl-2.1\\.txt" } ,
{ "bundleName" : "LGPL-3.0-only" , "licenseUrlPattern" : ".*(www\\.).opensource\\.org/licenses/LGPL-3\\.0" } ,
{ "bundleName" : "LGPL-3.0-only" , "licenseNamePattern" : "lgplv?3" } ,
{ "bundleName" : "LGPL-3.0-only" , "licenseUrlPattern" : ".*(www\\.)?gnu\\.org/licenses(/old-licenses)?/lgpl(-3)?(\\.(html|txt))?" } ,
{ "bundleName" : "MIT" , "licenseNamePattern" : "(The\\s)?MIT(\\slicen(c|s)e)?(\\s\\(MIT\\))?" } ,
{ "bundleName" : "MIT" , "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/MIT(\\.php)?" } ,
{ "bundleName" : "MPL-1.1" , "licenseNamePattern" : "MPL 1\\.1" } ,
{ "bundleName" : "MPL-2.0" , "licenseUrlPattern" : ".*(www\\.).opensource\\.org/licenses/MPL-2\\.0" } ,
{ "bundleName" : "Public-Domain" , "licenseNamePattern" : "((public)\\s(domain)).*" , "transformUrl" : false } ,
{ "bundleName" : "Public-Domain" , "licenseFileContentPattern" : ".*(Creative)\\s(Commons).*" , "transformUrl" : false } ,
{ "bundleName" : "Public-Domain" , "licenseFileContentPattern" : ".*((Public)\\s(Domain)).*" , "transformUrl" : false }
]
}