From 5068e451d9ce584acb47cc2d537e49f0b88b291e Mon Sep 17 00:00:00 2001 From: David Cantrell Date: May 13 2021 18:31:11 +0000 Subject: Cleaning up the license data files Break out the JSON file in to one file per license and then group those in to the data/ tree. The subdirectories in data/ are by organization, company, or project. The purpose is to make it easier to maintain. The scripts we will add later will traverse this tree to collect all entries to generate the output files, so the structure of data/ is freeform for directories. License files must be *.yaml files and carry the contents of the top level TEMPLATE.yaml file. Other changes: * The id entries have been removed. * The license_text field has been removed. * If a field was empty in the JSON file, it does not exist in the YAML file. * All single quotes have been removed. There is more cleanup and auditing work to do, but the main structure is here now. TEMPLATE.yaml explains the valid fields in a license file. Signed-off-by: David Cantrell --- diff --git a/TEMPLATE.yaml b/TEMPLATE.yaml new file mode 100644 index 0000000..dcdb1a2 --- /dev/null +++ b/TEMPLATE.yaml @@ -0,0 +1,27 @@ +# Each license file must be in a *.yaml file with these fields. If a +# field has no value, exclude it from the entry. Do not use quote +# marks around strings. There should be one license per file. The +# name of the file is generally the short abbreviation of the license, +# with underscores replacing spaces. + +--- +# This field can be "yes" or "no" +approved: yes|no + +# The established Fedora license abbreviation, if available. e.g., +# the GNU General Public License v2.0 or later is called GPLv2+ in +# Fedora. +fedora_abbrev: STRING + +# The full name of the license as Fedora documents it, if available. +fedora_name: STRING + +# The SPDX (https://spdx.org/licenses) license abbreviation, if +# available. +spdx_abbrev: STRING + +# The full name of the license in the SPDX listing, if available. +spdx_name: STRING + +# A URL to the full text of the license, if available. +url: URL diff --git a/data/9wm/9wm_License_Original.yaml b/data/9wm/9wm_License_Original.yaml new file mode 100644 index 0000000..8680af0 --- /dev/null +++ b/data/9wm/9wm_License_Original.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: 9wm License (Original) +name: 9wm License (Original) +url: http://unauthorised.org/dhog/9wm/README diff --git a/data/AAL/AAL.yaml b/data/AAL/AAL.yaml new file mode 100644 index 0000000..a62bd60 --- /dev/null +++ b/data/AAL/AAL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: AAL +fedora_name: Attribution Assurance License +name: Attribution Assurance License +spdx_abbrev: AAL +spdx_name: Attribution Assurance License +url: http://opensource.org/licenses/attribution.php diff --git a/data/AMAP/AMAP_License.yaml b/data/AMAP/AMAP_License.yaml new file mode 100644 index 0000000..fa5e7d8 --- /dev/null +++ b/data/AMAP/AMAP_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: AMAP License +name: AMAP License +url: https://fedoraproject.org/wiki/Licensing/AMAP_License diff --git a/data/AMD/AMDPLPA.yaml b/data/AMD/AMDPLPA.yaml new file mode 100644 index 0000000..a8c1ecd --- /dev/null +++ b/data/AMD/AMDPLPA.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: AMDPLPA +fedora_name: AMDs plpa_map.c License +name: AMD's plpa_map.c License +spdx_abbrev: AMDPLPA +spdx_name: AMDs plpa_map.c License +url: https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License diff --git a/data/AMS/AMS.yaml b/data/AMS/AMS.yaml new file mode 100644 index 0000000..3ac7add --- /dev/null +++ b/data/AMS/AMS.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: AMS +fedora_name: AMS Bluesky Font License +name: AMS Bluesky Font License +url: https://fedoraproject.org/wiki/Licensing/AMS diff --git a/data/ARM-SDK/License_Agreement_for_Application_Response_Measurement_ARM_SDK.yaml b/data/ARM-SDK/License_Agreement_for_Application_Response_Measurement_ARM_SDK.yaml new file mode 100644 index 0000000..6f870d1 --- /dev/null +++ b/data/ARM-SDK/License_Agreement_for_Application_Response_Measurement_ARM_SDK.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: License Agreement for Application Response Measurement (ARM) SDK +name: License Agreement for Application Response Measurement (ARM) SDK +url: https://fedoraproject.org/wiki/Licensing/ApplicationResponseMeasurementSDKLicense diff --git a/data/Abstyles/Abstyles.yaml b/data/Abstyles/Abstyles.yaml new file mode 100644 index 0000000..f7c93bc --- /dev/null +++ b/data/Abstyles/Abstyles.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Abstyles +fedora_name: Abstyles License +name: Abstyles License +spdx_abbrev: Abstyles +spdx_name: Abstyles License +url: https://fedoraproject.org/wiki/Licensing/Abstyles diff --git a/data/Academic/AFL-1.1.yaml b/data/Academic/AFL-1.1.yaml new file mode 100644 index 0000000..360578a --- /dev/null +++ b/data/Academic/AFL-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Academic Free License v1.1 +spdx_abbrev: AFL-1.1 +spdx_name: Academic Free License v1.1 +url: http://opensource.linux-mirror.org/licenses/afl-1.1.txt diff --git a/data/Academic/AFL-1.2.yaml b/data/Academic/AFL-1.2.yaml new file mode 100644 index 0000000..67d4f46 --- /dev/null +++ b/data/Academic/AFL-1.2.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Academic Free License v1.2 +spdx_abbrev: AFL-1.2 +spdx_name: Academic Free License v1.2 +url: http://opensource.linux-mirror.org/licenses/afl-1.2.txt diff --git a/data/Academic/AFL-2.0.yaml b/data/Academic/AFL-2.0.yaml new file mode 100644 index 0000000..af23209 --- /dev/null +++ b/data/Academic/AFL-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Academic Free License v2.0 +spdx_abbrev: AFL-2.0 +spdx_name: Academic Free License v2.0 +url: http://opensource.linux-mirror.org/licenses/afl-2.0.txt diff --git a/data/Academic/AFL-2.1.yaml b/data/Academic/AFL-2.1.yaml new file mode 100644 index 0000000..b6f4978 --- /dev/null +++ b/data/Academic/AFL-2.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Academic Free License v2.1 +spdx_abbrev: AFL-2.1 +spdx_name: Academic Free License v2.1 +url: http://opensource.linux-mirror.org/licenses/afl-2.1.txt diff --git a/data/Academic/AFL.yaml b/data/Academic/AFL.yaml new file mode 100644 index 0000000..e1ed685 --- /dev/null +++ b/data/Academic/AFL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: AFL +fedora_name: Academic Free License +name: Academic Free License v3.0 +spdx_abbrev: AFL-3.0 +spdx_name: Academic Free License v3.0 +url: http://opensource.org/licenses/afl-3.0.php diff --git a/data/Adaptive/APL-1.0.yaml b/data/Adaptive/APL-1.0.yaml new file mode 100644 index 0000000..b0bf5a0 --- /dev/null +++ b/data/Adaptive/APL-1.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Adaptive Public License +name: Adaptive Public License 1.0 +spdx_abbrev: APL-1.0 +spdx_name: Adaptive Public License 1.0 +url: https://opensource.org/licenses/apl1.0.php diff --git a/data/Adobe/APAFML.yaml b/data/Adobe/APAFML.yaml new file mode 100644 index 0000000..31a2549 --- /dev/null +++ b/data/Adobe/APAFML.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: APAFML +fedora_name: Adobe Postscript AFM License +name: Adobe Postscript AFM License +spdx_abbrev: APAFML +spdx_name: Adobe Postscript AFM License +url: https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM diff --git a/data/Adobe/Adobe.yaml b/data/Adobe/Adobe.yaml new file mode 100644 index 0000000..98d742d --- /dev/null +++ b/data/Adobe/Adobe.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Adobe +fedora_name: Adobe Systems Incorporated Source Code License Agreement +name: Adobe Systems Incorporated Source Code License Agreement +spdx_abbrev: Adobe-2006 +spdx_name: Adobe Systems Incorporated Source Code License Agreement +url: https://fedoraproject.org/wiki/Licensing/AdobeLicense diff --git a/data/Adobe/Utopia.yaml b/data/Adobe/Utopia.yaml new file mode 100644 index 0000000..3f4445e --- /dev/null +++ b/data/Adobe/Utopia.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Utopia +fedora_name: Adobe/TUG Utopia license agreement +name: Adobe/TUG Utopia license agreement +url: http://tug.org/fonts/utopia/LICENSE-utopia.txt diff --git a/data/Afmparse/Afmparse.yaml b/data/Afmparse/Afmparse.yaml new file mode 100644 index 0000000..8eb4859 --- /dev/null +++ b/data/Afmparse/Afmparse.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Afmparse +fedora_name: Afmparse License +name: Afmparse License +spdx_abbrev: Afmparse +spdx_name: Afmparse License +url: https://fedoraproject.org/wiki/Licensing/Afmparse diff --git a/data/Agere/Agere_LT_Modem_Driver_License.yaml b/data/Agere/Agere_LT_Modem_Driver_License.yaml new file mode 100644 index 0000000..203bc25 --- /dev/null +++ b/data/Agere/Agere_LT_Modem_Driver_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Agere LT Modem Driver License +name: Agere LT Modem Driver License +url: https://fedoraproject.org/wiki/Licensing/Agere_LT_Modem_Driver_License diff --git a/data/Aladdin/Aladdin.yaml b/data/Aladdin/Aladdin.yaml new file mode 100644 index 0000000..47a30ca --- /dev/null +++ b/data/Aladdin/Aladdin.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Aladdin Free Public License +name: Aladdin Free Public License +spdx_abbrev: Aladdin +spdx_name: Aladdin Free Public License +url: http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm diff --git a/data/Amazon/ADSL.yaml b/data/Amazon/ADSL.yaml new file mode 100644 index 0000000..ca11aa2 --- /dev/null +++ b/data/Amazon/ADSL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ADSL +fedora_name: Amazon Digital Services License +name: Amazon Digital Services License +spdx_abbrev: ADSL +spdx_name: Amazon Digital Services License +url: https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense diff --git a/data/Amazon/Amazon_Software_License.yaml b/data/Amazon/Amazon_Software_License.yaml new file mode 100644 index 0000000..7730eac --- /dev/null +++ b/data/Amazon/Amazon_Software_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Amazon Software License +name: Amazon Software License +url: http://aws.amazon.com/asl/ diff --git a/data/Antlr/ANTLR-PD.yaml b/data/Antlr/ANTLR-PD.yaml new file mode 100644 index 0000000..67c9980 --- /dev/null +++ b/data/Antlr/ANTLR-PD.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ANTLR-PD +fedora_name: ANTLR Software Rights Notice +name: ANTLR Software Rights Notice +spdx_abbrev: ANTLR-PD +spdx_name: ANTLR Software Rights Notice +url: http://www.antlr2.org/license.html diff --git a/data/Antlr/The_Antlr_2.7.7_License.yaml b/data/Antlr/The_Antlr_2.7.7_License.yaml new file mode 100644 index 0000000..4c68475 --- /dev/null +++ b/data/Antlr/The_Antlr_2.7.7_License.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: The Antlr 2.7.7 License +url: http://www.antlr2.org/download/antlr-2.7.7.tar.gz diff --git a/data/Apache/ASL_1.0.yaml b/data/Apache/ASL_1.0.yaml new file mode 100644 index 0000000..c65598f --- /dev/null +++ b/data/Apache/ASL_1.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ASL 1.0 +fedora_name: Apache Software License 1.0 +name: Apache Software License 1.0 +spdx_abbrev: Apache-1.0 +spdx_name: Apache License 1.0 +url: http://www.apache.org/licenses/LICENSE-1.0 diff --git a/data/Apache/ASL_1.1.yaml b/data/Apache/ASL_1.1.yaml new file mode 100644 index 0000000..cd24f62 --- /dev/null +++ b/data/Apache/ASL_1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: ASL 1.1 +fedora_name: QuickFix License +name: QuickFix License +url: http://www.quickfixengine.org/quickfix/doc/html/license.html diff --git a/data/Apache/ASL_2.0.yaml b/data/Apache/ASL_2.0.yaml new file mode 100644 index 0000000..f03df09 --- /dev/null +++ b/data/Apache/ASL_2.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ASL 2.0 +fedora_name: Apache Software License 2.0 +name: apache-2.0 +spdx_abbrev: Apache-2.0 +spdx_name: Apache License 2.0 +url: http://www.apache.org/licenses/LICENSE-2.0 diff --git a/data/App-s2p/App-s2p.yaml b/data/App-s2p/App-s2p.yaml new file mode 100644 index 0000000..26f3a5d --- /dev/null +++ b/data/App-s2p/App-s2p.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: App-s2p +fedora_name: App::s2p License +name: App::s2p License +url: https://fedoraproject.org/wiki/Licensing/App-s2p diff --git a/data/Apple/AML.yaml b/data/Apple/AML.yaml new file mode 100644 index 0000000..db0940e --- /dev/null +++ b/data/Apple/AML.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: AML +fedora_name: Apple MIT License +name: Apple MIT License +spdx_abbrev: AML +spdx_name: Apple MIT License +url: https://fedoraproject.org/wiki/Licensing/Apple_MIT_License diff --git a/data/Apple/APSL-1.0.yaml b/data/Apple/APSL-1.0.yaml new file mode 100644 index 0000000..5e54ba4 --- /dev/null +++ b/data/Apple/APSL-1.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Apple Public Source License 1.0 +name: Apple Public Source License 1.0 +spdx_abbrev: APSL-1.0 +spdx_name: Apple Public Source License 1.0 +url: https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0 diff --git a/data/Apple/APSL-1.1.yaml b/data/Apple/APSL-1.1.yaml new file mode 100644 index 0000000..9a854ea --- /dev/null +++ b/data/Apple/APSL-1.1.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Apple Public Source License 1.1 +name: Apple Public Source License 1.1 +spdx_abbrev: APSL-1.1 +spdx_name: Apple Public Source License 1.1 +url: http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE diff --git a/data/Apple/APSL-1.2.yaml b/data/Apple/APSL-1.2.yaml new file mode 100644 index 0000000..147a5e4 --- /dev/null +++ b/data/Apple/APSL-1.2.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Apple Public Source License 1.2 +name: Apple Public Source License 1.2 +spdx_abbrev: APSL-1.2 +spdx_name: Apple Public Source License 1.2 +url: http://www.samurajdata.se/opensource/mirror/licenses/apsl.php diff --git a/data/Apple/APSL_2.0.yaml b/data/Apple/APSL_2.0.yaml new file mode 100644 index 0000000..6ef04a5 --- /dev/null +++ b/data/Apple/APSL_2.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: APSL 2.0 +fedora_name: Apple Public Source License 2.0 +name: Apple Public Source License 2.0 +spdx_abbrev: APSL-2.0 +spdx_name: Apple Public Source License 2.0 +url: http://www.opensource.apple.com/license/apsl/ diff --git a/data/Apple/Apple_Quicktime_License.yaml b/data/Apple/Apple_Quicktime_License.yaml new file mode 100644 index 0000000..ae7f2f2 --- /dev/null +++ b/data/Apple/Apple_Quicktime_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Apple Quicktime License +name: Apple Quicktime License +url: http://store.apple.com/Catalog/US/Images/quicktime.html diff --git a/data/Apple/Apple_iTunes_License.yaml b/data/Apple/Apple_iTunes_License.yaml new file mode 100644 index 0000000..090b0cc --- /dev/null +++ b/data/Apple/Apple_iTunes_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Apple iTunes License +name: Apple iTunes License +url: http://images.apple.com/legal/sla/docs/itunes.pdf diff --git a/data/Apple/CDL.yaml b/data/Apple/CDL.yaml new file mode 100644 index 0000000..beb2ec3 --- /dev/null +++ b/data/Apple/CDL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: CDL +fedora_name: Apples Common Documentation License, Version 1.0 +name: Apple's Common Documentation License, Version 1.0 +url: https://fedoraproject.org/wiki/Licensing/Common_Documentation_License diff --git a/data/Aptana/Aptana_Public_License.yaml b/data/Aptana/Aptana_Public_License.yaml new file mode 100644 index 0000000..4e1b44f --- /dev/null +++ b/data/Aptana/Aptana_Public_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Aptana Public License +name: Aptana Public License +url: http://aptana.com/legal/apl/ diff --git a/data/Arphic/Arphic.yaml b/data/Arphic/Arphic.yaml new file mode 100644 index 0000000..79498e9 --- /dev/null +++ b/data/Arphic/Arphic.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Arphic +fedora_name: Arphic Public License +name: Arphic Public License +url: http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE diff --git a/data/Array/Array.yaml b/data/Array/Array.yaml new file mode 100644 index 0000000..5d59237 --- /dev/null +++ b/data/Array/Array.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Array +fedora_name: Array Input Method Public License +name: Array Input Method Public License +url: https://fedoraproject.org/wiki/Licensing/Array diff --git a/data/Artistic/Artistic-1.0-Perl.yaml b/data/Artistic/Artistic-1.0-Perl.yaml new file mode 100644 index 0000000..54c8aa3 --- /dev/null +++ b/data/Artistic/Artistic-1.0-Perl.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Artistic License 1.0 (Perl) +spdx_abbrev: Artistic-1.0-Perl +spdx_name: Artistic License 1.0 (Perl) +url: https://opensource.org/licenses/Artistic-Perl-1.0 diff --git a/data/Artistic/Artistic-1.0-cl8.yaml b/data/Artistic/Artistic-1.0-cl8.yaml new file mode 100644 index 0000000..0a451f7 --- /dev/null +++ b/data/Artistic/Artistic-1.0-cl8.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Artistic License 1.0 w/clause 8 +spdx_abbrev: Artistic-1.0-cl8 +spdx_name: Artistic License 1.0 w/clause 8 +url: http://opensource.org/licenses/Artistic-1.0 diff --git a/data/Artistic/Artistic-1.0.yaml b/data/Artistic/Artistic-1.0.yaml new file mode 100644 index 0000000..4e5e77e --- /dev/null +++ b/data/Artistic/Artistic-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Artistic License 1.0 +spdx_abbrev: Artistic-1.0 +spdx_name: Artistic License 1.0 +url: http://opensource.org/licenses/Artistic-1.0 diff --git a/data/Artistic/Artistic_1.0_original.yaml b/data/Artistic/Artistic_1.0_original.yaml new file mode 100644 index 0000000..ddb53e8 --- /dev/null +++ b/data/Artistic/Artistic_1.0_original.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Artistic 1.0 (original) +name: Artistic 1.0 (original) +url: http://dev.perl.org/licenses/artistic.html diff --git a/data/Artistic/Artistic_2.0.yaml b/data/Artistic/Artistic_2.0.yaml new file mode 100644 index 0000000..182cb40 --- /dev/null +++ b/data/Artistic/Artistic_2.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Artistic 2.0 +fedora_name: Artistic 2.0 +name: Artistic License 2.0 +spdx_abbrev: Artistic-2.0 +spdx_name: Artistic License 2.0 +url: http://www.perlfoundation.org/artistic_license_2_0 diff --git a/data/Artistic/Artistic_clarified.yaml b/data/Artistic/Artistic_clarified.yaml new file mode 100644 index 0000000..226f926 --- /dev/null +++ b/data/Artistic/Artistic_clarified.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Artistic clarified +fedora_name: Artistic (clarified) +name: Clarified Artistic License +spdx_abbrev: ClArtistic +spdx_name: Clarified Artistic License +url: https://fedoraproject.org/wiki/Licensing:ArtisticClarified?rd=Licensing/ArtisticClarified diff --git a/data/Artistic/Frontier_Artistic_License.yaml b/data/Artistic/Frontier_Artistic_License.yaml new file mode 100644 index 0000000..dcf00cd --- /dev/null +++ b/data/Artistic/Frontier_Artistic_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Frontier Artistic License +name: Frontier Artistic License +url: http://www.spinwardstars.com/frontier/fal.html diff --git a/data/Aspell/ARL.yaml b/data/Aspell/ARL.yaml new file mode 100644 index 0000000..a1dc869 --- /dev/null +++ b/data/Aspell/ARL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: ARL +fedora_name: Aspell-ru License +name: Aspell-ru License +url: https://fedoraproject.org/wiki/Licensing/AspellRu diff --git a/data/BSD/0BSD.yaml b/data/BSD/0BSD.yaml new file mode 100644 index 0000000..1edade6 --- /dev/null +++ b/data/BSD/0BSD.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: 0BSD +fedora_name: Zero-Clause BSD +name: BSD Zero Clause License +spdx_abbrev: 0BSD +spdx_name: BSD Zero Clause License +url: https://fedoraproject.org/wiki/Licensing/ZeroClauseBSD diff --git a/data/BSD/AMPAS_BSD.yaml b/data/BSD/AMPAS_BSD.yaml new file mode 100644 index 0000000..e3ad236 --- /dev/null +++ b/data/BSD/AMPAS_BSD.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: AMPAS BSD +fedora_name: Academy of Motion Picture Arts and Sciences BSD +name: Academy of Motion Picture Arts and Sciences BSD +spdx_abbrev: AMPAS +spdx_name: Academy of Motion Picture Arts and Sciences BSD +url: https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD diff --git a/data/BSD/BSD-2-Clause-NetBSD.yaml b/data/BSD/BSD-2-Clause-NetBSD.yaml new file mode 100644 index 0000000..cbcce49 --- /dev/null +++ b/data/BSD/BSD-2-Clause-NetBSD.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: BSD 2-clause NetBSD License +spdx_abbrev: BSD-2-Clause-NetBSD +spdx_name: BSD 2-clause NetBSD License +url: http://www.netbsd.org/about/redistribution.html#default diff --git a/data/BSD/BSD-2-Clause-Patent.yaml b/data/BSD/BSD-2-Clause-Patent.yaml new file mode 100644 index 0000000..e1518dc --- /dev/null +++ b/data/BSD/BSD-2-Clause-Patent.yaml @@ -0,0 +1,7 @@ +--- +approved: yes +fedora_abbrev: BSD-2-Clause-Patent +name: BSD + Patent License +spdx_abbrev: BSD-2-Clause-Patent +spdx_name: BSD-2-Clause Plus Patent License +url: https://fedoraproject.org/wiki/Licensing/BSD-2-Clause-Patent diff --git a/data/BSD/BSD-2-Clause.yaml b/data/BSD/BSD-2-Clause.yaml new file mode 100644 index 0000000..8cf7210 --- /dev/null +++ b/data/BSD/BSD-2-Clause.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: BSD 2-clause "Simplified" License +spdx_abbrev: BSD-2-Clause +spdx_name: BSD 2-clause "Simplified" License +url: http://www.opensource.org/licenses/BSD-2-Clause diff --git a/data/BSD/BSD-3-Clause-Clear.yaml b/data/BSD/BSD-3-Clause-Clear.yaml new file mode 100644 index 0000000..a2795d5 --- /dev/null +++ b/data/BSD/BSD-3-Clause-Clear.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: BSD 3-Clause Clear License +spdx_abbrev: BSD-3-Clause-Clear +spdx_name: BSD 3-Clause Clear License +url: http://labs.metacarta.com/license-explanation.html#license diff --git a/data/BSD/BSD-3-Clause-No-Nuclear-License-2014.yaml b/data/BSD/BSD-3-Clause-No-Nuclear-License-2014.yaml new file mode 100644 index 0000000..80f15f4 --- /dev/null +++ b/data/BSD/BSD-3-Clause-No-Nuclear-License-2014.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: BSD 3-Clause No Nuclear License 2014 +spdx_abbrev: BSD-3-Clause-No-Nuclear-License-2014 +spdx_name: BSD 3-Clause No Nuclear License 2014 +url: https://java.net/projects/javaeetutorial/pages/BerkeleyLicense diff --git a/data/BSD/BSD-3-Clause-No-Nuclear-License.yaml b/data/BSD/BSD-3-Clause-No-Nuclear-License.yaml new file mode 100644 index 0000000..63ef2bf --- /dev/null +++ b/data/BSD/BSD-3-Clause-No-Nuclear-License.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: BSD 3-Clause No Nuclear License +spdx_abbrev: BSD-3-Clause-No-Nuclear-License +spdx_name: BSD 3-Clause No Nuclear License +url: https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html diff --git a/data/BSD/BSD-3-Clause-No-Nuclear-Warranty.yaml b/data/BSD/BSD-3-Clause-No-Nuclear-Warranty.yaml new file mode 100644 index 0000000..120c877 --- /dev/null +++ b/data/BSD/BSD-3-Clause-No-Nuclear-Warranty.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: BSD 3-Clause No Nuclear Warranty +spdx_abbrev: BSD-3-Clause-No-Nuclear-Warranty +spdx_name: BSD 3-Clause No Nuclear Warranty +url: https://jogamp.org/git/?p=gluegen.git;a=blob_plain;f=LICENSE.txt diff --git a/data/BSD/BSD-4-Clause-UC.yaml b/data/BSD/BSD-4-Clause-UC.yaml new file mode 100644 index 0000000..1dda56c --- /dev/null +++ b/data/BSD/BSD-4-Clause-UC.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: BSD-4-Clause (University of California-Specific) +spdx_abbrev: BSD-4-Clause-UC +spdx_name: BSD-4-Clause (University of California-Specific) +url: http://www.freebsd.org/copyright/license.html diff --git a/data/BSD/BSD-4-Clause.yaml b/data/BSD/BSD-4-Clause.yaml new file mode 100644 index 0000000..2fd4a04 --- /dev/null +++ b/data/BSD/BSD-4-Clause.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: BSD 4-clause "Original" or "Old" License +spdx_abbrev: BSD-4-Clause +spdx_name: BSD 4-clause "Original" or "Old" License +url: http://directory.fsf.org/wiki/License:BSD_4Clause diff --git a/data/BSD/BSD-Source-Code.yaml b/data/BSD/BSD-Source-Code.yaml new file mode 100644 index 0000000..bce1257 --- /dev/null +++ b/data/BSD/BSD-Source-Code.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: BSD Source Code Attribution +spdx_abbrev: BSD-Source-Code +spdx_name: BSD Source Code Attribution +url: https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt diff --git a/data/BSD/BSD.yaml b/data/BSD/BSD.yaml new file mode 100644 index 0000000..44484f5 --- /dev/null +++ b/data/BSD/BSD.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: BSD +fedora_name: Metasploit Framework License (post 2006) +name: Metasploit Framework License (post 2006) +url: https://fedoraproject.org/wiki/Licensing/Metasploit_Framework_License diff --git a/data/BSD/BSD_Protection.yaml b/data/BSD/BSD_Protection.yaml new file mode 100644 index 0000000..ec6583e --- /dev/null +++ b/data/BSD/BSD_Protection.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: BSD Protection +fedora_name: BSD Protection License +name: BSD Protection License +spdx_abbrev: BSD-Protection +spdx_name: BSD Protection License +url: https://fedoraproject.org/wiki/Licensing/BSD_Protection_License diff --git a/data/BSD/BSD_with_advertising.yaml b/data/BSD/BSD_with_advertising.yaml new file mode 100644 index 0000000..904c4d1 --- /dev/null +++ b/data/BSD/BSD_with_advertising.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: BSD with advertising +fedora_name: Open Data License (GeoLite Country and GeoLite City databases) +name: Open Data License (GeoLite Country and GeoLite City databases) +url: https://fedoraproject.org/wiki/Licensing/BSD#OpenData_Variant diff --git a/data/BSD/BSD_with_attribution.yaml b/data/BSD/BSD_with_attribution.yaml new file mode 100644 index 0000000..19515e7 --- /dev/null +++ b/data/BSD/BSD_with_attribution.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: BSD with attribution +fedora_name: BSD with attribution +name: BSD with attribution +spdx_abbrev: BSD-3-Clause-Attribution +spdx_name: BSD with attribution +url: https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution diff --git a/data/BSD/FBSDDL.yaml b/data/BSD/FBSDDL.yaml new file mode 100644 index 0000000..c7b8b4e --- /dev/null +++ b/data/BSD/FBSDDL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: FBSDDL +fedora_name: FreeBSD Documentation License +name: FreeBSD Documentation License +url: http://www.freebsd.org/copyright/freebsd-doc-license.html diff --git a/data/BSD/LBNL_BSD.yaml b/data/BSD/LBNL_BSD.yaml new file mode 100644 index 0000000..221dea6 --- /dev/null +++ b/data/BSD/LBNL_BSD.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: LBNL BSD +fedora_name: Lawrence Berkeley National Labs BSD variant license +name: Lawrence Berkeley National Labs BSD variant license +spdx_abbrev: BSD-3-Clause-LBNL +spdx_name: Lawrence Berkeley National Labs BSD variant license +url: https://fedoraproject.org/wiki/Licensing/LBNLBSD diff --git a/data/BSD/RiceBSD.yaml b/data/BSD/RiceBSD.yaml new file mode 100644 index 0000000..365bce6 --- /dev/null +++ b/data/BSD/RiceBSD.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: RiceBSD +fedora_name: Rice BSD +name: Rice BSD +url: https://fedoraproject.org/wiki/Licensing/Rice_BSD_License diff --git a/data/BSD/The_Asm_BSD_License.yaml b/data/BSD/The_Asm_BSD_License.yaml new file mode 100644 index 0000000..f750a03 --- /dev/null +++ b/data/BSD/The_Asm_BSD_License.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: The Asm BSD License +url: http://asm.ow2.org/license.html diff --git a/data/BSD/The_BSD_License.yaml b/data/BSD/The_BSD_License.yaml new file mode 100644 index 0000000..20d5b08 --- /dev/null +++ b/data/BSD/The_BSD_License.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: The BSD License +url: http://repository.jboss.org/licenses/bsd.txt diff --git a/data/Baekmuk/Baekmuk.yaml b/data/Baekmuk/Baekmuk.yaml new file mode 100644 index 0000000..ddf35fe --- /dev/null +++ b/data/Baekmuk/Baekmuk.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Baekmuk +fedora_name: Baekmuk License +name: Baekmuk License +url: https://fedoraproject.org/wiki/Licensing/Baekmuk diff --git a/data/Bahyph/Bahyph.yaml b/data/Bahyph/Bahyph.yaml new file mode 100644 index 0000000..b71ddd5 --- /dev/null +++ b/data/Bahyph/Bahyph.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Bahyph +fedora_name: Bahyph License +name: Bahyph License +spdx_abbrev: Bahyph +spdx_name: Bahyph License +url: https://fedoraproject.org/wiki/Licensing/Bahyph diff --git a/data/Barr/Barr.yaml b/data/Barr/Barr.yaml new file mode 100644 index 0000000..cd01dad --- /dev/null +++ b/data/Barr/Barr.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Barr +fedora_name: Barr License +name: Barr License +spdx_abbrev: Barr +spdx_name: Barr License +url: https://fedoraproject.org/wiki/Licensing/Barr diff --git a/data/BeOpen/BeOpen.yaml b/data/BeOpen/BeOpen.yaml new file mode 100644 index 0000000..b4f4be4 --- /dev/null +++ b/data/BeOpen/BeOpen.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: BeOpen +fedora_name: BeOpen Open Source License Agreement Version 1 +name: BeOpen Open Source License Agreement Version 1 +url: https://fedoraproject.org/wiki/Licensing/BeOpen diff --git a/data/Beerware/Beerware.yaml b/data/Beerware/Beerware.yaml new file mode 100644 index 0000000..e97abb3 --- /dev/null +++ b/data/Beerware/Beerware.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Beerware +fedora_name: Beerware License +name: Beerware License +spdx_abbrev: Beerware +spdx_name: Beerware License +url: https://fedoraproject.org/wiki/Licensing/Beerware diff --git a/data/Bibtex/Bibtex.yaml b/data/Bibtex/Bibtex.yaml new file mode 100644 index 0000000..68a39f4 --- /dev/null +++ b/data/Bibtex/Bibtex.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Bibtex +fedora_name: Bibtex License +name: Bibtex License +url: https://fedoraproject.org/wiki/Licensing/Bibtex diff --git a/data/BitTorrent/BitTorrent-1.0.yaml b/data/BitTorrent/BitTorrent-1.0.yaml new file mode 100644 index 0000000..6718571 --- /dev/null +++ b/data/BitTorrent/BitTorrent-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: BitTorrent Open Source License v1.0 +spdx_abbrev: BitTorrent-1.0 +spdx_name: BitTorrent Open Source License v1.0 +url: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1=1.1&r2=1.1.1.1&diff_format=s diff --git a/data/BitTorrent/BitTorrent.yaml b/data/BitTorrent/BitTorrent.yaml new file mode 100644 index 0000000..3816f50 --- /dev/null +++ b/data/BitTorrent/BitTorrent.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: BitTorrent +fedora_name: BitTorrent License +name: BitTorrent Open Source License v1.1 +spdx_abbrev: BitTorrent-1.1 +spdx_name: BitTorrent Open Source License v1.1 +url: https://fedoraproject.org/wiki/Licensing/BitTorrent_Open_Source_License diff --git a/data/Bitstream/Bitstream_Vera.yaml b/data/Bitstream/Bitstream_Vera.yaml new file mode 100644 index 0000000..6c2ecab --- /dev/null +++ b/data/Bitstream/Bitstream_Vera.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Bitstream Vera +fedora_name: Bitstream Vera Font License +name: Bitstream Vera Font License +url: http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts diff --git a/data/Boost/Boost.yaml b/data/Boost/Boost.yaml new file mode 100644 index 0000000..8e52ae1 --- /dev/null +++ b/data/Boost/Boost.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Boost +fedora_name: Boost Software License +name: Boost Software License 1.0 +spdx_abbrev: BSL-1.0 +spdx_name: Boost Software License 1.0 +url: http://www.boost.org/LICENSE_1_0.txt diff --git a/data/Borceux/Borceux.yaml b/data/Borceux/Borceux.yaml new file mode 100644 index 0000000..0c2d1a8 --- /dev/null +++ b/data/Borceux/Borceux.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Borceux +fedora_name: Borceux license +name: Borceux license +spdx_abbrev: Borceux +spdx_name: Borceux license +url: https://fedoraproject.org/wiki/Licensing/Borceux diff --git a/data/Bouncy_Castle/Bouncy_Castle_Licence.yaml b/data/Bouncy_Castle/Bouncy_Castle_Licence.yaml new file mode 100644 index 0000000..d79f6a1 --- /dev/null +++ b/data/Bouncy_Castle/Bouncy_Castle_Licence.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: Bouncy Castle Licence +url: http://www.bouncycastle.org/licence.html diff --git a/data/CATOSL/CATOSL.yaml b/data/CATOSL/CATOSL.yaml new file mode 100644 index 0000000..c18045f --- /dev/null +++ b/data/CATOSL/CATOSL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CATOSL +fedora_name: Computer Associates Trusted Open Source License 1.1 +name: Computer Associates Trusted Open Source License 1.1 +spdx_abbrev: CATOSL-1.1 +spdx_name: Computer Associates Trusted Open Source License 1.1 +url: http://opensource.org/licenses/CATOSL-1.1 diff --git a/data/CAcert/CACert_Root_Distribution_License.yaml b/data/CAcert/CACert_Root_Distribution_License.yaml new file mode 100644 index 0000000..3c1b1bc --- /dev/null +++ b/data/CAcert/CACert_Root_Distribution_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: CACert Root Distribution License +name: CACert Root Distribution License +url: https://fedoraproject.org/wiki/Licensing/CACert_Root_Distribution_License diff --git a/data/CAcert/CAcert_Non-Related_Persons_Disclaimer_and_License.yaml b/data/CAcert/CAcert_Non-Related_Persons_Disclaimer_and_License.yaml new file mode 100644 index 0000000..110f4d9 --- /dev/null +++ b/data/CAcert/CAcert_Non-Related_Persons_Disclaimer_and_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: CAcert Non-Related Persons Disclaimer and License +name: CAcert Non-Related Persons Disclaimer and License +url: http://www.cacert.org/policy/NRPDisclaimerAndLicence.php diff --git a/data/CDDL/CDDL-1.0.yaml b/data/CDDL/CDDL-1.0.yaml new file mode 100644 index 0000000..326a94a --- /dev/null +++ b/data/CDDL/CDDL-1.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CDDL-1.0 +fedora_name: Common Development Distribution License 1.0 +name: Common Development and Distribution License 1.0 +spdx_abbrev: CDDL-1.0 +spdx_name: Common Development and Distribution License 1.0 +url: http://repository.jboss.org/licenses/cddl.txt diff --git a/data/CDDL/CDDL-1.0_OR_GPL-2.0-with-classpath-exception.yaml b/data/CDDL/CDDL-1.0_OR_GPL-2.0-with-classpath-exception.yaml new file mode 100644 index 0000000..11abd3c --- /dev/null +++ b/data/CDDL/CDDL-1.0_OR_GPL-2.0-with-classpath-exception.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: Common Development and Distribution License (CDDL) and GNU Public License v.2 + w/Classpath Exception +spdx_abbrev: CDDL-1.0 OR GPL-2.0-with-classpath-exception +url: https://netbeans.org/cddl-gplv2.html diff --git a/data/CDDL/CDDL-1.1.yaml b/data/CDDL/CDDL-1.1.yaml new file mode 100644 index 0000000..d04115d --- /dev/null +++ b/data/CDDL/CDDL-1.1.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CDDL-1.1 +fedora_name: Common Development Distribution License 1.1 +name: Common Development and Distribution License version 1.1 +spdx_abbrev: CDDL-1.1 +spdx_name: Common Development and Distribution License 1.1 +url: https://javaee.github.io/glassfish/LICENSE diff --git a/data/CDDL/Dual_license_consisting_of_the_CDDL_v1.1_and_GPL_v2.yaml b/data/CDDL/Dual_license_consisting_of_the_CDDL_v1.1_and_GPL_v2.yaml new file mode 100644 index 0000000..8fb5e82 --- /dev/null +++ b/data/CDDL/Dual_license_consisting_of_the_CDDL_v1.1_and_GPL_v2.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: Dual license consisting of the CDDL v1.1 and GPL v2 +url: https://oss.oracle.com/licenses/CDDL+GPL-1.1 diff --git a/data/CECILL/CECILL-1.0.yaml b/data/CECILL/CECILL-1.0.yaml new file mode 100644 index 0000000..f77d799 --- /dev/null +++ b/data/CECILL/CECILL-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: CeCILL Free Software License Agreement v1.0 +spdx_abbrev: CECILL-1.0 +spdx_name: CeCILL Free Software License Agreement v1.0 +url: http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html diff --git a/data/CECILL/CECILL-2.1.yaml b/data/CECILL/CECILL-2.1.yaml new file mode 100644 index 0000000..0211ead --- /dev/null +++ b/data/CECILL/CECILL-2.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: CeCILL Free Software License Agreement v2.1 +spdx_abbrev: CECILL-2.1 +spdx_name: CeCILL Free Software License Agreement v2.1 +url: http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html diff --git a/data/CNRI/CNRI-Jython.yaml b/data/CNRI/CNRI-Jython.yaml new file mode 100644 index 0000000..2a90397 --- /dev/null +++ b/data/CNRI/CNRI-Jython.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: CNRI Jython License +spdx_abbrev: CNRI-Jython +spdx_name: CNRI Jython License +url: http://www.jython.org/license.html diff --git a/data/CNRI/CNRI-Python-GPL-Compatible.yaml b/data/CNRI/CNRI-Python-GPL-Compatible.yaml new file mode 100644 index 0000000..6980dda --- /dev/null +++ b/data/CNRI/CNRI-Python-GPL-Compatible.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: CNRI Python Open Source GPL Compatible License Agreement +spdx_abbrev: CNRI-Python-GPL-Compatible +spdx_name: CNRI Python Open Source GPL Compatible License Agreement +url: http://www.python.org/download/releases/1.6.1/download_win/ diff --git a/data/CNRI/CNRI.yaml b/data/CNRI/CNRI.yaml new file mode 100644 index 0000000..e99e4bc --- /dev/null +++ b/data/CNRI/CNRI.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CNRI +fedora_name: CNRI License (Old Python) +name: CNRI Python License +spdx_abbrev: CNRI-Python +spdx_name: CNRI Python License +url: http://www.opensource.org/licenses/CNRI-Python diff --git a/data/CPAL/CPAL.yaml b/data/CPAL/CPAL.yaml new file mode 100644 index 0000000..6a14f86 --- /dev/null +++ b/data/CPAL/CPAL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CPAL +fedora_name: CPAL License 1.0 +name: Common Public Attribution License 1.0 +spdx_abbrev: CPAL-1.0 +spdx_name: Common Public Attribution License 1.0 +url: http://www.opensource.org/licenses/CPAL-1.0 diff --git a/data/CPL/CPL.yaml b/data/CPL/CPL.yaml new file mode 100644 index 0000000..47c4c6b --- /dev/null +++ b/data/CPL/CPL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CPL +fedora_name: Common Public License +name: Common Public License, Version 1.0 +spdx_abbrev: CPL-1.0 +spdx_name: Common Public License 1.0 +url: http://www.eclipse.org/legal/cpl-v10.html diff --git a/data/CPM/CPM.yaml b/data/CPM/CPM.yaml new file mode 100644 index 0000000..e1dcb97 --- /dev/null +++ b/data/CPM/CPM.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: CPM +fedora_name: CP/M License +name: CP/M License +url: https://fedoraproject.org/wiki/Licensing/CPM diff --git a/data/CPOL/CPOL-1.02.yaml b/data/CPOL/CPOL-1.02.yaml new file mode 100644 index 0000000..0ba79c7 --- /dev/null +++ b/data/CPOL/CPOL-1.02.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: CodeProject Open License (CPOL) +name: CodeProject Open License (CPOL) +spdx_abbrev: CPOL-1.02 +spdx_name: Code Project Open License 1.02 +url: http://www.codeproject.com/info/cpol10.aspx diff --git a/data/CRC32/CRC32.yaml b/data/CRC32/CRC32.yaml new file mode 100644 index 0000000..710876f --- /dev/null +++ b/data/CRC32/CRC32.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: CRC32 +fedora_name: CRC32 License +name: CRC32 License +url: https://fedoraproject.org/wiki/Licensing/CRC32 diff --git a/data/C_Migemo/C_Migemo_License.yaml b/data/C_Migemo/C_Migemo_License.yaml new file mode 100644 index 0000000..43205ae --- /dev/null +++ b/data/C_Migemo/C_Migemo_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: C/Migemo License +name: C/Migemo License +url: https://fedoraproject.org/wiki/Licensing/CMigemo diff --git a/data/Caldera/Caldera.yaml b/data/Caldera/Caldera.yaml new file mode 100644 index 0000000..33bb6e1 --- /dev/null +++ b/data/Caldera/Caldera.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Caldera License +spdx_abbrev: Caldera +spdx_name: Caldera License +url: http://www.lemis.com/grog/UNIX/ancient-source-all.pdf diff --git a/data/CeCILL/CeCILL-B.yaml b/data/CeCILL/CeCILL-B.yaml new file mode 100644 index 0000000..aa3ae30 --- /dev/null +++ b/data/CeCILL/CeCILL-B.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CeCILL-B +fedora_name: CeCILL-B License +name: CeCILL-B License +spdx_abbrev: CECILL-B +spdx_name: CeCILL-B Free Software License Agreement +url: http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html diff --git a/data/CeCILL/CeCILL-C.yaml b/data/CeCILL/CeCILL-C.yaml new file mode 100644 index 0000000..bc10986 --- /dev/null +++ b/data/CeCILL/CeCILL-C.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CeCILL-C +fedora_name: CeCILL-C License +name: CeCILL-C License +spdx_abbrev: CECILL-C +spdx_name: CeCILL-C Free Software License Agreement +url: http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.html diff --git a/data/CeCILL/CeCILL.yaml b/data/CeCILL/CeCILL.yaml new file mode 100644 index 0000000..41a87a3 --- /dev/null +++ b/data/CeCILL/CeCILL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CeCILL +fedora_name: CeCILL License v2 +name: CeCILL License v2 +spdx_abbrev: CECILL-2.0 +spdx_name: CeCILL Free Software License Agreement v2.0 +url: http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html diff --git a/data/Charter/Charter.yaml b/data/Charter/Charter.yaml new file mode 100644 index 0000000..78dacca --- /dev/null +++ b/data/Charter/Charter.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Charter +fedora_name: Charter License +name: Charter License +url: https://fedoraproject.org/wiki/Licensing/Charter diff --git a/data/Commons_Clause/Commons_Clause.yaml b/data/Commons_Clause/Commons_Clause.yaml new file mode 100644 index 0000000..455091d --- /dev/null +++ b/data/Commons_Clause/Commons_Clause.yaml @@ -0,0 +1,4 @@ +--- +approved: no +name: Commons Clause +url: https://fedoraproject.org/wiki/Licensing/CommonsClause diff --git a/data/Condor/Condor-1.1.yaml b/data/Condor/Condor-1.1.yaml new file mode 100644 index 0000000..95560af --- /dev/null +++ b/data/Condor/Condor-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Condor Public License v1.1 +spdx_abbrev: Condor-1.1 +spdx_name: Condor Public License v1.1 +url: http://research.cs.wisc.edu/condor/license.html#condor diff --git a/data/Condor/Condor.yaml b/data/Condor/Condor.yaml new file mode 100644 index 0000000..7064344 --- /dev/null +++ b/data/Condor/Condor.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Condor +fedora_name: Condor Public License +name: Condor Public License +url: http://research.cs.wisc.edu/htcondor/license.html diff --git a/data/Copyright/Copyright_only.yaml b/data/Copyright/Copyright_only.yaml new file mode 100644 index 0000000..148f150 --- /dev/null +++ b/data/Copyright/Copyright_only.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Copyright only +fedora_name: Copyright Attribution Only +name: Copyright Attribution Only +url: https://fedoraproject.org/wiki/Licensing/CopyrightOnly diff --git a/data/Creative_Commons/CC-BY-1.0.yaml b/data/Creative_Commons/CC-BY-1.0.yaml new file mode 100644 index 0000000..2bc36e2 --- /dev/null +++ b/data/Creative_Commons/CC-BY-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution 1.0 +spdx_abbrev: CC-BY-1.0 +spdx_name: Creative Commons Attribution 1.0 +url: http://creativecommons.org/licenses/by/1.0/legalcode diff --git a/data/Creative_Commons/CC-BY-2.0.yaml b/data/Creative_Commons/CC-BY-2.0.yaml new file mode 100644 index 0000000..d27d766 --- /dev/null +++ b/data/Creative_Commons/CC-BY-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution 2.0 +spdx_abbrev: CC-BY-2.0 +spdx_name: Creative Commons Attribution 2.0 +url: http://creativecommons.org/licenses/by/2.0/legalcode diff --git a/data/Creative_Commons/CC-BY-2.5.yaml b/data/Creative_Commons/CC-BY-2.5.yaml new file mode 100644 index 0000000..023f44a --- /dev/null +++ b/data/Creative_Commons/CC-BY-2.5.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: Creative Commons Attribution 2.5 +spdx_abbrev: CC-BY-2.5 +spdx_name: Creative Commons Attribution 2.5 +url: http://creativecommons.org/licenses/by/2.5/legalcode diff --git a/data/Creative_Commons/CC-BY-4.0.yaml b/data/Creative_Commons/CC-BY-4.0.yaml new file mode 100644 index 0000000..d832db0 --- /dev/null +++ b/data/Creative_Commons/CC-BY-4.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution 4.0 +spdx_abbrev: CC-BY-4.0 +spdx_name: Creative Commons Attribution 4.0 +url: http://creativecommons.org/licenses/by/4.0/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-1.0.yaml b/data/Creative_Commons/CC-BY-NC-1.0.yaml new file mode 100644 index 0000000..ecd9b6b --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial 1.0 +spdx_abbrev: CC-BY-NC-1.0 +spdx_name: Creative Commons Attribution Non Commercial 1.0 +url: http://creativecommons.org/licenses/by-nc/1.0/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-2.0.yaml b/data/Creative_Commons/CC-BY-NC-2.0.yaml new file mode 100644 index 0000000..c62f0b4 --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial 2.0 +spdx_abbrev: CC-BY-NC-2.0 +spdx_name: Creative Commons Attribution Non Commercial 2.0 +url: http://creativecommons.org/licenses/by-nc/2.0/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-2.5.yaml b/data/Creative_Commons/CC-BY-NC-2.5.yaml new file mode 100644 index 0000000..42e6c76 --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-2.5.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial 2.5 +spdx_abbrev: CC-BY-NC-2.5 +spdx_name: Creative Commons Attribution Non Commercial 2.5 +url: http://creativecommons.org/licenses/by-nc/2.5/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-3.0.yaml b/data/Creative_Commons/CC-BY-NC-3.0.yaml new file mode 100644 index 0000000..44ea5ac --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-3.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Creative Commons Attribution-NonCommercial +name: Creative Commons Attribution-NonCommercial +spdx_abbrev: CC-BY-NC-3.0 +spdx_name: Creative Commons Attribution Non Commercial 3.0 +url: http://www.cacert.org/policy/NRPDisclaimerAndLicence.php diff --git a/data/Creative_Commons/CC-BY-NC-4.0.yaml b/data/Creative_Commons/CC-BY-NC-4.0.yaml new file mode 100644 index 0000000..5ffff99 --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-4.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial 4.0 +spdx_abbrev: CC-BY-NC-4.0 +spdx_name: Creative Commons Attribution Non Commercial 4.0 +url: http://creativecommons.org/licenses/by-nc/4.0/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-ND-1.0.yaml b/data/Creative_Commons/CC-BY-NC-ND-1.0.yaml new file mode 100644 index 0000000..ed1cc73 --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-ND-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial No Derivatives 1.0 +spdx_abbrev: CC-BY-NC-ND-1.0 +spdx_name: Creative Commons Attribution Non Commercial No Derivatives 1.0 +url: http://creativecommons.org/licenses/by-nd-nc/1.0/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-ND-2.0.yaml b/data/Creative_Commons/CC-BY-NC-ND-2.0.yaml new file mode 100644 index 0000000..a015370 --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-ND-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial No Derivatives 2.0 +spdx_abbrev: CC-BY-NC-ND-2.0 +spdx_name: Creative Commons Attribution Non Commercial No Derivatives 2.0 +url: http://creativecommons.org/licenses/by-nc-nd/2.0/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-ND-2.5.yaml b/data/Creative_Commons/CC-BY-NC-ND-2.5.yaml new file mode 100644 index 0000000..46d7b6d --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-ND-2.5.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial No Derivatives 2.5 +spdx_abbrev: CC-BY-NC-ND-2.5 +spdx_name: Creative Commons Attribution Non Commercial No Derivatives 2.5 +url: http://creativecommons.org/licenses/by-nc-nd/2.5/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-ND-3.0.yaml b/data/Creative_Commons/CC-BY-NC-ND-3.0.yaml new file mode 100644 index 0000000..f388b63 --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-ND-3.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Creative Commons Attribution-NonCommercial-NoDerivs +name: Creative Commons Attribution-NonCommercial-NoDerivs +spdx_abbrev: CC-BY-NC-ND-3.0 +spdx_name: Creative Commons Attribution Non Commercial No Derivatives 3.0 +url: http://creativecommons.org/licenses/by-nc-nd/3.0/ diff --git a/data/Creative_Commons/CC-BY-NC-ND-4.0.yaml b/data/Creative_Commons/CC-BY-NC-ND-4.0.yaml new file mode 100644 index 0000000..6478bba --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-ND-4.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial No Derivatives 4.0 +spdx_abbrev: CC-BY-NC-ND-4.0 +spdx_name: Creative Commons Attribution Non Commercial No Derivatives 4.0 +url: http://creativecommons.org/licenses/by-nc-nd/4.0/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-SA-1.0.yaml b/data/Creative_Commons/CC-BY-NC-SA-1.0.yaml new file mode 100644 index 0000000..40a4d33 --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-SA-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial Share Alike 1.0 +spdx_abbrev: CC-BY-NC-SA-1.0 +spdx_name: Creative Commons Attribution Non Commercial Share Alike 1.0 +url: http://creativecommons.org/licenses/by-nc-sa/1.0/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-SA-2.0.yaml b/data/Creative_Commons/CC-BY-NC-SA-2.0.yaml new file mode 100644 index 0000000..983d034 --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-SA-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial Share Alike 2.0 +spdx_abbrev: CC-BY-NC-SA-2.0 +spdx_name: Creative Commons Attribution Non Commercial Share Alike 2.0 +url: http://creativecommons.org/licenses/by-nc-sa/2.0/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-SA-2.5.yaml b/data/Creative_Commons/CC-BY-NC-SA-2.5.yaml new file mode 100644 index 0000000..6511820 --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-SA-2.5.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial Share Alike 2.5 +spdx_abbrev: CC-BY-NC-SA-2.5 +spdx_name: Creative Commons Attribution Non Commercial Share Alike 2.5 +url: http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode diff --git a/data/Creative_Commons/CC-BY-NC-SA-3.0.yaml b/data/Creative_Commons/CC-BY-NC-SA-3.0.yaml new file mode 100644 index 0000000..98b4a11 --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-SA-3.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Creative Commons Attribution-NonCommercial-ShareAlike +name: Creative Commons Attribution-NonCommercial-ShareAlike +spdx_abbrev: CC-BY-NC-SA-3.0 +spdx_name: Creative Commons Attribution Non Commercial Share Alike 3.0 +url: http://creativecommons.org/licenses/by-nc-sa/3.0/ diff --git a/data/Creative_Commons/CC-BY-NC-SA-4.0.yaml b/data/Creative_Commons/CC-BY-NC-SA-4.0.yaml new file mode 100644 index 0000000..a006ace --- /dev/null +++ b/data/Creative_Commons/CC-BY-NC-SA-4.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Non Commercial Share Alike 4.0 +spdx_abbrev: CC-BY-NC-SA-4.0 +spdx_name: Creative Commons Attribution Non Commercial Share Alike 4.0 +url: http://creativecommons.org/licenses/by-nc-sa/4.0/legalcode diff --git a/data/Creative_Commons/CC-BY-ND-1.0.yaml b/data/Creative_Commons/CC-BY-ND-1.0.yaml new file mode 100644 index 0000000..e33594f --- /dev/null +++ b/data/Creative_Commons/CC-BY-ND-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution No Derivatives 1.0 +spdx_abbrev: CC-BY-ND-1.0 +spdx_name: Creative Commons Attribution No Derivatives 1.0 +url: http://creativecommons.org/licenses/by-nd/1.0/legalcode diff --git a/data/Creative_Commons/CC-BY-ND-2.0.yaml b/data/Creative_Commons/CC-BY-ND-2.0.yaml new file mode 100644 index 0000000..afe852b --- /dev/null +++ b/data/Creative_Commons/CC-BY-ND-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution No Derivatives 2.0 +spdx_abbrev: CC-BY-ND-2.0 +spdx_name: Creative Commons Attribution No Derivatives 2.0 +url: http://creativecommons.org/licenses/by-nd/2.0/legalcode diff --git a/data/Creative_Commons/CC-BY-ND-2.5.yaml b/data/Creative_Commons/CC-BY-ND-2.5.yaml new file mode 100644 index 0000000..4325971 --- /dev/null +++ b/data/Creative_Commons/CC-BY-ND-2.5.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution No Derivatives 2.5 +spdx_abbrev: CC-BY-ND-2.5 +spdx_name: Creative Commons Attribution No Derivatives 2.5 +url: http://creativecommons.org/licenses/by-nd/2.5/legalcode diff --git a/data/Creative_Commons/CC-BY-ND-4.0.yaml b/data/Creative_Commons/CC-BY-ND-4.0.yaml new file mode 100644 index 0000000..542bb4b --- /dev/null +++ b/data/Creative_Commons/CC-BY-ND-4.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution No Derivatives 4.0 +spdx_abbrev: CC-BY-ND-4.0 +spdx_name: Creative Commons Attribution No Derivatives 4.0 +url: http://creativecommons.org/licenses/by-nd/4.0/legalcode diff --git a/data/Creative_Commons/CC-BY-ND.yaml b/data/Creative_Commons/CC-BY-ND.yaml new file mode 100644 index 0000000..1896506 --- /dev/null +++ b/data/Creative_Commons/CC-BY-ND.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CC-BY-ND +fedora_name: Creative Commons Attribution-NoDerivs +name: Creative Commons Attribution-NoDerivs +spdx_abbrev: CC-BY-ND-3.0 +spdx_name: Creative Commons Attribution No Derivatives 3.0 +url: http://creativecommons.org/licenses/by-nd/3.0/ diff --git a/data/Creative_Commons/CC-BY-SA-1.0.yaml b/data/Creative_Commons/CC-BY-SA-1.0.yaml new file mode 100644 index 0000000..16cc247 --- /dev/null +++ b/data/Creative_Commons/CC-BY-SA-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Share Alike 1.0 +spdx_abbrev: CC-BY-SA-1.0 +spdx_name: Creative Commons Attribution Share Alike 1.0 +url: http://creativecommons.org/licenses/by-sa/1.0/legalcode diff --git a/data/Creative_Commons/CC-BY-SA-2.0.yaml b/data/Creative_Commons/CC-BY-SA-2.0.yaml new file mode 100644 index 0000000..6daf852 --- /dev/null +++ b/data/Creative_Commons/CC-BY-SA-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Share Alike 2.0 +spdx_abbrev: CC-BY-SA-2.0 +spdx_name: Creative Commons Attribution Share Alike 2.0 +url: http://creativecommons.org/licenses/by-sa/2.0/legalcode diff --git a/data/Creative_Commons/CC-BY-SA-2.5.yaml b/data/Creative_Commons/CC-BY-SA-2.5.yaml new file mode 100644 index 0000000..0db4e98 --- /dev/null +++ b/data/Creative_Commons/CC-BY-SA-2.5.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Creative Commons Attribution Share Alike 2.5 +spdx_abbrev: CC-BY-SA-2.5 +spdx_name: Creative Commons Attribution Share Alike 2.5 +url: http://creativecommons.org/licenses/by-sa/2.5/legalcode diff --git a/data/Creative_Commons/CC-BY-SA-4.0.yaml b/data/Creative_Commons/CC-BY-SA-4.0.yaml new file mode 100644 index 0000000..247bda9 --- /dev/null +++ b/data/Creative_Commons/CC-BY-SA-4.0.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: Creative Commons Attribution Share Alike 4.0 +spdx_abbrev: CC-BY-SA-4.0 +spdx_name: Creative Commons Attribution Share Alike 4.0 +url: http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/data/Creative_Commons/CC-BY-SA.yaml b/data/Creative_Commons/CC-BY-SA.yaml new file mode 100644 index 0000000..9fa5496 --- /dev/null +++ b/data/Creative_Commons/CC-BY-SA.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CC-BY-SA +fedora_name: Creative Commons Attribution-ShareAlike +name: Creative Commons Attribution-ShareAlike +spdx_abbrev: CC-BY-SA-3.0 +spdx_name: Creative Commons Attribution Share Alike 3.0 +url: http://creativecommons.org/licenses/by-sa/3.0/ diff --git a/data/Creative_Commons/CC-BY.yaml b/data/Creative_Commons/CC-BY.yaml new file mode 100644 index 0000000..71f7888 --- /dev/null +++ b/data/Creative_Commons/CC-BY.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CC-BY +fedora_name: Creative Commons Attribution license +name: Creative Commons Attribution license +spdx_abbrev: CC-BY-3.0 +spdx_name: Creative Commons Attribution 3.0 +url: http://creativecommons.org/licenses/by/3.0/ diff --git a/data/Creative_Commons/CC0.yaml b/data/Creative_Commons/CC0.yaml new file mode 100644 index 0000000..a2be643 --- /dev/null +++ b/data/Creative_Commons/CC0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: CC0 +fedora_name: Creative Commons Zero 1.0 Universal +name: Public Domain, per Creative Commons CC0 +spdx_abbrev: CC0-1.0 +spdx_name: Creative Commons Zero v1.0 Universal +url: http://creativecommons.org/publicdomain/zero/1.0/legalcode diff --git a/data/Creative_Commons/Creative_Commons_Sampling_Plus_1.0.yaml b/data/Creative_Commons/Creative_Commons_Sampling_Plus_1.0.yaml new file mode 100644 index 0000000..6d326a6 --- /dev/null +++ b/data/Creative_Commons/Creative_Commons_Sampling_Plus_1.0.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Creative Commons Sampling Plus 1.0 +name: Creative Commons Sampling Plus 1.0 +url: http://creativecommons.org/licenses/sampling+/1.0/legalcode diff --git a/data/Crossword/Crossword.yaml b/data/Crossword/Crossword.yaml new file mode 100644 index 0000000..1b2a0a1 --- /dev/null +++ b/data/Crossword/Crossword.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Crossword +fedora_name: Crossword License +name: Crossword License +spdx_abbrev: Crossword +spdx_name: Crossword License +url: https://fedoraproject.org/wiki/Licensing/Crossword diff --git a/data/Crystal_Stacker/Crystal_Stacker.yaml b/data/Crystal_Stacker/Crystal_Stacker.yaml new file mode 100644 index 0000000..fd6e82c --- /dev/null +++ b/data/Crystal_Stacker/Crystal_Stacker.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Crystal Stacker +fedora_name: Crystal Stacker License +name: Crystal Stacker License +spdx_abbrev: CrystalStacker +spdx_name: CrystalStacker License +url: https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd=Licensing/CrystalStacker diff --git a/data/Cube/Cube.yaml b/data/Cube/Cube.yaml new file mode 100644 index 0000000..0886bf2 --- /dev/null +++ b/data/Cube/Cube.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Cube +fedora_name: Cube License +name: Cube License +spdx_abbrev: Cube +spdx_name: Cube License +url: https://fedoraproject.org/wiki/Licensing/Cube diff --git a/data/DIP_SIPA/DIP_SIPA_Font_License.yaml b/data/DIP_SIPA/DIP_SIPA_Font_License.yaml new file mode 100644 index 0000000..b398b4e --- /dev/null +++ b/data/DIP_SIPA/DIP_SIPA_Font_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: DIP SIPA Font License +name: DIP SIPA Font License +url: https://fedoraproject.org/wiki/Licensing/DIP_SIPA_Font_License diff --git a/data/DMTF/DMTF.yaml b/data/DMTF/DMTF.yaml new file mode 100644 index 0000000..9c40269 --- /dev/null +++ b/data/DMTF/DMTF.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: DMTF +fedora_name: Distributed Management Task Force License +name: Distributed Management Task Force License +url: https://fedoraproject.org/wiki/Licensing/DMTF diff --git a/data/DOC/DOC.yaml b/data/DOC/DOC.yaml new file mode 100644 index 0000000..5c022e2 --- /dev/null +++ b/data/DOC/DOC.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: DOC +fedora_name: DOC License +name: DOC License +spdx_abbrev: DOC +spdx_name: DOC License +url: http://www.cs.wustl.edu/~schmidt/ACE-copying.html diff --git a/data/DSDP/DSDP.yaml b/data/DSDP/DSDP.yaml new file mode 100644 index 0000000..93b83ed --- /dev/null +++ b/data/DSDP/DSDP.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: DSDP +fedora_name: DSDP License +name: DSDP License +spdx_abbrev: DSDP +spdx_name: DSDP License +url: https://fedoraproject.org/wiki/Licensing/DSDP diff --git a/data/DSL/DSL.yaml b/data/DSL/DSL.yaml new file mode 100644 index 0000000..2dae52f --- /dev/null +++ b/data/DSL/DSL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: DSL +fedora_name: Design Science License +name: Design Science License +url: http://www.fsf.org/licensing/licenses/dsl.html diff --git a/data/DWPL/DWPL.yaml b/data/DWPL/DWPL.yaml new file mode 100644 index 0000000..2678b5e --- /dev/null +++ b/data/DWPL/DWPL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: DWPL +fedora_name: DO WHATEVER PUBLIC LICENSE +name: DO WHATEVER PUBLIC LICENSE +url: https://fedoraproject.org/wiki/Licensing/DWPL diff --git a/data/Distributable/Distributable.yaml b/data/Distributable/Distributable.yaml new file mode 100644 index 0000000..4db3401 --- /dev/null +++ b/data/Distributable/Distributable.yaml @@ -0,0 +1,5 @@ +--- +approved: yes +fedora_name: Freely redistributable without restriction +name: Distributable +url: https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_distributable diff --git a/data/Dom4j/The_Dom4j_License.yaml b/data/Dom4j/The_Dom4j_License.yaml new file mode 100644 index 0000000..b93c3da --- /dev/null +++ b/data/Dom4j/The_Dom4j_License.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: The Dom4j License +url: https://raw.githubusercontent.com/dom4j/dom4j/master/LICENSE diff --git a/data/Dotseqn/Dotseqn.yaml b/data/Dotseqn/Dotseqn.yaml new file mode 100644 index 0000000..a17e8dc --- /dev/null +++ b/data/Dotseqn/Dotseqn.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Dotseqn +fedora_name: Dotseqn License +name: Dotseqn License +spdx_abbrev: Dotseqn +spdx_name: Dotseqn License +url: https://fedoraproject.org/wiki/Licensing/Dotseqn diff --git a/data/DoubleStroke/DoubleStroke.yaml b/data/DoubleStroke/DoubleStroke.yaml new file mode 100644 index 0000000..9fdd257 --- /dev/null +++ b/data/DoubleStroke/DoubleStroke.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: DoubleStroke +fedora_name: DoubleStroke Font License +name: DoubleStroke Font License +url: https://fedoraproject.org/wiki/Licensing/Fonts/DoubleStroke diff --git a/data/ECL/ECL_1.0.yaml b/data/ECL/ECL_1.0.yaml new file mode 100644 index 0000000..72e8ab5 --- /dev/null +++ b/data/ECL/ECL_1.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ECL 1.0 +fedora_name: Educational Community License 1.0 +name: Educational Community License 1.0 +spdx_abbrev: ECL-1.0 +spdx_name: Educational Community License v1.0 +url: http://opensource.org/licenses/ECL-1.0 diff --git a/data/ECL/ECL_2.0.yaml b/data/ECL/ECL_2.0.yaml new file mode 100644 index 0000000..568b2ba --- /dev/null +++ b/data/ECL/ECL_2.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ECL 2.0 +fedora_name: Educational Community License 2.0 +name: Educational Community License 2.0 +spdx_abbrev: ECL-2.0 +spdx_name: Educational Community License v2.0 +url: http://opensource.org/licenses/ECL-2.0 diff --git a/data/EFF/OAL.yaml b/data/EFF/OAL.yaml new file mode 100644 index 0000000..cab6eda --- /dev/null +++ b/data/EFF/OAL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: OAL +fedora_name: EFF Open Audio License v1 +name: EFF Open Audio License v1 +url: https://fedoraproject.org/wiki/Licensing/OpenAudioLicense diff --git a/data/EFML/EFML.yaml b/data/EFML/EFML.yaml new file mode 100644 index 0000000..c4e4d42 --- /dev/null +++ b/data/EFML/EFML.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: EFML +fedora_name: Ethymonics Free Music License +name: Ethymonics Free Music License +url: https://fedoraproject.org/wiki/Licensing/Ethymonics_Free_Music_License diff --git a/data/EMC2/EMC2_License.yaml b/data/EMC2/EMC2_License.yaml new file mode 100644 index 0000000..b6f6d67 --- /dev/null +++ b/data/EMC2/EMC2_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: EMC2 License +name: EMC2 License +url: http://pauillac.inria.fr/cdrom_a_graver/www/emc2/copyright.htm diff --git a/data/EPICS/EPICS.yaml b/data/EPICS/EPICS.yaml new file mode 100644 index 0000000..c85242a --- /dev/null +++ b/data/EPICS/EPICS.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: EPICS +fedora_name: EPICS Open License +name: EPICS Open License +url: http://www.aps.anl.gov/epics/license/open.php diff --git a/data/EU/EUPL-1.0.yaml b/data/EU/EUPL-1.0.yaml new file mode 100644 index 0000000..5315090 --- /dev/null +++ b/data/EU/EUPL-1.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: European Union Public License v1.0 +name: European Union Public License v1.0 +spdx_abbrev: EUPL-1.0 +spdx_name: European Union Public License 1.0 +url: http://ec.europa.eu/idabc/en/document/7330.html diff --git a/data/EU/EUPL_1.1.yaml b/data/EU/EUPL_1.1.yaml new file mode 100644 index 0000000..a166303 --- /dev/null +++ b/data/EU/EUPL_1.1.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: EUPL 1.1 +fedora_name: European Union Public License 1.1 +name: European Union Public License 1.1 +spdx_abbrev: EUPL-1.1 +spdx_name: European Union Public License 1.1 +url: https://joinup.ec.europa.eu/software/page/eupl/licence-eupl diff --git a/data/EU/EU_Datagrid.yaml b/data/EU/EU_Datagrid.yaml new file mode 100644 index 0000000..99dc154 --- /dev/null +++ b/data/EU/EU_Datagrid.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: EU Datagrid +fedora_name: EU Datagrid Software License +name: EU Datagrid Software License +spdx_abbrev: EUDatagrid +spdx_name: EU DataGrid Software License +url: http://eu-datagrid.web.cern.ch/eu-datagrid/license.html diff --git a/data/Eclipse/EPL-1.0.yaml b/data/Eclipse/EPL-1.0.yaml new file mode 100644 index 0000000..38e1966 --- /dev/null +++ b/data/Eclipse/EPL-1.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: EPL-1.0 +fedora_name: Eclipse Public License 1.0 +name: Eclipse Public License, Version 1.0 +spdx_abbrev: EPL-1.0 +spdx_name: Eclipse Public License 1.0 +url: http://repository.jboss.org/licenses/epl-1.0.txt diff --git a/data/Eclipse/EPL-2.0.yaml b/data/Eclipse/EPL-2.0.yaml new file mode 100644 index 0000000..dcf54a2 --- /dev/null +++ b/data/Eclipse/EPL-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: Eclipse Public License - v 2.0 +spdx_abbrev: EPL-2.0 +spdx_name: Eclipse Public License 2.0 +url: http://www.eclipse.org/legal/epl-v20.html diff --git a/data/Eiffel/EFL-1.0.yaml b/data/Eiffel/EFL-1.0.yaml new file mode 100644 index 0000000..842eb41 --- /dev/null +++ b/data/Eiffel/EFL-1.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Eiffel Forum License 1.0 +name: Eiffel Forum License 1.0 +spdx_abbrev: EFL-1.0 +spdx_name: Eiffel Forum License v1.0 +url: http://www.eiffel-nice.org/license/forum.txt diff --git a/data/Eiffel/EFL_2.0.yaml b/data/Eiffel/EFL_2.0.yaml new file mode 100644 index 0000000..fd28d7d --- /dev/null +++ b/data/Eiffel/EFL_2.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: EFL 2.0 +fedora_name: Eiffel Forum License 2.0 +name: Eiffel Forum License 2.0 +spdx_abbrev: EFL-2.0 +spdx_name: Eiffel Forum License v2.0 +url: http://www.eiffel-nice.org/license/eiffel-forum-license-2.html diff --git a/data/Elvish/Elvish.yaml b/data/Elvish/Elvish.yaml new file mode 100644 index 0000000..bed3eb6 --- /dev/null +++ b/data/Elvish/Elvish.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Elvish +fedora_name: Elvish Font License +name: Elvish Font License +url: https://fedoraproject.org/wiki/Licensing/Elvish diff --git a/data/Entessa/Entessa.yaml b/data/Entessa/Entessa.yaml new file mode 100644 index 0000000..7c61682 --- /dev/null +++ b/data/Entessa/Entessa.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Entessa +fedora_name: Entessa Public License +name: Entessa Public License v1.0 +spdx_abbrev: Entessa +spdx_name: Entessa Public License v1.0 +url: http://opensource.org/licenses/Entessa diff --git a/data/Erlang/ERPL.yaml b/data/Erlang/ERPL.yaml new file mode 100644 index 0000000..60d5c54 --- /dev/null +++ b/data/Erlang/ERPL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ERPL +fedora_name: Erlang Public License 1.1 +name: Erlang Public License 1.1 +spdx_abbrev: ErlPL-1.1 +spdx_name: Erlang Public License v1.1 +url: http://www.erlang.org/EPLICENSE diff --git a/data/Eurosym/Eurosym.yaml b/data/Eurosym/Eurosym.yaml new file mode 100644 index 0000000..7edbdbe --- /dev/null +++ b/data/Eurosym/Eurosym.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Eurosym +fedora_name: Eurosym License +name: Eurosym License +spdx_abbrev: Eurosym +spdx_name: Eurosym License +url: https://fedoraproject.org/wiki/Licensing/Eurosym diff --git a/data/FTL/FTL.yaml b/data/FTL/FTL.yaml new file mode 100644 index 0000000..b794309 --- /dev/null +++ b/data/FTL/FTL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: FTL +fedora_name: Freetype License +name: Freetype Project License +spdx_abbrev: FTL +spdx_name: Freetype Project License +url: http://freetype.fis.uniroma2.it/FTL.TXT diff --git a/data/Fair/Fair.yaml b/data/Fair/Fair.yaml new file mode 100644 index 0000000..dd5e33a --- /dev/null +++ b/data/Fair/Fair.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Fair +fedora_name: Fair License +name: Fair License +spdx_abbrev: Fair +spdx_name: Fair License +url: http://www.opensource.org/licenses/Fair diff --git a/data/Firmware/Firmware.yaml b/data/Firmware/Firmware.yaml new file mode 100644 index 0000000..6dd060f --- /dev/null +++ b/data/Firmware/Firmware.yaml @@ -0,0 +1,5 @@ +--- +approved: yes +fedora_name: Redistributable, no modification permitted +name: Firmware +url: https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_firmware diff --git a/data/Frameworx/Frameworx-1.0.yaml b/data/Frameworx/Frameworx-1.0.yaml new file mode 100644 index 0000000..c23120b --- /dev/null +++ b/data/Frameworx/Frameworx-1.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Frameworx License +name: Frameworx Open License 1.0 +spdx_abbrev: Frameworx-1.0 +spdx_name: Frameworx Open License 1.0 +url: http://www.opensource.org/licenses/Frameworx-1.0 diff --git a/data/Fraunhofer/FDK-AAC.yaml b/data/Fraunhofer/FDK-AAC.yaml new file mode 100644 index 0000000..1a09d90 --- /dev/null +++ b/data/Fraunhofer/FDK-AAC.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: FDK-AAC +fedora_name: Fraunhofer FDK AAC License +name: Fraunhofer FDK AAC License +url: https://fedoraproject.org/wiki/Licensing/FDK-AAC diff --git a/data/Free_Art/Free_Art.yaml b/data/Free_Art/Free_Art.yaml new file mode 100644 index 0000000..95d8b7f --- /dev/null +++ b/data/Free_Art/Free_Art.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Free Art +fedora_name: Free Art License +name: Free Art License +url: http://artlibre.org/licence/lalgb.html diff --git a/data/GL2PS/GL2PS.yaml b/data/GL2PS/GL2PS.yaml new file mode 100644 index 0000000..7675c85 --- /dev/null +++ b/data/GL2PS/GL2PS.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: GL2PS +fedora_name: GL2PS License +name: GL2PS License +spdx_abbrev: GL2PS +spdx_name: GL2PS License +url: http://www.geuz.org/gl2ps/COPYING.GL2PS diff --git a/data/GNU/AGPL-3.0.yaml b/data/GNU/AGPL-3.0.yaml new file mode 100644 index 0000000..ee1fe5e --- /dev/null +++ b/data/GNU/AGPL-3.0.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: GNU Affero General Public License v3.0 +spdx_abbrev: AGPL-3.0 +spdx_name: GNU Affero General Public License v3.0 +url: https://spdx.org/licenses/AGPL-3.0.html diff --git a/data/GNU/AGPLv1.yaml b/data/GNU/AGPLv1.yaml new file mode 100644 index 0000000..fbc098e --- /dev/null +++ b/data/GNU/AGPLv1.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: AGPLv1 +fedora_name: Affero General Public License 1.0 +name: Affero General Public License v1.0 +spdx_abbrev: AGPL-1.0 +spdx_name: Affero General Public License v1.0 +url: http://www.affero.org/oagpl.html diff --git a/data/GNU/AGPLv3+.yaml b/data/GNU/AGPLv3+.yaml new file mode 100644 index 0000000..42e999b --- /dev/null +++ b/data/GNU/AGPLv3+.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: AGPLv3+ +fedora_name: Affero General Public License 3.0 or later +name: Affero General Public License 3.0 or later +url: http://www.fsf.org/licensing/licenses/agpl-3.0.html diff --git a/data/GNU/AGPLv3.yaml b/data/GNU/AGPLv3.yaml new file mode 100644 index 0000000..afdea02 --- /dev/null +++ b/data/GNU/AGPLv3.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: AGPLv3 +fedora_name: Affero General Public License 3.0 +name: Affero General Public License 3.0 +spdx_abbrev: AGPL-3.0 +spdx_name: GNU Affero General Public License v3.0 +url: https://spdx.org/licenses/AGPL-3.0.html diff --git a/data/GNU/AGPLv3_with_exceptions.yaml b/data/GNU/AGPLv3_with_exceptions.yaml new file mode 100644 index 0000000..5e4d6b3 --- /dev/null +++ b/data/GNU/AGPLv3_with_exceptions.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: AGPLv3 with exceptions +fedora_name: Affero General Public License 3.0 with Zarafa trademark exceptions +name: Affero General Public License 3.0 with Zarafa trademark exceptions +url: http://www.zarafa.com/content/affero-gplv3 diff --git a/data/GNU/FSFAP.yaml b/data/GNU/FSFAP.yaml new file mode 100644 index 0000000..e750b8a --- /dev/null +++ b/data/GNU/FSFAP.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: FSFAP +fedora_name: FSF All Permissive license +name: FSF All Permissive license +spdx_abbrev: FSFAP +spdx_name: FSF All Permissive License +url: https://fedoraproject.org/wiki/Licensing/FSFAP diff --git a/data/GNU/FSFUL.yaml b/data/GNU/FSFUL.yaml new file mode 100644 index 0000000..34d0476 --- /dev/null +++ b/data/GNU/FSFUL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: FSFUL +fedora_name: FSF Unlimited License +name: FSF Unlimited License +spdx_abbrev: FSFUL +spdx_name: FSF Unlimited License +url: https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License diff --git a/data/GNU/FSFULLR.yaml b/data/GNU/FSFULLR.yaml new file mode 100644 index 0000000..93db089 --- /dev/null +++ b/data/GNU/FSFULLR.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: FSFULLR +fedora_name: FSF Unlimited License (with License Retention) +name: FSF Unlimited License (with License Retention) +spdx_abbrev: FSFULLR +spdx_name: FSF Unlimited License (with License Retention) +url: https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant diff --git a/data/GNU/GFDL-1.1.yaml b/data/GNU/GFDL-1.1.yaml new file mode 100644 index 0000000..62af6af --- /dev/null +++ b/data/GNU/GFDL-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: GNU Free Documentation License v1.1 +spdx_abbrev: GFDL-1.1 +spdx_name: GNU Free Documentation License v1.1 +url: http://www.gnu.org/licenses/old-licenses/fdl-1.1.txt diff --git a/data/GNU/GFDL-1.2.yaml b/data/GNU/GFDL-1.2.yaml new file mode 100644 index 0000000..46c2354 --- /dev/null +++ b/data/GNU/GFDL-1.2.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: GNU Free Documentation License v1.2 +spdx_abbrev: GFDL-1.2 +spdx_name: GNU Free Documentation License v1.2 +url: http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt diff --git a/data/GNU/GFDL.yaml b/data/GNU/GFDL.yaml new file mode 100644 index 0000000..7f78326 --- /dev/null +++ b/data/GNU/GFDL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: GFDL +fedora_name: GNU Free Documentation License +name: GNU Free Documentation License +spdx_abbrev: GFDL-1.3 +spdx_name: GNU Free Documentation License v1.3 +url: http://www.fsf.org/licensing/licenses/fdl.html diff --git a/data/GNU/GPL+.yaml b/data/GNU/GPL+.yaml new file mode 100644 index 0000000..5736a3b --- /dev/null +++ b/data/GNU/GPL+.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: GPL+ +fedora_name: GNU General Public License v1.0 or later +name: GNU General Public License v1.0 or later +spdx_abbrev: GPL-1.0+ +spdx_name: GNU General Public License v1.0 or later +url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html diff --git a/data/GNU/GPL+_or_Artistic.yaml b/data/GNU/GPL+_or_Artistic.yaml new file mode 100644 index 0000000..81f06b1 --- /dev/null +++ b/data/GNU/GPL+_or_Artistic.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: GPL+ or Artistic +fedora_name: Perl License +name: Perl License +url: http://dev.perl.org/licenses/ diff --git a/data/GNU/GPL+_with_exceptions.yaml b/data/GNU/GPL+_with_exceptions.yaml new file mode 100644 index 0000000..e593834 --- /dev/null +++ b/data/GNU/GPL+_with_exceptions.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: GPL+ with exceptions +fedora_name: GNU General Public License v2.0 only, with font embedding exception +name: GNU General Public License v2.0 w/Font exception +spdx_abbrev: GPL-2.0-with-font-exception +spdx_name: GNU General Public License v2.0 w/Font exception +url: http://www.gnu.org/licenses/gpl-faq.html#FontException diff --git a/data/GNU/GPL-2.0-with-GCC-exception.yaml b/data/GNU/GPL-2.0-with-GCC-exception.yaml new file mode 100644 index 0000000..9d8a048 --- /dev/null +++ b/data/GNU/GPL-2.0-with-GCC-exception.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: GNU General Public License v2.0 w/GCC Runtime Library exception +spdx_abbrev: GPL-2.0-with-GCC-exception +spdx_name: GNU General Public License v2.0 w/GCC Runtime Library exception +url: https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html diff --git a/data/GNU/GPL-2.0-with-autoconf-exception.yaml b/data/GNU/GPL-2.0-with-autoconf-exception.yaml new file mode 100644 index 0000000..be9a852 --- /dev/null +++ b/data/GNU/GPL-2.0-with-autoconf-exception.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: GNU General Public License v2.0 w/Autoconf exception +spdx_abbrev: GPL-2.0-with-autoconf-exception +spdx_name: GNU General Public License v2.0 w/Autoconf exception +url: http://ac-archive.sourceforge.net/doc/copyright.html diff --git a/data/GNU/GPL-2.0-with-bison-exception.yaml b/data/GNU/GPL-2.0-with-bison-exception.yaml new file mode 100644 index 0000000..5713d9c --- /dev/null +++ b/data/GNU/GPL-2.0-with-bison-exception.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: GNU General Public License v2.0 w/Bison exception +spdx_abbrev: GPL-2.0-with-bison-exception +spdx_name: GNU General Public License v2.0 w/Bison exception +url: https://spdx.org/licenses/GPL-2.0-with-bison-exception.html diff --git a/data/GNU/GPL-3.0-with-GCC-exception.yaml b/data/GNU/GPL-3.0-with-GCC-exception.yaml new file mode 100644 index 0000000..aeeafb6 --- /dev/null +++ b/data/GNU/GPL-3.0-with-GCC-exception.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: GNU General Public License v3.0 w/GCC Runtime Library exception +spdx_abbrev: GPL-3.0-with-GCC-exception +spdx_name: GNU General Public License v3.0 w/GCC Runtime Library exception +url: https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html diff --git a/data/GNU/GPL-3.0-with-autoconf-exception.yaml b/data/GNU/GPL-3.0-with-autoconf-exception.yaml new file mode 100644 index 0000000..2a57005 --- /dev/null +++ b/data/GNU/GPL-3.0-with-autoconf-exception.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: GNU General Public License v3.0 w/Autoconf exception +spdx_abbrev: GPL-3.0-with-autoconf-exception +spdx_name: GNU General Public License v3.0 w/Autoconf exception +url: https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html diff --git a/data/GNU/GPL_for_Computer_Programs_of_the_Public_Administration.yaml b/data/GNU/GPL_for_Computer_Programs_of_the_Public_Administration.yaml new file mode 100644 index 0000000..1d684f8 --- /dev/null +++ b/data/GNU/GPL_for_Computer_Programs_of_the_Public_Administration.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: GPL for Computer Programs of the Public Administration +name: GPL for Computer Programs of the Public Administration +url: http://www.celepar.pr.gov.br/modules/conteudo/conteudo.php?conteudo=69 diff --git a/data/GNU/GPLv1.yaml b/data/GNU/GPLv1.yaml new file mode 100644 index 0000000..345c6bc --- /dev/null +++ b/data/GNU/GPLv1.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: GPLv1 +fedora_name: GNU General Public License v1.0 only +name: GNU General Public License v1.0 only +spdx_abbrev: GPL-1.0 +spdx_name: GNU General Public License v1.0 only +url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html diff --git a/data/GNU/GPLv2+.yaml b/data/GNU/GPLv2+.yaml new file mode 100644 index 0000000..583f594 --- /dev/null +++ b/data/GNU/GPLv2+.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: GPLv2+ +fedora_name: GNU General Public License v2.0 or later +name: GNU General Public License v2.0 or later +spdx_abbrev: GPL-2.0+ +spdx_name: GNU General Public License v2.0 or later +url: https://spdx.org/licenses/GPL-2.0+.html diff --git a/data/GNU/GPLv2+_with_exceptions.yaml b/data/GNU/GPLv2+_with_exceptions.yaml new file mode 100644 index 0000000..c9416af --- /dev/null +++ b/data/GNU/GPLv2+_with_exceptions.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: GPLv2+ with exceptions +fedora_name: GNU General Public License v2.0 or later, with font embedding exception +name: GNU General Public License v2.0 or later, with font embedding exception +url: http://www.gnu.org/licenses/gpl-faq.html#FontException diff --git a/data/GNU/GPLv2.yaml b/data/GNU/GPLv2.yaml new file mode 100644 index 0000000..f77f323 --- /dev/null +++ b/data/GNU/GPLv2.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: GPLv2 +fedora_name: GNU General Public License v2.0 only +name: GNU General Public License v2.0 only +spdx_abbrev: GPL-2.0 +spdx_name: GNU General Public License v2.0 only +url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html diff --git a/data/GNU/GPLv2_with_exceptions.yaml b/data/GNU/GPLv2_with_exceptions.yaml new file mode 100644 index 0000000..1f69202 --- /dev/null +++ b/data/GNU/GPLv2_with_exceptions.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: GPLv2 with exceptions +fedora_name: MySQL License +name: MySQL License +url: http://www.mysql.com/company/legal/licensing/foss-exception.html diff --git a/data/GNU/GPLv3+.yaml b/data/GNU/GPLv3+.yaml new file mode 100644 index 0000000..4b05549 --- /dev/null +++ b/data/GNU/GPLv3+.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: GPLv3+ +fedora_name: GNU General Public License v3.0 or later +name: GNU General Public License v3.0 or later +spdx_abbrev: GPL-3.0+ +spdx_name: GNU General Public License v3.0 or later +url: https://www.gnu.org/licenses/gpl.html diff --git a/data/GNU/GPLv3+_with_exceptions.yaml b/data/GNU/GPLv3+_with_exceptions.yaml new file mode 100644 index 0000000..7a37137 --- /dev/null +++ b/data/GNU/GPLv3+_with_exceptions.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: GPLv3+ with exceptions +fedora_name: GNU General Public License v3.0 or later, with font embedding exception +name: GNU General Public License v3.0 or later, with font embedding exception +url: http://www.gnu.org/licenses/gpl-faq.html#FontException diff --git a/data/GNU/GPLv3.yaml b/data/GNU/GPLv3.yaml new file mode 100644 index 0000000..dad40b1 --- /dev/null +++ b/data/GNU/GPLv3.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: GPLv3 +fedora_name: GNU General Public License v3.0 only +name: GNU General Public License v3.0 only +spdx_abbrev: GPL-3.0 +spdx_name: GNU General Public License v3.0 only +url: http://www.gnu.org/licenses/gpl-3.0-standalone.html diff --git a/data/GNU/GPLv3_with_exceptions.yaml b/data/GNU/GPLv3_with_exceptions.yaml new file mode 100644 index 0000000..d9633bc --- /dev/null +++ b/data/GNU/GPLv3_with_exceptions.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: GPLv3 with exceptions +fedora_name: GNU General Public License v3.0 only, with font embedding exception +name: GNU General Public License v3.0 only, with font embedding exception +url: http://www.gnu.org/licenses/gpl-faq.html#FontException diff --git a/data/GNU/LGPL-2.0+.yaml b/data/GNU/LGPL-2.0+.yaml new file mode 100644 index 0000000..7e5cfef --- /dev/null +++ b/data/GNU/LGPL-2.0+.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: GNU Library General Public License v2 or later +spdx_abbrev: LGPL-2.0+ +spdx_name: GNU Library General Public License v2 or later +url: https://spdx.org/licenses/LGPL-2.0+.html diff --git a/data/GNU/LGPL-2.0.yaml b/data/GNU/LGPL-2.0.yaml new file mode 100644 index 0000000..345e3d0 --- /dev/null +++ b/data/GNU/LGPL-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: GNU Library General Public License, Version 2 +spdx_abbrev: LGPL-2.0 +spdx_name: GNU Library General Public License v2 only +url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html diff --git a/data/GNU/LGPL-2.1+.yaml b/data/GNU/LGPL-2.1+.yaml new file mode 100644 index 0000000..e8f0062 --- /dev/null +++ b/data/GNU/LGPL-2.1+.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: GNU Lesser General Public License v2.1 or later +spdx_abbrev: LGPL-2.1+ +spdx_name: GNU Lesser General Public License v2.1 or later +url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html diff --git a/data/GNU/LGPL-2.1.yaml b/data/GNU/LGPL-2.1.yaml new file mode 100644 index 0000000..cd9b94b --- /dev/null +++ b/data/GNU/LGPL-2.1.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: LGPL 2.1 +spdx_abbrev: LGPL-2.1 +spdx_name: GNU Lesser General Public License v2.1 only +url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html diff --git a/data/GNU/LGPLLR.yaml b/data/GNU/LGPLLR.yaml new file mode 100644 index 0000000..8b8ca50 --- /dev/null +++ b/data/GNU/LGPLLR.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Lesser General Public License For Linguistic Resources +spdx_abbrev: LGPLLR +spdx_name: Lesser General Public License For Linguistic Resources +url: http://www-igm.univ-mlv.fr/~unitex/lgpllr.html diff --git a/data/GNU/LGPLv2+.yaml b/data/GNU/LGPLv2+.yaml new file mode 100644 index 0000000..53f0b95 --- /dev/null +++ b/data/GNU/LGPLv2+.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: LGPLv2+ +fedora_name: GNU Lesser General Public License v2 (or 2.1) or later +name: GNU Lesser General Public License v2 (or 2.1) or later +url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html diff --git a/data/GNU/LGPLv2+_or_Artistic.yaml b/data/GNU/LGPLv2+_or_Artistic.yaml new file mode 100644 index 0000000..025ffa2 --- /dev/null +++ b/data/GNU/LGPLv2+_or_Artistic.yaml @@ -0,0 +1,5 @@ +--- +approved: yes +fedora_abbrev: LGPLv2+ or Artistic +fedora_name: Perl License (variant) +name: Perl License (variant) diff --git a/data/GNU/LGPLv2+_with_exceptions.yaml b/data/GNU/LGPLv2+_with_exceptions.yaml new file mode 100644 index 0000000..917d4e3 --- /dev/null +++ b/data/GNU/LGPLv2+_with_exceptions.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: LGPLv2+ with exceptions +fedora_name: Qwt License 1.0 +name: Qwt License 1.0 +url: http://qwt.sourceforge.net/qwtlicense.html diff --git a/data/GNU/LGPLv2.yaml b/data/GNU/LGPLv2.yaml new file mode 100644 index 0000000..2054cea --- /dev/null +++ b/data/GNU/LGPLv2.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: LGPLv2 +fedora_name: GNU Lesser General Public License v2 (or 2.1) only +name: GNU Lesser General Public License v2 (or 2.1) only +url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html diff --git a/data/GNU/LGPLv2_with_exceptions.yaml b/data/GNU/LGPLv2_with_exceptions.yaml new file mode 100644 index 0000000..a631e6f --- /dev/null +++ b/data/GNU/LGPLv2_with_exceptions.yaml @@ -0,0 +1,5 @@ +--- +approved: yes +fedora_abbrev: LGPLv2 with exceptions +fedora_name: GNU Lesser General Public License v2 (or 2.1), with exceptions +name: GNU Lesser General Public License v2 (or 2.1), with exceptions diff --git a/data/GNU/LGPLv3+.yaml b/data/GNU/LGPLv3+.yaml new file mode 100644 index 0000000..ad80ac1 --- /dev/null +++ b/data/GNU/LGPLv3+.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: LGPLv3+ +fedora_name: GNU Lesser General Public License v3.0 or later +name: GNU Lesser General Public License v3.0 or later +spdx_abbrev: LGPL-3.0+ +spdx_name: GNU Lesser General Public License v3.0 or later +url: https://spdx.org/licenses/LGPL-3.0+.html diff --git a/data/GNU/LGPLv3+_with_exceptions.yaml b/data/GNU/LGPLv3+_with_exceptions.yaml new file mode 100644 index 0000000..d973b3b --- /dev/null +++ b/data/GNU/LGPLv3+_with_exceptions.yaml @@ -0,0 +1,5 @@ +--- +approved: yes +fedora_abbrev: LGPLv3+ with exceptions +fedora_name: GNU Lesser General Public License v3.0 or later, with exceptions +name: GNU Lesser General Public License v3.0 or later, with exceptions diff --git a/data/GNU/LGPLv3.yaml b/data/GNU/LGPLv3.yaml new file mode 100644 index 0000000..10281e1 --- /dev/null +++ b/data/GNU/LGPLv3.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: LGPLv3 +fedora_name: GNU Lesser General Public License v3.0 only +name: GNU Lesser General Public License, Version 3 +spdx_abbrev: LGPL-3.0 +spdx_name: GNU Lesser General Public License v3.0 only +url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html diff --git a/data/GNU/LGPLv3_with_exceptions.yaml b/data/GNU/LGPLv3_with_exceptions.yaml new file mode 100644 index 0000000..039fcbb --- /dev/null +++ b/data/GNU/LGPLv3_with_exceptions.yaml @@ -0,0 +1,5 @@ +--- +approved: yes +fedora_abbrev: LGPLv3 with exceptions +fedora_name: GNU Lesser General Public License v3.0 only, with exceptions +name: GNU Lesser General Public License v3.0 only, with exceptions diff --git a/data/GNU/OFSFDL.yaml b/data/GNU/OFSFDL.yaml new file mode 100644 index 0000000..c5f9158 --- /dev/null +++ b/data/GNU/OFSFDL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: OFSFDL +fedora_name: Old FSF Documentation License +name: Old FSF Documentation License +url: https://fedoraproject.org/wiki/Licensing/OldFSFDocLicense diff --git a/data/GeoGratis/GeoGratis.yaml b/data/GeoGratis/GeoGratis.yaml new file mode 100644 index 0000000..c3f33c3 --- /dev/null +++ b/data/GeoGratis/GeoGratis.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: GeoGratis +fedora_name: GeoGratis Licence Agreement +name: GeoGratis Licence Agreement +url: http://geogratis.cgdi.gc.ca/geogratis/en/licence.jsp diff --git a/data/Germany/D-FSL-1.0.yaml b/data/Germany/D-FSL-1.0.yaml new file mode 100644 index 0000000..e225bbd --- /dev/null +++ b/data/Germany/D-FSL-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Deutsche Freie Software Lizenz +spdx_abbrev: D-FSL-1.0 +spdx_name: Deutsche Freie Software Lizenz +url: http://www.dipp.nrw.de/d-fsl/lizenzen/ diff --git a/data/Germany/DL-DE-BY.yaml b/data/Germany/DL-DE-BY.yaml new file mode 100644 index 0000000..601c9ec --- /dev/null +++ b/data/Germany/DL-DE-BY.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: DL-DE-BY +fedora_name: Data license Germany - attribution 2.0 +name: Data license Germany - attribution 2.0 +url: https://www.govdata.de/dl-de/by-2-0 diff --git a/data/Giftware/Giftware.yaml b/data/Giftware/Giftware.yaml new file mode 100644 index 0000000..d56d335 --- /dev/null +++ b/data/Giftware/Giftware.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Giftware +fedora_name: Giftware License +name: Giftware License +spdx_abbrev: Giftware +spdx_name: Giftware License +url: http://alleg.sourceforge.net//license.html diff --git a/data/Glide/Glide.yaml b/data/Glide/Glide.yaml new file mode 100644 index 0000000..62d4e63 --- /dev/null +++ b/data/Glide/Glide.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Glide +fedora_name: 3dfx Glide License +name: 3dfx Glide License +spdx_abbrev: Glide +spdx_name: 3dfx Glide License +url: http://www.users.on.net/~triforce/glidexp/COPYING.txt diff --git a/data/Glulxe/Glulxe.yaml b/data/Glulxe/Glulxe.yaml new file mode 100644 index 0000000..0d875c5 --- /dev/null +++ b/data/Glulxe/Glulxe.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Glulxe +fedora_name: Glulxe License +name: Glulxe License +spdx_abbrev: Glulxe +spdx_name: Glulxe License +url: https://fedoraproject.org/wiki/Licensing/Glulxe diff --git a/data/H2/H2_License,_Version_1.0.yaml b/data/H2/H2_License,_Version_1.0.yaml new file mode 100644 index 0000000..510c8b6 --- /dev/null +++ b/data/H2/H2_License,_Version_1.0.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: H2 License, Version 1.0 +url: http://repository.jboss.org/licenses/h2.txt diff --git a/data/HOFL/HOFL.yaml b/data/HOFL/HOFL.yaml new file mode 100644 index 0000000..157e21d --- /dev/null +++ b/data/HOFL/HOFL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: HOFL +fedora_name: Hack Open Font License +name: Hack Open Font License +url: https://fedoraproject.org/wiki/Licensing/HackOpenFontLicense diff --git a/data/HP/HP_Software_License_Terms.yaml b/data/HP/HP_Software_License_Terms.yaml new file mode 100644 index 0000000..9bbab25 --- /dev/null +++ b/data/HP/HP_Software_License_Terms.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: HP Software License Terms +name: HP Software License Terms +url: http://h30097.www3.hp.com/hp_sw_license.html diff --git a/data/HSRL/HSRL.yaml b/data/HSRL/HSRL.yaml new file mode 100644 index 0000000..71395b4 --- /dev/null +++ b/data/HSRL/HSRL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: HSRL +fedora_name: Henry Spencer Reg-Ex Library License +name: Spencer License 94 +spdx_abbrev: Spencer-94 +spdx_name: Spencer License 94 +url: https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License diff --git a/data/Hacktivismo/Hacktivismo_Enhanced-Source_Software_License_Agreement.yaml b/data/Hacktivismo/Hacktivismo_Enhanced-Source_Software_License_Agreement.yaml new file mode 100644 index 0000000..8543a7e --- /dev/null +++ b/data/Hacktivismo/Hacktivismo_Enhanced-Source_Software_License_Agreement.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Hacktivismo Enhanced-Source Software License Agreement +name: Hacktivismo Enhanced-Source Software License Agreement +url: http://www.hacktivismo.com/about/hessla.php diff --git a/data/Haskell/HaskellReport.yaml b/data/Haskell/HaskellReport.yaml new file mode 100644 index 0000000..31bf9cc --- /dev/null +++ b/data/Haskell/HaskellReport.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: HaskellReport +fedora_name: Haskell Language Report License +name: Haskell Language Report License +spdx_abbrev: HaskellReport +spdx_name: Haskell Language Report License +url: https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License diff --git a/data/Helix_DNA_Technology/Helix_DNA_Technology_Binary_Research_Use_License.yaml b/data/Helix_DNA_Technology/Helix_DNA_Technology_Binary_Research_Use_License.yaml new file mode 100644 index 0000000..0a80187 --- /dev/null +++ b/data/Helix_DNA_Technology/Helix_DNA_Technology_Binary_Research_Use_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Helix DNA Technology Binary Research Use License +name: Helix DNA Technology Binary Research Use License +url: https://helixcommunity.org/beula/ diff --git a/data/Hershey/Hershey.yaml b/data/Hershey/Hershey.yaml new file mode 100644 index 0000000..2e5e372 --- /dev/null +++ b/data/Hershey/Hershey.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Hershey +fedora_name: Hershey Font License +name: Hershey Font License +url: https://fedoraproject.org/wiki/Licensing/HersheyFontLicense diff --git a/data/IBM/IBM-pibs.yaml b/data/IBM/IBM-pibs.yaml new file mode 100644 index 0000000..f2640db --- /dev/null +++ b/data/IBM/IBM-pibs.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: IBM PowerPC Initialization and Boot Software +spdx_abbrev: IBM-pibs +spdx_name: IBM PowerPC Initialization and Boot Software +url: http://git.denx.de/?p=u-boot.git;a=blob;f=arch/powerpc/cpu/ppc4xx/miiphy.c;h=297155fdafa064b955e53e9832de93bfb0cfb85b;hb=9fab4bf4cc077c21e43941866f3f2c196f28670d diff --git a/data/IBM/IBM.yaml b/data/IBM/IBM.yaml new file mode 100644 index 0000000..240d307 --- /dev/null +++ b/data/IBM/IBM.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: IBM +fedora_name: IBM Public License +name: IBM Public License v1.0 +spdx_abbrev: IPL-1.0 +spdx_name: IBM Public License v1.0 +url: http://www.opensource.org/licenses/IPL-1.0 diff --git a/data/IBM/IBM_Sample_Code_License.yaml b/data/IBM/IBM_Sample_Code_License.yaml new file mode 100644 index 0000000..ba36193 --- /dev/null +++ b/data/IBM/IBM_Sample_Code_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: IBM Sample Code License +name: IBM Sample Code License +url: https://fedoraproject.org/wiki/Licensing/IBM_Sample_Code_License diff --git a/data/ICU/ICU.yaml b/data/ICU/ICU.yaml new file mode 100644 index 0000000..c2d6170 --- /dev/null +++ b/data/ICU/ICU.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: ICU License - ICU 1.8.1 to ICU 57.1 +spdx_abbrev: ICU +spdx_name: ICU License +url: http://source.icu-project.org/repos/icu/tags/release-57-1/icu4j/main/shared/licenses/LICENSE diff --git a/data/ICU/ICU_License_ICU_58_and_later.yaml b/data/ICU/ICU_License_ICU_58_and_later.yaml new file mode 100644 index 0000000..54e4d00 --- /dev/null +++ b/data/ICU/ICU_License_ICU_58_and_later.yaml @@ -0,0 +1,4 @@ +--- +approved: unknown +name: ICU License (ICU 58 and later) +url: http://source.icu-project.org/repos/icu/trunk/icu4j/main/shared/licenses/LICENSE diff --git a/data/IEEE/IEEE.yaml b/data/IEEE/IEEE.yaml new file mode 100644 index 0000000..36eaa7d --- /dev/null +++ b/data/IEEE/IEEE.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: IEEE +fedora_name: IEEE and Open Group Documentation License +name: IEEE and Open Group Documentation License +url: https://fedoraproject.org/wiki/Licensing/IEEEDocLicense diff --git a/data/IJG/IJG.yaml b/data/IJG/IJG.yaml new file mode 100644 index 0000000..3a0b270 --- /dev/null +++ b/data/IJG/IJG.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: IJG +fedora_name: Independent JPEG Group License +name: Independent JPEG Group License +spdx_abbrev: IJG +spdx_name: Independent JPEG Group License +url: http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev=1.2 diff --git a/data/IPA/IPA.yaml b/data/IPA/IPA.yaml new file mode 100644 index 0000000..b25e249 --- /dev/null +++ b/data/IPA/IPA.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: IPA +fedora_name: IPA Font License +name: IPA Font License +spdx_abbrev: IPA +spdx_name: IPA Font License +url: https://fedoraproject.org/wiki/Licensing/IPAFontLicense diff --git a/data/ISC/ISC.yaml b/data/ISC/ISC.yaml new file mode 100644 index 0000000..ea4dc45 --- /dev/null +++ b/data/ISC/ISC.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ISC +fedora_name: ISC License (Bind, DHCP Server) +name: ISC License (Bind, DHCP Server) +spdx_abbrev: ISC +spdx_name: ISC License +url: http://www.isc.org/downloads/software-support-policy/isc-license/ diff --git a/data/ImageMagick/ImageMagick.yaml b/data/ImageMagick/ImageMagick.yaml new file mode 100644 index 0000000..e2f9304 --- /dev/null +++ b/data/ImageMagick/ImageMagick.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ImageMagick +fedora_name: ImageMagick License +name: ImageMagick License +spdx_abbrev: ImageMagick +spdx_name: ImageMagick License +url: http://www.imagemagick.org/script/license.php diff --git a/data/Imlib2/Imlib2.yaml b/data/Imlib2/Imlib2.yaml new file mode 100644 index 0000000..14b9e8a --- /dev/null +++ b/data/Imlib2/Imlib2.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Imlib2 +fedora_name: Imlib2 License +name: Imlib2 License +spdx_abbrev: Imlib2 +spdx_name: Imlib2 License +url: http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING diff --git a/data/Indiana_University/Indiana_University_Extreme_Lab_Software_License_1.1.1.yaml b/data/Indiana_University/Indiana_University_Extreme_Lab_Software_License_1.1.1.yaml new file mode 100644 index 0000000..000cabf --- /dev/null +++ b/data/Indiana_University/Indiana_University_Extreme_Lab_Software_License_1.1.1.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: Indiana University Extreme! Lab Software License 1.1.1 +url: https://enterprise.dejacode.com/licenses/public/indiana-extreme/?_list_filters=q%3Dindiana%2Bextreme#license-text diff --git a/data/Indiana_University/Indiana_University_Extreme_Lab_Software_License_Version_1.1.1.yaml b/data/Indiana_University/Indiana_University_Extreme_Lab_Software_License_Version_1.1.1.yaml new file mode 100644 index 0000000..23821ad --- /dev/null +++ b/data/Indiana_University/Indiana_University_Extreme_Lab_Software_License_Version_1.1.1.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: Indiana University Extreme! Lab Software License Version 1.1.1 +url: https://enterprise.dejacode.com/licenses/public/indiana-extreme/?_list_filters=q%3Dindiana%2Bextreme#license-text diff --git a/data/Indiana_University/indiana-extreme.yaml b/data/Indiana_University/indiana-extreme.yaml new file mode 100644 index 0000000..48b9446 --- /dev/null +++ b/data/Indiana_University/indiana-extreme.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: indiana-extreme +url: https://enterprise.dejacode.com/licenses/public/indiana-extreme/?_list_filters=q%3Dindiana%2Bextreme#license-text diff --git a/data/Info-ZIP/Info-ZIP.yaml b/data/Info-ZIP/Info-ZIP.yaml new file mode 100644 index 0000000..a20fb39 --- /dev/null +++ b/data/Info-ZIP/Info-ZIP.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Info-ZIP License +spdx_abbrev: Info-ZIP +spdx_name: Info-ZIP License +url: http://www.info-zip.org/license.html diff --git a/data/Inner-Net/Inner-Net.yaml b/data/Inner-Net/Inner-Net.yaml new file mode 100644 index 0000000..8226b62 --- /dev/null +++ b/data/Inner-Net/Inner-Net.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Inner-Net +fedora_name: Inner Net License +name: Inner Net License +url: https://fedoraproject.org/wiki/Licensing/Inner_Net_License diff --git a/data/Intel/Intel.yaml b/data/Intel/Intel.yaml new file mode 100644 index 0000000..12cff23 --- /dev/null +++ b/data/Intel/Intel.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Intel Open Source License +name: Intel Open Source License +spdx_abbrev: Intel +spdx_name: Intel Open Source License +url: http://opensource.org/licenses/Intel diff --git a/data/Intel/Intel_ACPI.yaml b/data/Intel/Intel_ACPI.yaml new file mode 100644 index 0000000..96dad55 --- /dev/null +++ b/data/Intel/Intel_ACPI.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Intel ACPI +fedora_name: Intel ACPI Software License Agreement +name: Intel ACPI Software License Agreement +spdx_abbrev: Intel-ACPI +spdx_name: Intel ACPI Software License Agreement +url: https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement diff --git a/data/Intel/Intel_IPW3945_Daemon_License.yaml b/data/Intel/Intel_IPW3945_Daemon_License.yaml new file mode 100644 index 0000000..8504a9c --- /dev/null +++ b/data/Intel/Intel_IPW3945_Daemon_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Intel IPW3945 Daemon License +name: Intel IPW3945 Daemon License +url: https://fedoraproject.org/wiki/Licensing/Intel_IPW3945_Daemon_License diff --git a/data/Interbase/Interbase.yaml b/data/Interbase/Interbase.yaml new file mode 100644 index 0000000..7afcacb --- /dev/null +++ b/data/Interbase/Interbase.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Interbase +fedora_name: Interbase Public License +name: Interbase Public License v1.0 +spdx_abbrev: Interbase-1.0 +spdx_name: Interbase Public License v1.0 +url: https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html diff --git a/data/JDOM/JDOM_License.yaml b/data/JDOM/JDOM_License.yaml new file mode 100644 index 0000000..4c620c6 --- /dev/null +++ b/data/JDOM/JDOM_License.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: JDOM License +url: http://repository.jboss.org/licenses/jdom-1.0.txt diff --git a/data/JPython/JPython.yaml b/data/JPython/JPython.yaml new file mode 100644 index 0000000..af5e208 --- /dev/null +++ b/data/JPython/JPython.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: JPython +fedora_name: JPython License (old) +name: JPython License (old) +url: http://www.jython.org/license.html diff --git a/data/JSON/JSON.yaml b/data/JSON/JSON.yaml new file mode 100644 index 0000000..a304a42 --- /dev/null +++ b/data/JSON/JSON.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: JSON License +name: JSON License +spdx_abbrev: JSON +spdx_name: JSON License +url: http://www.json.org/license.html diff --git a/data/Jabber/Jabber.yaml b/data/Jabber/Jabber.yaml new file mode 100644 index 0000000..ef75bf2 --- /dev/null +++ b/data/Jabber/Jabber.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Jabber +fedora_name: Jabber Open Source License +name: Jabber Open Source License +url: http://opensource.org/licenses/jabberpl.php diff --git a/data/Jahia/Jahia_Community_Source_License.yaml b/data/Jahia/Jahia_Community_Source_License.yaml new file mode 100644 index 0000000..9706fbf --- /dev/null +++ b/data/Jahia/Jahia_Community_Source_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Jahia Community Source License +name: Jahia Community Source License +url: http://www.jahia.org/jahia/Jahia/pid/145 diff --git a/data/JasPer/JasPer.yaml b/data/JasPer/JasPer.yaml new file mode 100644 index 0000000..1c36168 --- /dev/null +++ b/data/JasPer/JasPer.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: JasPer +fedora_name: JasPer License +name: JasPer License +spdx_abbrev: JasPer-2.0 +spdx_name: JasPer License +url: http://www.ece.uvic.ca/~mdadams/jasper/LICENSE diff --git a/data/Jaxen/The_Jaxen_License.yaml b/data/Jaxen/The_Jaxen_License.yaml new file mode 100644 index 0000000..c6f1bed --- /dev/null +++ b/data/Jaxen/The_Jaxen_License.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: The Jaxen License +url: http://www.jaxen.org/license.html diff --git a/data/Julius/Julius.yaml b/data/Julius/Julius.yaml new file mode 100644 index 0000000..e168b72 --- /dev/null +++ b/data/Julius/Julius.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Julius +fedora_name: Julius License +name: Julius License +url: https://fedoraproject.org/wiki/Licensing/Julius diff --git a/data/Knuth/Knuth.yaml b/data/Knuth/Knuth.yaml new file mode 100644 index 0000000..2cb0fca --- /dev/null +++ b/data/Knuth/Knuth.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Knuth +fedora_name: Knuth License +name: Knuth License +url: http://tug.org/TUGboat/Articles/tb11-4/tb30knut.pdf diff --git a/data/LAL/LAL-1.2.yaml b/data/LAL/LAL-1.2.yaml new file mode 100644 index 0000000..e3ffd18 --- /dev/null +++ b/data/LAL/LAL-1.2.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Licence Art Libre 1.2 +spdx_abbrev: LAL-1.2 +spdx_name: Licence Art Libre 1.2 +url: http://artlibre.org/licence/lal/licence-art-libre-12/ diff --git a/data/LAL/LAL-1.3.yaml b/data/LAL/LAL-1.3.yaml new file mode 100644 index 0000000..3764d16 --- /dev/null +++ b/data/LAL/LAL-1.3.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Licence Art Libre 1.3 +spdx_abbrev: LAL-1.3 +spdx_name: Licence Art Libre 1.3 +url: http://artlibre.org/ diff --git a/data/LDPL/LDPL.yaml b/data/LDPL/LDPL.yaml new file mode 100644 index 0000000..a61410c --- /dev/null +++ b/data/LDPL/LDPL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: LDPL +fedora_name: Linux Documentation Project License +name: Linux Documentation Project License +url: http://tldp.org/COPYRIGHT.html diff --git a/data/LEGO/LOSLA.yaml b/data/LEGO/LOSLA.yaml new file mode 100644 index 0000000..6286c4d --- /dev/null +++ b/data/LEGO/LOSLA.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: LOSLA +fedora_name: LEGO Open Source License Agreement +name: LEGO Open Source License Agreement +url: https://fedoraproject.org/wiki/Licensing/LOSLA diff --git a/data/LLGPL/LLGPL.yaml b/data/LLGPL/LLGPL.yaml new file mode 100644 index 0000000..2ddd2c3 --- /dev/null +++ b/data/LLGPL/LLGPL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: LLGPL +fedora_name: Lisp Library General Public License +name: Lisp Library General Public License +url: http://opensource.franz.com/preamble.html diff --git a/data/LaTeX/LPPL-1.0.yaml b/data/LaTeX/LPPL-1.0.yaml new file mode 100644 index 0000000..191c2b1 --- /dev/null +++ b/data/LaTeX/LPPL-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: LaTeX Project Public License v1.0 +spdx_abbrev: LPPL-1.0 +spdx_name: LaTeX Project Public License v1.0 +url: http://www.latex-project.org/lppl/lppl-1-0.txt diff --git a/data/LaTeX/LPPL-1.1.yaml b/data/LaTeX/LPPL-1.1.yaml new file mode 100644 index 0000000..8e7b6cc --- /dev/null +++ b/data/LaTeX/LPPL-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: LaTeX Project Public License v1.1 +spdx_abbrev: LPPL-1.1 +spdx_name: LaTeX Project Public License v1.1 +url: http://www.latex-project.org/lppl/lppl-1-1.txt diff --git a/data/LaTeX/LPPL-1.2.yaml b/data/LaTeX/LPPL-1.2.yaml new file mode 100644 index 0000000..1c2ab78 --- /dev/null +++ b/data/LaTeX/LPPL-1.2.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: LaTeX Project Public License v1.2 +spdx_abbrev: LPPL-1.2 +spdx_name: LaTeX Project Public License v1.2 +url: http://www.latex-project.org/lppl/lppl-1-2.txt diff --git a/data/LaTeX/LPPL-1.3c.yaml b/data/LaTeX/LPPL-1.3c.yaml new file mode 100644 index 0000000..97e159c --- /dev/null +++ b/data/LaTeX/LPPL-1.3c.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: LaTeX Project Public License v1.3c +spdx_abbrev: LPPL-1.3c +spdx_name: LaTeX Project Public License v1.3c +url: http://www.latex-project.org/lppl/lppl-1-3c.txt diff --git a/data/LaTeX/LPPL.yaml b/data/LaTeX/LPPL.yaml new file mode 100644 index 0000000..2b1a52e --- /dev/null +++ b/data/LaTeX/LPPL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: LPPL +fedora_name: GUST Font License +name: GUST Font License +url: http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt diff --git a/data/Larabie/Larabie_Fonts_License.yaml b/data/Larabie/Larabie_Fonts_License.yaml new file mode 100644 index 0000000..fb9f634 --- /dev/null +++ b/data/Larabie/Larabie_Fonts_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Larabie Fonts License +name: Larabie Fonts License +url: https://fedoraproject.org/wiki/Licensing/LarabieFontsLicense diff --git a/data/Latex2e/Latex2e.yaml b/data/Latex2e/Latex2e.yaml new file mode 100644 index 0000000..eaafa4a --- /dev/null +++ b/data/Latex2e/Latex2e.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Latex2e +fedora_name: Latex2e License +name: Latex2e License +spdx_abbrev: Latex2e +spdx_name: Latex2e License +url: https://fedoraproject.org/wiki/Licensing/Latex2e diff --git a/data/Leptonica/Leptonica.yaml b/data/Leptonica/Leptonica.yaml new file mode 100644 index 0000000..4fa3876 --- /dev/null +++ b/data/Leptonica/Leptonica.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Leptonica +fedora_name: Leptonica License +name: Leptonica License +spdx_abbrev: Leptonica +spdx_name: Leptonica License +url: https://fedoraproject.org/wiki/Licensing/Leptonica diff --git a/data/Lhcyr/Lhcyr.yaml b/data/Lhcyr/Lhcyr.yaml new file mode 100644 index 0000000..c6ba9e6 --- /dev/null +++ b/data/Lhcyr/Lhcyr.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Lhcyr +fedora_name: Lhcyr License +name: Lhcyr License +url: https://fedoraproject.org/wiki/Licensing/Lhcyr diff --git a/data/LiLiQ/LiLiQ-P-1.1.yaml b/data/LiLiQ/LiLiQ-P-1.1.yaml new file mode 100644 index 0000000..0475774 --- /dev/null +++ b/data/LiLiQ/LiLiQ-P-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: "Licence Libre du Qu\xE9bec \u2013 Permissive version 1.1" +spdx_abbrev: LiLiQ-P-1.1 +spdx_name: "Licence Libre du Qu\xE9bec \u2013 Permissive version 1.1" +url: http://opensource.org/licenses/LiLiQ-P-1.1 diff --git a/data/LiLiQ/LiLiQ-R-1.1.yaml b/data/LiLiQ/LiLiQ-R-1.1.yaml new file mode 100644 index 0000000..0183572 --- /dev/null +++ b/data/LiLiQ/LiLiQ-R-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: "Licence Libre du Qu\xE9bec \u2013 R\xE9ciprocit\xE9 version 1.1" +spdx_abbrev: LiLiQ-R-1.1 +spdx_name: "Licence Libre du Qu\xE9bec \u2013 R\xE9ciprocit\xE9 version 1.1" +url: http://opensource.org/licenses/LiLiQ-R-1.1 diff --git a/data/LiLiQ/LiLiQ-Rplus-1.1.yaml b/data/LiLiQ/LiLiQ-Rplus-1.1.yaml new file mode 100644 index 0000000..7fb10b3 --- /dev/null +++ b/data/LiLiQ/LiLiQ-Rplus-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: "Licence Libre du Qu\xE9bec \u2013 R\xE9ciprocit\xE9 forte version 1.1" +spdx_abbrev: LiLiQ-Rplus-1.1 +spdx_name: "Licence Libre du Qu\xE9bec \u2013 R\xE9ciprocit\xE9 forte version 1.1" +url: http://opensource.org/licenses/LiLiQ-Rplus-1.1 diff --git a/data/Liberation/Liberation.yaml b/data/Liberation/Liberation.yaml new file mode 100644 index 0000000..34227b8 --- /dev/null +++ b/data/Liberation/Liberation.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Liberation +fedora_name: Liberation Font License +name: Liberation Font License +url: https://fedoraproject.org/wiki/Licensing/LiberationFontLicense diff --git a/data/LinuxTag/Green_OpenMusic.yaml b/data/LinuxTag/Green_OpenMusic.yaml new file mode 100644 index 0000000..2b0fa39 --- /dev/null +++ b/data/LinuxTag/Green_OpenMusic.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Green OpenMusic +fedora_name: LinuxTag Green OpenMusic License +name: LinuxTag Green OpenMusic License +url: http://openmusic.linuxtag.org/green.html diff --git a/data/LinuxTag/LinuxTag_Yellow_OpenMusic_License.yaml b/data/LinuxTag/LinuxTag_Yellow_OpenMusic_License.yaml new file mode 100644 index 0000000..b1c6ac3 --- /dev/null +++ b/data/LinuxTag/LinuxTag_Yellow_OpenMusic_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: LinuxTag Yellow OpenMusic License +name: LinuxTag Yellow OpenMusic License +url: http://openmusic.linuxtag.org/yellow.html diff --git a/data/Literat/Literat_Font_License.yaml b/data/Literat/Literat_Font_License.yaml new file mode 100644 index 0000000..2a64462 --- /dev/null +++ b/data/Literat/Literat_Font_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Literat Font License +name: Literat Font License +url: https://fedoraproject.org/wiki/Licensing/LiteratFontLicense diff --git a/data/Logica/Logica.yaml b/data/Logica/Logica.yaml new file mode 100644 index 0000000..0cfc765 --- /dev/null +++ b/data/Logica/Logica.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Logica +fedora_name: Logica Open Source License +name: Logica Open Source License +url: http://opensmpp.logica.com/CommonPart/Download/Download.htm diff --git a/data/Lucent/LPL-1.0.yaml b/data/Lucent/LPL-1.0.yaml new file mode 100644 index 0000000..c1c5692 --- /dev/null +++ b/data/Lucent/LPL-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Lucent Public License Version 1.0 +spdx_abbrev: LPL-1.0 +spdx_name: Lucent Public License Version 1.0 +url: http://opensource.org/licenses/LPL-1.0 diff --git a/data/Lucent/LPL.yaml b/data/Lucent/LPL.yaml new file mode 100644 index 0000000..33cc666 --- /dev/null +++ b/data/Lucent/LPL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: LPL +fedora_name: Lucent Public License (Plan9) +name: Lucent Public License v1.02 +spdx_abbrev: LPL-1.02 +spdx_name: Lucent Public License v1.02 +url: http://plan9.bell-labs.com/plan9dist/license.html diff --git a/data/Lucida/Lucida.yaml b/data/Lucida/Lucida.yaml new file mode 100644 index 0000000..d99e922 --- /dev/null +++ b/data/Lucida/Lucida.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Lucida +fedora_name: Lucida Legal Notice +name: Lucida Legal Notice +url: https://fedoraproject.org/wiki/Licensing/Lucida diff --git a/data/MAME/MAME_License.yaml b/data/MAME/MAME_License.yaml new file mode 100644 index 0000000..2dbceb6 --- /dev/null +++ b/data/MAME/MAME_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: MAME License +name: MAME License +url: http://mamedev.org/legal.html diff --git a/data/MIT/DMIT.yaml b/data/MIT/DMIT.yaml new file mode 100644 index 0000000..be395d1 --- /dev/null +++ b/data/MIT/DMIT.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: DMIT +fedora_name: Docbook MIT License +name: Docbook MIT License +url: https://fedoraproject.org/wiki/Licensing/DMIT diff --git a/data/MIT/MIT-0.yaml b/data/MIT/MIT-0.yaml new file mode 100644 index 0000000..1cc8a93 --- /dev/null +++ b/data/MIT/MIT-0.yaml @@ -0,0 +1,2 @@ +--- +approved: yes diff --git a/data/MIT/MIT.yaml b/data/MIT/MIT.yaml new file mode 100644 index 0000000..bb7caa7 --- /dev/null +++ b/data/MIT/MIT.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: The MIT License +spdx_abbrev: MIT +spdx_name: MIT License +url: http://www.opensource.org/licenses/MIT diff --git a/data/MIT/MITNFA.yaml b/data/MIT/MITNFA.yaml new file mode 100644 index 0000000..0fafb2e --- /dev/null +++ b/data/MIT/MITNFA.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: MITNFA +fedora_name: MIT +no-false-attribs license +name: MIT +no-false-attribs license +spdx_abbrev: MITNFA +spdx_name: MIT +no-false-attribs license +url: https://fedoraproject.org/wiki/Licensing/MITNFA diff --git a/data/MIT/MIT_with_advertising.yaml b/data/MIT/MIT_with_advertising.yaml new file mode 100644 index 0000000..102ca15 --- /dev/null +++ b/data/MIT/MIT_with_advertising.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: MIT with advertising +fedora_name: Nunit License +name: Nunit License +spdx_abbrev: Nunit +spdx_name: Nunit License +url: https://fedoraproject.org/wiki/Licensing/Nunit diff --git a/data/MIT/Multics.yaml b/data/MIT/Multics.yaml new file mode 100644 index 0000000..cea6f06 --- /dev/null +++ b/data/MIT/Multics.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Multics License +spdx_abbrev: Multics +spdx_name: Multics License +url: http://www.opensource.org/licenses/Multics diff --git a/data/MIT/The_JSoup_MIT_License.yaml b/data/MIT/The_JSoup_MIT_License.yaml new file mode 100644 index 0000000..81c8f5f --- /dev/null +++ b/data/MIT/The_JSoup_MIT_License.yaml @@ -0,0 +1,4 @@ +--- +approved: yes +name: The JSoup MIT License +url: https://jsoup.org/license.html diff --git a/data/MITRE/MITRE_Collaborative_Virtual_Workspace_License_CVW.yaml b/data/MITRE/MITRE_Collaborative_Virtual_Workspace_License_CVW.yaml new file mode 100644 index 0000000..3c9626c --- /dev/null +++ b/data/MITRE/MITRE_Collaborative_Virtual_Workspace_License_CVW.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: MITRE Collaborative Virtual Workspace License (CVW) +name: MITRE Collaborative Virtual Workspace License (CVW) +url: http://opensource.org/licenses/mitrepl.php diff --git a/data/MSNTP/MSNTP_License.yaml b/data/MSNTP/MSNTP_License.yaml new file mode 100644 index 0000000..9509d97 --- /dev/null +++ b/data/MSNTP/MSNTP_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: MSNTP License +name: MSNTP License +url: https://fedoraproject.org/wiki/Licensing:MSNTP?rd=Licensing/MSNTP diff --git a/data/MTLL/MTLL.yaml b/data/MTLL/MTLL.yaml new file mode 100644 index 0000000..8e58668 --- /dev/null +++ b/data/MTLL/MTLL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: MTLL +fedora_name: Matrix Template Library License +name: Matrix Template Library License +spdx_abbrev: MTLL +spdx_name: Matrix Template Library License +url: https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License diff --git a/data/MaBell/AT&T_Public_License.yaml b/data/MaBell/AT&T_Public_License.yaml new file mode 100644 index 0000000..f144015 --- /dev/null +++ b/data/MaBell/AT&T_Public_License.yaml @@ -0,0 +1,4 @@ +--- +approved: no +fedora_name: AT&T Public License +name: AT&T Public License diff --git a/data/Maia/Maia_Mailguard_License.yaml b/data/Maia/Maia_Mailguard_License.yaml new file mode 100644 index 0000000..80dfb3d --- /dev/null +++ b/data/Maia/Maia_Mailguard_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Maia Mailguard License +name: Maia Mailguard License +url: http://www.maiamailguard.org/license.php diff --git a/data/MakeIndex/MakeIndex.yaml b/data/MakeIndex/MakeIndex.yaml new file mode 100644 index 0000000..6f541e5 --- /dev/null +++ b/data/MakeIndex/MakeIndex.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: MakeIndex +fedora_name: MakeIndex License +name: MakeIndex License +spdx_abbrev: MakeIndex +spdx_name: MakeIndex License +url: https://fedoraproject.org/wiki/Licensing/MakeIndex diff --git a/data/MeepZor_Consulting/MeepZor_Consulting_Public_Licence.yaml b/data/MeepZor_Consulting/MeepZor_Consulting_Public_Licence.yaml new file mode 100644 index 0000000..85138a8 --- /dev/null +++ b/data/MeepZor_Consulting/MeepZor_Consulting_Public_Licence.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: MeepZor Consulting Public Licence +name: MeepZor Consulting Public Licence +url: http://meepzor.com/packages/autoresponder/LICENCE.txt diff --git a/data/Metasploit/Metasploit_Framework_License_pre_2006.yaml b/data/Metasploit/Metasploit_Framework_License_pre_2006.yaml new file mode 100644 index 0000000..32c299a --- /dev/null +++ b/data/Metasploit/Metasploit_Framework_License_pre_2006.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Metasploit Framework License (pre 2006) +name: Metasploit Framework License (pre 2006) +url: https://fedoraproject.org/wiki/Licensing/Metasploit_Framework_License diff --git a/data/MgOpen/MgOpen.yaml b/data/MgOpen/MgOpen.yaml new file mode 100644 index 0000000..ad868f2 --- /dev/null +++ b/data/MgOpen/MgOpen.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: MgOpen +fedora_name: MgOpen Font License +name: MgOpen Font License +url: https://fedoraproject.org/wiki/Licensing/Fonts/MgOpen diff --git a/data/Microsoft/MS-PL.yaml b/data/Microsoft/MS-PL.yaml new file mode 100644 index 0000000..de7b722 --- /dev/null +++ b/data/Microsoft/MS-PL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: MS-PL +fedora_name: Microsoft Public License +name: Microsoft Public License +spdx_abbrev: MS-PL +spdx_name: Microsoft Public License +url: http://www.microsoft.com/opensource/licenses.mspx diff --git a/data/Microsoft/MS-RL.yaml b/data/Microsoft/MS-RL.yaml new file mode 100644 index 0000000..f2fd0bd --- /dev/null +++ b/data/Microsoft/MS-RL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: MS-RL +fedora_name: Microsoft Reciprocal License +name: Microsoft Reciprocal License +spdx_abbrev: MS-RL +spdx_name: Microsoft Reciprocal License +url: http://www.microsoft.com/opensource/licenses.mspx diff --git a/data/Microsoft/Microsoft_Shared_Source_CLI_Csharp_Jscript_License.yaml b/data/Microsoft/Microsoft_Shared_Source_CLI_Csharp_Jscript_License.yaml new file mode 100644 index 0000000..20df397 --- /dev/null +++ b/data/Microsoft/Microsoft_Shared_Source_CLI_Csharp_Jscript_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Microsofts Shared Source CLI/C#/Jscript License +name: Microsoft's Shared Source CLI/C#/Jscript License +url: https://fedoraproject.org/wiki/Licensing/Microsoft_Shared_Source_License diff --git a/data/MirOS/MirOS.yaml b/data/MirOS/MirOS.yaml new file mode 100644 index 0000000..b84c940 --- /dev/null +++ b/data/MirOS/MirOS.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: MirOS +fedora_name: MirOS License +name: MirOS License +spdx_abbrev: MirOS +spdx_name: MirOS Licence +url: http://www.opensource.org/licenses/MirOS diff --git a/data/Motosoto/Motosoto.yaml b/data/Motosoto/Motosoto.yaml new file mode 100644 index 0000000..a7f6b36 --- /dev/null +++ b/data/Motosoto/Motosoto.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Motosoto +fedora_name: Motosoto License +name: Motosoto License +spdx_abbrev: Motosoto +spdx_name: Motosoto License +url: http://www.opensource.org/licenses/Motosoto diff --git a/data/Mozilla/MPL-2.0-no-copyleft-exception.yaml b/data/Mozilla/MPL-2.0-no-copyleft-exception.yaml new file mode 100644 index 0000000..d541b79 --- /dev/null +++ b/data/Mozilla/MPL-2.0-no-copyleft-exception.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Mozilla Public License 2.0 (no copyleft exception) +spdx_abbrev: MPL-2.0-no-copyleft-exception +spdx_name: Mozilla Public License 2.0 (no copyleft exception) +url: http://www.mozilla.org/MPL/2.0/ diff --git a/data/Mozilla/MPLv1.0.yaml b/data/Mozilla/MPLv1.0.yaml new file mode 100644 index 0000000..8a0300b --- /dev/null +++ b/data/Mozilla/MPLv1.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: MPLv1.0 +fedora_name: Mozilla Public License v1.0 +name: Mozilla Public License v1.0 +spdx_abbrev: MPL-1.0 +spdx_name: Mozilla Public License 1.0 +url: http://www.mozilla.org/MPL/MPL-1.0.html diff --git a/data/Mozilla/MPLv1.1.yaml b/data/Mozilla/MPLv1.1.yaml new file mode 100644 index 0000000..89e719e --- /dev/null +++ b/data/Mozilla/MPLv1.1.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: MPLv1.1 +fedora_name: Mozilla Public License v1.1 +name: Mozilla Public License, Version 1.1 +spdx_abbrev: MPL-1.1 +spdx_name: Mozilla Public License 1.1 +url: http://www.mozilla.org/MPL/MPL-1.1.html diff --git a/data/Mozilla/MPLv2.0.yaml b/data/Mozilla/MPLv2.0.yaml new file mode 100644 index 0000000..2903b27 --- /dev/null +++ b/data/Mozilla/MPLv2.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: MPLv2.0 +fedora_name: Mozilla Public License v2.0 +name: Mozilla Public License v2.0 +spdx_abbrev: MPL-2.0 +spdx_name: Mozilla Public License 2.0 +url: http://www.mozilla.org/MPL/2.0/ diff --git a/data/Mozilla/NPL-1.1.yaml b/data/Mozilla/NPL-1.1.yaml new file mode 100644 index 0000000..1e37a0c --- /dev/null +++ b/data/Mozilla/NPL-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Netscape Public License v1.1 +spdx_abbrev: NPL-1.1 +spdx_name: Netscape Public License v1.1 +url: http://www.mozilla.org/MPL/NPL/1.1/ diff --git a/data/Mozilla/Netscape.yaml b/data/Mozilla/Netscape.yaml new file mode 100644 index 0000000..38fb5c8 --- /dev/null +++ b/data/Mozilla/Netscape.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Netscape +fedora_name: Netscape Public License +name: Netscape Public License v1.0 +spdx_abbrev: NPL-1.0 +spdx_name: Netscape Public License v1.0 +url: http://www.mozilla.org/MPL/NPL/1.0/ diff --git a/data/Mup/Mup.yaml b/data/Mup/Mup.yaml new file mode 100644 index 0000000..a6f19c6 --- /dev/null +++ b/data/Mup/Mup.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Mup +fedora_name: Mup License +name: Mup License +spdx_abbrev: Mup +spdx_name: Mup License +url: https://fedoraproject.org/wiki/Licensing/Mup diff --git a/data/NASA/NASA-1.3.yaml b/data/NASA/NASA-1.3.yaml new file mode 100644 index 0000000..ab488cc --- /dev/null +++ b/data/NASA/NASA-1.3.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: NASA Open Source Agreement v1.3 +name: NASA Open Source Agreement v1.3 +spdx_abbrev: NASA-1.3 +spdx_name: NASA Open Source Agreement 1.3 +url: http://ti.arc.nasa.gov/opensource/nosa/ diff --git a/data/NASA/NASA_CDF_License.yaml b/data/NASA/NASA_CDF_License.yaml new file mode 100644 index 0000000..466f7dd --- /dev/null +++ b/data/NASA/NASA_CDF_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: NASA CDF License +name: NASA CDF License +url: https://fedoraproject.org/wiki/Licensing/NasaCDF diff --git a/data/NCSA/NCSA.yaml b/data/NCSA/NCSA.yaml new file mode 100644 index 0000000..e7545b9 --- /dev/null +++ b/data/NCSA/NCSA.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: NCSA +fedora_name: NCSA/University of Illinois Open Source License +name: University of Illinois/NCSA Open Source License +spdx_abbrev: NCSA +spdx_name: University of Illinois/NCSA Open Source License +url: http://otm.illinois.edu/uiuc_openSource diff --git a/data/NIST/NISTSL.yaml b/data/NIST/NISTSL.yaml new file mode 100644 index 0000000..13f0ea6 --- /dev/null +++ b/data/NIST/NISTSL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: NISTSL +fedora_name: NIST Software License +name: NIST Software License +url: https://fedoraproject.org/wiki/Licensing/NISTSL diff --git a/data/NLPL/NLPL.yaml b/data/NLPL/NLPL.yaml new file mode 100644 index 0000000..9733d3f --- /dev/null +++ b/data/NLPL/NLPL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: NLPL +fedora_name: No Limit Public License +name: No Limit Public License +spdx_abbrev: NLPL +spdx_name: No Limit Public License +url: https://fedoraproject.org/wiki/Licensing/NLPL diff --git a/data/NTP/NTP.yaml b/data/NTP/NTP.yaml new file mode 100644 index 0000000..b26a169 --- /dev/null +++ b/data/NTP/NTP.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: NTP License +spdx_abbrev: NTP +spdx_name: NTP License +url: http://www.opensource.org/licenses/NTP diff --git a/data/Naumen/Naumen.yaml b/data/Naumen/Naumen.yaml new file mode 100644 index 0000000..4c59034 --- /dev/null +++ b/data/Naumen/Naumen.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Naumen +fedora_name: Naumen Public License +name: Naumen Public License +spdx_abbrev: Naumen +spdx_name: Naumen Public License +url: http://www.opensource.org/licenses/Naumen diff --git a/data/Net-SNMP/Net-SNMP.yaml b/data/Net-SNMP/Net-SNMP.yaml new file mode 100644 index 0000000..48f3556 --- /dev/null +++ b/data/Net-SNMP/Net-SNMP.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Net-SNMP License +spdx_abbrev: Net-SNMP +spdx_name: Net-SNMP License +url: http://net-snmp.sourceforge.net/about/license.html diff --git a/data/NetCDF/NetCDF.yaml b/data/NetCDF/NetCDF.yaml new file mode 100644 index 0000000..88e3c73 --- /dev/null +++ b/data/NetCDF/NetCDF.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: NetCDF +fedora_name: NetCDF license +name: NetCDF license +spdx_abbrev: NetCDF +spdx_name: NetCDF license +url: http://www.unidata.ucar.edu/software/netcdf/copyright.html diff --git a/data/Net_Boolean/NBPL-1.0.yaml b/data/Net_Boolean/NBPL-1.0.yaml new file mode 100644 index 0000000..4dc8f42 --- /dev/null +++ b/data/Net_Boolean/NBPL-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Net Boolean Public License v1 +spdx_abbrev: NBPL-1.0 +spdx_name: Net Boolean Public License v1 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=37b4b3f6cc4bf34e1d3dec61e69914b9819d8894 diff --git a/data/Nethack/NGPL.yaml b/data/Nethack/NGPL.yaml new file mode 100644 index 0000000..8173727 --- /dev/null +++ b/data/Nethack/NGPL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: NGPL +fedora_name: Nethack General Public License +name: Nethack General Public License +spdx_abbrev: NGPL +spdx_name: Nethack General Public License +url: http://www.opensource.org/licenses/NGPL diff --git a/data/Netizen/NOSL.yaml b/data/Netizen/NOSL.yaml new file mode 100644 index 0000000..e2d76ee --- /dev/null +++ b/data/Netizen/NOSL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: NOSL +fedora_name: Netizen Open Source License +name: Netizen Open Source License +spdx_abbrev: NOSL +spdx_name: Netizen Open Source License +url: http://bits.netizen.com.au/licenses/NOSL/nosl.txt diff --git a/data/Newmat/Newmat.yaml b/data/Newmat/Newmat.yaml new file mode 100644 index 0000000..1d6ae88 --- /dev/null +++ b/data/Newmat/Newmat.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Newmat +fedora_name: Newmat License +name: Newmat License +url: https://fedoraproject.org/wiki/Licensing/Newmat_License diff --git a/data/Newsletr/Newsletr.yaml b/data/Newsletr/Newsletr.yaml new file mode 100644 index 0000000..0d40f3c --- /dev/null +++ b/data/Newsletr/Newsletr.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Newsletr +fedora_name: Newsletr License +name: Newsletr License +spdx_abbrev: Newsletr +spdx_name: Newsletr License +url: https://fedoraproject.org/wiki/Licensing/Newsletr diff --git a/data/Nmap/Nmap.yaml b/data/Nmap/Nmap.yaml new file mode 100644 index 0000000..cb687ba --- /dev/null +++ b/data/Nmap/Nmap.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Nmap +fedora_name: Nmap License +name: Nmap License +url: https://fedoraproject.org/wiki/Licensing/Nmap diff --git a/data/Nmap/npsl.yaml b/data/Nmap/npsl.yaml new file mode 100644 index 0000000..332c9a0 --- /dev/null +++ b/data/Nmap/npsl.yaml @@ -0,0 +1,2 @@ +--- +approved: no diff --git a/data/Nokia/Nokia.yaml b/data/Nokia/Nokia.yaml new file mode 100644 index 0000000..fb45fee --- /dev/null +++ b/data/Nokia/Nokia.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Nokia +fedora_name: Nokia Open Source License +name: Nokia Open Source License +spdx_abbrev: Nokia +spdx_name: Nokia Open Source License +url: http://www.opensource.org/licenses/nokia diff --git a/data/Non-Profit/NPOSL-3.0.yaml b/data/Non-Profit/NPOSL-3.0.yaml new file mode 100644 index 0000000..d979b35 --- /dev/null +++ b/data/Non-Profit/NPOSL-3.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Non-Profit Open Software License 3.0 +spdx_abbrev: NPOSL-3.0 +spdx_name: Non-Profit Open Software License 3.0 +url: http://www.opensource.org/licenses/NOSL3.0 diff --git a/data/Norway/NLOD-1.0.yaml b/data/Norway/NLOD-1.0.yaml new file mode 100644 index 0000000..239b245 --- /dev/null +++ b/data/Norway/NLOD-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Norwegian Licence for Open Government Data +spdx_abbrev: NLOD-1.0 +spdx_name: Norwegian Licence for Open Government Data +url: http://data.norge.no/nlod/en/1.0 diff --git a/data/Noweb/Noweb.yaml b/data/Noweb/Noweb.yaml new file mode 100644 index 0000000..12136cc --- /dev/null +++ b/data/Noweb/Noweb.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Noweb +fedora_name: Noweb License +name: Noweb License +spdx_abbrev: Noweb +spdx_name: Noweb License +url: https://fedoraproject.org/wiki/Licensing/Noweb diff --git a/data/OCLC/OCLC-2.0.yaml b/data/OCLC/OCLC-2.0.yaml new file mode 100644 index 0000000..963ad2d --- /dev/null +++ b/data/OCLC/OCLC-2.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: OCLC Public Research License 2.0 +name: OCLC Research Public License 2.0 +spdx_abbrev: OCLC-2.0 +spdx_name: OCLC Research Public License 2.0 +url: http://www.oclc.org/research/activities/software/license/v2final.htm diff --git a/data/ODC/ODbL-1.0.yaml b/data/ODC/ODbL-1.0.yaml new file mode 100644 index 0000000..862ba20 --- /dev/null +++ b/data/ODC/ODbL-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: ODC Open Database License v1.0 +spdx_abbrev: ODbL-1.0 +spdx_name: ODC Open Database License v1.0 +url: http://www.opendatacommons.org/licenses/odbl/1.0/ diff --git a/data/ODC/PDDL-1.0.yaml b/data/ODC/PDDL-1.0.yaml new file mode 100644 index 0000000..a28dcc3 --- /dev/null +++ b/data/ODC/PDDL-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: ODC Public Domain Dedication & License 1.0 +spdx_abbrev: PDDL-1.0 +spdx_name: ODC Public Domain Dedication & License 1.0 +url: http://opendatacommons.org/licenses/pddl/1.0/ diff --git a/data/OFL/OFL-1.0.yaml b/data/OFL/OFL-1.0.yaml new file mode 100644 index 0000000..c075932 --- /dev/null +++ b/data/OFL/OFL-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: SIL Open Font License 1.0 +spdx_abbrev: OFL-1.0 +spdx_name: SIL Open Font License 1.0 +url: http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web diff --git a/data/OFL/OFL.yaml b/data/OFL/OFL.yaml new file mode 100644 index 0000000..c4b566a --- /dev/null +++ b/data/OFL/OFL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: OFL +fedora_name: SIL Open Font License 1.1 +name: SIL Open Font License 1.1 +spdx_abbrev: OFL-1.1 +spdx_name: SIL Open Font License 1.1 +url: http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web diff --git a/data/OML/OML.yaml b/data/OML/OML.yaml new file mode 100644 index 0000000..28ec874 --- /dev/null +++ b/data/OML/OML.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: OML +fedora_name: Open Market License +name: Open Market License +spdx_abbrev: OML +spdx_name: Open Market License +url: https://fedoraproject.org/wiki/Licensing/Open_Market_License diff --git a/data/OPL/OPL-1.0.yaml b/data/OPL/OPL-1.0.yaml new file mode 100644 index 0000000..a72e57f --- /dev/null +++ b/data/OPL/OPL-1.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Open Public License +name: Open Public License v1.0 +spdx_abbrev: OPL-1.0 +spdx_name: Open Public License v1.0 +url: https://fedoraproject.org/wiki/Licensing/Open_Public_License diff --git a/data/OReilly/OReilly.yaml b/data/OReilly/OReilly.yaml new file mode 100644 index 0000000..b7519d2 --- /dev/null +++ b/data/OReilly/OReilly.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: OReilly +fedora_name: OReilly License +name: OReilly License +url: https://fedoraproject.org/wiki/Licensing:OReilly?rd=Licensing/OReilly diff --git a/data/OSET/OSET-PL-2.1.yaml b/data/OSET/OSET-PL-2.1.yaml new file mode 100644 index 0000000..226f17b --- /dev/null +++ b/data/OSET/OSET-PL-2.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: OSET Public License version 2.1 +spdx_abbrev: OSET-PL-2.1 +spdx_name: OSET Public License version 2.1 +url: http://opensource.org/licenses/OPL-2.1 diff --git a/data/OSGi/OSGi_Specification_License.yaml b/data/OSGi/OSGi_Specification_License.yaml new file mode 100644 index 0000000..1930025 --- /dev/null +++ b/data/OSGi/OSGi_Specification_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: OSGi Specification License +name: OSGi Specification License +url: http://www.osgi.org/Main/OSGiSpecificationLicense diff --git a/data/OSL/OSL_1.0.yaml b/data/OSL/OSL_1.0.yaml new file mode 100644 index 0000000..cf601c5 --- /dev/null +++ b/data/OSL/OSL_1.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: OSL 1.0 +fedora_name: Open Software License 1.0 +name: Open Software License 1.0 +spdx_abbrev: OSL-1.0 +spdx_name: Open Software License 1.0 +url: http://opensource.org/licenses/OSL-1.0 diff --git a/data/OSL/OSL_1.1.yaml b/data/OSL/OSL_1.1.yaml new file mode 100644 index 0000000..79be027 --- /dev/null +++ b/data/OSL/OSL_1.1.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: OSL 1.1 +fedora_name: Open Software License 1.1 +name: Open Software License 1.1 +spdx_abbrev: OSL-1.1 +spdx_name: Open Software License 1.1 +url: https://fedoraproject.org/wiki/Licensing/OSL1.1 diff --git a/data/OSL/OSL_2.0.yaml b/data/OSL/OSL_2.0.yaml new file mode 100644 index 0000000..eca6a1d --- /dev/null +++ b/data/OSL/OSL_2.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: OSL 2.0 +fedora_name: Open Software License 2.0 +name: Open Software License 2.0 +spdx_abbrev: OSL-2.0 +spdx_name: Open Software License 2.0 +url: http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html diff --git a/data/OSL/OSL_2.1.yaml b/data/OSL/OSL_2.1.yaml new file mode 100644 index 0000000..2bfa2f9 --- /dev/null +++ b/data/OSL/OSL_2.1.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: OSL 2.1 +fedora_name: Open Software License 2.1 +name: Open Software License 2.1 +spdx_abbrev: OSL-2.1 +spdx_name: Open Software License 2.1 +url: http://opensource.org/licenses/OSL-2.1 diff --git a/data/OSL/OSL_3.0.yaml b/data/OSL/OSL_3.0.yaml new file mode 100644 index 0000000..52681c3 --- /dev/null +++ b/data/OSL/OSL_3.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: OSL 3.0 +fedora_name: Open Software License 3.0 +name: Open Software License 3.0 +spdx_abbrev: OSL-3.0 +spdx_name: Open Software License 3.0 +url: http://www.rosenlaw.com/OSL3.0.htm diff --git a/data/OpenContent/Open_Content_License.yaml b/data/OpenContent/Open_Content_License.yaml new file mode 100644 index 0000000..05e0a2e --- /dev/null +++ b/data/OpenContent/Open_Content_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Open Content License +name: Open Content License +url: http://opencontent.org/opl.shtml diff --git a/data/OpenContent/Open_Publication.yaml b/data/OpenContent/Open_Publication.yaml new file mode 100644 index 0000000..d5978ca --- /dev/null +++ b/data/OpenContent/Open_Publication.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Open Publication +fedora_name: Open Publication License, v1.0 +name: Open Publication License, v1.0 +url: http://opencontent.org/openpub/ diff --git a/data/OpenGroup/OGTSL.yaml b/data/OpenGroup/OGTSL.yaml new file mode 100644 index 0000000..359b1fc --- /dev/null +++ b/data/OpenGroup/OGTSL.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Open Group Test Suite License +name: Open Group Test Suite License +spdx_abbrev: OGTSL +spdx_name: Open Group Test Suite License +url: http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt diff --git a/data/OpenLDAP/OLDAP-1.1.yaml b/data/OpenLDAP/OLDAP-1.1.yaml new file mode 100644 index 0000000..76d3296 --- /dev/null +++ b/data/OpenLDAP/OLDAP-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v1.1 +spdx_abbrev: OLDAP-1.1 +spdx_name: Open LDAP Public License v1.1 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=806557a5ad59804ef3a44d5abfbe91d706b0791f diff --git a/data/OpenLDAP/OLDAP-1.2.yaml b/data/OpenLDAP/OLDAP-1.2.yaml new file mode 100644 index 0000000..dc7ec73 --- /dev/null +++ b/data/OpenLDAP/OLDAP-1.2.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v1.2 +spdx_abbrev: OLDAP-1.2 +spdx_name: Open LDAP Public License v1.2 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=42b0383c50c299977b5893ee695cf4e486fb0dc7 diff --git a/data/OpenLDAP/OLDAP-1.3.yaml b/data/OpenLDAP/OLDAP-1.3.yaml new file mode 100644 index 0000000..a5a6cd3 --- /dev/null +++ b/data/OpenLDAP/OLDAP-1.3.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v1.3 +spdx_abbrev: OLDAP-1.3 +spdx_name: Open LDAP Public License v1.3 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=e5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1 diff --git a/data/OpenLDAP/OLDAP-1.4.yaml b/data/OpenLDAP/OLDAP-1.4.yaml new file mode 100644 index 0000000..86013a8 --- /dev/null +++ b/data/OpenLDAP/OLDAP-1.4.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v1.4 +spdx_abbrev: OLDAP-1.4 +spdx_name: Open LDAP Public License v1.4 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=c9f95c2f3f2ffb5e0ae55fe7388af75547660941 diff --git a/data/OpenLDAP/OLDAP-2.0.1.yaml b/data/OpenLDAP/OLDAP-2.0.1.yaml new file mode 100644 index 0000000..f6aee6e --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.0.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v2.0.1 +spdx_abbrev: OLDAP-2.0.1 +spdx_name: Open LDAP Public License v2.0.1 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b6d68acd14e51ca3aab4428bf26522aa74873f0e diff --git a/data/OpenLDAP/OLDAP-2.0.yaml b/data/OpenLDAP/OLDAP-2.0.yaml new file mode 100644 index 0000000..1b5b87f --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B) +spdx_abbrev: OLDAP-2.0 +spdx_name: Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B) +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cbf50f4e1185a21abd4c0a54d3f4341fe28f36ea diff --git a/data/OpenLDAP/OLDAP-2.1.yaml b/data/OpenLDAP/OLDAP-2.1.yaml new file mode 100644 index 0000000..2c0a312 --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v2.1 +spdx_abbrev: OLDAP-2.1 +spdx_name: Open LDAP Public License v2.1 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b0d176738e96a0d3b9f85cb51e140a86f21be715 diff --git a/data/OpenLDAP/OLDAP-2.2.1.yaml b/data/OpenLDAP/OLDAP-2.2.1.yaml new file mode 100644 index 0000000..3bc1862 --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.2.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v2.2.1 +spdx_abbrev: OLDAP-2.2.1 +spdx_name: Open LDAP Public License v2.2.1 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=4bc786f34b50aa301be6f5600f58a980070f481e diff --git a/data/OpenLDAP/OLDAP-2.2.2.yaml b/data/OpenLDAP/OLDAP-2.2.2.yaml new file mode 100644 index 0000000..6dd5bb4 --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.2.2.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License 2.2.2 +spdx_abbrev: OLDAP-2.2.2 +spdx_name: Open LDAP Public License 2.2.2 +url: https://spdx.org/licenses/OLDAP-2.2.2.html diff --git a/data/OpenLDAP/OLDAP-2.2.yaml b/data/OpenLDAP/OLDAP-2.2.yaml new file mode 100644 index 0000000..1b0a9a7 --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.2.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v2.2 +spdx_abbrev: OLDAP-2.2 +spdx_name: Open LDAP Public License v2.2 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=470b0c18ec67621c85881b2733057fecf4a1acc3 diff --git a/data/OpenLDAP/OLDAP-2.3.yaml b/data/OpenLDAP/OLDAP-2.3.yaml new file mode 100644 index 0000000..7be0ffd --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.3.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v2.3 +spdx_abbrev: OLDAP-2.3 +spdx_name: Open LDAP Public License v2.3 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=d32cf54a32d581ab475d23c810b0a7fbaf8d63c3 diff --git a/data/OpenLDAP/OLDAP-2.4.yaml b/data/OpenLDAP/OLDAP-2.4.yaml new file mode 100644 index 0000000..a24995c --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.4.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v2.4 +spdx_abbrev: OLDAP-2.4 +spdx_name: Open LDAP Public License v2.4 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cd1284c4a91a8a380d904eee68d1583f989ed386 diff --git a/data/OpenLDAP/OLDAP-2.5.yaml b/data/OpenLDAP/OLDAP-2.5.yaml new file mode 100644 index 0000000..676cdbd --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.5.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v2.5 +spdx_abbrev: OLDAP-2.5 +spdx_name: Open LDAP Public License v2.5 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=6852b9d90022e8593c98205413380536b1b5a7cf diff --git a/data/OpenLDAP/OLDAP-2.6.yaml b/data/OpenLDAP/OLDAP-2.6.yaml new file mode 100644 index 0000000..befe691 --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.6.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v2.6 +spdx_abbrev: OLDAP-2.6 +spdx_name: Open LDAP Public License v2.6 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=1cae062821881f41b73012ba816434897abf4205 diff --git a/data/OpenLDAP/OLDAP-2.7.yaml b/data/OpenLDAP/OLDAP-2.7.yaml new file mode 100644 index 0000000..8df0676 --- /dev/null +++ b/data/OpenLDAP/OLDAP-2.7.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Open LDAP Public License v2.7 +spdx_abbrev: OLDAP-2.7 +spdx_name: Open LDAP Public License v2.7 +url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=47c2415c1df81556eeb39be6cad458ef87c534a2 diff --git a/data/OpenLDAP/OpenLDAP.yaml b/data/OpenLDAP/OpenLDAP.yaml new file mode 100644 index 0000000..1ebd5d1 --- /dev/null +++ b/data/OpenLDAP/OpenLDAP.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: OpenLDAP +fedora_name: OpenLDAP License +name: OpenLDAP License +spdx_abbrev: OLDAP-2.8 +spdx_name: Open LDAP Public License v2.8 +url: http://www.openldap.org/software/release/license.html diff --git a/data/OpenMap/Open_Map_License.yaml b/data/OpenMap/Open_Map_License.yaml new file mode 100644 index 0000000..3ede257 --- /dev/null +++ b/data/OpenMap/Open_Map_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Open Map License +name: Open Map License +url: http://openmap.bbn.com/license.html diff --git a/data/OpenMotif/Open_Motif_Public_End_User_License.yaml b/data/OpenMotif/Open_Motif_Public_End_User_License.yaml new file mode 100644 index 0000000..d9dc1f3 --- /dev/null +++ b/data/OpenMotif/Open_Motif_Public_End_User_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Open Motif Public End User License +name: Open Motif Public End User License +url: http://www.opengroup.org/openmotif/license/ diff --git a/data/OpenPBS/OpenPBS.yaml b/data/OpenPBS/OpenPBS.yaml new file mode 100644 index 0000000..1088dab --- /dev/null +++ b/data/OpenPBS/OpenPBS.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: OpenPBS +fedora_name: OpenPBS License +name: OpenPBS License +url: https://fedoraproject.org/wiki/Licensing/OpenPBS diff --git a/data/OpenSSL/OpenSSL.yaml b/data/OpenSSL/OpenSSL.yaml new file mode 100644 index 0000000..bf8c25e --- /dev/null +++ b/data/OpenSSL/OpenSSL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: OpenSSL +fedora_name: OpenSSL License +name: OpenSSL License +spdx_abbrev: OpenSSL +spdx_name: OpenSSL License +url: http://www.openssl.org/source/license.html diff --git a/data/Open_Cascade/OCCT-PL.yaml b/data/Open_Cascade/OCCT-PL.yaml new file mode 100644 index 0000000..05c01c2 --- /dev/null +++ b/data/Open_Cascade/OCCT-PL.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Open CASCADE Technology Public License +name: Open CASCADE Technology Public License +spdx_abbrev: OCCT-PL +spdx_name: Open CASCADE Technology Public License +url: http://www.opencascade.com/content/occt-public-license diff --git a/data/Ouverte/Ouverte.yaml b/data/Ouverte/Ouverte.yaml new file mode 100644 index 0000000..f5775a0 --- /dev/null +++ b/data/Ouverte/Ouverte.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Ouverte +fedora_name: License Ouverte +name: License Ouverte +url: https://www.etalab.gouv.fr/licence-ouverte-open-licence diff --git a/data/PHP/PHP-3.01.yaml b/data/PHP/PHP-3.01.yaml new file mode 100644 index 0000000..5f65743 --- /dev/null +++ b/data/PHP/PHP-3.01.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: PHP License v3.01 +spdx_abbrev: PHP-3.01 +spdx_name: PHP License v3.01 +url: http://www.php.net/license/3_01.txt diff --git a/data/PHP/PHP.yaml b/data/PHP/PHP.yaml new file mode 100644 index 0000000..3e37418 --- /dev/null +++ b/data/PHP/PHP.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: PHP +fedora_name: PHP License v3.0 +name: PHP License v3.0 +spdx_abbrev: PHP-3.0 +spdx_name: PHP License v3.0 +url: http://www.opensource.org/licenses/PHP-3.0 diff --git a/data/Par/Par.yaml b/data/Par/Par.yaml new file mode 100644 index 0000000..8baf973 --- /dev/null +++ b/data/Par/Par.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Par +fedora_name: Par License +name: Par License +url: https://fedoraproject.org/wiki/Licensing/Par diff --git a/data/ParaType/PTFL.yaml b/data/ParaType/PTFL.yaml new file mode 100644 index 0000000..1a67db0 --- /dev/null +++ b/data/ParaType/PTFL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: PTFL +fedora_name: ParaType Font License +name: ParaType Font License +url: https://fedoraproject.org/wiki/Licensing/Fonts/ParaType_Font_License diff --git a/data/Paul_Hsieh/Paul_Hsieh_Derivative_License.yaml b/data/Paul_Hsieh/Paul_Hsieh_Derivative_License.yaml new file mode 100644 index 0000000..5d0866a --- /dev/null +++ b/data/Paul_Hsieh/Paul_Hsieh_Derivative_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Paul Hsieh Derivative License +name: Paul Hsieh Derivative License +url: http://www.azillionmonkeys.com/qed/license-derivative.html diff --git a/data/Paul_Hsieh/Paul_Hsieh_Exposition_License.yaml b/data/Paul_Hsieh/Paul_Hsieh_Exposition_License.yaml new file mode 100644 index 0000000..db48e2d --- /dev/null +++ b/data/Paul_Hsieh/Paul_Hsieh_Exposition_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Paul Hsieh Exposition License +name: Paul Hsieh Exposition License +url: http://www.azillionmonkeys.com/qed/license-exposition.html diff --git a/data/Phorum/Phorum.yaml b/data/Phorum/Phorum.yaml new file mode 100644 index 0000000..fab11ef --- /dev/null +++ b/data/Phorum/Phorum.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Phorum +fedora_name: Phorum License +name: Phorum License +url: http://phorum.org/license.txt diff --git a/data/Pine/Pine_License.yaml b/data/Pine/Pine_License.yaml new file mode 100644 index 0000000..3887b06 --- /dev/null +++ b/data/Pine/Pine_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Pine License +name: Pine License +url: http://www.washington.edu/pine/overview/legal.html diff --git a/data/PlainTeX/PlainTeX.yaml b/data/PlainTeX/PlainTeX.yaml new file mode 100644 index 0000000..1c1077b --- /dev/null +++ b/data/PlainTeX/PlainTeX.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: PlainTeX +fedora_name: PlainTeX License +name: PlainTeX License +url: https://fedoraproject.org/wiki/Licensing:PlainTeX?rd=Licensing/PlainTeX diff --git a/data/Plexus/Plexus.yaml b/data/Plexus/Plexus.yaml new file mode 100644 index 0000000..b9a1757 --- /dev/null +++ b/data/Plexus/Plexus.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Plexus +fedora_name: Plexus Classworlds License +name: Plexus Classworlds License +spdx_abbrev: Plexus +spdx_name: Plexus Classworlds License +url: https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License diff --git a/data/PostgreSQL/PostgreSQL.yaml b/data/PostgreSQL/PostgreSQL.yaml new file mode 100644 index 0000000..0a76351 --- /dev/null +++ b/data/PostgreSQL/PostgreSQL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: PostgreSQL +fedora_name: PostgreSQL License +name: PostgreSQL License +spdx_abbrev: PostgreSQL +spdx_name: PostgreSQL License +url: http://www.postgresql.org/about/licence diff --git a/data/Public/Public_Domain.yaml b/data/Public/Public_Domain.yaml new file mode 100644 index 0000000..1d1dd0f --- /dev/null +++ b/data/Public/Public_Domain.yaml @@ -0,0 +1,5 @@ +--- +approved: yes +fedora_abbrev: Public Domain +fedora_name: Public Domain +name: Public Domain diff --git a/data/Public/Public_Use.yaml b/data/Public/Public_Use.yaml new file mode 100644 index 0000000..6b5dc7e --- /dev/null +++ b/data/Public/Public_Use.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Public Use +fedora_name: Public Use License, v1.0 +name: Public Use License, v1.0 +url: https://fedoraproject.org/wiki/Licensing/PublicUseLicense diff --git a/data/Public/Unlicense.yaml b/data/Public/Unlicense.yaml new file mode 100644 index 0000000..2fbd1c6 --- /dev/null +++ b/data/Public/Unlicense.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Unlicense +fedora_name: Unlicense +name: Unlicense +spdx_abbrev: Unlicense +spdx_name: The Unlicense +url: http://unlicense.org/ diff --git a/data/Punknova/Punknova.yaml b/data/Punknova/Punknova.yaml new file mode 100644 index 0000000..6bdc5a8 --- /dev/null +++ b/data/Punknova/Punknova.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Punknova +fedora_name: Punknova Font License +name: Punknova Font License +url: https://fedoraproject.org/wiki/Licensing/Fonts/Punknova diff --git a/data/Python/Python-2.0.yaml b/data/Python/Python-2.0.yaml new file mode 100644 index 0000000..7b86217 --- /dev/null +++ b/data/Python/Python-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Python License 2.0 +spdx_abbrev: Python-2.0 +spdx_name: Python License 2.0 +url: http://www.opensource.org/licenses/Python-2.0 diff --git a/data/Python/Python.yaml b/data/Python/Python.yaml new file mode 100644 index 0000000..2d4ab9e --- /dev/null +++ b/data/Python/Python.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Python +fedora_name: Python License +name: Python License +url: https://docs.python.org/2/license.html diff --git a/data/QPL/QPL-1.0.yaml b/data/QPL/QPL-1.0.yaml new file mode 100644 index 0000000..14dabf2 --- /dev/null +++ b/data/QPL/QPL-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Q Public License 1.0 +spdx_abbrev: QPL-1.0 +spdx_name: Q Public License 1.0 +url: http://doc.qt.nokia.com/3.3/license.html diff --git a/data/QPL/QPL.yaml b/data/QPL/QPL.yaml new file mode 100644 index 0000000..cfc7ac8 --- /dev/null +++ b/data/QPL/QPL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: QPL +fedora_name: Q Public License +name: Q Public License +url: http://doc.qt.digia.com/3.0/license.html diff --git a/data/Qhull/Qhull.yaml b/data/Qhull/Qhull.yaml new file mode 100644 index 0000000..67aad32 --- /dev/null +++ b/data/Qhull/Qhull.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Qhull +fedora_name: Qhull License +name: Qhull License +spdx_abbrev: Qhull +spdx_name: Qhull License +url: https://fedoraproject.org/wiki/Licensing/Qhull diff --git a/data/REX/REX.yaml b/data/REX/REX.yaml new file mode 100644 index 0000000..eba4d02 --- /dev/null +++ b/data/REX/REX.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: REX +fedora_name: REX License +name: REX License +url: https://fedoraproject.org/wiki/Licensing/REX diff --git a/data/RSA/RSA-MD.yaml b/data/RSA/RSA-MD.yaml new file mode 100644 index 0000000..2b9eb06 --- /dev/null +++ b/data/RSA/RSA-MD.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: RSA Message-Digest License +spdx_abbrev: RSA-MD +spdx_name: RSA Message-Digest License +url: https://spdx.org/licenses/RSA-MD.html diff --git a/data/RSA/RSA.yaml b/data/RSA/RSA.yaml new file mode 100644 index 0000000..7b47566 --- /dev/null +++ b/data/RSA/RSA.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: RSA +fedora_name: RSA License +name: RSA License +url: https://fedoraproject.org/wiki/Licensing/RSA diff --git a/data/Rdisc/Rdisc.yaml b/data/Rdisc/Rdisc.yaml new file mode 100644 index 0000000..bcc5ca3 --- /dev/null +++ b/data/Rdisc/Rdisc.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Rdisc +fedora_name: Rdisc License +name: Rdisc License +spdx_abbrev: Rdisc +spdx_name: Rdisc License +url: https://fedoraproject.org/wiki/Licensing/Rdisc_License diff --git a/data/RealNetworks/RPSL.yaml b/data/RealNetworks/RPSL.yaml new file mode 100644 index 0000000..f81b222 --- /dev/null +++ b/data/RealNetworks/RPSL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: RPSL +fedora_name: RealNetworks Public Source License V1.0 +name: RealNetworks Public Source License V1.0 +spdx_abbrev: RPSL-1.0 +spdx_name: RealNetworks Public Source License v1.0 +url: https://helixcommunity.org/content/rpsl diff --git a/data/Reciprocal/RPL-1.1.yaml b/data/Reciprocal/RPL-1.1.yaml new file mode 100644 index 0000000..26690a5 --- /dev/null +++ b/data/Reciprocal/RPL-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Reciprocal Public License 1.1 +spdx_abbrev: RPL-1.1 +spdx_name: Reciprocal Public License 1.1 +url: http://opensource.org/licenses/RPL-1.1 diff --git a/data/Reciprocal/RPL-1.5.yaml b/data/Reciprocal/RPL-1.5.yaml new file mode 100644 index 0000000..e84e56d --- /dev/null +++ b/data/Reciprocal/RPL-1.5.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Reciprocal Public License 1.5 +spdx_abbrev: RPL-1.5 +spdx_name: Reciprocal Public License 1.5 +url: http://www.opensource.org/licenses/RPL-1.5 diff --git a/data/Reciprocal/Reciprocal_Public_License.yaml b/data/Reciprocal/Reciprocal_Public_License.yaml new file mode 100644 index 0000000..53bc3ee --- /dev/null +++ b/data/Reciprocal/Reciprocal_Public_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Reciprocal Public License +name: Reciprocal Public License +url: https://opensource.org/licenses/rpl.php diff --git a/data/Red_Hat/RHeCos-1.1.yaml b/data/Red_Hat/RHeCos-1.1.yaml new file mode 100644 index 0000000..bc5684d --- /dev/null +++ b/data/Red_Hat/RHeCos-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Red Hat eCos Public License v1.1 +spdx_abbrev: RHeCos-1.1 +spdx_name: Red Hat eCos Public License v1.1 +url: http://ecos.sourceware.org/old-license.html diff --git a/data/Ricoh/RSCPL.yaml b/data/Ricoh/RSCPL.yaml new file mode 100644 index 0000000..ae02af5 --- /dev/null +++ b/data/Ricoh/RSCPL.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Ricoh Source Code Public License +name: Ricoh Source Code Public License +spdx_abbrev: RSCPL +spdx_name: Ricoh Source Code Public License +url: http://www.opensource.org/licenses/RSCPL diff --git a/data/Romio/Romio.yaml b/data/Romio/Romio.yaml new file mode 100644 index 0000000..de4e87c --- /dev/null +++ b/data/Romio/Romio.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Romio +fedora_name: Romio License +name: Romio License +url: https://fedoraproject.org/wiki/Licensing/Romio_License diff --git a/data/Rsfs/Rsfs.yaml b/data/Rsfs/Rsfs.yaml new file mode 100644 index 0000000..f1ef0b4 --- /dev/null +++ b/data/Rsfs/Rsfs.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Rsfs +fedora_name: Rsfs License +name: Rsfs License +url: https://fedoraproject.org/wiki/Licensing/Rsfs diff --git a/data/Ruby/Ruby.yaml b/data/Ruby/Ruby.yaml new file mode 100644 index 0000000..2ecf881 --- /dev/null +++ b/data/Ruby/Ruby.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Ruby +fedora_name: Ruby License +name: Ruby License +spdx_abbrev: Ruby +spdx_name: Ruby License +url: http://www.ruby-lang.org/en/LICENSE.txt diff --git a/data/SCEA/SCEA.yaml b/data/SCEA/SCEA.yaml new file mode 100644 index 0000000..e8e4396 --- /dev/null +++ b/data/SCEA/SCEA.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: SCEA +fedora_name: SCEA Shared Source License +name: SCEA Shared Source License +spdx_abbrev: SCEA +spdx_name: SCEA Shared Source License +url: http://research.scea.com/scea_shared_source_license.html diff --git a/data/SCRIP/SCRIP.yaml b/data/SCRIP/SCRIP.yaml new file mode 100644 index 0000000..a8fe094 --- /dev/null +++ b/data/SCRIP/SCRIP.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: SCRIP +fedora_name: SCRIP License +name: SCRIP License +url: https://fedoraproject.org/wiki/Licensing/SCRIP diff --git a/data/SGI/SGI-B-1.0.yaml b/data/SGI/SGI-B-1.0.yaml new file mode 100644 index 0000000..c7ac97a --- /dev/null +++ b/data/SGI/SGI-B-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: SGI Free Software License B v1.0 +spdx_abbrev: SGI-B-1.0 +spdx_name: SGI Free Software License B v1.0 +url: http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html diff --git a/data/SGI/SGI-B-1.1.yaml b/data/SGI/SGI-B-1.1.yaml new file mode 100644 index 0000000..e988060 --- /dev/null +++ b/data/SGI/SGI-B-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: SGI Free Software License B v1.1 +spdx_abbrev: SGI-B-1.1 +spdx_name: SGI Free Software License B v1.1 +url: http://oss.sgi.com/projects/FreeB/ diff --git a/data/SGI/SGI_Free_Software_License_B_1.1_or_older.yaml b/data/SGI/SGI_Free_Software_License_B_1.1_or_older.yaml new file mode 100644 index 0000000..4d2018d --- /dev/null +++ b/data/SGI/SGI_Free_Software_License_B_1.1_or_older.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: SGI Free Software License B 1.1 or older +name: SGI Free Software License B 1.1 or older +url: http://oss.sgi.com/projects/FreeB/ diff --git a/data/SGI/SGI_GLX_Public_License_1.0.yaml b/data/SGI/SGI_GLX_Public_License_1.0.yaml new file mode 100644 index 0000000..03ace09 --- /dev/null +++ b/data/SGI/SGI_GLX_Public_License_1.0.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: SGI GLX Public License 1.0 +name: SGI GLX Public License 1.0 +url: https://fedoraproject.org/wiki/Licensing/GLX_Public_License diff --git a/data/SLIB/SLIB.yaml b/data/SLIB/SLIB.yaml new file mode 100644 index 0000000..48fecca --- /dev/null +++ b/data/SLIB/SLIB.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: SLIB +fedora_name: SLIB License +name: SLIB License +url: http://people.csail.mit.edu/jaffer/SLIB_COPYING.txt diff --git a/data/SMPPL/SMPPL.yaml b/data/SMPPL/SMPPL.yaml new file mode 100644 index 0000000..5d9603f --- /dev/null +++ b/data/SMPPL/SMPPL.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Secure Messaging Protocol Public License +spdx_abbrev: SMPPL +spdx_name: Secure Messaging Protocol Public License +url: https://github.com/dcblake/SMP/blob/master/Documentation/License.txt diff --git a/data/SNIA/SNIA.yaml b/data/SNIA/SNIA.yaml new file mode 100644 index 0000000..ef6666c --- /dev/null +++ b/data/SNIA/SNIA.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: SNIA +fedora_name: SNIA Public License 1.1 +name: SNIA Public License 1.1 +spdx_abbrev: SNIA +spdx_name: SNIA Public License 1.1 +url: https://fedoraproject.org/wiki/Licensing/SNIA_Public_License diff --git a/data/SSPL/SSPL-1.0.yaml b/data/SSPL/SSPL-1.0.yaml new file mode 100644 index 0000000..a3e47f5 --- /dev/null +++ b/data/SSPL/SSPL-1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: no +name: Server Side Public License v1 (SSPL) +spdx_abbrev: SSPL-1.0 +spdx_name: Server Side Public License, v 1 +url: https://fedoraproject.org/wiki/Licensing/SSPL diff --git a/data/STIX/STIX.yaml b/data/STIX/STIX.yaml new file mode 100644 index 0000000..6fa8824 --- /dev/null +++ b/data/STIX/STIX.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: STIX +fedora_name: STIX Fonts User License +name: STIX Fonts User License +url: https://fedoraproject.org/wiki/Licensing/STIXFontsUserLicense diff --git a/data/SWL/SWL.yaml b/data/SWL/SWL.yaml new file mode 100644 index 0000000..15d9f72 --- /dev/null +++ b/data/SWL/SWL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: SWL +fedora_name: Scheme Widget Library (SWL) Software License Agreement +name: Scheme Widget Library (SWL) Software License Agreement +spdx_abbrev: SWL +spdx_name: Scheme Widget Library (SWL) Software License Agreement +url: https://fedoraproject.org/wiki/Licensing/SWL diff --git a/data/Sax/SAX-PD.yaml b/data/Sax/SAX-PD.yaml new file mode 100644 index 0000000..6ef9345 --- /dev/null +++ b/data/Sax/SAX-PD.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +name: Sax Public Domain Notice +spdx_abbrev: SAX-PD +spdx_name: Sax Public Domain Notice +url: http://www.saxproject.org/copying.html diff --git a/data/Saxpath/Saxpath.yaml b/data/Saxpath/Saxpath.yaml new file mode 100644 index 0000000..dba95f7 --- /dev/null +++ b/data/Saxpath/Saxpath.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Saxpath +fedora_name: Saxpath License +name: Saxpath License +spdx_abbrev: Saxpath +spdx_name: Saxpath License +url: https://fedoraproject.org/wiki/Licensing/Saxpath_License diff --git a/data/SciTech/STMPL.yaml b/data/SciTech/STMPL.yaml new file mode 100644 index 0000000..09d8d9f --- /dev/null +++ b/data/SciTech/STMPL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: STMPL +fedora_name: SciTech MGL Public License +name: SciTech MGL Public License +url: https://fedoraproject.org/wiki/Licensing/STMPL diff --git a/data/Scilab/Scilab_License_OLD.yaml b/data/Scilab/Scilab_License_OLD.yaml new file mode 100644 index 0000000..3b04914 --- /dev/null +++ b/data/Scilab/Scilab_License_OLD.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Scilab License (OLD) +name: Scilab License (OLD) +url: https://fedoraproject.org/wiki/Licensing/Scilab_License_Old diff --git a/data/Sendmail/Sendmail.yaml b/data/Sendmail/Sendmail.yaml new file mode 100644 index 0000000..2609ab3 --- /dev/null +++ b/data/Sendmail/Sendmail.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Sendmail +fedora_name: Sendmail License +name: Sendmail License +spdx_abbrev: Sendmail +spdx_name: Sendmail License +url: http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf diff --git a/data/Sequence/Sequence.yaml b/data/Sequence/Sequence.yaml new file mode 100644 index 0000000..5065b98 --- /dev/null +++ b/data/Sequence/Sequence.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Sequence +fedora_name: Sequence Library License +name: Sequence Library License +url: https://fedoraproject.org/wiki/Licensing/SequenceLibraryLicense diff --git a/data/SimPL/SimPL-2.0.yaml b/data/SimPL/SimPL-2.0.yaml new file mode 100644 index 0000000..8b612ee --- /dev/null +++ b/data/SimPL/SimPL-2.0.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Simple Public License 2.0 +spdx_abbrev: SimPL-2.0 +spdx_name: Simple Public License 2.0 +url: http://www.opensource.org/licenses/SimPL-2.0 diff --git a/data/Siren14/Siren14_License_Agreement.yaml b/data/Siren14/Siren14_License_Agreement.yaml new file mode 100644 index 0000000..29a6c50 --- /dev/null +++ b/data/Siren14/Siren14_License_Agreement.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Siren14 License Agreement +name: Siren14 License Agreement +url: https://fedoraproject.org/wiki/Licensing/Siren14_Licensing_Agreement diff --git a/data/Sleepycat/Sleepycat.yaml b/data/Sleepycat/Sleepycat.yaml new file mode 100644 index 0000000..7215bca --- /dev/null +++ b/data/Sleepycat/Sleepycat.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Sleepycat +fedora_name: Sleepycat Software Product License +name: Sleepycat Software Product License +spdx_abbrev: Sleepycat +spdx_name: Sleepycat License +url: http://www.opensource.org/licenses/Sleepycat diff --git a/data/Spencer/Spencer-86.yaml b/data/Spencer/Spencer-86.yaml new file mode 100644 index 0000000..502d981 --- /dev/null +++ b/data/Spencer/Spencer-86.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Spencer License 86 +spdx_abbrev: Spencer-86 +spdx_name: Spencer License 86 +url: https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License diff --git a/data/Spencer/Spencer-99.yaml b/data/Spencer/Spencer-99.yaml new file mode 100644 index 0000000..053d6b3 --- /dev/null +++ b/data/Spencer/Spencer-99.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Spencer License 99 +spdx_abbrev: Spencer-99 +spdx_name: Spencer License 99 +url: http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c diff --git a/data/Spin/Spin_Commercial_License.yaml b/data/Spin/Spin_Commercial_License.yaml new file mode 100644 index 0000000..37677fc --- /dev/null +++ b/data/Spin/Spin_Commercial_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Spin Commercial License +name: Spin Commercial License +url: http://www.spinroot.com/spin/spin_license.html diff --git a/data/Squeak/Squeak_License.yaml b/data/Squeak/Squeak_License.yaml new file mode 100644 index 0000000..cec19ef --- /dev/null +++ b/data/Squeak/Squeak_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Squeak License +name: Squeak License +url: http://squeak.org/SqueakLicense/ diff --git a/data/SugarCRM/SugarCRM-1.1.3.yaml b/data/SugarCRM/SugarCRM-1.1.3.yaml new file mode 100644 index 0000000..fd3deca --- /dev/null +++ b/data/SugarCRM/SugarCRM-1.1.3.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: SugarCRM Public License v1.1.3 +spdx_abbrev: SugarCRM-1.1.3 +spdx_name: SugarCRM Public License v1.1.3 +url: http://www.sugarcrm.com/crm/SPL diff --git a/data/Sun/SISSL-1.2.yaml b/data/Sun/SISSL-1.2.yaml new file mode 100644 index 0000000..5bc50ba --- /dev/null +++ b/data/Sun/SISSL-1.2.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Sun Industry Standards Source License v1.2 +spdx_abbrev: SISSL-1.2 +spdx_name: Sun Industry Standards Source License v1.2 +url: http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html diff --git a/data/Sun/SISSL.yaml b/data/Sun/SISSL.yaml new file mode 100644 index 0000000..f62ee36 --- /dev/null +++ b/data/Sun/SISSL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: SISSL +fedora_name: Sun Industry Standards Source License +name: Sun Industry Standards Source License v1.1 +spdx_abbrev: SISSL +spdx_name: Sun Industry Standards Source License v1.1 +url: http://www.openoffice.org/licenses/sissl_license.html diff --git a/data/Sun/SPL.yaml b/data/Sun/SPL.yaml new file mode 100644 index 0000000..626dc29 --- /dev/null +++ b/data/Sun/SPL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: SPL +fedora_name: Sun Public License +name: Sun Public License v1.0 +spdx_abbrev: SPL-1.0 +spdx_name: Sun Public License v1.0 +url: http://www.opensource.org/licenses/SPL-1.0 diff --git a/data/Sun/Sun_Binary_Code_License_Agreement.yaml b/data/Sun/Sun_Binary_Code_License_Agreement.yaml new file mode 100644 index 0000000..a4a3724 --- /dev/null +++ b/data/Sun/Sun_Binary_Code_License_Agreement.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Sun Binary Code License Agreement +name: Sun Binary Code License Agreement +url: https://fedoraproject.org/wiki/Licensing/Sun_Binary_Code_License_Agreement diff --git a/data/Sun/Sun_Community_Source_License.yaml b/data/Sun/Sun_Community_Source_License.yaml new file mode 100644 index 0000000..ccb874b --- /dev/null +++ b/data/Sun/Sun_Community_Source_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Sun Community Source License +name: Sun Community Source License +url: http://www.sun.com/software/communitysource/ diff --git a/data/Sun/Sun_RPC_License.yaml b/data/Sun/Sun_RPC_License.yaml new file mode 100644 index 0000000..002c5aa --- /dev/null +++ b/data/Sun/Sun_RPC_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Sun RPC License +name: Sun RPC License +url: http://www.mibsoftware.com/librock/librock/license/ssscfr.txt diff --git a/data/Sun/Sun_Solaris_Source_Code_Foundation_Release_License.yaml b/data/Sun/Sun_Solaris_Source_Code_Foundation_Release_License.yaml new file mode 100644 index 0000000..4d6a9af --- /dev/null +++ b/data/Sun/Sun_Solaris_Source_Code_Foundation_Release_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Sun Solaris Source Code (Foundation Release) License +name: Sun Solaris Source Code (Foundation Release) License +url: http://www.mibsoftware.com/librock/librock/license/ssscfr.txt diff --git a/data/SystemC/SystemC_Open_Source_License.yaml b/data/SystemC/SystemC_Open_Source_License.yaml new file mode 100644 index 0000000..1ba2414 --- /dev/null +++ b/data/SystemC/SystemC_Open_Source_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: SystemC Open Source License +name: SystemC Open Source License +url: http://www.systemc.org/about/org_docs/license/ diff --git a/data/TCGL/TCGL.yaml b/data/TCGL/TCGL.yaml new file mode 100644 index 0000000..5969ba0 --- /dev/null +++ b/data/TCGL/TCGL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: TCGL +fedora_name: Trusted Computing Group License +name: Trusted Computing Group License +url: https://fedoraproject.org/wiki/Licensing/TCGL diff --git a/data/TCL/TCL.yaml b/data/TCL/TCL.yaml new file mode 100644 index 0000000..f2d5d5f --- /dev/null +++ b/data/TCL/TCL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: TCL +fedora_name: TCL/TK License +name: TCL/TK License +spdx_abbrev: TCL +spdx_name: TCL/TK License +url: http://www.tcl.tk/software/tcltk/license.html diff --git a/data/TCP-wrappers/TCP-wrappers.yaml b/data/TCP-wrappers/TCP-wrappers.yaml new file mode 100644 index 0000000..37734a0 --- /dev/null +++ b/data/TCP-wrappers/TCP-wrappers.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: TCP Wrappers License +spdx_abbrev: TCP-wrappers +spdx_name: TCP Wrappers License +url: http://rc.quest.com/topics/openssh/license.php#tcpwrappers diff --git a/data/TGPPL/TGPPL.yaml b/data/TGPPL/TGPPL.yaml new file mode 100644 index 0000000..3b0437a --- /dev/null +++ b/data/TGPPL/TGPPL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: TGPPL +fedora_name: Transitive Grace Period Public Licence +name: Transitive Grace Period Public Licence +url: https://fedoraproject.org/wiki/Licensing/TGPPL diff --git a/data/TMate/TMate.yaml b/data/TMate/TMate.yaml new file mode 100644 index 0000000..a0c1437 --- /dev/null +++ b/data/TMate/TMate.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: TMate +fedora_name: TMate Open Source License +name: TMate Open Source License +spdx_abbrev: TMate +spdx_name: TMate Open Source License +url: http://svnkit.com/license.html diff --git a/data/TORQUE/TORQUE_v2.5+_Software_License_v1.0.yaml b/data/TORQUE/TORQUE_v2.5+_Software_License_v1.0.yaml new file mode 100644 index 0000000..737ae1c --- /dev/null +++ b/data/TORQUE/TORQUE_v2.5+_Software_License_v1.0.yaml @@ -0,0 +1,4 @@ +--- +approved: no +fedora_name: TORQUE v2.5+ Software License v1.0 +name: TORQUE v2.5+ Software License v1.0 diff --git a/data/TORQUE/TORQUEv1.1.yaml b/data/TORQUE/TORQUEv1.1.yaml new file mode 100644 index 0000000..055c7fe --- /dev/null +++ b/data/TORQUE/TORQUEv1.1.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: TORQUEv1.1 +fedora_name: TORQUE v2.5+ Software License v1.1 +name: TORQUE v2.5+ Software License v1.1 +spdx_abbrev: TORQUE-1.1 +spdx_name: TORQUE v2.5+ Software License v1.1 +url: https://fedoraproject.org/wiki/Licensing/TORQUEv1.1 diff --git a/data/TOSL/TOSL.yaml b/data/TOSL/TOSL.yaml new file mode 100644 index 0000000..0ceb264 --- /dev/null +++ b/data/TOSL/TOSL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: TOSL +fedora_name: Trusster Open Source License +name: Trusster Open Source License +spdx_abbrev: TOSL +spdx_name: Trusster Open Source License +url: https://fedoraproject.org/wiki/Licensing/TOSL diff --git a/data/TPDL/TPDL.yaml b/data/TPDL/TPDL.yaml new file mode 100644 index 0000000..8eeef26 --- /dev/null +++ b/data/TPDL/TPDL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: TPDL +fedora_name: Time::ParseDate License +name: Time::ParseDate License +url: https://fedoraproject.org/wiki/Licensing/TPDL diff --git a/data/TPL/TPL.yaml b/data/TPL/TPL.yaml new file mode 100644 index 0000000..827c74f --- /dev/null +++ b/data/TPL/TPL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: TPL +fedora_name: Thor Public License +name: Thor Public License +url: https://fedoraproject.org/wiki/Licensing:ThorPublicLicense?rd=Licensing/ThorPublicLicense diff --git a/data/TTWL/TTWL.yaml b/data/TTWL/TTWL.yaml new file mode 100644 index 0000000..6e17499 --- /dev/null +++ b/data/TTWL/TTWL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: TTWL +fedora_name: Text-Tabs+Wrap License +name: Text-Tabs+Wrap License +url: https://fedoraproject.org/wiki/Licensing/TTWL diff --git a/data/Teeworlds/Teeworlds.yaml b/data/Teeworlds/Teeworlds.yaml new file mode 100644 index 0000000..36f7a5a --- /dev/null +++ b/data/Teeworlds/Teeworlds.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Teeworlds +fedora_name: Teeworlds License +name: Teeworlds License +url: https://fedoraproject.org/wiki/Licensing:Teeworlds?rd=Licensing/Teeworlds diff --git a/data/Terracotta/Terracotta_Public_License_1.0.yaml b/data/Terracotta/Terracotta_Public_License_1.0.yaml new file mode 100644 index 0000000..182e69b --- /dev/null +++ b/data/Terracotta/Terracotta_Public_License_1.0.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Terracotta Public License 1.0 +name: Terracotta Public License 1.0 +url: http://svn.terracotta.org/svn/ehcache/tags/ehcache-2.9.0/distribution/src/main/assembly/root/licenses/EHCACHE-TERRACOTTA-LICENSE.txt diff --git a/data/Threeparttable/Threeparttable.yaml b/data/Threeparttable/Threeparttable.yaml new file mode 100644 index 0000000..6a42347 --- /dev/null +++ b/data/Threeparttable/Threeparttable.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Threeparttable +fedora_name: Threeparttable License +name: Threeparttable License +url: https://fedoraproject.org/wiki/Licensing/Threeparttable diff --git a/data/Tolua/Tolua.yaml b/data/Tolua/Tolua.yaml new file mode 100644 index 0000000..3497653 --- /dev/null +++ b/data/Tolua/Tolua.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Tolua +fedora_name: Tolua License +name: Tolua License +url: https://fedoraproject.org/wiki/Licensing/Tolua diff --git a/data/TrueCrypt/TrueCrypt_License.yaml b/data/TrueCrypt/TrueCrypt_License.yaml new file mode 100644 index 0000000..bfb9ff4 --- /dev/null +++ b/data/TrueCrypt/TrueCrypt_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: TrueCrypt License +name: TrueCrypt License +url: http://truecrypt.sourceforge.net/ diff --git a/data/Tumbolia/Tumbolia.yaml b/data/Tumbolia/Tumbolia.yaml new file mode 100644 index 0000000..a155585 --- /dev/null +++ b/data/Tumbolia/Tumbolia.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Tumbolia +fedora_name: Tumbolia Public License +name: Tumbolia Public License +url: https://fedoraproject.org/wiki/Licensing/Tumbolia diff --git a/data/UCAR/UCAR.yaml b/data/UCAR/UCAR.yaml new file mode 100644 index 0000000..98e265a --- /dev/null +++ b/data/UCAR/UCAR.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: UCAR +fedora_name: UCAR License +name: UCAR License +url: https://fedoraproject.org/wiki/Licensing/UCAR diff --git a/data/UK/OGL.yaml b/data/UK/OGL.yaml new file mode 100644 index 0000000..14fb277 --- /dev/null +++ b/data/UK/OGL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: OGL +fedora_name: Open Government License +name: Open Government License +url: http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ diff --git a/data/Ubuntu/Ubuntu_Font_License.yaml b/data/Ubuntu/Ubuntu_Font_License.yaml new file mode 100644 index 0000000..f95988d --- /dev/null +++ b/data/Ubuntu/Ubuntu_Font_License.yaml @@ -0,0 +1,4 @@ +--- +approved: no +name: Ubuntu Font License +url: https://fedoraproject.org/wiki/Licensing/UbuntuFontLicense diff --git a/data/Unicode/UCD.yaml b/data/Unicode/UCD.yaml new file mode 100644 index 0000000..80867a3 --- /dev/null +++ b/data/Unicode/UCD.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: UCD +fedora_name: Unicode Character Database Terms Of Use +name: Unicode Character Database Terms Of Use +url: https://fedoraproject.org/wiki/Licensing:UCD?rd=Licensing/UCD diff --git a/data/Unicode/Unicode-DFS-2015.yaml b/data/Unicode/Unicode-DFS-2015.yaml new file mode 100644 index 0000000..3f850d6 --- /dev/null +++ b/data/Unicode/Unicode-DFS-2015.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Unicode License Agreement - Data Files and Software (2015) +spdx_abbrev: Unicode-DFS-2015 +spdx_name: Unicode License Agreement - Data Files and Software (2015) +url: https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html diff --git a/data/Unicode/Unicode-DFS-2016.yaml b/data/Unicode/Unicode-DFS-2016.yaml new file mode 100644 index 0000000..62fc06c --- /dev/null +++ b/data/Unicode/Unicode-DFS-2016.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Unicode License Agreement - Data Files and Software (2016) +spdx_abbrev: Unicode-DFS-2016 +spdx_name: Unicode License Agreement - Data Files and Software (2016) +url: http://www.unicode.org/copyright.html diff --git a/data/Unicode/Unicode-TOU.yaml b/data/Unicode/Unicode-TOU.yaml new file mode 100644 index 0000000..b129908 --- /dev/null +++ b/data/Unicode/Unicode-TOU.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Unicode Terms of Use +spdx_abbrev: Unicode-TOU +spdx_name: Unicode Terms of Use +url: http://www.unicode.org/copyright.html diff --git a/data/Unicode/Unicode.yaml b/data/Unicode/Unicode.yaml new file mode 100644 index 0000000..85a675c --- /dev/null +++ b/data/Unicode/Unicode.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Unicode +fedora_name: Unicode License +name: Unicode License +url: https://fedoraproject.org/wiki/Licensing/Unicode diff --git a/data/Universal/UPL.yaml b/data/Universal/UPL.yaml new file mode 100644 index 0000000..099a508 --- /dev/null +++ b/data/Universal/UPL.yaml @@ -0,0 +1,7 @@ +--- +approved: yes +fedora_abbrev: UPL +name: Universal Permissive License v1.0 +spdx_abbrev: UPL-1.0 +spdx_name: Universal Permissive License v1.0 +url: http://opensource.org/licenses/UPL diff --git a/data/University_of_Utah/University_of_Utah_Public_License.yaml b/data/University_of_Utah/University_of_Utah_Public_License.yaml new file mode 100644 index 0000000..8fb9916 --- /dev/null +++ b/data/University_of_Utah/University_of_Utah_Public_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: University of Utah Public License +name: University of Utah Public License +url: http://www.cs.utah.edu/~gk/teem/txt/LICENSE.txt diff --git a/data/University_of_Washington/University_of_Washington_Free_Fork_License.yaml b/data/University_of_Washington/University_of_Washington_Free_Fork_License.yaml new file mode 100644 index 0000000..5c6c3cb --- /dev/null +++ b/data/University_of_Washington/University_of_Washington_Free_Fork_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: University of Washington Free Fork License +name: University of Washington Free Fork License +url: https://fedoraproject.org/wiki/Licensing:UofWFreeFork?rd=Licensing/UofWFreeFork diff --git a/data/VOSTROM/VOSTROM.yaml b/data/VOSTROM/VOSTROM.yaml new file mode 100644 index 0000000..f24a077 --- /dev/null +++ b/data/VOSTROM/VOSTROM.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: VOSTROM +fedora_name: VOSTROM Public License for Open Source +name: VOSTROM Public License for Open Source +spdx_abbrev: VOSTROM +spdx_name: VOSTROM Public License for Open Source +url: https://fedoraproject.org/wiki/Licensing/VOSTROM diff --git a/data/Verbatim/Verbatim.yaml b/data/Verbatim/Verbatim.yaml new file mode 100644 index 0000000..78db531 --- /dev/null +++ b/data/Verbatim/Verbatim.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Verbatim +fedora_name: Verbatim License +name: Verbatim License +url: https://fedoraproject.org/wiki/Licensing/VerbatimLicense diff --git a/data/Vim/Vim.yaml b/data/Vim/Vim.yaml new file mode 100644 index 0000000..83662e3 --- /dev/null +++ b/data/Vim/Vim.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Vim +fedora_name: Vim License +name: Vim License +spdx_abbrev: Vim +spdx_name: Vim License +url: http://vimdoc.sourceforge.net/htmldoc/uganda.html diff --git a/data/Vita_Nuova/VNLSL.yaml b/data/Vita_Nuova/VNLSL.yaml new file mode 100644 index 0000000..6aa3b55 --- /dev/null +++ b/data/Vita_Nuova/VNLSL.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: VNLSL +fedora_name: Vita Nuova Liberal Source License +name: Vita Nuova Liberal Source License +url: https://fedoraproject.org/wiki/Licensing/Vita_Nuova_Liberal_Source_License diff --git a/data/Vovida/VSL.yaml b/data/Vovida/VSL.yaml new file mode 100644 index 0000000..55f09cd --- /dev/null +++ b/data/Vovida/VSL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: VSL +fedora_name: Vovida Software License v. 1.0 +name: Vovida Software License v1.0 +spdx_abbrev: VSL-1.0 +spdx_name: Vovida Software License v1.0 +url: http://www.opensource.org/licenses/VSL-1.0 diff --git a/data/W3C/W3C-19980720.yaml b/data/W3C/W3C-19980720.yaml new file mode 100644 index 0000000..ddaca57 --- /dev/null +++ b/data/W3C/W3C-19980720.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: W3C Software Notice and License (1998-07-20) +spdx_abbrev: W3C-19980720 +spdx_name: W3C Software Notice and License (1998-07-20) +url: http://www.w3.org/Consortium/Legal/copyright-software-19980720.html diff --git a/data/W3C/W3C-20150513.yaml b/data/W3C/W3C-20150513.yaml new file mode 100644 index 0000000..afb4e6e --- /dev/null +++ b/data/W3C/W3C-20150513.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: W3C Software Notice and Document License (2015-05-13) +spdx_abbrev: W3C-20150513 +spdx_name: W3C Software Notice and Document License (2015-05-13) +url: https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document diff --git a/data/W3C/W3C.yaml b/data/W3C/W3C.yaml new file mode 100644 index 0000000..a4fada5 --- /dev/null +++ b/data/W3C/W3C.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: W3C +fedora_name: W3C Software Notice and License +name: W3C Software Notice and License (2002-12-31) +spdx_abbrev: W3C +spdx_name: W3C Software Notice and License (2002-12-31) +url: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html diff --git a/data/W3C/W3C_Documentation_License.yaml b/data/W3C/W3C_Documentation_License.yaml new file mode 100644 index 0000000..b4c56dc --- /dev/null +++ b/data/W3C/W3C_Documentation_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: W3C Documentation License +name: W3C Documentation License +url: http://www.w3.org/Consortium/Legal/copyright-documents diff --git a/data/WTFPL/WTFPL.yaml b/data/WTFPL/WTFPL.yaml new file mode 100644 index 0000000..7de1f8e --- /dev/null +++ b/data/WTFPL/WTFPL.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: WTFPL +fedora_name: Do What The F*ck You Want To Public License +name: Do What The F*ck You Want To Public License +spdx_abbrev: WTFPL +spdx_name: Do What The F*ck You Want To Public License +url: https://fedoraproject.org/wiki/Licensing/WTFPL diff --git a/data/Wadalab/Wadalab.yaml b/data/Wadalab/Wadalab.yaml new file mode 100644 index 0000000..1e0985b --- /dev/null +++ b/data/Wadalab/Wadalab.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Wadalab +fedora_name: Wadalab Font License +name: Wadalab Font License +url: https://fedoraproject.org/wiki/Licensing/Wadalab diff --git a/data/Watcom/Watcom-1.0.yaml b/data/Watcom/Watcom-1.0.yaml new file mode 100644 index 0000000..86c7dfc --- /dev/null +++ b/data/Watcom/Watcom-1.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Sybase Open Watcom Public License 1.0 +name: Sybase Open Watcom Public License 1.0 +spdx_abbrev: Watcom-1.0 +spdx_name: Sybase Open Watcom Public License 1.0 +url: http://www.opensource.org/licenses/Watcom-1.0 diff --git a/data/Webmin/Webmin.yaml b/data/Webmin/Webmin.yaml new file mode 100644 index 0000000..f455198 --- /dev/null +++ b/data/Webmin/Webmin.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: Webmin +fedora_name: Webmin License +name: Webmin License +url: https://fedoraproject.org/wiki/Licensing/Webmin diff --git a/data/Wsuipa/Wsuipa.yaml b/data/Wsuipa/Wsuipa.yaml new file mode 100644 index 0000000..61a4b7a --- /dev/null +++ b/data/Wsuipa/Wsuipa.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Wsuipa +fedora_name: Wsuipa License +name: Wsuipa License +spdx_abbrev: Wsuipa +spdx_name: Wsuipa License +url: https://fedoraproject.org/wiki/Licensing/Wsuipa diff --git a/data/XANO/XANO.yaml b/data/XANO/XANO.yaml new file mode 100644 index 0000000..60e7ea3 --- /dev/null +++ b/data/XANO/XANO.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: XANO +fedora_name: XANO Mincho Font License +name: XANO Mincho Font License +url: https://fedoraproject.org/wiki/Licensing/MinchoFontLicense diff --git a/data/XFree86/X11.yaml b/data/XFree86/X11.yaml new file mode 100644 index 0000000..8817e6d --- /dev/null +++ b/data/XFree86/X11.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: X11 License +spdx_abbrev: X11 +spdx_name: X11 License +url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3 diff --git a/data/XFree86/XFree86-1.1.yaml b/data/XFree86/XFree86-1.1.yaml new file mode 100644 index 0000000..c29a348 --- /dev/null +++ b/data/XFree86/XFree86-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: XFree86 License 1.1 +spdx_abbrev: XFree86-1.1 +spdx_name: XFree86 License 1.1 +url: http://www.xfree86.org/current/LICENSE4.html diff --git a/data/XPP/xpp.yaml b/data/XPP/xpp.yaml new file mode 100644 index 0000000..fce309b --- /dev/null +++ b/data/XPP/xpp.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: xpp +fedora_name: XPP License +name: XPP License +spdx_abbrev: xpp +spdx_name: XPP License +url: https://fedoraproject.org/wiki/Licensing/xpp diff --git a/data/XSkat/XSkat.yaml b/data/XSkat/XSkat.yaml new file mode 100644 index 0000000..a1055af --- /dev/null +++ b/data/XSkat/XSkat.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: XSkat +fedora_name: XSkat License +name: XSkat License +spdx_abbrev: XSkat +spdx_name: XSkat License +url: https://fedoraproject.org/wiki/Licensing/XSkat_License diff --git a/data/Xerox/Xerox.yaml b/data/Xerox/Xerox.yaml new file mode 100644 index 0000000..511d93b --- /dev/null +++ b/data/Xerox/Xerox.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Xerox +fedora_name: Xerox License +name: Xerox License +spdx_abbrev: Xerox +spdx_name: Xerox License +url: https://fedoraproject.org/wiki/Licensing/Xerox diff --git a/data/Xnet/Xnet.yaml b/data/Xnet/Xnet.yaml new file mode 100644 index 0000000..9ca873b --- /dev/null +++ b/data/Xnet/Xnet.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: X.Net License +name: X.Net License +spdx_abbrev: Xnet +spdx_name: X.Net License +url: http://opensource.org/licenses/Xnet diff --git a/data/Yahoo/YPL-1.0.yaml b/data/Yahoo/YPL-1.0.yaml new file mode 100644 index 0000000..5b65ba0 --- /dev/null +++ b/data/Yahoo/YPL-1.0.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Yahoo Public License 1.0 +name: Yahoo! Public License v1.0 +spdx_abbrev: YPL-1.0 +spdx_name: Yahoo! Public License v1.0 +url: http://www.zimbra.com/license/yahoo_public_license_1.0.html diff --git a/data/Yahoo/YPLv1.1.yaml b/data/Yahoo/YPLv1.1.yaml new file mode 100644 index 0000000..7fd8cc4 --- /dev/null +++ b/data/Yahoo/YPLv1.1.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: YPLv1.1 +fedora_name: Yahoo Public License v 1.1 +name: Yahoo! Public License v1.1 +spdx_abbrev: YPL-1.1 +spdx_name: Yahoo! Public License v1.1 +url: http://www.zimbra.com/license/yahoo_public_license_1.1.html diff --git a/data/Zed/Zed.yaml b/data/Zed/Zed.yaml new file mode 100644 index 0000000..82e057d --- /dev/null +++ b/data/Zed/Zed.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Zed +fedora_name: Zed License +name: Zed License +spdx_abbrev: Zed +spdx_name: Zed License +url: https://fedoraproject.org/wiki/Licensing/Zed diff --git a/data/Zend/Zend.yaml b/data/Zend/Zend.yaml new file mode 100644 index 0000000..d7321e5 --- /dev/null +++ b/data/Zend/Zend.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: Zend +fedora_name: Zend License v2.0 +name: Zend License v2.0 +spdx_abbrev: Zend-2.0 +spdx_name: Zend License v2.0 +url: https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt diff --git a/data/Zimbra/Zimbra-1.3.yaml b/data/Zimbra/Zimbra-1.3.yaml new file mode 100644 index 0000000..80d061e --- /dev/null +++ b/data/Zimbra/Zimbra-1.3.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: Zimbra Public License 1.3 +name: Zimbra Public License v1.3 +spdx_abbrev: Zimbra-1.3 +spdx_name: Zimbra Public License v1.3 +url: http://www.zimbra.com/license/zimbra-public-license-1-3.html diff --git a/data/Zimbra/Zimbra-1.4.yaml b/data/Zimbra/Zimbra-1.4.yaml new file mode 100644 index 0000000..84eb737 --- /dev/null +++ b/data/Zimbra/Zimbra-1.4.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Zimbra Public License v1.4 +spdx_abbrev: Zimbra-1.4 +spdx_name: Zimbra Public License v1.4 +url: http://www.zimbra.com/legal/zimbra-public-license-1-4 diff --git a/data/Zope/ZPL-1.1.yaml b/data/Zope/ZPL-1.1.yaml new file mode 100644 index 0000000..7e57b9a --- /dev/null +++ b/data/Zope/ZPL-1.1.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: Zope Public License 1.1 +spdx_abbrev: ZPL-1.1 +spdx_name: Zope Public License 1.1 +url: http://old.zope.org/Resources/License/ZPL-1.1 diff --git a/data/Zope/ZPLv1.0.yaml b/data/Zope/ZPLv1.0.yaml new file mode 100644 index 0000000..d712da5 --- /dev/null +++ b/data/Zope/ZPLv1.0.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: ZPLv1.0 +fedora_name: Zope Public License v 1.0 +name: Zope Public License v 1.0 +url: http://old.zope.org/Resources/License/ZPL-1.1 diff --git a/data/Zope/ZPLv2.0.yaml b/data/Zope/ZPLv2.0.yaml new file mode 100644 index 0000000..d4a16db --- /dev/null +++ b/data/Zope/ZPLv2.0.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ZPLv2.0 +fedora_name: Zope Public License v 2.0 +name: Zope Public License v 2.0 +spdx_abbrev: ZPL-2.0 +spdx_name: Zope Public License 2.0 +url: http://old.zope.org/Resources/License/ZPL-2.0 diff --git a/data/Zope/ZPLv2.1.yaml b/data/Zope/ZPLv2.1.yaml new file mode 100644 index 0000000..0f9cdeb --- /dev/null +++ b/data/Zope/ZPLv2.1.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: ZPLv2.1 +fedora_name: Zope Public License v 2.1 +name: Zope Public License v 2.1 +spdx_abbrev: ZPL-2.1 +spdx_name: Zope Public License 2.1 +url: http://old.zope.org/Resources/ZPL/ diff --git a/data/bzip2/bzip2-1.0.5.yaml b/data/bzip2/bzip2-1.0.5.yaml new file mode 100644 index 0000000..a3c0202 --- /dev/null +++ b/data/bzip2/bzip2-1.0.5.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: bzip2 and libbzip2 License v1.0.5 +spdx_abbrev: bzip2-1.0.5 +spdx_name: bzip2 and libbzip2 License v1.0.5 +url: http://bzip.org/1.0.5/bzip2-manual-1.0.5.html diff --git a/data/bzip2/bzip2-1.0.6.yaml b/data/bzip2/bzip2-1.0.6.yaml new file mode 100644 index 0000000..002ae89 --- /dev/null +++ b/data/bzip2/bzip2-1.0.6.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: bzip2 and libbzip2 License v1.0.6 +spdx_abbrev: bzip2-1.0.6 +spdx_name: bzip2 and libbzip2 License v1.0.6 +url: https://github.com/asimonov-im/bzip2/blob/master/LICENSE diff --git a/data/curl/curl.yaml b/data/curl/curl.yaml new file mode 100644 index 0000000..5938fd6 --- /dev/null +++ b/data/curl/curl.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: curl License +spdx_abbrev: curl +spdx_name: curl License +url: https://github.com/bagder/curl/blob/master/COPYING diff --git a/data/diffmark/diffmark.yaml b/data/diffmark/diffmark.yaml new file mode 100644 index 0000000..e174635 --- /dev/null +++ b/data/diffmark/diffmark.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: diffmark +fedora_name: diffmark license +name: diffmark license +spdx_abbrev: diffmark +spdx_name: diffmark license +url: https://fedoraproject.org/wiki/Licensing/diffmark diff --git a/data/dmoz/Open_Directory_License.yaml b/data/dmoz/Open_Directory_License.yaml new file mode 100644 index 0000000..2b61f11 --- /dev/null +++ b/data/dmoz/Open_Directory_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: Open Directory License +name: Open Directory License +url: http://dmoz.org/license.html diff --git a/data/dvipdfm/dvipdfm.yaml b/data/dvipdfm/dvipdfm.yaml new file mode 100644 index 0000000..ebd3b17 --- /dev/null +++ b/data/dvipdfm/dvipdfm.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: dvipdfm +fedora_name: dvipdfm License +name: dvipdfm License +spdx_abbrev: dvipdfm +spdx_name: dvipdfm License +url: https://fedoraproject.org/wiki/Licensing/dvipdfm diff --git a/data/eCos/eCos.yaml b/data/eCos/eCos.yaml new file mode 100644 index 0000000..ff76b2a --- /dev/null +++ b/data/eCos/eCos.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: eCos +fedora_name: eCos License v2.0 +name: eCos license version 2.0 +spdx_abbrev: eCos-2.0 +spdx_name: eCos license version 2.0 +url: https://www.gnu.org/licenses/ecos-license.html diff --git a/data/eCos/eCos_Public_License_v1.1.yaml b/data/eCos/eCos_Public_License_v1.1.yaml new file mode 100644 index 0000000..d94c259 --- /dev/null +++ b/data/eCos/eCos_Public_License_v1.1.yaml @@ -0,0 +1,4 @@ +--- +approved: no +fedora_name: eCos Public License, v1.1 +name: eCos Public License, v1.1 diff --git a/data/eGenix/eGenix.yaml b/data/eGenix/eGenix.yaml new file mode 100644 index 0000000..96bd221 --- /dev/null +++ b/data/eGenix/eGenix.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: eGenix +fedora_name: eGenix.com Public License 1.1.0 +name: eGenix.com Public License 1.1.0 +spdx_abbrev: eGenix +spdx_name: eGenix.com Public License 1.1.0 +url: http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf diff --git a/data/ec/ec.yaml b/data/ec/ec.yaml new file mode 100644 index 0000000..9be12e5 --- /dev/null +++ b/data/ec/ec.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: ec +fedora_name: ec Font License +name: ec Font License +url: https://fedoraproject.org/wiki/Licensing/Fonts/ec diff --git a/data/gSOAP/gSOAP-1.3b.yaml b/data/gSOAP/gSOAP-1.3b.yaml new file mode 100644 index 0000000..c4bb4af --- /dev/null +++ b/data/gSOAP/gSOAP-1.3b.yaml @@ -0,0 +1,7 @@ +--- +approved: no +fedora_name: gSOAP Public License +name: gSOAP Public License v1.3b +spdx_abbrev: gSOAP-1.3b +spdx_name: gSOAP Public License v1.3b +url: http://www.cs.fsu.edu/~engelen/license.html diff --git a/data/gnuplot/gnuplot.yaml b/data/gnuplot/gnuplot.yaml new file mode 100644 index 0000000..2b3dc2b --- /dev/null +++ b/data/gnuplot/gnuplot.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: gnuplot +fedora_name: gnuplot License +name: gnuplot License +spdx_abbrev: gnuplot +spdx_name: gnuplot License +url: https://fedoraproject.org/wiki/Licensing/Gnuplot diff --git a/data/iMatix/iMatix.yaml b/data/iMatix/iMatix.yaml new file mode 100644 index 0000000..795d5d1 --- /dev/null +++ b/data/iMatix/iMatix.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: iMatix +fedora_name: iMatix Standard Function Library Agreement +name: iMatix Standard Function Library Agreement +spdx_abbrev: iMatix +spdx_name: iMatix Standard Function Library Agreement +url: http://legacy.imatix.com/html/sfl/sfl4.htm#license diff --git a/data/lha/lha_license.yaml b/data/lha/lha_license.yaml new file mode 100644 index 0000000..ea788cc --- /dev/null +++ b/data/lha/lha_license.yaml @@ -0,0 +1,4 @@ +--- +approved: no +name: lha license +url: http://packages.debian.org/changelogs/pool/non-free/l/lha/current/copyright diff --git a/data/libpng/Libpng.yaml b/data/libpng/Libpng.yaml new file mode 100644 index 0000000..23b2f8c --- /dev/null +++ b/data/libpng/Libpng.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: libpng License +spdx_abbrev: Libpng +spdx_name: libpng License +url: http://www.libpng.org/pub/png/src/libpng-LICENSE.txt diff --git a/data/libtiff/libtiff.yaml b/data/libtiff/libtiff.yaml new file mode 100644 index 0000000..21601eb --- /dev/null +++ b/data/libtiff/libtiff.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: libtiff +fedora_name: libtiff License +name: libtiff License +spdx_abbrev: libtiff +spdx_name: libtiff License +url: https://fedoraproject.org/wiki/Licensing/libtiff diff --git a/data/mecab-ipadic/mecab-ipadic.yaml b/data/mecab-ipadic/mecab-ipadic.yaml new file mode 100644 index 0000000..66acdb6 --- /dev/null +++ b/data/mecab-ipadic/mecab-ipadic.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: mecab-ipadic +fedora_name: mecab-ipadic license +name: mecab-ipadic license +url: http://www.icot.or.jp/ARCHIVE/terms-and-conditions-for-IFS-J.html diff --git a/data/midnight/midnight.yaml b/data/midnight/midnight.yaml new file mode 100644 index 0000000..b61948e --- /dev/null +++ b/data/midnight/midnight.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: midnight +fedora_name: midnight License +name: midnight License +url: https://fedoraproject.org/wiki/Licensing/midnight diff --git a/data/mod_macro/mod_macro.yaml b/data/mod_macro/mod_macro.yaml new file mode 100644 index 0000000..302174e --- /dev/null +++ b/data/mod_macro/mod_macro.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: mod_macro +fedora_name: mod_macro License +name: mod_macro License +url: http://www.cri.ensmp.fr/~coelho/mod_macro/mod_macro/LICENSE diff --git a/data/mplus/mplus.yaml b/data/mplus/mplus.yaml new file mode 100644 index 0000000..bead452 --- /dev/null +++ b/data/mplus/mplus.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: mplus +fedora_name: mplus Font License +name: mplus Font License +url: https://fedoraproject.org/wiki/Licensing/mplus diff --git a/data/mrouted/mrouted_license_old.yaml b/data/mrouted/mrouted_license_old.yaml new file mode 100644 index 0000000..6cc35e4 --- /dev/null +++ b/data/mrouted/mrouted_license_old.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: mrouted license (old) +name: mrouted license (old) +url: https://fedoraproject.org/wiki/Licensing/mrouted diff --git a/data/psfrag/psfrag.yaml b/data/psfrag/psfrag.yaml new file mode 100644 index 0000000..0041ef7 --- /dev/null +++ b/data/psfrag/psfrag.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: psfrag +fedora_name: psfrag License +name: psfrag License +spdx_abbrev: psfrag +spdx_name: psfrag License +url: https://fedoraproject.org/wiki/Licensing/psfrag diff --git a/data/psutils/psutils.yaml b/data/psutils/psutils.yaml new file mode 100644 index 0000000..141621d --- /dev/null +++ b/data/psutils/psutils.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: psutils +fedora_name: psutils License +name: psutils License +spdx_abbrev: psutils +spdx_name: psutils License +url: https://fedoraproject.org/wiki/Licensing/psutils diff --git a/data/qmail/qmail_License.yaml b/data/qmail/qmail_License.yaml new file mode 100644 index 0000000..8644bb5 --- /dev/null +++ b/data/qmail/qmail_License.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: qmail License +name: qmail License +url: http://cr.yp.to/qmail/dist.html diff --git a/data/radvd/radvd.yaml b/data/radvd/radvd.yaml new file mode 100644 index 0000000..62565cf --- /dev/null +++ b/data/radvd/radvd.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: radvd +fedora_name: radvd License +name: radvd License +url: https://fedoraproject.org/wiki/Licensing/radvd_License diff --git a/data/softSurfer/softSurfer.yaml b/data/softSurfer/softSurfer.yaml new file mode 100644 index 0000000..ed7df81 --- /dev/null +++ b/data/softSurfer/softSurfer.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: softSurfer +fedora_name: softSurfer License +name: softSurfer License +url: https://fedoraproject.org/wiki/Licensing/softSurfer diff --git a/data/unrar/unrar_license.yaml b/data/unrar/unrar_license.yaml new file mode 100644 index 0000000..a8a901e --- /dev/null +++ b/data/unrar/unrar_license.yaml @@ -0,0 +1,5 @@ +--- +approved: no +fedora_name: unrar license +name: unrar license +url: https://fedoraproject.org/wiki/Licensing:Unrar?rd=Licensing/Unrar diff --git a/data/wxWidgets/WXwindows.yaml b/data/wxWidgets/WXwindows.yaml new file mode 100644 index 0000000..1f78f4a --- /dev/null +++ b/data/wxWidgets/WXwindows.yaml @@ -0,0 +1,6 @@ +--- +approved: unknown +name: wxWindows Library License +spdx_abbrev: WXwindows +spdx_name: wxWindows Library License +url: https://opensource.org/licenses/WXwindows diff --git a/data/wxWidgets/wxWidgets.yaml b/data/wxWidgets/wxWidgets.yaml new file mode 100644 index 0000000..6101801 --- /dev/null +++ b/data/wxWidgets/wxWidgets.yaml @@ -0,0 +1,6 @@ +--- +approved: yes +fedora_abbrev: wxWidgets +fedora_name: wxWidgets Library License +name: wxWidgets Library License +url: http://www.wxwidgets.org/manuals/stable/wx_wxlicense.html diff --git a/data/wxWidgets/wxWindows.yaml b/data/wxWidgets/wxWindows.yaml new file mode 100644 index 0000000..f59f996 --- /dev/null +++ b/data/wxWidgets/wxWindows.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: wxWindows +fedora_name: wxWindows Library License v 3.1 +name: wxWindows Library License v 3.1 +spdx_abbrev: WXwindows +spdx_name: wxWindows Library License +url: https://opensource.org/licenses/WXwindows diff --git a/data/xinetd/xinetd.yaml b/data/xinetd/xinetd.yaml new file mode 100644 index 0000000..d6f5d46 --- /dev/null +++ b/data/xinetd/xinetd.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: xinetd +fedora_name: xinetd License +name: xinetd License +spdx_abbrev: xinetd +spdx_name: xinetd License +url: https://fedoraproject.org/wiki/Licensing/Xinetd_License diff --git a/data/zlib/zlib.yaml b/data/zlib/zlib.yaml new file mode 100644 index 0000000..61e94ea --- /dev/null +++ b/data/zlib/zlib.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: zlib +fedora_name: zlib/libpng License +name: zlib/libpng License +spdx_abbrev: Zlib +spdx_name: zlib License +url: http://www.zlib.net/zlib_license.html diff --git a/data/zlib/zlib_with_acknowledgement.yaml b/data/zlib/zlib_with_acknowledgement.yaml new file mode 100644 index 0000000..04b5528 --- /dev/null +++ b/data/zlib/zlib_with_acknowledgement.yaml @@ -0,0 +1,8 @@ +--- +approved: yes +fedora_abbrev: zlib with acknowledgement +fedora_name: zlib/libpng License with Acknowledgement +name: zlib/libpng License with Acknowledgement +spdx_abbrev: zlib-acknowledgement +spdx_name: zlib/libpng License with Acknowledgement +url: https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement diff --git a/json2yaml.py b/json2yaml.py new file mode 100755 index 0000000..974db06 --- /dev/null +++ b/json2yaml.py @@ -0,0 +1,82 @@ +#!/usr/bin/python3 +# +# Quick and Dirty script to convert fedora.json to individual YAML +# files. The script divides them out based on abbreviation preference. +# In order: +# 1) If the license has fedora_abbrev, that is used and it is written to +# ./fedora_abbrev +# 2) If the license has spdx_abbrev and fedora_abbrev is empty, it is +# written to ./spdx_abbrev +# 3) As a last resort, the license is written to ./other using the full +# name that is the JSON key as the filename. +# +# David Cantrell +# + +import os +import sys +import json +import yaml + +def usage(cmd): + print("Usage: %s [json file]" % os.path.basename(cmd)) + +if __name__ == "__main__": + if len(sys.argv) != 2: + usage(sys.argv[0]) + sys.exit(1) + + cwd = os.getcwd() + + with open(os.path.realpath(sys.argv[1]), "rb") as f: + rawdata = f.read() + + data = json.loads(rawdata) + + # write out the entries based on the type of abbreviation + for k in data.keys(): + entry = data[k] + + license = {"name": k} + + # XXX: this still doesn't trim the single quotes, unknown why + if entry["approved"] not in ["", "''"]: + license["approved"] = entry["approved"].replace("'", "") + + if entry["fedora_abbrev"] not in ["", "''"]: + license["fedora_abbrev"] = entry["fedora_abbrev"].replace("'", "") + + if entry["fedora_name"] not in ["", "''"]: + license["fedora_name"] = entry["fedora_name"].replace("'", "") + + if entry["spdx_abbrev"] not in ["", "''"] and entry["spdx_abbrev"].find("#No official SPDX support as of") == -1: + license["spdx_abbrev"] = entry["spdx_abbrev"].replace("'", "") + + if entry["spdx_name"] not in ["", "''"] and entry["spdx_name"].find("#No official SPDX support as of") == -1: + license["spdx_name"] = entry["spdx_name"].replace("'", "") + + if entry["url"] not in ["", "''"]: + license["url"] = entry["url"].replace("'", "") + + if "fedora_abbrev" in license.keys(): + # entry has a Fedora abbreviation + outdir = os.path.realpath(os.path.join(cwd, "fedora_abbrev")) + outfile = "%s.yaml" % license["fedora_abbrev"] + elif "spdx_abbrev" in license.keys() and "fedora_abbrev" not in license.keys(): + # entry has an SPDX abbreviation but not a Fedora one + outdir = os.path.realpath(os.path.join(cwd, "spdx_abbrev")) + outfile = "%s.yaml" % license["spdx_abbrev"] + else: + # entry has no known abbreviation, using full name from JSON file + outdir = os.path.realpath(os.path.join(cwd, "other")) + outfile = "%s.yaml" % k + + if not os.path.isdir(outdir): + os.makedirs(outdir, exist_ok=True) + + # strike undesirable characters from the output filename + outfile = outfile.replace("/", "_").replace(" ", "_").replace("(", "").replace(")", "").replace("!", "").replace("C#", "Csharp").replace("Microsoft's", "Microsoft") + + with open(os.path.join(outdir, outfile), "w") as yamlout: + yamlout.write("---\n") + yaml.dump(license, yamlout, default_flow_style=False) diff --git a/orig/fedora.json b/orig/fedora.json deleted file mode 100644 index 614d938..0000000 --- a/orig/fedora.json +++ /dev/null @@ -1,6722 +0,0 @@ -{ - "#alias of license#": { - "approved": "#has legal approved this license; if no|unknown ask legal#", - "fedora_abbrev": "#official Fedora abbreviation if license is in Fedora list#", - "fedora_name": "#official Fedora full name if license is in Fedora list#", - "id": "0", - "license_text": "#not used yet#", - "spdx_abbrev": "#official SPDX abbreviation if license is in SPDX list#", - "spdx_name": "#official SPDX full name if license is in SPDX list#", - "url": "#url containing the license text#" - }, - "3dfx Glide License": { - "approved": "yes", - "fedora_abbrev": "Glide", - "fedora_name": "3dfx Glide License", - "id": "1", - "license_text": "", - "spdx_abbrev": "Glide", - "spdx_name": "3dfx Glide License", - "url": "http://www.users.on.net/~triforce/glidexp/COPYING.txt" - }, - "4Suite Copyright License": { - "approved": "yes", - "fedora_abbrev": "ASL 1.1", - "fedora_name": "4Suite Copyright License", - "id": "2", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://4suite.org/COPYRIGHT" - }, - "9wm License (Original)": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "9wm License (Original)", - "id": "3", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://unauthorised.org/dhog/9wm/README" - }, - "AMAP License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "AMAP License", - "id": "25", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/AMAP_License" - }, - "AMD's plpa_map.c License": { - "approved": "yes", - "fedora_abbrev": "AMDPLPA", - "fedora_name": "AMD's plpa_map.c License", - "id": "28", - "license_text": "", - "spdx_abbrev": "AMDPLPA", - "spdx_name": "AMD's plpa_map.c License", - "url": "https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License" - }, - "ANTLR Software Rights Notice": { - "approved": "yes", - "fedora_abbrev": "ANTLR-PD", - "fedora_name": "ANTLR Software Rights Notice", - "id": "29", - "license_text": "", - "spdx_abbrev": "ANTLR-PD", - "spdx_name": "ANTLR Software Rights Notice", - "url": "http://www.antlr2.org/license.html" - }, - "AT&T Public License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "AT&T Public License", - "id": "54", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "Abstyles License": { - "approved": "yes", - "fedora_abbrev": "Abstyles", - "fedora_name": "Abstyles License", - "id": "4", - "license_text": "", - "spdx_abbrev": "Abstyles", - "spdx_name": "Abstyles License", - "url": "https://fedoraproject.org/wiki/Licensing/Abstyles" - }, - "Academic Free License": { - "approved": "yes", - "fedora_abbrev": "AFL", - "fedora_name": "Academic Free License", - "id": "5", - "license_text": "", - "spdx_abbrev": "AFL-3.0", - "spdx_name": "Academic Free License v3.0", - "url": "http://opensource.org/licenses/afl-3.0.php" - }, - "Academic Free License v1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "6", - "license_text": "", - "spdx_abbrev": "AFL-1.1", - "spdx_name": "Academic Free License v1.1", - "url": "http://opensource.linux-mirror.org/licenses/afl-1.1.txt" - }, - "Academic Free License v1.2": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "7", - "license_text": "", - "spdx_abbrev": "AFL-1.2", - "spdx_name": "Academic Free License v1.2", - "url": "http://opensource.linux-mirror.org/licenses/afl-1.2.txt" - }, - "Academic Free License v2.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "8", - "license_text": "", - "spdx_abbrev": "AFL-2.0", - "spdx_name": "Academic Free License v2.0", - "url": "http://opensource.linux-mirror.org/licenses/afl-2.0.txt" - }, - "Academic Free License v2.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "9", - "license_text": "", - "spdx_abbrev": "AFL-2.1", - "spdx_name": "Academic Free License v2.1", - "url": "http://opensource.linux-mirror.org/licenses/afl-2.1.txt" - }, - "Academic Free License v3.0": { - "approved": "yes", - "fedora_abbrev": "AFL", - "fedora_name": "Academic Free License", - "id": "10", - "license_text": "", - "spdx_abbrev": "AFL-3.0", - "spdx_name": "Academic Free License v3.0", - "url": "http://opensource.org/licenses/afl-3.0.php" - }, - "Academy of Motion Picture Arts and Sciences BSD": { - "approved": "yes", - "fedora_abbrev": "AMPAS BSD", - "fedora_name": "Academy of Motion Picture Arts and Sciences BSD", - "id": "11", - "license_text": "", - "spdx_abbrev": "AMPAS", - "spdx_name": "Academy of Motion Picture Arts and Sciences BSD", - "url": "https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD" - }, - "Adaptive Public License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Adaptive Public License", - "id": "12", - "license_text": "", - "spdx_abbrev": "APL-1.0", - "spdx_name": "Adaptive Public License 1.0", - "url": "https://opensource.org/licenses/apl1.0.php" - }, - "Adaptive Public License 1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Adaptive Public License", - "id": "13", - "license_text": "", - "spdx_abbrev": "APL-1.0", - "spdx_name": "Adaptive Public License 1.0", - "url": "https://opensource.org/licenses/apl1.0.php" - }, - "Adobe Glyph List License": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "Adobe Glyph List License", - "id": "14", - "license_text": "", - "spdx_abbrev": "Adobe-Glyph", - "spdx_name": "Adobe Glyph List License", - "url": "https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph" - }, - "Adobe Postscript AFM License": { - "approved": "yes", - "fedora_abbrev": "APAFML", - "fedora_name": "Adobe Postscript AFM License", - "id": "15", - "license_text": "", - "spdx_abbrev": "APAFML", - "spdx_name": "Adobe Postscript AFM License", - "url": "https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM" - }, - "Adobe Systems Incorporated Source Code License Agreement": { - "approved": "yes", - "fedora_abbrev": "Adobe", - "fedora_name": "Adobe Systems Incorporated Source Code License Agreement", - "id": "16", - "license_text": "", - "spdx_abbrev": "Adobe-2006", - "spdx_name": "Adobe Systems Incorporated Source Code License Agreement", - "url": "https://fedoraproject.org/wiki/Licensing/AdobeLicense" - }, - "Affero General Public License 1.0": { - "approved": "yes", - "fedora_abbrev": "AGPLv1", - "fedora_name": "Affero General Public License 1.0", - "id": "17", - "license_text": "", - "spdx_abbrev": "AGPL-1.0", - "spdx_name": "Affero General Public License v1.0", - "url": "http://www.affero.org/oagpl.html" - }, - "Affero General Public License 3.0": { - "approved": "yes", - "fedora_abbrev": "AGPLv3", - "fedora_name": "Affero General Public License 3.0", - "id": "18", - "license_text": "", - "spdx_abbrev": "AGPL-3.0", - "spdx_name": "GNU Affero General Public License v3.0", - "url": "https://spdx.org/licenses/AGPL-3.0.html" - }, - "Affero General Public License 3.0 or later": { - "approved": "yes", - "fedora_abbrev": "AGPLv3+", - "fedora_name": "Affero General Public License 3.0 or later", - "id": "19", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.fsf.org/licensing/licenses/agpl-3.0.html" - }, - "Affero General Public License 3.0 with Zarafa trademark exceptions": { - "approved": "yes", - "fedora_abbrev": "AGPLv3 with exceptions", - "fedora_name": "Affero General Public License 3.0 with Zarafa trademark exceptions", - "id": "20", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.zarafa.com/content/affero-gplv3" - }, - "Affero General Public License v1.0": { - "approved": "yes", - "fedora_abbrev": "AGPLv1", - "fedora_name": "Affero General Public License 1.0", - "id": "21", - "license_text": "", - "spdx_abbrev": "AGPL-1.0", - "spdx_name": "Affero General Public License v1.0", - "url": "http://www.affero.org/oagpl.html" - }, - "Afmparse License": { - "approved": "yes", - "fedora_abbrev": "Afmparse", - "fedora_name": "Afmparse License", - "id": "22", - "license_text": "", - "spdx_abbrev": "Afmparse", - "spdx_name": "Afmparse License", - "url": "https://fedoraproject.org/wiki/Licensing/Afmparse" - }, - "Agere LT Modem Driver License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Agere LT Modem Driver License", - "id": "23", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Agere_LT_Modem_Driver_License" - }, - "Aladdin Free Public License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Aladdin Free Public License", - "id": "24", - "license_text": "", - "spdx_abbrev": "Aladdin", - "spdx_name": "Aladdin Free Public License", - "url": "http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm" - }, - "Amazon Digital Services License": { - "approved": "yes", - "fedora_abbrev": "ADSL", - "fedora_name": "Amazon Digital Services License", - "id": "26", - "license_text": "", - "spdx_abbrev": "ADSL", - "spdx_name": "Amazon Digital Services License", - "url": "https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense" - }, - "Amazon Software License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Amazon Software License", - "id": "27", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://aws.amazon.com/asl/" - }, - "Apache License 1.0": { - "approved": "yes", - "fedora_abbrev": "ASL 1.0", - "fedora_name": "Apache Software License 1.0", - "id": "30", - "license_text": "", - "spdx_abbrev": "Apache-1.0", - "spdx_name": "Apache License 1.0", - "url": "http://www.apache.org/licenses/LICENSE-1.0" - }, - "Apache License 1.1": { - "approved": "yes", - "fedora_abbrev": "ASL 1.1", - "fedora_name": "Apache Software License 1.1", - "id": "31", - "license_text": "", - "spdx_abbrev": "Apache-1.1", - "spdx_name": "Apache License 1.1", - "url": "http://www.apache.org/licenses/LICENSE-1.1" - }, - "Apache License 2.0": { - "approved": "yes", - "fedora_abbrev": "ASL 2.0", - "fedora_name": "Apache Software License 2.0", - "id": "32", - "license_text": "", - "spdx_abbrev": "Apache-2.0", - "spdx_name": "Apache License 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }, - "Apache License Version 2.0": { - "approved": "yes", - "fedora_abbrev": "ASL 2.0", - "fedora_name": "Apache Software License 2.0", - "id": "574", - "license_text": "", - "spdx_abbrev": "Apache-2.0", - "spdx_name": "Apache License 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }, - "Apache License, Version 2.0": { - "approved": "yes", - "fedora_abbrev": "ASL 2.0", - "fedora_name": "Apache Software License 2.0", - "id": "579", - "license_text": "", - "spdx_abbrev": "Apache-2.0", - "spdx_name": "Apache License 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }, - "Apache Software License 1.0": { - "approved": "yes", - "fedora_abbrev": "ASL 1.0", - "fedora_name": "Apache Software License 1.0", - "id": "33", - "license_text": "", - "spdx_abbrev": "Apache-1.0", - "spdx_name": "Apache License 1.0", - "url": "http://www.apache.org/licenses/LICENSE-1.0" - }, - "Apache Software License 1.1": { - "approved": "yes", - "fedora_abbrev": "ASL 1.1", - "fedora_name": "Apache Software License 1.1", - "id": "34", - "license_text": "", - "spdx_abbrev": "Apache-1.1", - "spdx_name": "Apache License 1.1", - "url": "http://www.apache.org/licenses/LICENSE-1.1" - }, - "Apache Software License 2.0": { - "approved": "yes", - "fedora_abbrev": "ASL 2.0", - "fedora_name": "Apache Software License 2.0", - "id": "35", - "license_text": "", - "spdx_abbrev": "Apache-2.0", - "spdx_name": "Apache License 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }, - "Apache Software License, Version 2.0": { - "approved": "yes", - "fedora_abbrev": "ASL 2.0", - "fedora_name": "Apache Software License 2.0", - "id": "36", - "license_text": "", - "spdx_abbrev": "Apache-2.0", - "spdx_name": "Apache License 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }, - "Apache v2": { - "approved": "yes", - "fedora_abbrev": "ASL 2.0", - "fedora_name": "Apache Software License 2.0", - "id": "575", - "license_text": "", - "spdx_abbrev": "Apache-2.0", - "spdx_name": "Apache License 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }, - "App::s2p License": { - "approved": "yes", - "fedora_abbrev": "App-s2p", - "fedora_name": "App::s2p License", - "id": "44", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/App-s2p" - }, - "Apple MIT License": { - "approved": "yes", - "fedora_abbrev": "AML", - "fedora_name": "Apple MIT License", - "id": "38", - "license_text": "", - "spdx_abbrev": "AML", - "spdx_name": "Apple MIT License", - "url": "https://fedoraproject.org/wiki/Licensing/Apple_MIT_License" - }, - "Apple Public Source License 1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Apple Public Source License 1.0", - "id": "39", - "license_text": "", - "spdx_abbrev": "APSL-1.0", - "spdx_name": "Apple Public Source License 1.0", - "url": "https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0" - }, - "Apple Public Source License 1.1": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Apple Public Source License 1.1", - "id": "40", - "license_text": "", - "spdx_abbrev": "APSL-1.1", - "spdx_name": "Apple Public Source License 1.1", - "url": "http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE" - }, - "Apple Public Source License 1.2": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Apple Public Source License 1.2", - "id": "41", - "license_text": "", - "spdx_abbrev": "APSL-1.2", - "spdx_name": "Apple Public Source License 1.2", - "url": "http://www.samurajdata.se/opensource/mirror/licenses/apsl.php" - }, - "Apple Public Source License 2.0": { - "approved": "yes", - "fedora_abbrev": "APSL 2.0", - "fedora_name": "Apple Public Source License 2.0", - "id": "42", - "license_text": "", - "spdx_abbrev": "APSL-2.0", - "spdx_name": "Apple Public Source License 2.0", - "url": "http://www.opensource.apple.com/license/apsl/" - }, - "Apple Quicktime License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Apple Quicktime License", - "id": "43", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://store.apple.com/Catalog/US/Images/quicktime.html" - }, - "Apple iTunes License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Apple iTunes License", - "id": "37", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://images.apple.com/legal/sla/docs/itunes.pdf" - }, - "Aptana Public License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Aptana Public License", - "id": "45", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://aptana.com/legal/apl/" - }, - "Artistic (clarified)": { - "approved": "yes", - "fedora_abbrev": "Artistic clarified", - "fedora_name": "Artistic (clarified)", - "id": "48", - "license_text": "", - "spdx_abbrev": "ClArtistic", - "spdx_name": "Clarified Artistic License", - "url": "https://fedoraproject.org/wiki/Licensing:ArtisticClarified?rd=Licensing/ArtisticClarified" - }, - "Artistic 1.0 (original)": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Artistic 1.0 (original)", - "id": "46", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://dev.perl.org/licenses/artistic.html" - }, - "Artistic 2.0": { - "approved": "yes", - "fedora_abbrev": "Artistic 2.0", - "fedora_name": "Artistic 2.0", - "id": "47", - "license_text": "", - "spdx_abbrev": "Artistic-2.0", - "spdx_name": "Artistic License 2.0", - "url": "http://www.perlfoundation.org/artistic_license_2_0" - }, - "Artistic License 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "49", - "license_text": "", - "spdx_abbrev": "Artistic-1.0", - "spdx_name": "Artistic License 1.0", - "url": "http://opensource.org/licenses/Artistic-1.0" - }, - "Artistic License 1.0 (Perl)": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "50", - "license_text": "", - "spdx_abbrev": "Artistic-1.0-Perl", - "spdx_name": "Artistic License 1.0 (Perl)", - "url": "https://opensource.org/licenses/Artistic-Perl-1.0" - }, - "Artistic License 1.0 w/clause 8": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "51", - "license_text": "", - "spdx_abbrev": "Artistic-1.0-cl8", - "spdx_name": "Artistic License 1.0 w/clause 8", - "url": "http://opensource.org/licenses/Artistic-1.0" - }, - "Artistic License 2.0": { - "approved": "yes", - "fedora_abbrev": "Artistic 2.0", - "fedora_name": "Artistic 2.0", - "id": "52", - "license_text": "", - "spdx_abbrev": "Artistic-2.0", - "spdx_name": "Artistic License 2.0", - "url": "http://www.perlfoundation.org/artistic_license_2_0" - }, - "Aspell-ru License": { - "approved": "yes", - "fedora_abbrev": "ARL", - "fedora_name": "Aspell-ru License", - "id": "53", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/AspellRu" - }, - "Attribution Assurance License": { - "approved": "yes", - "fedora_abbrev": "AAL", - "fedora_name": "Attribution Assurance License", - "id": "55", - "license_text": "", - "spdx_abbrev": "AAL", - "spdx_name": "Attribution Assurance License", - "url": "http://opensource.org/licenses/attribution.php" - }, - "BSD 2-clause \"Simplified\" License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "70", - "license_text": "", - "spdx_abbrev": "BSD-2-Clause", - "spdx_name": "BSD 2-clause \"Simplified\" License", - "url": "http://www.opensource.org/licenses/BSD-2-Clause" - }, - "BSD 2-clause FreeBSD License": { - "approved": "yes", - "fedora_abbrev": "BSD", - "fedora_name": "BSD License (two clause)", - "id": "68", - "license_text": "", - "spdx_abbrev": "BSD-2-Clause-FreeBSD", - "spdx_name": "BSD 2-clause FreeBSD License", - "url": "http://www.freebsd.org/copyright/freebsd-license.html" - }, - "BSD 2-clause NetBSD License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "69", - "license_text": "", - "spdx_abbrev": "BSD-2-Clause-NetBSD", - "spdx_name": "BSD 2-clause NetBSD License", - "url": "http://www.netbsd.org/about/redistribution.html#default" - }, - "BSD 3-Clause No Nuclear License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "73", - "license_text": "", - "spdx_abbrev": "BSD-3-Clause-No-Nuclear-License", - "spdx_name": "BSD 3-Clause No Nuclear License", - "url": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html" - }, - "BSD 3-Clause No Nuclear License 2014": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "74", - "license_text": "", - "spdx_abbrev": "BSD-3-Clause-No-Nuclear-License-2014", - "spdx_name": "BSD 3-Clause No Nuclear License 2014", - "url": "https://java.net/projects/javaeetutorial/pages/BerkeleyLicense" - }, - "BSD 3-Clause No Nuclear Warranty": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "75", - "license_text": "", - "spdx_abbrev": "BSD-3-Clause-No-Nuclear-Warranty", - "spdx_name": "BSD 3-Clause No Nuclear Warranty", - "url": "https://jogamp.org/git/?p=gluegen.git;a=blob_plain;f=LICENSE.txt" - }, - "BSD 3-Clause \"New\" or \"Revised\" License": { - "approved": "yes", - "fedora_abbrev": "BSD", - "fedora_name": "BSD License (no advertising)", - "id": "72", - "license_text": "", - "spdx_abbrev": "BSD-3-Clause", - "spdx_name": "BSD 3-Clause \"New\" or \"Revised\" License", - "url": "http://www.opensource.org/licenses/BSD-3-Clause" - }, - "BSD 3-Clause Clear License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "71", - "license_text": "", - "spdx_abbrev": "BSD-3-Clause-Clear", - "spdx_name": "BSD 3-Clause Clear License", - "url": "http://labs.metacarta.com/license-explanation.html#license" - }, - "BSD 4-clause \"Original\" or \"Old\" License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "76", - "license_text": "", - "spdx_abbrev": "BSD-4-Clause", - "spdx_name": "BSD 4-clause \"Original\" or \"Old\" License", - "url": "http://directory.fsf.org/wiki/License:BSD_4Clause" - }, - "BSD License (no advertising)": { - "approved": "yes", - "fedora_abbrev": "BSD", - "fedora_name": "BSD License (no advertising)", - "id": "78", - "license_text": "", - "spdx_abbrev": "BSD-3-Clause", - "spdx_name": "BSD 3-Clause \"New\" or \"Revised\" License", - "url": "https://fedoraproject.org/wiki/Licensing/BSD#3ClauseBSD" - }, - "BSD License (original)": { - "approved": "yes", - "fedora_abbrev": "BSD with advertising", - "fedora_name": "BSD License (original)", - "id": "79", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/BSD#BSDwithAdvertising" - }, - "BSD License (two clause)": { - "approved": "yes", - "fedora_abbrev": "BSD", - "fedora_name": "BSD License (two clause)", - "id": "80", - "license_text": "", - "spdx_abbrev": "BSD-2-Clause-FreeBSD", - "spdx_name": "BSD 2-clause FreeBSD License", - "url": "https://fedoraproject.org/wiki/Licensing/BSD#2ClauseBSD" - }, - "BSD Protection License": { - "approved": "yes", - "fedora_abbrev": "BSD Protection", - "fedora_name": "BSD Protection License", - "id": "81", - "license_text": "", - "spdx_abbrev": "BSD-Protection", - "spdx_name": "BSD Protection License", - "url": "https://fedoraproject.org/wiki/Licensing/BSD_Protection_License" - }, - "BSD Source Code Attribution": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "82", - "license_text": "", - "spdx_abbrev": "BSD-Source-Code", - "spdx_name": "BSD Source Code Attribution", - "url": "https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt" - }, - "BSD Zero Clause License": { - "approved": "yes", - "fedora_abbrev": "0BSD", - "fedora_name": "Zero-Clause BSD", - "id": "84", - "license_text": "", - "spdx_abbrev": "0BSD", - "spdx_name": "BSD Zero Clause License", - "url": "https://fedoraproject.org/wiki/Licensing/ZeroClauseBSD" - }, - "BSD with attribution": { - "approved": "yes", - "fedora_abbrev": "BSD with attribution", - "fedora_name": "BSD with attribution", - "id": "83", - "license_text": "", - "spdx_abbrev": "BSD-3-Clause-Attribution", - "spdx_name": "BSD with attribution", - "url": "https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution" - }, - "BSD-4-Clause (University of California-Specific)": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "77", - "license_text": "", - "spdx_abbrev": "BSD-4-Clause-UC", - "spdx_name": "BSD-4-Clause (University of California-Specific)", - "url": "http://www.freebsd.org/copyright/license.html" - }, - "Bahyph License": { - "approved": "yes", - "fedora_abbrev": "Bahyph", - "fedora_name": "Bahyph License", - "id": "56", - "license_text": "", - "spdx_abbrev": "Bahyph", - "spdx_name": "Bahyph License", - "url": "https://fedoraproject.org/wiki/Licensing/Bahyph" - }, - "Barr License": { - "approved": "yes", - "fedora_abbrev": "Barr", - "fedora_name": "Barr License", - "id": "57", - "license_text": "", - "spdx_abbrev": "Barr", - "spdx_name": "Barr License", - "url": "https://fedoraproject.org/wiki/Licensing/Barr" - }, - "BeOpen Open Source License Agreement Version 1": { - "approved": "yes", - "fedora_abbrev": "BeOpen", - "fedora_name": "BeOpen Open Source License Agreement Version 1", - "id": "59", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/BeOpen" - }, - "Beerware License": { - "approved": "yes", - "fedora_abbrev": "Beerware", - "fedora_name": "Beerware License", - "id": "58", - "license_text": "", - "spdx_abbrev": "Beerware", - "spdx_name": "Beerware License", - "url": "https://fedoraproject.org/wiki/Licensing/Beerware" - }, - "Bibtex License": { - "approved": "yes", - "fedora_abbrev": "Bibtex", - "fedora_name": "Bibtex License", - "id": "60", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Bibtex" - }, - "BitTorrent License": { - "approved": "yes", - "fedora_abbrev": "BitTorrent", - "fedora_name": "BitTorrent License", - "id": "61", - "license_text": "", - "spdx_abbrev": "BitTorrent-1.1", - "spdx_name": "BitTorrent Open Source License v1.1", - "url": "https://fedoraproject.org/wiki/Licensing/BitTorrent_Open_Source_License" - }, - "BitTorrent Open Source License v1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "62", - "license_text": "", - "spdx_abbrev": "BitTorrent-1.0", - "spdx_name": "BitTorrent Open Source License v1.0", - "url": "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1=1.1&r2=1.1.1.1&diff_format=s" - }, - "BitTorrent Open Source License v1.1": { - "approved": "yes", - "fedora_abbrev": "BitTorrent", - "fedora_name": "BitTorrent License", - "id": "63", - "license_text": "", - "spdx_abbrev": "BitTorrent-1.1", - "spdx_name": "BitTorrent Open Source License v1.1", - "url": "https://fedoraproject.org/wiki/Licensing/BitTorrent_Open_Source_License" - }, - "Boost Software License": { - "approved": "yes", - "fedora_abbrev": "Boost", - "fedora_name": "Boost Software License", - "id": "64", - "license_text": "", - "spdx_abbrev": "BSL-1.0", - "spdx_name": "Boost Software License 1.0", - "url": "http://www.boost.org/LICENSE_1_0.txt" - }, - "Boost Software License 1.0": { - "approved": "yes", - "fedora_abbrev": "Boost", - "fedora_name": "Boost Software License", - "id": "65", - "license_text": "", - "spdx_abbrev": "BSL-1.0", - "spdx_name": "Boost Software License 1.0", - "url": "http://www.boost.org/LICENSE_1_0.txt" - }, - "Borceux license": { - "approved": "yes", - "fedora_abbrev": "Borceux", - "fedora_name": "Borceux license", - "id": "66", - "license_text": "", - "spdx_abbrev": "Borceux", - "spdx_name": "Borceux license", - "url": "https://fedoraproject.org/wiki/Licensing/Borceux" - }, - "Bouncy Castle Licence": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "67", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.bouncycastle.org/licence.html" - }, - "C/Migemo License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "C/Migemo License", - "id": "101", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/CMigemo" - }, - "CACert Root Distribution License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "CACert Root Distribution License", - "id": "87", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/CACert_Root_Distribution_License" - }, - "CMU License": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "CMU License (BSD like)", - "id": "102", - "license_text": "", - "spdx_abbrev": "MIT-CMU", - "spdx_name": "CMU License", - "url": "https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#CMU_Style" - }, - "CMU License (BSD like)": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "CMU License (BSD like)", - "id": "103", - "license_text": "", - "spdx_abbrev": "MIT-CMU", - "spdx_name": "CMU License", - "url": "https://fedoraproject.org/wiki/Licensing/MIT" - }, - "CNRI Jython License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "104", - "license_text": "", - "spdx_abbrev": "CNRI-Jython", - "spdx_name": "CNRI Jython License", - "url": "http://www.jython.org/license.html" - }, - "CNRI License (Old Python)": { - "approved": "yes", - "fedora_abbrev": "CNRI", - "fedora_name": "CNRI License (Old Python)", - "id": "105", - "license_text": "", - "spdx_abbrev": "CNRI-Python", - "spdx_name": "CNRI Python License", - "url": "http://www.handle.net/python_licenses/python1.6_9-5-00.html" - }, - "CNRI Python License": { - "approved": "yes", - "fedora_abbrev": "CNRI", - "fedora_name": "CNRI License (Old Python)", - "id": "106", - "license_text": "", - "spdx_abbrev": "CNRI-Python", - "spdx_name": "CNRI Python License", - "url": "http://www.opensource.org/licenses/CNRI-Python" - }, - "CNRI Python Open Source GPL Compatible License Agreement": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "107", - "license_text": "", - "spdx_abbrev": "CNRI-Python-GPL-Compatible", - "spdx_name": "CNRI Python Open Source GPL Compatible License Agreement", - "url": "http://www.python.org/download/releases/1.6.1/download_win/" - }, - "CPAL License 1.0": { - "approved": "yes", - "fedora_abbrev": "CPAL", - "fedora_name": "CPAL License 1.0", - "id": "123", - "license_text": "", - "spdx_abbrev": "CPAL-1.0", - "spdx_name": "Common Public Attribution License 1.0", - "url": "https://www.socialtext.net/open/index.cgi?cpal_license_in_wikitext" - }, - "CRC32 License": { - "approved": "yes", - "fedora_abbrev": "CRC32", - "fedora_name": "CRC32 License", - "id": "124", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/CRC32" - }, - "CUA Office Public License Version 1.0": { - "approved": "yes", - "fedora_abbrev": "MPLv1.1", - "fedora_name": "CUA Office Public License Version 1.0", - "id": "163", - "license_text": "", - "spdx_abbrev": "CUA-OPL-1.0", - "spdx_name": "CUA Office Public License v1.0", - "url": "http://opensource.org/licenses/CUA-OPL-1.0" - }, - "Caldera License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "88", - "license_text": "", - "spdx_abbrev": "Caldera", - "spdx_name": "Caldera License", - "url": "http://www.lemis.com/grog/UNIX/ancient-source-all.pdf" - }, - "CeCILL Free Software License Agreement v1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "93", - "license_text": "", - "spdx_abbrev": "CECILL-1.0", - "spdx_name": "CeCILL Free Software License Agreement v1.0", - "url": "http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html" - }, - "CeCILL Free Software License Agreement v1.1": { - "approved": "yes", - "fedora_abbrev": "CeCILL", - "fedora_name": "CeCILL License v1.1", - "id": "94", - "license_text": "", - "spdx_abbrev": "CECILL-1.1", - "spdx_name": "CeCILL Free Software License Agreement v1.1", - "url": "http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html" - }, - "CeCILL Free Software License Agreement v2.0": { - "approved": "yes", - "fedora_abbrev": "CeCILL", - "fedora_name": "CeCILL License v2", - "id": "95", - "license_text": "", - "spdx_abbrev": "CECILL-2.0", - "spdx_name": "CeCILL Free Software License Agreement v2.0", - "url": "http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html" - }, - "CeCILL Free Software License Agreement v2.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "96", - "license_text": "", - "spdx_abbrev": "CECILL-2.1", - "spdx_name": "CeCILL Free Software License Agreement v2.1", - "url": "http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html" - }, - "CeCILL License v1.1": { - "approved": "yes", - "fedora_abbrev": "CeCILL", - "fedora_name": "CeCILL License v1.1", - "id": "97", - "license_text": "", - "spdx_abbrev": "CECILL-1.1", - "spdx_name": "CeCILL Free Software License Agreement v1.1", - "url": "http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html" - }, - "CeCILL License v2": { - "approved": "yes", - "fedora_abbrev": "CeCILL", - "fedora_name": "CeCILL License v2", - "id": "98", - "license_text": "", - "spdx_abbrev": "CECILL-2.0", - "spdx_name": "CeCILL Free Software License Agreement v2.0", - "url": "http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html" - }, - "CeCILL-B Free Software License Agreement": { - "approved": "yes", - "fedora_abbrev": "CeCILL-B", - "fedora_name": "CeCILL-B License", - "id": "89", - "license_text": "", - "spdx_abbrev": "CECILL-B", - "spdx_name": "CeCILL-B Free Software License Agreement", - "url": "http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html" - }, - "CeCILL-B License": { - "approved": "yes", - "fedora_abbrev": "CeCILL-B", - "fedora_name": "CeCILL-B License", - "id": "90", - "license_text": "", - "spdx_abbrev": "CECILL-B", - "spdx_name": "CeCILL-B Free Software License Agreement", - "url": "http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html" - }, - "CeCILL-C Free Software License Agreement": { - "approved": "yes", - "fedora_abbrev": "CeCILL-C", - "fedora_name": "CeCILL-C License", - "id": "91", - "license_text": "", - "spdx_abbrev": "CECILL-C", - "spdx_name": "CeCILL-C Free Software License Agreement", - "url": "http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.html" - }, - "CeCILL-C License": { - "approved": "yes", - "fedora_abbrev": "CeCILL-C", - "fedora_name": "CeCILL-C License", - "id": "92", - "license_text": "", - "spdx_abbrev": "CECILL-C", - "spdx_name": "CeCILL-C Free Software License Agreement", - "url": "http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.html" - }, - "Celtx Public License (CePL)": { - "approved": "yes", - "fedora_abbrev": "Netscape", - "fedora_name": "Celtx Public License (CePL)", - "id": "99", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.celtx.com/CePL/" - }, - "Clarified Artistic License": { - "approved": "yes", - "fedora_abbrev": "Artistic clarified", - "fedora_name": "Artistic (clarified)", - "id": "100", - "license_text": "", - "spdx_abbrev": "ClArtistic", - "spdx_name": "Clarified Artistic License", - "url": "https://fedoraproject.org/wiki/Licensing:ArtisticClarified?rd=Licensing/ArtisticClarified" - }, - "Code Project Open License 1.02": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "CodeProject Open License (CPOL)", - "id": "108", - "license_text": "", - "spdx_abbrev": "CPOL-1.02", - "spdx_name": "Code Project Open License 1.02", - "url": "http://www.codeproject.com/info/cpol10.aspx" - }, - "CodeProject Open License (CPOL)": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "CodeProject Open License (CPOL)", - "id": "109", - "license_text": "", - "spdx_abbrev": "CPOL-1.02", - "spdx_name": "Code Project Open License 1.02", - "url": "http://www.codeproject.com/info/cpol10.aspx" - }, - "Common Development Distribution License": { - "approved": "yes", - "fedora_abbrev": "CDDL-1.0", - "fedora_name": "Common Development Distribution License 1.0", - "id": "587", - "license_text": "", - "spdx_abbrev": "CDDL-1.0", - "spdx_name": "Common Development and Distribution License 1.0", - "url": "http://repository.jboss.org/licenses/cddl.txt" - }, - "Common Development Distribution License 1.0": { - "approved": "yes", - "fedora_abbrev": "CDDL-1.0", - "fedora_name": "Common Development Distribution License 1.0", - "id": "114", - "license_text": "", - "spdx_abbrev": "CDDL-1.0", - "spdx_name": "Common Development and Distribution License 1.0", - "url": "http://repository.jboss.org/licenses/cddl.txt" - }, - "Common Development and Distribution License": { - "approved": "yes", - "fedora_abbrev": "CDDL-1.0", - "fedora_name": "Common Development Distribution License 1.0", - "id": "110", - "license_text": "", - "spdx_abbrev": "CDDL-1.0", - "spdx_name": "Common Development and Distribution License 1.0", - "url": "http://repository.jboss.org/licenses/cddl.txt" - }, - "Common Development and Distribution License (CDDL) and GNU Public License v.2 w/Classpath Exception": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "573", - "license_text": "", - "spdx_abbrev": "CDDL-1.0 OR GPL-2.0-with-classpath-exception", - "spdx_name": "", - "url": "https://netbeans.org/cddl-gplv2.html" - }, - "Common Development and Distribution License 1.0": { - "approved": "yes", - "fedora_abbrev": "CDDL-1.0", - "fedora_name": "Common Development Distribution License 1.0", - "id": "111", - "license_text": "", - "spdx_abbrev": "CDDL-1.0", - "spdx_name": "Common Development and Distribution License 1.0", - "url": "http://repository.jboss.org/licenses/cddl.txt" - }, - "Common Development Distribution License 1.1": { - "approved": "yes", - "fedora_abbrev": "CDDL-1.1", - "fedora_name": "Common Development Distribution License 1.1", - "id": "588", - "license_text": "", - "spdx_abbrev": "CDDL-1.1", - "spdx_name": "Common Development and Distribution License 1.1", - "url": "https://javaee.github.io/glassfish/LICENSE" - }, - "Common Development and Distribution License 1.1": { - "approved": "yes", - "fedora_abbrev": "CDDL-1.1", - "fedora_name": "Common Development Distribution License 1.1", - "id": "112", - "license_text": "", - "spdx_abbrev": "CDDL-1.1", - "spdx_name": "Common Development and Distribution License 1.1", - "url": "https://javaee.github.io/glassfish/LICENSE" - }, - "Common Development and Distribution License version 1.1": { - "approved": "yes", - "fedora_abbrev": "CDDL-1.1", - "fedora_name": "Common Development Distribution License 1.1", - "id": "113", - "license_text": "", - "spdx_abbrev": "CDDL-1.1", - "spdx_name": "Common Development and Distribution License 1.1", - "url": "https://javaee.github.io/glassfish/LICENSE" - }, - "Common Public Attribution License 1.0": { - "approved": "yes", - "fedora_abbrev": "CPAL", - "fedora_name": "CPAL License 1.0", - "id": "115", - "license_text": "", - "spdx_abbrev": "CPAL-1.0", - "spdx_name": "Common Public Attribution License 1.0", - "url": "http://www.opensource.org/licenses/CPAL-1.0" - }, - "Common Public License": { - "approved": "yes", - "fedora_abbrev": "CPL", - "fedora_name": "Common Public License", - "id": "116", - "license_text": "", - "spdx_abbrev": "CPL-1.0", - "spdx_name": "Common Public License 1.0", - "url": "http://www.eclipse.org/legal/cpl-v10.html" - }, - "Common Public License 1.0": { - "approved": "yes", - "fedora_abbrev": "CPL", - "fedora_name": "Common Public License", - "id": "117", - "license_text": "", - "spdx_abbrev": "CPL-1.0", - "spdx_name": "Common Public License 1.0", - "url": "http://www.eclipse.org/legal/cpl-v10.html" - }, - "Common Public License, Version 1.0": { - "approved": "yes", - "fedora_abbrev": "CPL", - "fedora_name": "Common Public License", - "id": "118", - "license_text": "", - "spdx_abbrev": "CPL-1.0", - "spdx_name": "Common Public License 1.0", - "url": "http://www.eclipse.org/legal/cpl-v10.html" - }, - "Computer Associates Trusted Open Source License 1.1": { - "approved": "yes", - "fedora_abbrev": "CATOSL", - "fedora_name": "Computer Associates Trusted Open Source License 1.1", - "id": "119", - "license_text": "", - "spdx_abbrev": "CATOSL-1.1", - "spdx_name": "Computer Associates Trusted Open Source License 1.1", - "url": "http://opensource.org/licenses/CATOSL-1.1" - }, - "Condor Public License": { - "approved": "yes", - "fedora_abbrev": "Condor", - "fedora_name": "Condor Public License", - "id": "120", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://research.cs.wisc.edu/htcondor/license.html" - }, - "Condor Public License v1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "121", - "license_text": "", - "spdx_abbrev": "Condor-1.1", - "spdx_name": "Condor Public License v1.1", - "url": "http://research.cs.wisc.edu/condor/license.html#condor" - }, - "Copyright Attribution Only": { - "approved": "yes", - "fedora_abbrev": "Copyright only", - "fedora_name": "Copyright Attribution Only", - "id": "122", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/CopyrightOnly" - }, - "Creative Commons Attribution 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "125", - "license_text": "", - "spdx_abbrev": "CC-BY-1.0", - "spdx_name": "Creative Commons Attribution 1.0", - "url": "http://creativecommons.org/licenses/by/1.0/legalcode" - }, - "Creative Commons Attribution 2.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "126", - "license_text": "", - "spdx_abbrev": "CC-BY-2.0", - "spdx_name": "Creative Commons Attribution 2.0", - "url": "http://creativecommons.org/licenses/by/2.0/legalcode" - }, - "Creative Commons Attribution 2.5": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "127", - "license_text": "", - "spdx_abbrev": "CC-BY-2.5", - "spdx_name": "Creative Commons Attribution 2.5", - "url": "http://creativecommons.org/licenses/by/2.5/legalcode" - }, - "Creative Commons Attribution 3.0": { - "approved": "yes", - "fedora_abbrev": "CC-BY", - "fedora_name": "Creative Commons Attribution license", - "id": "128", - "license_text": "", - "spdx_abbrev": "CC-BY-3.0", - "spdx_name": "Creative Commons Attribution 3.0", - "url": "http://creativecommons.org/licenses/by/3.0/legalcode" - }, - "Creative Commons Attribution 4.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "129", - "license_text": "", - "spdx_abbrev": "CC-BY-4.0", - "spdx_name": "Creative Commons Attribution 4.0", - "url": "http://creativecommons.org/licenses/by/4.0/legalcode" - }, - "Creative Commons Attribution No Derivatives 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "130", - "license_text": "", - "spdx_abbrev": "CC-BY-ND-1.0", - "spdx_name": "Creative Commons Attribution No Derivatives 1.0", - "url": "http://creativecommons.org/licenses/by-nd/1.0/legalcode" - }, - "Creative Commons Attribution No Derivatives 2.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "131", - "license_text": "", - "spdx_abbrev": "CC-BY-ND-2.0", - "spdx_name": "Creative Commons Attribution No Derivatives 2.0", - "url": "http://creativecommons.org/licenses/by-nd/2.0/legalcode" - }, - "Creative Commons Attribution No Derivatives 2.5": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "132", - "license_text": "", - "spdx_abbrev": "CC-BY-ND-2.5", - "spdx_name": "Creative Commons Attribution No Derivatives 2.5", - "url": "http://creativecommons.org/licenses/by-nd/2.5/legalcode" - }, - "Creative Commons Attribution No Derivatives 3.0": { - "approved": "yes", - "fedora_abbrev": "CC-BY-ND", - "fedora_name": "Creative Commons Attribution-NoDerivs", - "id": "133", - "license_text": "", - "spdx_abbrev": "CC-BY-ND-3.0", - "spdx_name": "Creative Commons Attribution No Derivatives 3.0", - "url": "http://creativecommons.org/licenses/by-nd/3.0/legalcode" - }, - "Creative Commons Attribution No Derivatives 4.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "134", - "license_text": "", - "spdx_abbrev": "CC-BY-ND-4.0", - "spdx_name": "Creative Commons Attribution No Derivatives 4.0", - "url": "http://creativecommons.org/licenses/by-nd/4.0/legalcode" - }, - "Creative Commons Attribution Non Commercial 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "135", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-1.0", - "spdx_name": "Creative Commons Attribution Non Commercial 1.0", - "url": "http://creativecommons.org/licenses/by-nc/1.0/legalcode" - }, - "Creative Commons Attribution Non Commercial 2.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "136", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-2.0", - "spdx_name": "Creative Commons Attribution Non Commercial 2.0", - "url": "http://creativecommons.org/licenses/by-nc/2.0/legalcode" - }, - "Creative Commons Attribution Non Commercial 2.5": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "137", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-2.5", - "spdx_name": "Creative Commons Attribution Non Commercial 2.5", - "url": "http://creativecommons.org/licenses/by-nc/2.5/legalcode" - }, - "Creative Commons Attribution Non Commercial 3.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Creative Commons Attribution-NonCommercial", - "id": "138", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-3.0", - "spdx_name": "Creative Commons Attribution Non Commercial 3.0", - "url": "http://creativecommons.org/licenses/by-nc/3.0/legalcode" - }, - "Creative Commons Attribution Non Commercial 4.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "139", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-4.0", - "spdx_name": "Creative Commons Attribution Non Commercial 4.0", - "url": "http://creativecommons.org/licenses/by-nc/4.0/legalcode" - }, - "Creative Commons Attribution Non Commercial No Derivatives 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "140", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-ND-1.0", - "spdx_name": "Creative Commons Attribution Non Commercial No Derivatives 1.0", - "url": "http://creativecommons.org/licenses/by-nd-nc/1.0/legalcode" - }, - "Creative Commons Attribution Non Commercial No Derivatives 2.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "141", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-ND-2.0", - "spdx_name": "Creative Commons Attribution Non Commercial No Derivatives 2.0", - "url": "http://creativecommons.org/licenses/by-nc-nd/2.0/legalcode" - }, - "Creative Commons Attribution Non Commercial No Derivatives 2.5": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "142", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-ND-2.5", - "spdx_name": "Creative Commons Attribution Non Commercial No Derivatives 2.5", - "url": "http://creativecommons.org/licenses/by-nc-nd/2.5/legalcode" - }, - "Creative Commons Attribution Non Commercial No Derivatives 3.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Creative Commons Attribution-NonCommercial-NoDerivs", - "id": "143", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-ND-3.0", - "spdx_name": "Creative Commons Attribution Non Commercial No Derivatives 3.0", - "url": "http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode" - }, - "Creative Commons Attribution Non Commercial No Derivatives 4.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "144", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-ND-4.0", - "spdx_name": "Creative Commons Attribution Non Commercial No Derivatives 4.0", - "url": "http://creativecommons.org/licenses/by-nc-nd/4.0/legalcode" - }, - "Creative Commons Attribution Non Commercial Share Alike 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "145", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-SA-1.0", - "spdx_name": "Creative Commons Attribution Non Commercial Share Alike 1.0", - "url": "http://creativecommons.org/licenses/by-nc-sa/1.0/legalcode" - }, - "Creative Commons Attribution Non Commercial Share Alike 2.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "146", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-SA-2.0", - "spdx_name": "Creative Commons Attribution Non Commercial Share Alike 2.0", - "url": "http://creativecommons.org/licenses/by-nc-sa/2.0/legalcode" - }, - "Creative Commons Attribution Non Commercial Share Alike 2.5": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "147", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-SA-2.5", - "spdx_name": "Creative Commons Attribution Non Commercial Share Alike 2.5", - "url": "http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode" - }, - "Creative Commons Attribution Non Commercial Share Alike 3.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Creative Commons Attribution-NonCommercial-ShareAlike", - "id": "148", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-SA-3.0", - "spdx_name": "Creative Commons Attribution Non Commercial Share Alike 3.0", - "url": "http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode" - }, - "Creative Commons Attribution Non Commercial Share Alike 4.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "149", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-SA-4.0", - "spdx_name": "Creative Commons Attribution Non Commercial Share Alike 4.0", - "url": "http://creativecommons.org/licenses/by-nc-sa/4.0/legalcode" - }, - "Creative Commons Attribution Share Alike 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "150", - "license_text": "", - "spdx_abbrev": "CC-BY-SA-1.0", - "spdx_name": "Creative Commons Attribution Share Alike 1.0", - "url": "http://creativecommons.org/licenses/by-sa/1.0/legalcode" - }, - "Creative Commons Attribution Share Alike 2.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "151", - "license_text": "", - "spdx_abbrev": "CC-BY-SA-2.0", - "spdx_name": "Creative Commons Attribution Share Alike 2.0", - "url": "http://creativecommons.org/licenses/by-sa/2.0/legalcode" - }, - "Creative Commons Attribution Share Alike 2.5": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "152", - "license_text": "", - "spdx_abbrev": "CC-BY-SA-2.5", - "spdx_name": "Creative Commons Attribution Share Alike 2.5", - "url": "http://creativecommons.org/licenses/by-sa/2.5/legalcode" - }, - "Creative Commons Attribution Share Alike 3.0": { - "approved": "yes", - "fedora_abbrev": "CC-BY-SA", - "fedora_name": "Creative Commons Attribution-ShareAlike", - "id": "153", - "license_text": "", - "spdx_abbrev": "CC-BY-SA-3.0", - "spdx_name": "Creative Commons Attribution Share Alike 3.0", - "url": "http://creativecommons.org/licenses/by-sa/3.0/legalcode" - }, - "Creative Commons Attribution Share Alike 4.0": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "154", - "license_text": "", - "spdx_abbrev": "CC-BY-SA-4.0", - "spdx_name": "Creative Commons Attribution Share Alike 4.0", - "url": "http://creativecommons.org/licenses/by-sa/4.0/legalcode" - }, - "Creative Commons BSD": { - "approved": "yes", - "fedora_abbrev": "BSD", - "fedora_name": "Creative Commons BSD", - "id": "155", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://creativecommons.org/licenses/BSD/" - }, - "Creative Commons GNU GPL": { - "approved": "yes", - "fedora_abbrev": "GPLv2+", - "fedora_name": "Creative Commons GNU GPL", - "id": "156", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://creativecommons.org/choose/cc-gpl" - }, - "Creative Commons GNU LGPL": { - "approved": "yes", - "fedora_abbrev": "LGPLv2+", - "fedora_name": "Creative Commons GNU LGPL", - "id": "157", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://creativecommons.org/choose/cc-lgpl" - }, - "Creative Commons Zero 1.0 Universal": { - "approved": "yes", - "fedora_abbrev": "CC0", - "fedora_name": "Creative Commons Zero 1.0 Universal", - "id": "158", - "license_text": "", - "spdx_abbrev": "CC0-1.0", - "spdx_name": "Creative Commons Zero v1.0 Universal", - "url": "http://creativecommons.org/publicdomain/zero/1.0/legalcode" - }, - "Creative Commons Zero v1.0 Universal": { - "approved": "yes", - "fedora_abbrev": "CC0", - "fedora_name": "Creative Commons Zero 1.0 Universal", - "id": "159", - "license_text": "", - "spdx_abbrev": "CC0-1.0", - "spdx_name": "Creative Commons Zero v1.0 Universal", - "url": "http://creativecommons.org/publicdomain/zero/1.0/legalcode" - }, - "Crossword License": { - "approved": "yes", - "fedora_abbrev": "Crossword", - "fedora_name": "Crossword License", - "id": "160", - "license_text": "", - "spdx_abbrev": "Crossword", - "spdx_name": "Crossword License", - "url": "https://fedoraproject.org/wiki/Licensing/Crossword" - }, - "Cryptix General License": { - "approved": "yes", - "fedora_abbrev": "BSD", - "fedora_name": "Cryptix General License", - "id": "161", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.cryptix.org/LICENSE.TXT" - }, - "Crystal Stacker License": { - "approved": "yes", - "fedora_abbrev": "Crystal Stacker", - "fedora_name": "Crystal Stacker License", - "id": "162", - "license_text": "", - "spdx_abbrev": "CrystalStacker", - "spdx_name": "CrystalStacker License", - "url": "https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd=Licensing/CrystalStacker" - }, - "Cube License": { - "approved": "yes", - "fedora_abbrev": "Cube", - "fedora_name": "Cube License", - "id": "164", - "license_text": "", - "spdx_abbrev": "Cube", - "spdx_name": "Cube License", - "url": "https://fedoraproject.org/wiki/Licensing/Cube" - }, - "DO WHATEVER PUBLIC LICENSE": { - "approved": "yes", - "fedora_abbrev": "DWPL", - "fedora_name": "DO WHATEVER PUBLIC LICENSE", - "id": "171", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/DWPL" - }, - "DOC License": { - "approved": "yes", - "fedora_abbrev": "DOC", - "fedora_name": "DOC License", - "id": "169", - "license_text": "", - "spdx_abbrev": "DOC", - "spdx_name": "DOC License", - "url": "http://www.cs.wustl.edu/~schmidt/ACE-copying.html" - }, - "DSDP License": { - "approved": "yes", - "fedora_abbrev": "DSDP", - "fedora_name": "DSDP License", - "id": "173", - "license_text": "", - "spdx_abbrev": "DSDP", - "spdx_name": "DSDP License", - "url": "https://fedoraproject.org/wiki/Licensing/DSDP" - }, - "Deutsche Freie Software Lizenz": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "166", - "license_text": "", - "spdx_abbrev": "D-FSL-1.0", - "spdx_name": "Deutsche Freie Software Lizenz", - "url": "http://www.dipp.nrw.de/d-fsl/lizenzen/" - }, - "Do What The F*ck You Want To Public License": { - "approved": "yes", - "fedora_abbrev": "WTFPL", - "fedora_name": "Do What The F*ck You Want To Public License", - "id": "172", - "license_text": "", - "spdx_abbrev": "WTFPL", - "spdx_name": "Do What The F*ck You Want To Public License", - "url": "https://fedoraproject.org/wiki/Licensing/WTFPL" - }, - "Docbook MIT License": { - "approved": "yes", - "fedora_abbrev": "DMIT", - "fedora_name": "Docbook MIT License", - "id": "168", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/DMIT" - }, - "Dotseqn License": { - "approved": "yes", - "fedora_abbrev": "Dotseqn", - "fedora_name": "Dotseqn License", - "id": "170", - "license_text": "", - "spdx_abbrev": "Dotseqn", - "spdx_name": "Dotseqn License", - "url": "https://fedoraproject.org/wiki/Licensing/Dotseqn" - }, - "Dual license consisting of the CDDL v1.1 and GPL v2": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "586", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://oss.oracle.com/licenses/CDDL+GPL-1.1" - }, - "EMC2 License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "EMC2 License", - "id": "186", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://pauillac.inria.fr/cdrom_a_graver/www/emc2/copyright.htm" - }, - "EPICS Open License": { - "approved": "yes", - "fedora_abbrev": "EPICS", - "fedora_name": "EPICS Open License", - "id": "191", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.aps.anl.gov/epics/license/open.php" - }, - "EU Datagrid Software License": { - "approved": "yes", - "fedora_abbrev": "EU Datagrid", - "fedora_name": "EU Datagrid Software License", - "id": "193", - "license_text": "", - "spdx_abbrev": "EUDatagrid", - "spdx_name": "EU DataGrid Software License", - "url": "http://eu-datagrid.web.cern.ch/eu-datagrid/license.html" - }, - "Eclipse Distribution License 1.0": { - "approved": "yes", - "fedora_abbrev": "BSD", - "fedora_name": "Eclipse Distribution License 1.0", - "id": "175", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://repository.jboss.org/licenses/edl-1.0.txt" - }, - "Eclipse Distribution License, Version 1.0": { - "approved": "yes", - "fedora_abbrev": "BSD", - "fedora_name": "Eclipse Distribution License 1.0", - "id": "176", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://repository.jboss.org/licenses/edl-1.0.txt" - }, - "Eclipse Public License - v 1.0": { - "approved": "yes", - "fedora_abbrev": "EPL-1.0", - "fedora_name": "Eclipse Public License 1.0", - "id": "580", - "license_text": "", - "spdx_abbrev": "EPL-1.0", - "spdx_name": "Eclipse Public License 1.0", - "url": "http://repository.jboss.org/licenses/epl-1.0.txt" - }, - "Eclipse Public License 1.0": { - "approved": "yes", - "fedora_abbrev": "EPL-1.0", - "fedora_name": "Eclipse Public License 1.0", - "id": "177", - "license_text": "", - "spdx_abbrev": "EPL-1.0", - "spdx_name": "Eclipse Public License 1.0", - "url": "http://repository.jboss.org/licenses/epl-1.0.txt" - }, - "Eclipse Public License, Version 1.0": { - "approved": "yes", - "fedora_abbrev": "EPL-1.0", - "fedora_name": "Eclipse Public License 1.0", - "id": "178", - "license_text": "", - "spdx_abbrev": "EPL-1.0", - "spdx_name": "Eclipse Public License 1.0", - "url": "http://repository.jboss.org/licenses/epl-1.0.txt" - }, - "Eclipse Public License - v 2.0": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "589", - "license_text": "", - "spdx_abbrev": "EPL-2.0", - "spdx_name": "Eclipse Public License 2.0", - "url": "http://www.eclipse.org/legal/epl-v20.html" - }, - "Educational Community License 1.0": { - "approved": "yes", - "fedora_abbrev": "ECL 1.0", - "fedora_name": "Educational Community License 1.0", - "id": "181", - "license_text": "", - "spdx_abbrev": "ECL-1.0", - "spdx_name": "Educational Community License v1.0", - "url": "http://opensource.org/licenses/ECL-1.0" - }, - "Educational Community License 2.0": { - "approved": "yes", - "fedora_abbrev": "ECL 2.0", - "fedora_name": "Educational Community License 2.0", - "id": "182", - "license_text": "", - "spdx_abbrev": "ECL-2.0", - "spdx_name": "Educational Community License v2.0", - "url": "http://opensource.org/licenses/ECL-2.0" - }, - "Eiffel Forum License 1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Eiffel Forum License 1.0", - "id": "184", - "license_text": "", - "spdx_abbrev": "EFL-1.0", - "spdx_name": "Eiffel Forum License v1.0", - "url": "http://www.eiffel-nice.org/license/forum.txt" - }, - "Eiffel Forum License 2.0": { - "approved": "yes", - "fedora_abbrev": "EFL 2.0", - "fedora_name": "Eiffel Forum License 2.0", - "id": "185", - "license_text": "", - "spdx_abbrev": "EFL-2.0", - "spdx_name": "Eiffel Forum License v2.0", - "url": "http://www.eiffel-nice.org/license/eiffel-forum-license-2.html" - }, - "Enlightenment License (e16)": { - "approved": "yes", - "fedora_abbrev": "MIT with advertising", - "fedora_name": "Enlightenment License (e16)", - "id": "187", - "license_text": "", - "spdx_abbrev": "MIT-advertising", - "spdx_name": "Enlightenment License (e16)", - "url": "https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising" - }, - "Entessa Public License": { - "approved": "yes", - "fedora_abbrev": "Entessa", - "fedora_name": "Entessa Public License", - "id": "189", - "license_text": "", - "spdx_abbrev": "Entessa", - "spdx_name": "Entessa Public License v1.0", - "url": "http://opensource.org/licenses/Entessa" - }, - "Entessa Public License v1.0": { - "approved": "yes", - "fedora_abbrev": "Entessa", - "fedora_name": "Entessa Public License", - "id": "190", - "license_text": "", - "spdx_abbrev": "Entessa", - "spdx_name": "Entessa Public License v1.0", - "url": "http://opensource.org/licenses/Entessa" - }, - "Erlang Public License 1.1": { - "approved": "yes", - "fedora_abbrev": "ERPL", - "fedora_name": "Erlang Public License 1.1", - "id": "192", - "license_text": "", - "spdx_abbrev": "ErlPL-1.1", - "spdx_name": "Erlang Public License v1.1", - "url": "http://www.erlang.org/EPLICENSE" - }, - "European Union Public License 1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "European Union Public License v1.0", - "id": "194", - "license_text": "", - "spdx_abbrev": "EUPL-1.0", - "spdx_name": "European Union Public License 1.0", - "url": "http://ec.europa.eu/idabc/en/document/7330.html" - }, - "European Union Public License 1.1": { - "approved": "yes", - "fedora_abbrev": "EUPL 1.1", - "fedora_name": "European Union Public License 1.1", - "id": "195", - "license_text": "", - "spdx_abbrev": "EUPL-1.1", - "spdx_name": "European Union Public License 1.1", - "url": "https://joinup.ec.europa.eu/software/page/eupl/licence-eupl" - }, - "European Union Public License v1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "European Union Public License v1.0", - "id": "196", - "license_text": "", - "spdx_abbrev": "EUPL-1.0", - "spdx_name": "European Union Public License 1.0", - "url": "http://ec.europa.eu/idabc/en/document/7330.html" - }, - "Eurosym License": { - "approved": "yes", - "fedora_abbrev": "Eurosym", - "fedora_name": "Eurosym License", - "id": "197", - "license_text": "", - "spdx_abbrev": "Eurosym", - "spdx_name": "Eurosym License", - "url": "https://fedoraproject.org/wiki/Licensing/Eurosym" - }, - "FLTK License": { - "approved": "yes", - "fedora_abbrev": "LGPLv2 with exceptions", - "fedora_name": "FLTK License", - "id": "201", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.fltk.org/COPYING.php" - }, - "FSF All Permissive License": { - "approved": "yes", - "fedora_abbrev": "FSFAP", - "fedora_name": "FSF All Permissive license", - "id": "209", - "license_text": "", - "spdx_abbrev": "FSFAP", - "spdx_name": "FSF All Permissive License", - "url": "http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html" - }, - "FSF Unlimited License": { - "approved": "yes", - "fedora_abbrev": "FSFUL", - "fedora_name": "FSF Unlimited License", - "id": "210", - "license_text": "", - "spdx_abbrev": "FSFUL", - "spdx_name": "FSF Unlimited License", - "url": "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License" - }, - "FSF Unlimited License (with License Retention)": { - "approved": "yes", - "fedora_abbrev": "FSFULLR", - "fedora_name": "FSF Unlimited License (with License Retention)", - "id": "211", - "license_text": "", - "spdx_abbrev": "FSFULLR", - "spdx_name": "FSF Unlimited License (with License Retention)", - "url": "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant" - }, - "Fair License": { - "approved": "yes", - "fedora_abbrev": "Fair", - "fedora_name": "Fair License", - "id": "198", - "license_text": "", - "spdx_abbrev": "Fair", - "spdx_name": "Fair License", - "url": "http://www.opensource.org/licenses/Fair" - }, - "Fedora Directory Server License": { - "approved": "yes", - "fedora_abbrev": "GPLv2 with exceptions", - "fedora_name": "Fedora Directory Server License", - "id": "199", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://directory.fedoraproject.org/wiki/GPL_Exception_License_Text" - }, - "Frameworx License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Frameworx License", - "id": "202", - "license_text": "", - "spdx_abbrev": "Frameworx-1.0", - "spdx_name": "Frameworx Open License 1.0", - "url": "http://www.opensource.org/licenses/Frameworx-1.0" - }, - "Frameworx Open License 1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Frameworx License", - "id": "203", - "license_text": "", - "spdx_abbrev": "Frameworx-1.0", - "spdx_name": "Frameworx Open License 1.0", - "url": "http://www.opensource.org/licenses/Frameworx-1.0" - }, - "FreeImage Public License": { - "approved": "yes", - "fedora_abbrev": "MPLv1.0", - "fedora_name": "FreeImage Public License", - "id": "204", - "license_text": "", - "spdx_abbrev": "FreeImage", - "spdx_name": "FreeImage Public License v1.0", - "url": "http://freeimage.sourceforge.net/freeimage-license.txt" - }, - "FreeImage Public License v1.0": { - "approved": "yes", - "fedora_abbrev": "MPLv1.0", - "fedora_name": "FreeImage Public License", - "id": "205", - "license_text": "", - "spdx_abbrev": "FreeImage", - "spdx_name": "FreeImage Public License v1.0", - "url": "http://freeimage.sourceforge.net/freeimage-license.txt" - }, - "Freetype License": { - "approved": "yes", - "fedora_abbrev": "FTL", - "fedora_name": "Freetype License", - "id": "206", - "license_text": "", - "spdx_abbrev": "FTL", - "spdx_name": "Freetype Project License", - "url": "http://freetype.fis.uniroma2.it/FTL.TXT" - }, - "Freetype Project License": { - "approved": "yes", - "fedora_abbrev": "FTL", - "fedora_name": "Freetype License", - "id": "207", - "license_text": "", - "spdx_abbrev": "FTL", - "spdx_name": "Freetype Project License", - "url": "http://freetype.fis.uniroma2.it/FTL.TXT" - }, - "Frontier Artistic License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Frontier Artistic License", - "id": "208", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.spinwardstars.com/frontier/fal.html" - }, - "GL2PS License": { - "approved": "yes", - "fedora_abbrev": "GL2PS", - "fedora_name": "GL2PS License", - "id": "213", - "license_text": "", - "spdx_abbrev": "GL2PS", - "spdx_name": "GL2PS License", - "url": "http://www.geuz.org/gl2ps/COPYING.GL2PS" - }, - "GNU Affero General Public License v3.0": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "215", - "license_text": "", - "spdx_abbrev": "AGPL-3.0", - "spdx_name": "GNU Affero General Public License v3.0", - "url": "https://spdx.org/licenses/AGPL-3.0.html" - }, - "GNU Free Documentation License v1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "216", - "license_text": "", - "spdx_abbrev": "GFDL-1.1", - "spdx_name": "GNU Free Documentation License v1.1", - "url": "http://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" - }, - "GNU Free Documentation License v1.2": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "217", - "license_text": "", - "spdx_abbrev": "GFDL-1.2", - "spdx_name": "GNU Free Documentation License v1.2", - "url": "http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" - }, - "GNU Free Documentation License v1.3": { - "approved": "yes", - "fedora_abbrev": "GFDL", - "fedora_name": "GNU Free Documentation License", - "id": "218", - "license_text": "", - "spdx_abbrev": "GFDL-1.3", - "spdx_name": "GNU Free Documentation License v1.3", - "url": "http://www.gnu.org/licenses/fdl-1.3.txt" - }, - "GNU General Public License (no version)": { - "approved": "yes", - "fedora_abbrev": "GPL+", - "fedora_name": "GNU General Public License (no version)", - "id": "219", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "GNU General Public License (no version), with Classpath exception": { - "approved": "yes", - "fedora_abbrev": "GPL+ with exceptions", - "fedora_name": "GNU General Public License (no version), with Classpath exception", - "id": "220", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "GNU General Public License (no version), with font embedding exception": { - "approved": "yes", - "fedora_abbrev": "GPL+ with exceptions", - "fedora_name": "GNU General Public License (no version), with font embedding exception", - "id": "221", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "GNU General Public License v1.0 only": { - "approved": "yes", - "fedora_abbrev": "GPLv1", - "fedora_name": "GNU General Public License v1.0 only", - "id": "222", - "license_text": "", - "spdx_abbrev": "GPL-1.0", - "spdx_name": "GNU General Public License v1.0 only", - "url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" - }, - "GNU General Public License v1.0 or later": { - "approved": "yes", - "fedora_abbrev": "GPL+", - "fedora_name": "GNU General Public License v1.0 or later", - "id": "223", - "license_text": "", - "spdx_abbrev": "GPL-1.0+", - "spdx_name": "GNU General Public License v1.0 or later", - "url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" - }, - "GNU General Public License v2.0 only": { - "approved": "yes", - "fedora_abbrev": "GPLv2", - "fedora_name": "GNU General Public License v2.0 only", - "id": "224", - "license_text": "", - "spdx_abbrev": "GPL-2.0", - "spdx_name": "GNU General Public License v2.0 only", - "url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html" - }, - "GNU General Public License v2.0 only, with Classpath exception": { - "approved": "yes", - "fedora_abbrev": "GPLv2 with exceptions", - "fedora_name": "GNU General Public License v2.0 only, with Classpath exception", - "id": "225", - "license_text": "", - "spdx_abbrev": "GPL-2.0-with-classpath-exception", - "spdx_name": "GNU General Public License v2.0 w/Classpath exception", - "url": "http://openjdk.java.net/legal/gplv2+ce.html" - }, - "GNU General Public License v2.0 only, with font embedding exception": { - "approved": "yes", - "fedora_abbrev": "GPLv2 with exceptions", - "fedora_name": "GNU General Public License v2.0 only, with font embedding exception", - "id": "226", - "license_text": "", - "spdx_abbrev": "GPL-2.0-with-font-exception", - "spdx_name": "GNU General Public License v2.0 w/Font exception", - "url": "https://www.gnu.org/licenses/gpl-faq.html#FontException" - }, - "GNU General Public License v2.0 or later": { - "approved": "yes", - "fedora_abbrev": "GPLv2+", - "fedora_name": "GNU General Public License v2.0 or later", - "id": "227", - "license_text": "", - "spdx_abbrev": "GPL-2.0+", - "spdx_name": "GNU General Public License v2.0 or later", - "url": "https://spdx.org/licenses/GPL-2.0+.html" - }, - "GNU General Public License v2.0 or later, with Classpath exception": { - "approved": "yes", - "fedora_abbrev": "GPLv2+ with exceptions", - "fedora_name": "GNU General Public License v2.0 or later, with Classpath exception", - "id": "228", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception" - }, - "GNU General Public License v2.0 or later, with font embedding exception": { - "approved": "yes", - "fedora_abbrev": "GPLv2+ with exceptions", - "fedora_name": "GNU General Public License v2.0 or later, with font embedding exception", - "id": "229", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.gnu.org/licenses/gpl-faq.html#FontException" - }, - "GNU General Public License v2.0 w/Autoconf exception": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "563", - "license_text": "", - "spdx_abbrev": "GPL-2.0-with-autoconf-exception", - "spdx_name": "GNU General Public License v2.0 w/Autoconf exception", - "url": "http://ac-archive.sourceforge.net/doc/copyright.html" - }, - "GNU General Public License v2.0 w/Bison exception": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "564", - "license_text": "", - "spdx_abbrev": "GPL-2.0-with-bison-exception", - "spdx_name": "GNU General Public License v2.0 w/Bison exception", - "url": "https://spdx.org/licenses/GPL-2.0-with-bison-exception.html" - }, - "GNU General Public License v2.0 w/Classpath exception": { - "approved": "yes", - "fedora_abbrev": "GPLv2 with exceptions", - "fedora_name": "GNU General Public License v2.0 only, with Classpath exception", - "id": "565", - "license_text": "", - "spdx_abbrev": "GPL-2.0-with-classpath-exception", - "spdx_name": "GNU General Public License v2.0 w/Classpath exception", - "url": "http://openjdk.java.net/legal/gplv2+ce.html" - }, - "GNU General Public License v2.0 w/Font exception": { - "approved": "yes", - "fedora_abbrev": "GPL+ with exceptions", - "fedora_name": "GNU General Public License v2.0 only, with font embedding exception", - "id": "566", - "license_text": "", - "spdx_abbrev": "GPL-2.0-with-font-exception", - "spdx_name": "GNU General Public License v2.0 w/Font exception", - "url": "http://www.gnu.org/licenses/gpl-faq.html#FontException" - }, - "GNU General Public License v2.0 w/GCC Runtime Library exception": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "567", - "license_text": "", - "spdx_abbrev": "GPL-2.0-with-GCC-exception", - "spdx_name": "GNU General Public License v2.0 w/GCC Runtime Library exception", - "url": "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html" - }, - "GNU General Public License v3.0 only": { - "approved": "yes", - "fedora_abbrev": "GPLv3", - "fedora_name": "GNU General Public License v3.0 only", - "id": "230", - "license_text": "", - "spdx_abbrev": "GPL-3.0", - "spdx_name": "GNU General Public License v3.0 only", - "url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html" - }, - "GNU General Public License v3.0 only, with Classpath exception": { - "approved": "yes", - "fedora_abbrev": "GPLv3 with exceptions", - "fedora_name": "GNU General Public License v3.0 only, with Classpath exception", - "id": "231", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception" - }, - "GNU General Public License v3.0 only, with font embedding exception": { - "approved": "yes", - "fedora_abbrev": "GPLv3 with exceptions", - "fedora_name": "GNU General Public License v3.0 only, with font embedding exception", - "id": "232", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.gnu.org/licenses/gpl-faq.html#FontException" - }, - "GNU General Public License v3.0 or later": { - "approved": "yes", - "fedora_abbrev": "GPLv3+", - "fedora_name": "GNU General Public License v3.0 or later", - "id": "233", - "license_text": "", - "spdx_abbrev": "GPL-3.0+", - "spdx_name": "GNU General Public License v3.0 or later", - "url": "https://www.gnu.org/licenses/gpl.html" - }, - "GNU General Public License v3.0 or later, with Classpath exception": { - "approved": "yes", - "fedora_abbrev": "GPLv3+ with exceptions", - "fedora_name": "GNU General Public License v3.0 or later, with Classpath exception", - "id": "234", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception" - }, - "GNU General Public License v3.0 or later, with font embedding exception": { - "approved": "yes", - "fedora_abbrev": "GPLv3+ with exceptions", - "fedora_name": "GNU General Public License v3.0 or later, with font embedding exception", - "id": "235", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.gnu.org/licenses/gpl-faq.html#FontException" - }, - "GNU General Public License v3.0 w/Autoconf exception": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "568", - "license_text": "", - "spdx_abbrev": "GPL-3.0-with-autoconf-exception", - "spdx_name": "GNU General Public License v3.0 w/Autoconf exception", - "url": "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html" - }, - "GNU General Public License v3.0 w/GCC Runtime Library exception": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "569", - "license_text": "", - "spdx_abbrev": "GPL-3.0-with-GCC-exception", - "spdx_name": "GNU General Public License v3.0 w/GCC Runtime Library exception", - "url": "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html" - }, - "GNU General Public License, Version 2 with the Classpath Exception": { - "approved": "yes", - "fedora_abbrev": "GPLv2 with exceptions", - "fedora_name": "GNU General Public License v2.0 only, with Classpath exception", - "id": "236", - "license_text": "", - "spdx_abbrev": "GPL-2.0-with-classpath-exception", - "spdx_name": "GNU General Public License v2.0 w/Classpath exception", - "url": "http://repository.jboss.org/licenses/gpl-2.0-ce.txt" - }, - "GNU Lesser General Public License (no version)": { - "approved": "yes", - "fedora_abbrev": "LGPLv2+", - "fedora_name": "GNU Lesser General Public License (no version)", - "id": "237", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "GNU Lesser General Public License v2 (or 2.1) only": { - "approved": "yes", - "fedora_abbrev": "LGPLv2", - "fedora_name": "GNU Lesser General Public License v2 (or 2.1) only", - "id": "239", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" - }, - "GNU Lesser General Public License v2 (or 2.1) or later": { - "approved": "yes", - "fedora_abbrev": "LGPLv2+", - "fedora_name": "GNU Lesser General Public License v2 (or 2.1) or later", - "id": "240", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" - }, - "GNU Lesser General Public License v2 (or 2.1) or later, with exceptions": { - "approved": "yes", - "fedora_abbrev": "LGPLv2+ with exceptions", - "fedora_name": "GNU Lesser General Public License v2 (or 2.1) or later, with exceptions", - "id": "241", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "GNU Lesser General Public License v2 (or 2.1), with exceptions": { - "approved": "yes", - "fedora_abbrev": "LGPLv2 with exceptions", - "fedora_name": "GNU Lesser General Public License v2 (or 2.1), with exceptions", - "id": "242", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "GNU Lesser General Public License v2.1 only": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "238", - "license_text": "", - "spdx_abbrev": "LGPL-2.1", - "spdx_name": "GNU Lesser General Public License v2.1 only", - "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" - }, - "GNU Lesser General Public License v2.1 or later": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "570", - "license_text": "", - "spdx_abbrev": "LGPL-2.1+", - "spdx_name": "GNU Lesser General Public License v2.1 or later", - "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html" - }, - "GNU Lesser General Public License v3.0 only": { - "approved": "yes", - "fedora_abbrev": "LGPLv3", - "fedora_name": "GNU Lesser General Public License v3.0 only", - "id": "243", - "license_text": "", - "spdx_abbrev": "LGPL-3.0", - "spdx_name": "GNU Lesser General Public License v3.0 only", - "url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html" - }, - "GNU Lesser General Public License v3.0 only, with exceptions": { - "approved": "yes", - "fedora_abbrev": "LGPLv3 with exceptions", - "fedora_name": "GNU Lesser General Public License v3.0 only, with exceptions", - "id": "244", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "GNU Lesser General Public License v3.0 or later": { - "approved": "yes", - "fedora_abbrev": "LGPLv3+", - "fedora_name": "GNU Lesser General Public License v3.0 or later", - "id": "245", - "license_text": "", - "spdx_abbrev": "LGPL-3.0+", - "spdx_name": "GNU Lesser General Public License v3.0 or later", - "url": "https://spdx.org/licenses/LGPL-3.0+.html" - }, - "GNU Lesser General Public License v3.0 or later, with exceptions": { - "approved": "yes", - "fedora_abbrev": "LGPLv3+ with exceptions", - "fedora_name": "GNU Lesser General Public License v3.0 or later, with exceptions", - "id": "246", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "GNU Lesser General Public License, Version 2.1": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "247", - "license_text": "", - "spdx_abbrev": "LGPL-2.1", - "spdx_name": "GNU Lesser General Public License v2.1 only", - "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" - }, - "GNU Lesser General Public License, Version 3": { - "approved": "yes", - "fedora_abbrev": "LGPLv3", - "fedora_name": "GNU Lesser General Public License v3.0 only", - "id": "248", - "license_text": "", - "spdx_abbrev": "LGPL-3.0", - "spdx_name": "GNU Lesser General Public License v3.0 only", - "url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html" - }, - "GNU Library General Public License v2 only": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "249", - "license_text": "", - "spdx_abbrev": "LGPL-2.0", - "spdx_name": "GNU Library General Public License v2 only", - "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" - }, - "GNU Library General Public License v2 or later": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "571", - "license_text": "", - "spdx_abbrev": "LGPL-2.0+", - "spdx_name": "GNU Library General Public License v2 or later", - "url": "https://spdx.org/licenses/LGPL-2.0+.html" - }, - "GNU Library General Public License, Version 2": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "250", - "license_text": "", - "spdx_abbrev": "LGPL-2.0", - "spdx_name": "GNU Library General Public License v2 only", - "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" - }, - "GPL for Computer Programs of the Public Administration": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "GPL for Computer Programs of the Public Administration", - "id": "252", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.celepar.pr.gov.br/modules/conteudo/conteudo.php?conteudo=69" - }, - "Giftware License": { - "approved": "yes", - "fedora_abbrev": "Giftware", - "fedora_name": "Giftware License", - "id": "212", - "license_text": "", - "spdx_abbrev": "Giftware", - "spdx_name": "Giftware License", - "url": "http://alleg.sourceforge.net//license.html" - }, - "Glulxe License": { - "approved": "yes", - "fedora_abbrev": "Glulxe", - "fedora_name": "Glulxe License", - "id": "214", - "license_text": "", - "spdx_abbrev": "Glulxe", - "spdx_name": "Glulxe License", - "url": "https://fedoraproject.org/wiki/Licensing/Glulxe" - }, - "H2 License, Version 1.0": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "255", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://repository.jboss.org/licenses/h2.txt" - }, - "HP Software License Terms": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "HP Software License Terms", - "id": "262", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://h30097.www3.hp.com/hp_sw_license.html" - }, - "Hacktivismo Enhanced-Source Software License Agreement": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Hacktivismo Enhanced-Source Software License Agreement", - "id": "256", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.hacktivismo.com/about/hessla.php" - }, - "Haskell Language Report License": { - "approved": "yes", - "fedora_abbrev": "HaskellReport", - "fedora_name": "Haskell Language Report License", - "id": "257", - "license_text": "", - "spdx_abbrev": "HaskellReport", - "spdx_name": "Haskell Language Report License", - "url": "https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License" - }, - "Helix DNA Technology Binary Research Use License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Helix DNA Technology Binary Research Use License", - "id": "258", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://helixcommunity.org/beula/" - }, - "Henry Spencer Reg-Ex Library License": { - "approved": "yes", - "fedora_abbrev": "HSRL", - "fedora_name": "Henry Spencer Reg-Ex Library License", - "id": "259", - "license_text": "", - "spdx_abbrev": "Spencer-94", - "spdx_name": "Spencer License 94", - "url": "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License" - }, - "Historic Permission Notice and Disclaimer": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "Historical Permission Notice and Disclaimer", - "id": "261", - "license_text": "", - "spdx_abbrev": "HPND", - "spdx_name": "Historic Permission Notice and Disclaimer", - "url": "http://www.opensource.org/licenses/HPND" - }, - "Historical Permission Notice and Disclaimer": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "Historical Permission Notice and Disclaimer", - "id": "260", - "license_text": "", - "spdx_abbrev": "HPND", - "spdx_name": "Historic Permission Notice and Disclaimer", - "url": "http://www.opensource.org/licenses/HPND" - }, - "IBM PowerPC Initialization and Boot Software": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "263", - "license_text": "", - "spdx_abbrev": "IBM-pibs", - "spdx_name": "IBM PowerPC Initialization and Boot Software", - "url": "http://git.denx.de/?p=u-boot.git;a=blob;f=arch/powerpc/cpu/ppc4xx/miiphy.c;h=297155fdafa064b955e53e9832de93bfb0cfb85b;hb=9fab4bf4cc077c21e43941866f3f2c196f28670d" - }, - "IBM Public License": { - "approved": "yes", - "fedora_abbrev": "IBM", - "fedora_name": "IBM Public License", - "id": "264", - "license_text": "", - "spdx_abbrev": "IPL-1.0", - "spdx_name": "IBM Public License v1.0", - "url": "http://www.opensource.org/licenses/IPL-1.0" - }, - "IBM Public License v1.0": { - "approved": "yes", - "fedora_abbrev": "IBM", - "fedora_name": "IBM Public License", - "id": "265", - "license_text": "", - "spdx_abbrev": "IPL-1.0", - "spdx_name": "IBM Public License v1.0", - "url": "http://www.opensource.org/licenses/IPL-1.0" - }, - "IBM Sample Code License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "IBM Sample Code License", - "id": "266", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/IBM_Sample_Code_License" - }, - "ICU License (ICU 58 and later)": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "267", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://source.icu-project.org/repos/icu/trunk/icu4j/main/shared/licenses/LICENSE" - }, - "ICU License - ICU 1.8.1 to ICU 57.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "267", - "license_text": "", - "spdx_abbrev": "ICU", - "spdx_name": "ICU License", - "url": "http://source.icu-project.org/repos/icu/tags/release-57-1/icu4j/main/shared/licenses/LICENSE" - }, - "ISC License": { - "approved": "yes", - "fedora_abbrev": "ISC", - "fedora_name": "ISC License (Bind, DHCP Server)", - "id": "279", - "license_text": "", - "spdx_abbrev": "ISC", - "spdx_name": "ISC License", - "url": "http://www.isc.org/downloads/software-support-policy/isc-license/" - }, - "ISC License (Bind, DHCP Server)": { - "approved": "yes", - "fedora_abbrev": "ISC", - "fedora_name": "ISC License (Bind, DHCP Server)", - "id": "280", - "license_text": "", - "spdx_abbrev": "ISC", - "spdx_name": "ISC License", - "url": "http://www.isc.org/downloads/software-support-policy/isc-license/" - }, - "ImageMagick License": { - "approved": "yes", - "fedora_abbrev": "ImageMagick", - "fedora_name": "ImageMagick License", - "id": "268", - "license_text": "", - "spdx_abbrev": "ImageMagick", - "spdx_name": "ImageMagick License", - "url": "http://www.imagemagick.org/script/license.php" - }, - "Imlib2 License": { - "approved": "yes", - "fedora_abbrev": "Imlib2", - "fedora_name": "Imlib2 License", - "id": "270", - "license_text": "", - "spdx_abbrev": "Imlib2", - "spdx_name": "Imlib2 License", - "url": "http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING" - }, - "Independent JPEG Group License": { - "approved": "yes", - "fedora_abbrev": "IJG", - "fedora_name": "Independent JPEG Group License", - "id": "271", - "license_text": "", - "spdx_abbrev": "IJG", - "spdx_name": "Independent JPEG Group License", - "url": "http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev=1.2" - }, - "Indiana University Extreme! Lab Software License 1.1.1": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "559", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://enterprise.dejacode.com/licenses/public/indiana-extreme/?_list_filters=q%3Dindiana%2Bextreme#license-text" - }, - "Indiana University Extreme! Lab Software License Version 1.1.1": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "584", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://enterprise.dejacode.com/licenses/public/indiana-extreme/?_list_filters=q%3Dindiana%2Bextreme#license-text" - }, - "indiana-extreme": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "585", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://enterprise.dejacode.com/licenses/public/indiana-extreme/?_list_filters=q%3Dindiana%2Bextreme#license-text" - }, - "Info-ZIP License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "272", - "license_text": "", - "spdx_abbrev": "Info-ZIP", - "spdx_name": "Info-ZIP License", - "url": "http://www.info-zip.org/license.html" - }, - "Intel ACPI Software License Agreement": { - "approved": "yes", - "fedora_abbrev": "Intel ACPI", - "fedora_name": "Intel ACPI Software License Agreement", - "id": "273", - "license_text": "", - "spdx_abbrev": "Intel-ACPI", - "spdx_name": "Intel ACPI Software License Agreement", - "url": "https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement" - }, - "Intel IPW3945 Daemon License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Intel IPW3945 Daemon License", - "id": "274", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Intel_IPW3945_Daemon_License" - }, - "Intel Open Source License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Intel Open Source License", - "id": "275", - "license_text": "", - "spdx_abbrev": "Intel", - "spdx_name": "Intel Open Source License", - "url": "http://opensource.org/licenses/Intel" - }, - "Interbase Public License": { - "approved": "yes", - "fedora_abbrev": "Interbase", - "fedora_name": "Interbase Public License", - "id": "276", - "license_text": "", - "spdx_abbrev": "Interbase-1.0", - "spdx_name": "Interbase Public License v1.0", - "url": "https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html" - }, - "Interbase Public License v1.0": { - "approved": "yes", - "fedora_abbrev": "Interbase", - "fedora_name": "Interbase Public License", - "id": "277", - "license_text": "", - "spdx_abbrev": "Interbase-1.0", - "spdx_name": "Interbase Public License v1.0", - "url": "https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html" - }, - "JDOM License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "284", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://repository.jboss.org/licenses/jdom-1.0.txt" - }, - "JPython License (old)": { - "approved": "yes", - "fedora_abbrev": "JPython", - "fedora_name": "JPython License (old)", - "id": "285", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.jython.org/license.html" - }, - "JSON License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "JSON License", - "id": "286", - "license_text": "", - "spdx_abbrev": "JSON", - "spdx_name": "JSON License", - "url": "http://www.json.org/license.html" - }, - "Jabber Open Source License": { - "approved": "yes", - "fedora_abbrev": "Jabber", - "fedora_name": "Jabber Open Source License", - "id": "281", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://opensource.org/licenses/jabberpl.php" - }, - "Jahia Community Source License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Jahia Community Source License", - "id": "282", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.jahia.org/jahia/Jahia/pid/145" - }, - "JasPer License": { - "approved": "yes", - "fedora_abbrev": "JasPer", - "fedora_name": "JasPer License", - "id": "283", - "license_text": "", - "spdx_abbrev": "JasPer-2.0", - "spdx_name": "JasPer License", - "url": "http://www.ece.uvic.ca/~mdadams/jasper/LICENSE" - }, - "Julius License": { - "approved": "yes", - "fedora_abbrev": "Julius", - "fedora_name": "Julius License", - "id": "287", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Julius" - }, - "Knuth License": { - "approved": "yes", - "fedora_abbrev": "Knuth", - "fedora_name": "Knuth License", - "id": "288", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://tug.org/TUGboat/Articles/tb11-4/tb30knut.pdf" - }, - "LEGO Open Source License Agreement": { - "approved": "yes", - "fedora_abbrev": "LOSLA", - "fedora_name": "LEGO Open Source License Agreement", - "id": "297", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/LOSLA" - }, - "LGPL 2.1": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "583", - "license_text": "", - "spdx_abbrev": "LGPL-2.1", - "spdx_name": "GNU Lesser General Public License v2.1 only", - "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" - }, - "LaTeX Project Public License": { - "approved": "yes", - "fedora_abbrev": "LPPL", - "fedora_name": "LaTeX Project Public License", - "id": "290", - "license_text": "", - "spdx_abbrev": "LPPL-1.3a", - "spdx_name": "LaTeX Project Public License v1.3a", - "url": "http://www.latex-project.org/lppl/lppl-1-3a.txt" - }, - "LaTeX Project Public License v1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "291", - "license_text": "", - "spdx_abbrev": "LPPL-1.0", - "spdx_name": "LaTeX Project Public License v1.0", - "url": "http://www.latex-project.org/lppl/lppl-1-0.txt" - }, - "LaTeX Project Public License v1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "292", - "license_text": "", - "spdx_abbrev": "LPPL-1.1", - "spdx_name": "LaTeX Project Public License v1.1", - "url": "http://www.latex-project.org/lppl/lppl-1-1.txt" - }, - "LaTeX Project Public License v1.2": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "293", - "license_text": "", - "spdx_abbrev": "LPPL-1.2", - "spdx_name": "LaTeX Project Public License v1.2", - "url": "http://www.latex-project.org/lppl/lppl-1-2.txt" - }, - "LaTeX Project Public License v1.3a": { - "approved": "yes", - "fedora_abbrev": "LPPL", - "fedora_name": "LaTeX Project Public License", - "id": "294", - "license_text": "", - "spdx_abbrev": "LPPL-1.3a", - "spdx_name": "LaTeX Project Public License v1.3a", - "url": "http://www.latex-project.org/lppl/lppl-1-3a.txt" - }, - "LaTeX Project Public License v1.3c": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "295", - "license_text": "", - "spdx_abbrev": "LPPL-1.3c", - "spdx_name": "LaTeX Project Public License v1.3c", - "url": "http://www.latex-project.org/lppl/lppl-1-3c.txt" - }, - "Latex2e License": { - "approved": "yes", - "fedora_abbrev": "Latex2e", - "fedora_name": "Latex2e License", - "id": "289", - "license_text": "", - "spdx_abbrev": "Latex2e", - "spdx_name": "Latex2e License", - "url": "https://fedoraproject.org/wiki/Licensing/Latex2e" - }, - "Lawrence Berkeley National Labs BSD variant license": { - "approved": "yes", - "fedora_abbrev": "LBNL BSD", - "fedora_name": "Lawrence Berkeley National Labs BSD variant license", - "id": "296", - "license_text": "", - "spdx_abbrev": "BSD-3-Clause-LBNL", - "spdx_name": "Lawrence Berkeley National Labs BSD variant license", - "url": "https://fedoraproject.org/wiki/Licensing/LBNLBSD" - }, - "Leptonica License": { - "approved": "yes", - "fedora_abbrev": "Leptonica", - "fedora_name": "Leptonica License", - "id": "298", - "license_text": "", - "spdx_abbrev": "Leptonica", - "spdx_name": "Leptonica License", - "url": "https://fedoraproject.org/wiki/Licensing/Leptonica" - }, - "Lesser General Public License For Linguistic Resources": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "299", - "license_text": "", - "spdx_abbrev": "LGPLLR", - "spdx_name": "Lesser General Public License For Linguistic Resources", - "url": "http://www-igm.univ-mlv.fr/~unitex/lgpllr.html" - }, - "Lhcyr License": { - "approved": "yes", - "fedora_abbrev": "Lhcyr", - "fedora_name": "Lhcyr License", - "id": "301", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Lhcyr" - }, - "Licence Art Libre 1.2": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "304", - "license_text": "", - "spdx_abbrev": "LAL-1.2", - "spdx_name": "Licence Art Libre 1.2", - "url": "http://artlibre.org/licence/lal/licence-art-libre-12/" - }, - "Licence Art Libre 1.3": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "305", - "license_text": "", - "spdx_abbrev": "LAL-1.3", - "spdx_name": "Licence Art Libre 1.3", - "url": "http://artlibre.org/" - }, - "Licence Libre du Qu\u00e9bec \u2013 Permissive version 1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "306", - "license_text": "", - "spdx_abbrev": "LiLiQ-P-1.1", - "spdx_name": "Licence Libre du Qu\u00e9bec \u2013 Permissive version 1.1", - "url": "http://opensource.org/licenses/LiLiQ-P-1.1" - }, - "Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 forte version 1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "307", - "license_text": "", - "spdx_abbrev": "LiLiQ-Rplus-1.1", - "spdx_name": "Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 forte version 1.1", - "url": "http://opensource.org/licenses/LiLiQ-Rplus-1.1" - }, - "Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 version 1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "308", - "license_text": "", - "spdx_abbrev": "LiLiQ-R-1.1", - "spdx_name": "Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 version 1.1", - "url": "http://opensource.org/licenses/LiLiQ-R-1.1" - }, - "License Agreement for Application Response Measurement (ARM) SDK": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "License Agreement for Application Response Measurement (ARM) SDK", - "id": "309", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/ApplicationResponseMeasurementSDKLicense" - }, - "Lisp Library General Public License": { - "approved": "yes", - "fedora_abbrev": "LLGPL", - "fedora_name": "Lisp Library General Public License", - "id": "310", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://opensource.franz.com/preamble.html" - }, - "Logica Open Source License": { - "approved": "yes", - "fedora_abbrev": "Logica", - "fedora_name": "Logica Open Source License", - "id": "311", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://opensmpp.logica.com/CommonPart/Download/Download.htm" - }, - "Lucent Public License (Plan9)": { - "approved": "yes", - "fedora_abbrev": "LPL", - "fedora_name": "Lucent Public License (Plan9)", - "id": "312", - "license_text": "", - "spdx_abbrev": "LPL-1.02", - "spdx_name": "Lucent Public License v1.02", - "url": "http://plan9.bell-labs.com/plan9dist/license.html" - }, - "Lucent Public License Version 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "314", - "license_text": "", - "spdx_abbrev": "LPL-1.0", - "spdx_name": "Lucent Public License Version 1.0", - "url": "http://opensource.org/licenses/LPL-1.0" - }, - "Lucent Public License v1.02": { - "approved": "yes", - "fedora_abbrev": "LPL", - "fedora_name": "Lucent Public License (Plan9)", - "id": "313", - "license_text": "", - "spdx_abbrev": "LPL-1.02", - "spdx_name": "Lucent Public License v1.02", - "url": "http://plan9.bell-labs.com/plan9dist/license.html" - }, - "MAME License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "MAME License", - "id": "317", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://mamedev.org/legal.html" - }, - "MIT +no-false-attribs license": { - "approved": "yes", - "fedora_abbrev": "MITNFA", - "fedora_name": "MIT +no-false-attribs license", - "id": "330", - "license_text": "", - "spdx_abbrev": "MITNFA", - "spdx_name": "MIT +no-false-attribs license", - "url": "https://fedoraproject.org/wiki/Licensing/MITNFA" - }, - "MIT License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "328", - "license_text": "", - "spdx_abbrev": "MIT", - "spdx_name": "MIT License", - "url": "http://www.opensource.org/licenses/MIT" - }, - "MIT license (also X11)": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "MIT license (also X11)", - "id": "329", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/MIT" - }, - "MITRE Collaborative Virtual Workspace License (CVW)": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "MITRE Collaborative Virtual Workspace License (CVW)", - "id": "331", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://opensource.org/licenses/mitrepl.php" - }, - "MPL 1.1": { - "approved": "yes", - "fedora_abbrev": "MPLv1.1", - "fedora_name": "Mozilla Public License v1.1", - "id": "582", - "license_text": "", - "spdx_abbrev": "MPL-1.1", - "spdx_name": "Mozilla Public License 1.1", - "url": "http://www.mozilla.org/MPL/MPL-1.1.html" - }, - "MSNTP License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "MSNTP License", - "id": "344", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing:MSNTP?rd=Licensing/MSNTP" - }, - "MX4J License": { - "approved": "yes", - "fedora_abbrev": "ASL 1.1", - "fedora_name": "MX4J License", - "id": "347", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/MX4J" - }, - "Maia Mailguard License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Maia Mailguard License", - "id": "315", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.maiamailguard.org/license.php" - }, - "MakeIndex License": { - "approved": "yes", - "fedora_abbrev": "MakeIndex", - "fedora_name": "MakeIndex License", - "id": "316", - "license_text": "", - "spdx_abbrev": "MakeIndex", - "spdx_name": "MakeIndex License", - "url": "https://fedoraproject.org/wiki/Licensing/MakeIndex" - }, - "Matrix Template Library License": { - "approved": "yes", - "fedora_abbrev": "MTLL", - "fedora_name": "Matrix Template Library License", - "id": "318", - "license_text": "", - "spdx_abbrev": "MTLL", - "spdx_name": "Matrix Template Library License", - "url": "https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License" - }, - "MeepZor Consulting Public Licence": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "MeepZor Consulting Public Licence", - "id": "320", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://meepzor.com/packages/autoresponder/LICENCE.txt" - }, - "Metasploit Framework License (post 2006)": { - "approved": "yes", - "fedora_abbrev": "BSD", - "fedora_name": "Metasploit Framework License (post 2006)", - "id": "321", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Metasploit_Framework_License" - }, - "Metasploit Framework License (pre 2006)": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Metasploit Framework License (pre 2006)", - "id": "322", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Metasploit_Framework_License" - }, - "Microsoft Public License": { - "approved": "yes", - "fedora_abbrev": "MS-PL", - "fedora_name": "Microsoft Public License", - "id": "323", - "license_text": "", - "spdx_abbrev": "MS-PL", - "spdx_name": "Microsoft Public License", - "url": "http://www.microsoft.com/opensource/licenses.mspx" - }, - "Microsoft Reciprocal License": { - "approved": "yes", - "fedora_abbrev": "MS-RL", - "fedora_name": "Microsoft Reciprocal License", - "id": "324", - "license_text": "", - "spdx_abbrev": "MS-RL", - "spdx_name": "Microsoft Reciprocal License", - "url": "http://www.microsoft.com/opensource/licenses.mspx" - }, - "Microsoft's Shared Source CLI/C#/Jscript License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Microsoft's Shared Source CLI/C#/Jscript License", - "id": "325", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Microsoft_Shared_Source_License" - }, - "MirOS License": { - "approved": "yes", - "fedora_abbrev": "MirOS", - "fedora_name": "MirOS License", - "id": "327", - "license_text": "", - "spdx_abbrev": "MirOS", - "spdx_name": "MirOS Licence", - "url": "http://www.opensource.org/licenses/MirOS" - }, - "Motosoto License": { - "approved": "yes", - "fedora_abbrev": "Motosoto", - "fedora_name": "Motosoto License", - "id": "333", - "license_text": "", - "spdx_abbrev": "Motosoto", - "spdx_name": "Motosoto License", - "url": "http://www.opensource.org/licenses/Motosoto" - }, - "Mozilla Public License 1.0": { - "approved": "yes", - "fedora_abbrev": "MPLv1.0", - "fedora_name": "Mozilla Public License v1.0", - "id": "334", - "license_text": "", - "spdx_abbrev": "MPL-1.0", - "spdx_name": "Mozilla Public License 1.0", - "url": "http://www.mozilla.org/MPL/MPL-1.0.html" - }, - "Mozilla Public License 1.1": { - "approved": "yes", - "fedora_abbrev": "MPLv1.1", - "fedora_name": "Mozilla Public License v1.1", - "id": "335", - "license_text": "", - "spdx_abbrev": "MPL-1.1", - "spdx_name": "Mozilla Public License 1.1", - "url": "http://www.mozilla.org/MPL/MPL-1.1.html" - }, - "Mozilla Public License 2.0": { - "approved": "yes", - "fedora_abbrev": "MPLv2.0", - "fedora_name": "Mozilla Public License v2.0", - "id": "336", - "license_text": "", - "spdx_abbrev": "MPL-2.0", - "spdx_name": "Mozilla Public License 2.0", - "url": "http://www.mozilla.org/MPL/2.0/" - }, - "Mozilla Public License 2.0 (no copyleft exception)": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "337", - "license_text": "", - "spdx_abbrev": "MPL-2.0-no-copyleft-exception", - "spdx_name": "Mozilla Public License 2.0 (no copyleft exception)", - "url": "http://www.mozilla.org/MPL/2.0/" - }, - "Mozilla Public License v1.0": { - "approved": "yes", - "fedora_abbrev": "MPLv1.0", - "fedora_name": "Mozilla Public License v1.0", - "id": "338", - "license_text": "", - "spdx_abbrev": "MPL-1.0", - "spdx_name": "Mozilla Public License 1.0", - "url": "http://www.mozilla.org/MPL/MPL-1.0.html" - }, - "Mozilla Public License v1.1": { - "approved": "yes", - "fedora_abbrev": "MPLv1.1", - "fedora_name": "Mozilla Public License v1.1", - "id": "339", - "license_text": "", - "spdx_abbrev": "MPL-1.1", - "spdx_name": "Mozilla Public License 1.1", - "url": "http://www.mozilla.org/MPL/MPL-1.1.html" - }, - "Mozilla Public License v2.0": { - "approved": "yes", - "fedora_abbrev": "MPLv2.0", - "fedora_name": "Mozilla Public License v2.0", - "id": "340", - "license_text": "", - "spdx_abbrev": "MPL-2.0", - "spdx_name": "Mozilla Public License 2.0", - "url": "http://www.mozilla.org/MPL/2.0/" - }, - "Mozilla Public License, Version 1.1": { - "approved": "yes", - "fedora_abbrev": "MPLv1.1", - "fedora_name": "Mozilla Public License v1.1", - "id": "341", - "license_text": "", - "spdx_abbrev": "MPL-1.1", - "spdx_name": "Mozilla Public License 1.1", - "url": "http://www.mozilla.org/MPL/MPL-1.1.html" - }, - "Multics License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "345", - "license_text": "", - "spdx_abbrev": "Multics", - "spdx_name": "Multics License", - "url": "http://www.opensource.org/licenses/Multics" - }, - "Mup License": { - "approved": "yes", - "fedora_abbrev": "Mup", - "fedora_name": "Mup License", - "id": "346", - "license_text": "", - "spdx_abbrev": "Mup", - "spdx_name": "Mup License", - "url": "https://fedoraproject.org/wiki/Licensing/Mup" - }, - "MySQL License": { - "approved": "yes", - "fedora_abbrev": "GPLv2 with exceptions", - "fedora_name": "MySQL License", - "id": "348", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.mysql.com/company/legal/licensing/foss-exception.html" - }, - "NASA CDF License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "NASA CDF License", - "id": "349", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/NasaCDF" - }, - "NASA Open Source Agreement 1.3": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "NASA Open Source Agreement v1.3", - "id": "350", - "license_text": "", - "spdx_abbrev": "NASA-1.3", - "spdx_name": "NASA Open Source Agreement 1.3", - "url": "http://ti.arc.nasa.gov/opensource/nosa/" - }, - "NASA Open Source Agreement v1.3": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "NASA Open Source Agreement v1.3", - "id": "351", - "license_text": "", - "spdx_abbrev": "NASA-1.3", - "spdx_name": "NASA Open Source Agreement 1.3", - "url": "http://ti.arc.nasa.gov/opensource/nosa/" - }, - "NCSA/University of Illinois Open Source License": { - "approved": "yes", - "fedora_abbrev": "NCSA", - "fedora_name": "NCSA/University of Illinois Open Source License", - "id": "353", - "license_text": "", - "spdx_abbrev": "NCSA", - "spdx_name": "University of Illinois/NCSA Open Source License", - "url": "http://otm.illinois.edu/uiuc_openSource" - }, - "NRL License": { - "approved": "yes", - "fedora_abbrev": "BSD with advertising", - "fedora_name": "NRL License", - "id": "371", - "license_text": "", - "spdx_abbrev": "NRL", - "spdx_name": "NRL License", - "url": "http://web.mit.edu/network/isakmp/nrllicense.html" - }, - "NTP License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "372", - "license_text": "", - "spdx_abbrev": "NTP", - "spdx_name": "NTP License", - "url": "http://www.opensource.org/licenses/NTP" - }, - "Naumen Public License": { - "approved": "yes", - "fedora_abbrev": "Naumen", - "fedora_name": "Naumen Public License", - "id": "352", - "license_text": "", - "spdx_abbrev": "Naumen", - "spdx_name": "Naumen Public License", - "url": "http://www.opensource.org/licenses/Naumen" - }, - "Neotonic Clearsilver License": { - "approved": "yes", - "fedora_abbrev": "ASL 1.1", - "fedora_name": "Neotonic Clearsilver License", - "id": "354", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.clearsilver.net/license.hdf" - }, - "Net Boolean Public License v1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "355", - "license_text": "", - "spdx_abbrev": "NBPL-1.0", - "spdx_name": "Net Boolean Public License v1", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=37b4b3f6cc4bf34e1d3dec61e69914b9819d8894" - }, - "Net-SNMP License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "362", - "license_text": "", - "spdx_abbrev": "Net-SNMP", - "spdx_name": "Net-SNMP License", - "url": "http://net-snmp.sourceforge.net/about/license.html" - }, - "NetCDF license": { - "approved": "yes", - "fedora_abbrev": "NetCDF", - "fedora_name": "NetCDF license", - "id": "356", - "license_text": "", - "spdx_abbrev": "NetCDF", - "spdx_name": "NetCDF license", - "url": "http://www.unidata.ucar.edu/software/netcdf/copyright.html" - }, - "Nethack General Public License": { - "approved": "yes", - "fedora_abbrev": "NGPL", - "fedora_name": "Nethack General Public License", - "id": "357", - "license_text": "", - "spdx_abbrev": "NGPL", - "spdx_name": "Nethack General Public License", - "url": "http://www.opensource.org/licenses/NGPL" - }, - "Netizen Open Source License": { - "approved": "yes", - "fedora_abbrev": "NOSL", - "fedora_name": "Netizen Open Source License", - "id": "358", - "license_text": "", - "spdx_abbrev": "NOSL", - "spdx_name": "Netizen Open Source License", - "url": "http://bits.netizen.com.au/licenses/NOSL/nosl.txt" - }, - "Netscape Public License": { - "approved": "yes", - "fedora_abbrev": "Netscape", - "fedora_name": "Netscape Public License", - "id": "359", - "license_text": "", - "spdx_abbrev": "NPL-1.0", - "spdx_name": "Netscape Public License v1.0", - "url": "http://www.mozilla.org/MPL/NPL/1.0/" - }, - "Netscape Public License v1.0": { - "approved": "yes", - "fedora_abbrev": "Netscape", - "fedora_name": "Netscape Public License", - "id": "360", - "license_text": "", - "spdx_abbrev": "NPL-1.0", - "spdx_name": "Netscape Public License v1.0", - "url": "http://www.mozilla.org/MPL/NPL/1.0/" - }, - "Netscape Public License v1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "361", - "license_text": "", - "spdx_abbrev": "NPL-1.1", - "spdx_name": "Netscape Public License v1.1", - "url": "http://www.mozilla.org/MPL/NPL/1.1/" - }, - "Newmat License": { - "approved": "yes", - "fedora_abbrev": "Newmat", - "fedora_name": "Newmat License", - "id": "363", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Newmat_License" - }, - "Newsletr License": { - "approved": "yes", - "fedora_abbrev": "Newsletr", - "fedora_name": "Newsletr License", - "id": "364", - "license_text": "", - "spdx_abbrev": "Newsletr", - "spdx_name": "Newsletr License", - "url": "https://fedoraproject.org/wiki/Licensing/Newsletr" - }, - "Nmap License": { - "approved": "yes", - "fedora_abbrev": "Nmap", - "fedora_name": "Nmap License", - "id": "365", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Nmap" - }, - "No Limit Public License": { - "approved": "yes", - "fedora_abbrev": "NLPL", - "fedora_name": "No Limit Public License", - "id": "367", - "license_text": "", - "spdx_abbrev": "NLPL", - "spdx_name": "No Limit Public License", - "url": "https://fedoraproject.org/wiki/Licensing/NLPL" - }, - "Nokia Open Source License": { - "approved": "yes", - "fedora_abbrev": "Nokia", - "fedora_name": "Nokia Open Source License", - "id": "366", - "license_text": "", - "spdx_abbrev": "Nokia", - "spdx_name": "Nokia Open Source License", - "url": "http://www.opensource.org/licenses/nokia" - }, - "Non-Profit Open Software License 3.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "368", - "license_text": "", - "spdx_abbrev": "NPOSL-3.0", - "spdx_name": "Non-Profit Open Software License 3.0", - "url": "http://www.opensource.org/licenses/NOSL3.0" - }, - "Norwegian Licence for Open Government Data": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "369", - "license_text": "", - "spdx_abbrev": "NLOD-1.0", - "spdx_name": "Norwegian Licence for Open Government Data", - "url": "http://data.norge.no/nlod/en/1.0" - }, - "Noweb License": { - "approved": "yes", - "fedora_abbrev": "Noweb", - "fedora_name": "Noweb License", - "id": "370", - "license_text": "", - "spdx_abbrev": "Noweb", - "spdx_name": "Noweb License", - "url": "https://fedoraproject.org/wiki/Licensing/Noweb" - }, - "Nunit License": { - "approved": "yes", - "fedora_abbrev": "MIT with advertising", - "fedora_name": "Nunit License", - "id": "373", - "license_text": "", - "spdx_abbrev": "Nunit", - "spdx_name": "Nunit License", - "url": "https://fedoraproject.org/wiki/Licensing/Nunit" - }, - "OCLC Public Research License 2.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "OCLC Public Research License 2.0", - "id": "374", - "license_text": "", - "spdx_abbrev": "OCLC-2.0", - "spdx_name": "OCLC Research Public License 2.0", - "url": "http://www.oclc.org/research/activities/software/license/v2final.htm" - }, - "OCLC Research Public License 2.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "OCLC Public Research License 2.0", - "id": "375", - "license_text": "", - "spdx_abbrev": "OCLC-2.0", - "spdx_name": "OCLC Research Public License 2.0", - "url": "http://www.oclc.org/research/activities/software/license/v2final.htm" - }, - "ODC Open Database License v1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "376", - "license_text": "", - "spdx_abbrev": "ODbL-1.0", - "spdx_name": "ODC Open Database License v1.0", - "url": "http://www.opendatacommons.org/licenses/odbl/1.0/" - }, - "ODC Public Domain Dedication & License 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "377", - "license_text": "", - "spdx_abbrev": "PDDL-1.0", - "spdx_name": "ODC Public Domain Dedication & License 1.0", - "url": "http://opendatacommons.org/licenses/pddl/1.0/" - }, - "OReilly License": { - "approved": "yes", - "fedora_abbrev": "OReilly", - "fedora_name": "OReilly License", - "id": "410", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing:OReilly?rd=Licensing/OReilly" - }, - "OSET Public License version 2.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "411", - "license_text": "", - "spdx_abbrev": "OSET-PL-2.1", - "spdx_name": "OSET Public License version 2.1", - "url": "http://opensource.org/licenses/OPL-2.1" - }, - "OSGi Specification License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "OSGi Specification License", - "id": "412", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.osgi.org/Main/OSGiSpecificationLicense" - }, - "Open CASCADE Technology Public License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Open CASCADE Technology Public License", - "id": "378", - "license_text": "", - "spdx_abbrev": "OCCT-PL", - "spdx_name": "Open CASCADE Technology Public License", - "url": "http://www.opencascade.com/content/occt-public-license" - }, - "Open Government License": { - "approved": "yes", - "fedora_abbrev": "OGL", - "fedora_name": "Open Government License", - "id": "379", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" - }, - "Open Group Test Suite License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Open Group Test Suite License", - "id": "380", - "license_text": "", - "spdx_abbrev": "OGTSL", - "spdx_name": "Open Group Test Suite License", - "url": "http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt" - }, - "Open LDAP Public License 2.2.2": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "382", - "license_text": "", - "spdx_abbrev": "OLDAP-2.2.2", - "spdx_name": "Open LDAP Public License 2.2.2", - "url": "https://spdx.org/licenses/OLDAP-2.2.2.html" - }, - "Open LDAP Public License v1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "383", - "license_text": "", - "spdx_abbrev": "OLDAP-1.1", - "spdx_name": "Open LDAP Public License v1.1", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=806557a5ad59804ef3a44d5abfbe91d706b0791f" - }, - "Open LDAP Public License v1.2": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "384", - "license_text": "", - "spdx_abbrev": "OLDAP-1.2", - "spdx_name": "Open LDAP Public License v1.2", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=42b0383c50c299977b5893ee695cf4e486fb0dc7" - }, - "Open LDAP Public License v1.3": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "385", - "license_text": "", - "spdx_abbrev": "OLDAP-1.3", - "spdx_name": "Open LDAP Public License v1.3", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=e5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1" - }, - "Open LDAP Public License v1.4": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "386", - "license_text": "", - "spdx_abbrev": "OLDAP-1.4", - "spdx_name": "Open LDAP Public License v1.4", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=c9f95c2f3f2ffb5e0ae55fe7388af75547660941" - }, - "Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "388", - "license_text": "", - "spdx_abbrev": "OLDAP-2.0", - "spdx_name": "Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cbf50f4e1185a21abd4c0a54d3f4341fe28f36ea" - }, - "Open LDAP Public License v2.0.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "387", - "license_text": "", - "spdx_abbrev": "OLDAP-2.0.1", - "spdx_name": "Open LDAP Public License v2.0.1", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b6d68acd14e51ca3aab4428bf26522aa74873f0e" - }, - "Open LDAP Public License v2.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "389", - "license_text": "", - "spdx_abbrev": "OLDAP-2.1", - "spdx_name": "Open LDAP Public License v2.1", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b0d176738e96a0d3b9f85cb51e140a86f21be715" - }, - "Open LDAP Public License v2.2": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "390", - "license_text": "", - "spdx_abbrev": "OLDAP-2.2", - "spdx_name": "Open LDAP Public License v2.2", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=470b0c18ec67621c85881b2733057fecf4a1acc3" - }, - "Open LDAP Public License v2.2.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "391", - "license_text": "", - "spdx_abbrev": "OLDAP-2.2.1", - "spdx_name": "Open LDAP Public License v2.2.1", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=4bc786f34b50aa301be6f5600f58a980070f481e" - }, - "Open LDAP Public License v2.3": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "392", - "license_text": "", - "spdx_abbrev": "OLDAP-2.3", - "spdx_name": "Open LDAP Public License v2.3", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=d32cf54a32d581ab475d23c810b0a7fbaf8d63c3" - }, - "Open LDAP Public License v2.4": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "393", - "license_text": "", - "spdx_abbrev": "OLDAP-2.4", - "spdx_name": "Open LDAP Public License v2.4", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cd1284c4a91a8a380d904eee68d1583f989ed386" - }, - "Open LDAP Public License v2.5": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "394", - "license_text": "", - "spdx_abbrev": "OLDAP-2.5", - "spdx_name": "Open LDAP Public License v2.5", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=6852b9d90022e8593c98205413380536b1b5a7cf" - }, - "Open LDAP Public License v2.6": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "395", - "license_text": "", - "spdx_abbrev": "OLDAP-2.6", - "spdx_name": "Open LDAP Public License v2.6", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=1cae062821881f41b73012ba816434897abf4205" - }, - "Open LDAP Public License v2.7": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "396", - "license_text": "", - "spdx_abbrev": "OLDAP-2.7", - "spdx_name": "Open LDAP Public License v2.7", - "url": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=47c2415c1df81556eeb39be6cad458ef87c534a2" - }, - "Open LDAP Public License v2.8": { - "approved": "yes", - "fedora_abbrev": "OpenLDAP", - "fedora_name": "OpenLDAP License", - "id": "397", - "license_text": "", - "spdx_abbrev": "OLDAP-2.8", - "spdx_name": "Open LDAP Public License v2.8", - "url": "http://www.openldap.org/software/release/license.html" - }, - "Open Map License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Open Map License", - "id": "398", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://openmap.bbn.com/license.html" - }, - "Open Market License": { - "approved": "yes", - "fedora_abbrev": "OML", - "fedora_name": "Open Market License", - "id": "399", - "license_text": "", - "spdx_abbrev": "OML", - "spdx_name": "Open Market License", - "url": "https://fedoraproject.org/wiki/Licensing/Open_Market_License" - }, - "Open Motif Public End User License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Open Motif Public End User License", - "id": "400", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.opengroup.org/openmotif/license/" - }, - "Open Public License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Open Public License", - "id": "402", - "license_text": "", - "spdx_abbrev": "OPL-1.0", - "spdx_name": "Open Public License v1.0", - "url": "https://fedoraproject.org/wiki/Licensing/Open_Public_License" - }, - "Open Public License v1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Open Public License", - "id": "403", - "license_text": "", - "spdx_abbrev": "OPL-1.0", - "spdx_name": "Open Public License v1.0", - "url": "https://fedoraproject.org/wiki/Licensing/Open_Public_License" - }, - "Open Software License 1.0": { - "approved": "yes", - "fedora_abbrev": "OSL 1.0", - "fedora_name": "Open Software License 1.0", - "id": "404", - "license_text": "", - "spdx_abbrev": "OSL-1.0", - "spdx_name": "Open Software License 1.0", - "url": "http://opensource.org/licenses/OSL-1.0" - }, - "Open Software License 1.1": { - "approved": "yes", - "fedora_abbrev": "OSL 1.1", - "fedora_name": "Open Software License 1.1", - "id": "405", - "license_text": "", - "spdx_abbrev": "OSL-1.1", - "spdx_name": "Open Software License 1.1", - "url": "https://fedoraproject.org/wiki/Licensing/OSL1.1" - }, - "Open Software License 2.0": { - "approved": "yes", - "fedora_abbrev": "OSL 2.0", - "fedora_name": "Open Software License 2.0", - "id": "406", - "license_text": "", - "spdx_abbrev": "OSL-2.0", - "spdx_name": "Open Software License 2.0", - "url": "http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html" - }, - "Open Software License 2.1": { - "approved": "yes", - "fedora_abbrev": "OSL 2.1", - "fedora_name": "Open Software License 2.1", - "id": "407", - "license_text": "", - "spdx_abbrev": "OSL-2.1", - "spdx_name": "Open Software License 2.1", - "url": "http://opensource.org/licenses/OSL-2.1" - }, - "Open Software License 3.0": { - "approved": "yes", - "fedora_abbrev": "OSL 3.0", - "fedora_name": "Open Software License 3.0", - "id": "408", - "license_text": "", - "spdx_abbrev": "OSL-3.0", - "spdx_name": "Open Software License 3.0", - "url": "http://www.rosenlaw.com/OSL3.0.htm" - }, - "OpenLDAP License": { - "approved": "yes", - "fedora_abbrev": "OpenLDAP", - "fedora_name": "OpenLDAP License", - "id": "381", - "license_text": "", - "spdx_abbrev": "OLDAP-2.8", - "spdx_name": "Open LDAP Public License v2.8", - "url": "http://www.openldap.org/software/release/license.html" - }, - "OpenPBS License": { - "approved": "yes", - "fedora_abbrev": "OpenPBS", - "fedora_name": "OpenPBS License", - "id": "401", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/OpenPBS" - }, - "OpenSSL License": { - "approved": "yes", - "fedora_abbrev": "OpenSSL", - "fedora_name": "OpenSSL License", - "id": "409", - "license_text": "", - "spdx_abbrev": "OpenSSL", - "spdx_name": "OpenSSL License", - "url": "http://www.openssl.org/source/license.html" - }, - "PHP License v3.0": { - "approved": "yes", - "fedora_abbrev": "PHP", - "fedora_name": "PHP License v3.0", - "id": "421", - "license_text": "", - "spdx_abbrev": "PHP-3.0", - "spdx_name": "PHP License v3.0", - "url": "http://www.opensource.org/licenses/PHP-3.0" - }, - "PHP License v3.01": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "422", - "license_text": "", - "spdx_abbrev": "PHP-3.01", - "spdx_name": "PHP License v3.01", - "url": "http://www.php.net/license/3_01.txt" - }, - "Par License": { - "approved": "yes", - "fedora_abbrev": "Par", - "fedora_name": "Par License", - "id": "413", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Par" - }, - "Paul Hsieh Derivative License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Paul Hsieh Derivative License", - "id": "414", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.azillionmonkeys.com/qed/license-derivative.html" - }, - "Paul Hsieh Exposition License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Paul Hsieh Exposition License", - "id": "415", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.azillionmonkeys.com/qed/license-exposition.html" - }, - "Perl License": { - "approved": "yes", - "fedora_abbrev": "GPL+ or Artistic", - "fedora_name": "Perl License", - "id": "416", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://dev.perl.org/licenses/" - }, - "Perl License (variant)": { - "approved": "yes", - "fedora_abbrev": "GPLv2 or Artistic", - "fedora_name": "Perl License (variant)", - "id": "419", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "Phorum License": { - "approved": "yes", - "fedora_abbrev": "Phorum", - "fedora_name": "Phorum License", - "id": "420", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://phorum.org/license.txt" - }, - "Pine License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Pine License", - "id": "423", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.washington.edu/pine/overview/legal.html" - }, - "PlainTeX License": { - "approved": "yes", - "fedora_abbrev": "PlainTeX", - "fedora_name": "PlainTeX License", - "id": "424", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing:PlainTeX?rd=Licensing/PlainTeX" - }, - "Plexus Classworlds License": { - "approved": "yes", - "fedora_abbrev": "Plexus", - "fedora_name": "Plexus Classworlds License", - "id": "425", - "license_text": "", - "spdx_abbrev": "Plexus", - "spdx_name": "Plexus Classworlds License", - "url": "https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License" - }, - "PostgreSQL License": { - "approved": "yes", - "fedora_abbrev": "PostgreSQL", - "fedora_name": "PostgreSQL License", - "id": "426", - "license_text": "", - "spdx_abbrev": "PostgreSQL", - "spdx_name": "PostgreSQL License", - "url": "http://www.postgresql.org/about/licence" - }, - "Public Domain": { - "approved": "yes", - "fedora_abbrev": "Public Domain", - "fedora_name": "Public Domain", - "id": "429", - "license_text": "Being in the public domain is not a license; rather, it means the material is not copyrighted and no license is needed.", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "Public Domain, per Creative Commons CC0": { - "approved": "yes", - "fedora_abbrev": "CC0", - "fedora_name": "Creative Commons Zero 1.0 Universal", - "id": "581", - "license_text": "", - "spdx_abbrev": "CC0-1.0", - "spdx_name": "Creative Commons Zero v1.0 Universal", - "url": "http://creativecommons.org/publicdomain/zero/1.0/legalcode" - }, - "Python License": { - "approved": "yes", - "fedora_abbrev": "Python", - "fedora_name": "Python License", - "id": "430", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://docs.python.org/2/license.html" - }, - "Python License 2.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "431", - "license_text": "", - "spdx_abbrev": "Python-2.0", - "spdx_name": "Python License 2.0", - "url": "http://www.opensource.org/licenses/Python-2.0" - }, - "Q Public License": { - "approved": "yes", - "fedora_abbrev": "QPL", - "fedora_name": "Q Public License", - "id": "434", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://doc.qt.digia.com/3.0/license.html" - }, - "Q Public License 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "435", - "license_text": "", - "spdx_abbrev": "QPL-1.0", - "spdx_name": "Q Public License 1.0", - "url": "http://doc.qt.nokia.com/3.3/license.html" - }, - "Qhull License": { - "approved": "yes", - "fedora_abbrev": "Qhull", - "fedora_name": "Qhull License", - "id": "432", - "license_text": "", - "spdx_abbrev": "Qhull", - "spdx_name": "Qhull License", - "url": "https://fedoraproject.org/wiki/Licensing/Qhull" - }, - "QuickFix License": { - "approved": "yes", - "fedora_abbrev": "ASL 1.1", - "fedora_name": "QuickFix License", - "id": "436", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.quickfixengine.org/quickfix/doc/html/license.html" - }, - "Qwt License 1.0": { - "approved": "yes", - "fedora_abbrev": "LGPLv2+ with exceptions", - "fedora_name": "Qwt License 1.0", - "id": "437", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://qwt.sourceforge.net/qwtlicense.html" - }, - "REX License": { - "approved": "yes", - "fedora_abbrev": "REX", - "fedora_name": "REX License", - "id": "444", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/REX" - }, - "RSA Message-Digest License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "448", - "license_text": "", - "spdx_abbrev": "RSA-MD", - "spdx_name": "RSA Message-Digest License", - "url": "https://spdx.org/licenses/RSA-MD.html" - }, - "Rdisc License": { - "approved": "yes", - "fedora_abbrev": "Rdisc", - "fedora_name": "Rdisc License", - "id": "438", - "license_text": "", - "spdx_abbrev": "Rdisc", - "spdx_name": "Rdisc License", - "url": "https://fedoraproject.org/wiki/Licensing/Rdisc_License" - }, - "RealNetworks Public Source License V1.0": { - "approved": "yes", - "fedora_abbrev": "RPSL", - "fedora_name": "RealNetworks Public Source License V1.0", - "id": "439", - "license_text": "", - "spdx_abbrev": "RPSL-1.0", - "spdx_name": "RealNetworks Public Source License v1.0", - "url": "https://helixcommunity.org/content/rpsl" - }, - "Reciprocal Public License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Reciprocal Public License", - "id": "440", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://opensource.org/licenses/rpl.php" - }, - "Reciprocal Public License 1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "441", - "license_text": "", - "spdx_abbrev": "RPL-1.1", - "spdx_name": "Reciprocal Public License 1.1", - "url": "http://opensource.org/licenses/RPL-1.1" - }, - "Reciprocal Public License 1.5": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "442", - "license_text": "", - "spdx_abbrev": "RPL-1.5", - "spdx_name": "Reciprocal Public License 1.5", - "url": "http://www.opensource.org/licenses/RPL-1.5" - }, - "Red Hat eCos Public License v1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "443", - "license_text": "", - "spdx_abbrev": "RHeCos-1.1", - "spdx_name": "Red Hat eCos Public License v1.1", - "url": "http://ecos.sourceware.org/old-license.html" - }, - "Rice BSD": { - "approved": "yes", - "fedora_abbrev": "RiceBSD", - "fedora_name": "Rice BSD", - "id": "445", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Rice_BSD_License" - }, - "Ricoh Source Code Public License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Ricoh Source Code Public License", - "id": "446", - "license_text": "", - "spdx_abbrev": "RSCPL", - "spdx_name": "Ricoh Source Code Public License", - "url": "http://www.opensource.org/licenses/RSCPL" - }, - "Romio License": { - "approved": "yes", - "fedora_abbrev": "Romio", - "fedora_name": "Romio License", - "id": "447", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Romio_License" - }, - "RSA License": { - "approved": "yes", - "fedora_abbrev": "RSA", - "fedora_name": "RSA License", - "id": "651", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/RSA" - }, - "Rsfs License": { - "approved": "yes", - "fedora_abbrev": "Rsfs", - "fedora_name": "Rsfs License", - "id": "449", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Rsfs" - }, - "Ruby License": { - "approved": "yes", - "fedora_abbrev": "Ruby", - "fedora_name": "Ruby License", - "id": "450", - "license_text": "", - "spdx_abbrev": "Ruby", - "spdx_name": "Ruby License", - "url": "http://www.ruby-lang.org/en/LICENSE.txt" - }, - "SCEA Shared Source License": { - "approved": "yes", - "fedora_abbrev": "SCEA", - "fedora_name": "SCEA Shared Source License", - "id": "453", - "license_text": "", - "spdx_abbrev": "SCEA", - "spdx_name": "SCEA Shared Source License", - "url": "http://research.scea.com/scea_shared_source_license.html" - }, - "SGI Free Software License B 1.1 or older": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "SGI Free Software License B 1.1 or older", - "id": "460", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://oss.sgi.com/projects/FreeB/" - }, - "SGI Free Software License B 2.0": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "SGI Free Software License B 2.0", - "id": "461", - "license_text": "", - "spdx_abbrev": "SGI-B-2.0", - "spdx_name": "SGI Free Software License B v2.0", - "url": "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf" - }, - "SGI Free Software License B v1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "462", - "license_text": "", - "spdx_abbrev": "SGI-B-1.0", - "spdx_name": "SGI Free Software License B v1.0", - "url": "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html" - }, - "SGI Free Software License B v1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "463", - "license_text": "", - "spdx_abbrev": "SGI-B-1.1", - "spdx_name": "SGI Free Software License B v1.1", - "url": "http://oss.sgi.com/projects/FreeB/" - }, - "SGI Free Software License B v2.0": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "SGI Free Software License B 2.0", - "id": "464", - "license_text": "", - "spdx_abbrev": "SGI-B-2.0", - "spdx_name": "SGI Free Software License B v2.0", - "url": "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf" - }, - "SGI GLX Public License 1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "SGI GLX Public License 1.0", - "id": "465", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/GLX_Public_License" - }, - "SIL Open Font License 1.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "466", - "license_text": "", - "spdx_abbrev": "OFL-1.0", - "spdx_name": "SIL Open Font License 1.0", - "url": "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web" - }, - "SIL Open Font License 1.1": { - "approved": "yes", - "fedora_abbrev": "OFL", - "fedora_name": "SIL Open Font License 1.1", - "id": "467", - "license_text": "", - "spdx_abbrev": "OFL-1.1", - "spdx_name": "SIL Open Font License 1.1", - "url": "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web" - }, - "SLIB License": { - "approved": "yes", - "fedora_abbrev": "SLIB", - "fedora_name": "SLIB License", - "id": "472", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://people.csail.mit.edu/jaffer/SLIB_COPYING.txt" - }, - "SNIA Public License 1.1": { - "approved": "yes", - "fedora_abbrev": "SNIA", - "fedora_name": "SNIA Public License 1.1", - "id": "473", - "license_text": "", - "spdx_abbrev": "SNIA", - "spdx_name": "SNIA Public License 1.1", - "url": "https://fedoraproject.org/wiki/Licensing/SNIA_Public_License" - }, - "Sax Public Domain Notice": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "452", - "license_text": "", - "spdx_abbrev": "SAX-PD", - "spdx_name": "Sax Public Domain Notice", - "url": "http://www.saxproject.org/copying.html" - }, - "Saxpath License": { - "approved": "yes", - "fedora_abbrev": "Saxpath", - "fedora_name": "Saxpath License", - "id": "451", - "license_text": "", - "spdx_abbrev": "Saxpath", - "spdx_name": "Saxpath License", - "url": "https://fedoraproject.org/wiki/Licensing/Saxpath_License" - }, - "Scheme Widget Library (SWL) Software License Agreement": { - "approved": "yes", - "fedora_abbrev": "SWL", - "fedora_name": "Scheme Widget Library (SWL) Software License Agreement", - "id": "454", - "license_text": "", - "spdx_abbrev": "SWL", - "spdx_name": "Scheme Widget Library (SWL) Software License Agreement", - "url": "https://fedoraproject.org/wiki/Licensing/SWL" - }, - "SciTech MGL Public License": { - "approved": "yes", - "fedora_abbrev": "STMPL", - "fedora_name": "SciTech MGL Public License", - "id": "456", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/STMPL" - }, - "Scilab License (OLD)": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Scilab License (OLD)", - "id": "455", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Scilab_License_Old" - }, - "Secure Messaging Protocol Public License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "457", - "license_text": "", - "spdx_abbrev": "SMPPL", - "spdx_name": "Secure Messaging Protocol Public License", - "url": "https://github.com/dcblake/SMP/blob/master/Documentation/License.txt" - }, - "Sendmail License": { - "approved": "yes", - "fedora_abbrev": "Sendmail", - "fedora_name": "Sendmail License", - "id": "458", - "license_text": "", - "spdx_abbrev": "Sendmail", - "spdx_name": "Sendmail License", - "url": "http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf" - }, - "Sequence Library License": { - "approved": "yes", - "fedora_abbrev": "Sequence", - "fedora_name": "Sequence Library License", - "id": "459", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/SequenceLibraryLicense" - }, - "Simple Public License 2.0": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "468", - "license_text": "", - "spdx_abbrev": "SimPL-2.0", - "spdx_name": "Simple Public License 2.0", - "url": "http://www.opensource.org/licenses/SimPL-2.0" - }, - "Siren14 License Agreement": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Siren14 License Agreement", - "id": "469", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Siren14_Licensing_Agreement" - }, - "Sleepycat License": { - "approved": "yes", - "fedora_abbrev": "Sleepycat", - "fedora_name": "Sleepycat Software Product License", - "id": "470", - "license_text": "", - "spdx_abbrev": "Sleepycat", - "spdx_name": "Sleepycat License", - "url": "http://www.opensource.org/licenses/Sleepycat" - }, - "Sleepycat Software Product License": { - "approved": "yes", - "fedora_abbrev": "Sleepycat", - "fedora_name": "Sleepycat Software Product License", - "id": "471", - "license_text": "", - "spdx_abbrev": "Sleepycat", - "spdx_name": "Sleepycat License", - "url": "http://www.opensource.org/licenses/Sleepycat" - }, - "Spencer License 86": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "475", - "license_text": "", - "spdx_abbrev": "Spencer-86", - "spdx_name": "Spencer License 86", - "url": "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License" - }, - "Spencer License 94": { - "approved": "yes", - "fedora_abbrev": "HSRL", - "fedora_name": "Henry Spencer Reg-Ex Library License", - "id": "476", - "license_text": "", - "spdx_abbrev": "Spencer-94", - "spdx_name": "Spencer License 94", - "url": "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License" - }, - "Spencer License 99": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "477", - "license_text": "", - "spdx_abbrev": "Spencer-99", - "spdx_name": "Spencer License 99", - "url": "http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c" - }, - "Spin Commercial License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Spin Commercial License", - "id": "478", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.spinroot.com/spin/spin_license.html" - }, - "Squeak License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Squeak License", - "id": "479", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://squeak.org/SqueakLicense/" - }, - "Standard ML of New Jersey License": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "Standard ML of New Jersey License", - "id": "480", - "license_text": "", - "spdx_abbrev": "SMLNJ", - "spdx_name": "Standard ML of New Jersey License", - "url": "https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Standard_ML_of_New_Jersey_Variant" - }, - "SugarCRM Public License v1.1.3": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "481", - "license_text": "", - "spdx_abbrev": "SugarCRM-1.1.3", - "spdx_name": "SugarCRM Public License v1.1.3", - "url": "http://www.sugarcrm.com/crm/SPL" - }, - "Sun Binary Code License Agreement": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Sun Binary Code License Agreement", - "id": "482", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Sun_Binary_Code_License_Agreement" - }, - "Sun Community Source License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Sun Community Source License", - "id": "483", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.sun.com/software/communitysource/" - }, - "Sun Industry Standards Source License": { - "approved": "yes", - "fedora_abbrev": "SISSL", - "fedora_name": "Sun Industry Standards Source License", - "id": "484", - "license_text": "", - "spdx_abbrev": "SISSL", - "spdx_name": "Sun Industry Standards Source License v1.1", - "url": "http://www.openoffice.org/licenses/sissl_license.html" - }, - "Sun Industry Standards Source License v1.1": { - "approved": "yes", - "fedora_abbrev": "SISSL", - "fedora_name": "Sun Industry Standards Source License", - "id": "485", - "license_text": "", - "spdx_abbrev": "SISSL", - "spdx_name": "Sun Industry Standards Source License v1.1", - "url": "http://www.openoffice.org/licenses/sissl_license.html" - }, - "Sun Industry Standards Source License v1.2": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "486", - "license_text": "", - "spdx_abbrev": "SISSL-1.2", - "spdx_name": "Sun Industry Standards Source License v1.2", - "url": "http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html" - }, - "Sun Public License": { - "approved": "yes", - "fedora_abbrev": "SPL", - "fedora_name": "Sun Public License", - "id": "487", - "license_text": "", - "spdx_abbrev": "SPL-1.0", - "spdx_name": "Sun Public License v1.0", - "url": "http://www.opensource.org/licenses/SPL-1.0" - }, - "Sun Public License v1.0": { - "approved": "yes", - "fedora_abbrev": "SPL", - "fedora_name": "Sun Public License", - "id": "488", - "license_text": "", - "spdx_abbrev": "SPL-1.0", - "spdx_name": "Sun Public License v1.0", - "url": "http://www.opensource.org/licenses/SPL-1.0" - }, - "Sun RPC License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Sun RPC License", - "id": "489", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.mibsoftware.com/librock/librock/license/ssscfr.txt" - }, - "Sun Solaris Source Code (Foundation Release) License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Sun Solaris Source Code (Foundation Release) License", - "id": "490", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.mibsoftware.com/librock/librock/license/ssscfr.txt" - }, - "Sybase Open Watcom Public License 1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Sybase Open Watcom Public License 1.0", - "id": "491", - "license_text": "", - "spdx_abbrev": "Watcom-1.0", - "spdx_name": "Sybase Open Watcom Public License 1.0", - "url": "http://www.opensource.org/licenses/Watcom-1.0" - }, - "SystemC Open Source License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "SystemC Open Source License", - "id": "492", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.systemc.org/about/org_docs/license/" - }, - "TCL/TK License": { - "approved": "yes", - "fedora_abbrev": "TCL", - "fedora_name": "TCL/TK License", - "id": "493", - "license_text": "", - "spdx_abbrev": "TCL", - "spdx_name": "TCL/TK License", - "url": "http://www.tcl.tk/software/tcltk/license.html" - }, - "TCP Wrappers License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "494", - "license_text": "", - "spdx_abbrev": "TCP-wrappers", - "spdx_name": "TCP Wrappers License", - "url": "http://rc.quest.com/topics/openssh/license.php#tcpwrappers" - }, - "TMate Open Source License": { - "approved": "yes", - "fedora_abbrev": "TMate", - "fedora_name": "TMate Open Source License", - "id": "509", - "license_text": "", - "spdx_abbrev": "TMate", - "spdx_name": "TMate Open Source License", - "url": "http://svnkit.com/license.html" - }, - "TORQUE v2.5+ Software License v1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "TORQUE v2.5+ Software License v1.0", - "id": "511", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "TORQUE v2.5+ Software License v1.1": { - "approved": "yes", - "fedora_abbrev": "TORQUEv1.1", - "fedora_name": "TORQUE v2.5+ Software License v1.1", - "id": "512", - "license_text": "", - "spdx_abbrev": "TORQUE-1.1", - "spdx_name": "TORQUE v2.5+ Software License v1.1", - "url": "https://fedoraproject.org/wiki/Licensing/TORQUEv1.1" - }, - "Teeworlds License": { - "approved": "yes", - "fedora_abbrev": "Teeworlds", - "fedora_name": "Teeworlds License", - "id": "495", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing:Teeworlds?rd=Licensing/Teeworlds" - }, - "Terracotta Public License 1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Terracotta Public License 1.0", - "id": "496", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://svn.terracotta.org/svn/ehcache/tags/ehcache-2.9.0/distribution/src/main/assembly/root/licenses/EHCACHE-TERRACOTTA-LICENSE.txt" - }, - "Text-Tabs+Wrap License": { - "approved": "yes", - "fedora_abbrev": "TTWL", - "fedora_name": "Text-Tabs+Wrap License", - "id": "497", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/TTWL" - }, - "The Antlr 2.7.7 License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "498", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.antlr2.org/download/antlr-2.7.7.tar.gz" - }, - "The Apache License, Version 2.0": { - "approved": "yes", - "fedora_abbrev": "ASL 2.0", - "fedora_name": "Apache Software License 2.0", - "id": "578", - "license_text": "", - "spdx_abbrev": "Apache-2.0", - "spdx_name": "Apache License 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }, - "The Apache Software License, Version 2.0": { - "approved": "yes", - "fedora_abbrev": "ASL 2.0", - "fedora_name": "Apache Software License 2.0", - "id": "576", - "license_text": "", - "spdx_abbrev": "Apache-2.0", - "spdx_name": "Apache License 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }, - "The Asm BSD License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "499", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://asm.ow2.org/license.html" - }, - "The BSD License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "500", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://repository.jboss.org/licenses/bsd.txt" - }, - "The Dom4j License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "501", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://raw.githubusercontent.com/dom4j/dom4j/master/LICENSE" - }, - "The JSoup MIT License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "503", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://jsoup.org/license.html" - }, - "The Jaxen License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "502", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.jaxen.org/license.html" - }, - "The MIT License": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "", - "id": "504", - "license_text": "", - "spdx_abbrev": "MIT", - "spdx_name": "MIT License", - "url": "http://www.opensource.org/licenses/MIT" - }, - "The Unlicense": { - "approved": "yes", - "fedora_abbrev": "Unlicense", - "fedora_name": "Unlicense", - "id": "505", - "license_text": "", - "spdx_abbrev": "Unlicense", - "spdx_name": "The Unlicense", - "url": "http://unlicense.org/" - }, - "Thor Public License": { - "approved": "yes", - "fedora_abbrev": "TPL", - "fedora_name": "Thor Public License", - "id": "506", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing:ThorPublicLicense?rd=Licensing/ThorPublicLicense" - }, - "Threeparttable License": { - "approved": "yes", - "fedora_abbrev": "Threeparttable", - "fedora_name": "Threeparttable License", - "id": "507", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Threeparttable" - }, - "Time::ParseDate License": { - "approved": "yes", - "fedora_abbrev": "TPDL", - "fedora_name": "Time::ParseDate License", - "id": "508", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/TPDL" - }, - "Tolua License": { - "approved": "yes", - "fedora_abbrev": "Tolua", - "fedora_name": "Tolua License", - "id": "510", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Tolua" - }, - "Transitive Grace Period Public Licence": { - "approved": "yes", - "fedora_abbrev": "TGPPL", - "fedora_name": "Transitive Grace Period Public Licence", - "id": "513", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/TGPPL" - }, - "TrueCrypt License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "TrueCrypt License", - "id": "514", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://truecrypt.sourceforge.net/" - }, - "Trusster Open Source License": { - "approved": "yes", - "fedora_abbrev": "TOSL", - "fedora_name": "Trusster Open Source License", - "id": "515", - "license_text": "", - "spdx_abbrev": "TOSL", - "spdx_name": "Trusster Open Source License", - "url": "https://fedoraproject.org/wiki/Licensing/TOSL" - }, - "Trusted Computing Group License": { - "approved": "yes", - "fedora_abbrev": "TCGL", - "fedora_name": "Trusted Computing Group License", - "id": "516", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/TCGL" - }, - "UCAR License": { - "approved": "yes", - "fedora_abbrev": "UCAR", - "fedora_name": "UCAR License", - "id": "517", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/UCAR" - }, - "Unicode Character Database Terms Of Use": { - "approved": "yes", - "fedora_abbrev": "UCD", - "fedora_name": "Unicode Character Database Terms Of Use", - "id": "518", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing:UCD?rd=Licensing/UCD" - }, - "Unicode License": { - "approved": "yes", - "fedora_abbrev": "Unicode", - "fedora_name": "Unicode License", - "id": "519", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Unicode" - }, - "Unicode License Agreement - Data Files and Software (2015)": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "520", - "license_text": "", - "spdx_abbrev": "Unicode-DFS-2015", - "spdx_name": "Unicode License Agreement - Data Files and Software (2015)", - "url": "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html" - }, - "Unicode License Agreement - Data Files and Software (2016)": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "521", - "license_text": "", - "spdx_abbrev": "Unicode-DFS-2016", - "spdx_name": "Unicode License Agreement - Data Files and Software (2016)", - "url": "http://www.unicode.org/copyright.html" - }, - "Unicode Terms of Use": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "522", - "license_text": "", - "spdx_abbrev": "Unicode-TOU", - "spdx_name": "Unicode Terms of Use", - "url": "http://www.unicode.org/copyright.html" - }, - "Universal Permissive License v1.0": { - "approved": "yes", - "fedora_abbrev": "UPL", - "fedora_name": "", - "id": "523", - "license_text": "", - "spdx_abbrev": "UPL-1.0", - "spdx_name": "Universal Permissive License v1.0", - "url": "http://opensource.org/licenses/UPL" - }, - "University of Illinois/NCSA Open Source License": { - "approved": "yes", - "fedora_abbrev": "NCSA", - "fedora_name": "NCSA/University of Illinois Open Source License", - "id": "524", - "license_text": "", - "spdx_abbrev": "NCSA", - "spdx_name": "University of Illinois/NCSA Open Source License", - "url": "http://otm.illinois.edu/uiuc_openSource" - }, - "University of Utah Public License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "University of Utah Public License", - "id": "525", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.cs.utah.edu/~gk/teem/txt/LICENSE.txt" - }, - "University of Washington Free Fork License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "University of Washington Free Fork License", - "id": "526", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing:UofWFreeFork?rd=Licensing/UofWFreeFork" - }, - "Unlicense": { - "approved": "yes", - "fedora_abbrev": "Unlicense", - "fedora_name": "Unlicense", - "id": "527", - "license_text": "", - "spdx_abbrev": "Unlicense", - "spdx_name": "The Unlicense", - "url": "http://unlicense.org/" - }, - "VOSTROM Public License for Open Source": { - "approved": "yes", - "fedora_abbrev": "VOSTROM", - "fedora_name": "VOSTROM Public License for Open Source", - "id": "531", - "license_text": "", - "spdx_abbrev": "VOSTROM", - "spdx_name": "VOSTROM Public License for Open Source", - "url": "https://fedoraproject.org/wiki/Licensing/VOSTROM" - }, - "Vim License": { - "approved": "yes", - "fedora_abbrev": "Vim", - "fedora_name": "Vim License", - "id": "529", - "license_text": "", - "spdx_abbrev": "Vim", - "spdx_name": "Vim License", - "url": "http://vimdoc.sourceforge.net/htmldoc/uganda.html" - }, - "Vita Nuova Liberal Source License": { - "approved": "yes", - "fedora_abbrev": "VNLSL", - "fedora_name": "Vita Nuova Liberal Source License", - "id": "530", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Vita_Nuova_Liberal_Source_License" - }, - "Vovida Software License v. 1.0": { - "approved": "yes", - "fedora_abbrev": "VSL", - "fedora_name": "Vovida Software License v. 1.0", - "id": "532", - "license_text": "", - "spdx_abbrev": "VSL-1.0", - "spdx_name": "Vovida Software License v1.0", - "url": "http://www.opensource.org/licenses/VSL-1.0" - }, - "Vovida Software License v1.0": { - "approved": "yes", - "fedora_abbrev": "VSL", - "fedora_name": "Vovida Software License v. 1.0", - "id": "533", - "license_text": "", - "spdx_abbrev": "VSL-1.0", - "spdx_name": "Vovida Software License v1.0", - "url": "http://www.opensource.org/licenses/VSL-1.0" - }, - "W3C Document License": { - "approved": "no", - "fedora_abbrev": "W3C", - "fedora_name": "W3C Documentation License", - "id": "561", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.w3.org/Consortium/Legal/copyright-documents" - }, - "W3C Software Notice and Document License (2002-12-31)": { - "approved": "yes", - "fedora_abbrev": "W3C", - "fedora_name": "W3C Software Notice and License", - "id": "560", - "license_text": "", - "spdx_abbrev": "W3C", - "spdx_name": "W3C Software Notice and License (2002-12-31)", - "url": "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html" - }, - "The W3C License": { - "approved": "yes", - "fedora_abbrev": "W3C", - "fedora_name": "W3C Software Notice and License", - "id": "650", - "license_text": "", - "spdx_abbrev": "W3C", - "spdx_name": "W3C Software Notice and License (2002-12-31)", - "url": "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html" - }, - "W3C Software Notice and Document License (2015-05-13)": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "534", - "license_text": "", - "spdx_abbrev": "W3C-20150513", - "spdx_name": "W3C Software Notice and Document License (2015-05-13)", - "url": "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" - }, - "W3C Software Notice and License": { - "approved": "yes", - "fedora_abbrev": "W3C", - "fedora_name": "W3C Software Notice and License", - "id": "535", - "license_text": "", - "spdx_abbrev": "W3C", - "spdx_name": "W3C Software Notice and License (2002-12-31)", - "url": "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html" - }, - "W3C Software Notice and License (1998-07-20)": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "536", - "license_text": "", - "spdx_abbrev": "W3C-19980720", - "spdx_name": "W3C Software Notice and License (1998-07-20)", - "url": "http://www.w3.org/Consortium/Legal/copyright-software-19980720.html" - }, - "W3C Software Notice and License (2002-12-31)": { - "approved": "yes", - "fedora_abbrev": "W3C", - "fedora_name": "W3C Software Notice and License", - "id": "537", - "license_text": "", - "spdx_abbrev": "W3C", - "spdx_name": "W3C Software Notice and License (2002-12-31)", - "url": "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html" - }, - "Webmin License": { - "approved": "yes", - "fedora_abbrev": "Webmin", - "fedora_name": "Webmin License", - "id": "538", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Webmin" - }, - "Wsuipa License": { - "approved": "yes", - "fedora_abbrev": "Wsuipa", - "fedora_name": "Wsuipa License", - "id": "539", - "license_text": "", - "spdx_abbrev": "Wsuipa", - "spdx_name": "Wsuipa License", - "url": "https://fedoraproject.org/wiki/Licensing/Wsuipa" - }, - "X.Net License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "X.Net License", - "id": "545", - "license_text": "", - "spdx_abbrev": "Xnet", - "spdx_name": "X.Net License", - "url": "http://opensource.org/licenses/Xnet" - }, - "X11 License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "541", - "license_text": "", - "spdx_abbrev": "X11", - "spdx_name": "X11 License", - "url": "http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3" - }, - "XFree86 License 1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "543", - "license_text": "", - "spdx_abbrev": "XFree86-1.1", - "spdx_name": "XFree86 License 1.1", - "url": "http://www.xfree86.org/current/LICENSE4.html" - }, - "XPP License": { - "approved": "yes", - "fedora_abbrev": "xpp", - "fedora_name": "XPP License", - "id": "546", - "license_text": "", - "spdx_abbrev": "xpp", - "spdx_name": "XPP License", - "url": "https://fedoraproject.org/wiki/Licensing/xpp" - }, - "XSkat License": { - "approved": "yes", - "fedora_abbrev": "XSkat", - "fedora_name": "XSkat License", - "id": "547", - "license_text": "", - "spdx_abbrev": "XSkat", - "spdx_name": "XSkat License", - "url": "https://fedoraproject.org/wiki/Licensing/XSkat_License" - }, - "Xerox License": { - "approved": "yes", - "fedora_abbrev": "Xerox", - "fedora_name": "Xerox License", - "id": "542", - "license_text": "", - "spdx_abbrev": "Xerox", - "spdx_name": "Xerox License", - "url": "https://fedoraproject.org/wiki/Licensing/Xerox" - }, - "Yahoo Public License 1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Yahoo Public License 1.0", - "id": "548", - "license_text": "", - "spdx_abbrev": "YPL-1.0", - "spdx_name": "Yahoo! Public License v1.0", - "url": "http://www.zimbra.com/license/yahoo_public_license_1.0.html" - }, - "Yahoo Public License v 1.1": { - "approved": "yes", - "fedora_abbrev": "YPLv1.1", - "fedora_name": "Yahoo Public License v 1.1", - "id": "550", - "license_text": "", - "spdx_abbrev": "YPL-1.1", - "spdx_name": "Yahoo! Public License v1.1", - "url": "http://www.zimbra.com/license/yahoo_public_license_1.1.html" - }, - "Yahoo! Public License v1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Yahoo Public License 1.0", - "id": "549", - "license_text": "", - "spdx_abbrev": "YPL-1.0", - "spdx_name": "Yahoo! Public License v1.0", - "url": "http://www.zimbra.com/license/yahoo_public_license_1.0.html" - }, - "Yahoo! Public License v1.1": { - "approved": "yes", - "fedora_abbrev": "YPLv1.1", - "fedora_name": "Yahoo Public License v 1.1", - "id": "551", - "license_text": "", - "spdx_abbrev": "YPL-1.1", - "spdx_name": "Yahoo! Public License v1.1", - "url": "http://www.zimbra.com/license/yahoo_public_license_1.1.html" - }, - "Zed License": { - "approved": "yes", - "fedora_abbrev": "Zed", - "fedora_name": "Zed License", - "id": "552", - "license_text": "", - "spdx_abbrev": "Zed", - "spdx_name": "Zed License", - "url": "https://fedoraproject.org/wiki/Licensing/Zed" - }, - "Zend License v2.0": { - "approved": "yes", - "fedora_abbrev": "Zend", - "fedora_name": "Zend License v2.0", - "id": "553", - "license_text": "", - "spdx_abbrev": "Zend-2.0", - "spdx_name": "Zend License v2.0", - "url": "https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt" - }, - "Zimbra Public License 1.3": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Zimbra Public License 1.3", - "id": "554", - "license_text": "", - "spdx_abbrev": "Zimbra-1.3", - "spdx_name": "Zimbra Public License v1.3", - "url": "http://www.zimbra.com/license/zimbra-public-license-1-3.html" - }, - "Zimbra Public License v1.3": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Zimbra Public License 1.3", - "id": "555", - "license_text": "", - "spdx_abbrev": "Zimbra-1.3", - "spdx_name": "Zimbra Public License v1.3", - "url": "http://www.zimbra.com/license/zimbra-public-license-1-3.html" - }, - "Zimbra Public License v1.4": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "556", - "license_text": "", - "spdx_abbrev": "Zimbra-1.4", - "spdx_name": "Zimbra Public License v1.4", - "url": "http://www.zimbra.com/legal/zimbra-public-license-1-4" - }, - "Zope Public License 1.1": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "560", - "license_text": "", - "spdx_abbrev": "ZPL-1.1", - "spdx_name": "Zope Public License 1.1", - "url": "http://old.zope.org/Resources/License/ZPL-1.1" - }, - "Zope Public License 2.0": { - "approved": "yes", - "fedora_abbrev": "ZPLv2.0", - "fedora_name": "Zope Public License v 2.0", - "id": "561", - "license_text": "", - "spdx_abbrev": "ZPL-2.0", - "spdx_name": "Zope Public License 2.0", - "url": "http://old.zope.org/Resources/License/ZPL-2.0" - }, - "Zope Public License 2.1": { - "approved": "yes", - "fedora_abbrev": "ZPLv2.1", - "fedora_name": "Zope Public License v 2.1", - "id": "562", - "license_text": "", - "spdx_abbrev": "ZPL-2.1", - "spdx_name": "Zope Public License 2.1", - "url": "http://old.zope.org/Resources/ZPL/" - }, - "Zope Public License v 1.0": { - "approved": "yes", - "fedora_abbrev": "ZPLv1.0", - "fedora_name": "Zope Public License v 1.0", - "id": "563", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://old.zope.org/Resources/License/ZPL-1.1" - }, - "Zope Public License v 2.0": { - "approved": "yes", - "fedora_abbrev": "ZPLv2.0", - "fedora_name": "Zope Public License v 2.0", - "id": "564", - "license_text": "", - "spdx_abbrev": "ZPL-2.0", - "spdx_name": "Zope Public License 2.0", - "url": "http://old.zope.org/Resources/License/ZPL-2.0" - }, - "Zope Public License v 2.1": { - "approved": "yes", - "fedora_abbrev": "ZPLv2.1", - "fedora_name": "Zope Public License v 2.1", - "id": "565", - "license_text": "", - "spdx_abbrev": "ZPL-2.1", - "spdx_name": "Zope Public License 2.1", - "url": "http://old.zope.org/Resources/ZPL/" - }, - "apache-2.0": { - "approved": "yes", - "fedora_abbrev": "ASL 2.0", - "fedora_name": "Apache Software License 2.0", - "id": "577", - "license_text": "", - "spdx_abbrev": "Apache-2.0", - "spdx_name": "Apache License 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }, - "bzip2 and libbzip2 License v1.0.5": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "85", - "license_text": "", - "spdx_abbrev": "bzip2-1.0.5", - "spdx_name": "bzip2 and libbzip2 License v1.0.5", - "url": "http://bzip.org/1.0.5/bzip2-manual-1.0.5.html" - }, - "bzip2 and libbzip2 License v1.0.6": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "86", - "license_text": "", - "spdx_abbrev": "bzip2-1.0.6", - "spdx_name": "bzip2 and libbzip2 License v1.0.6", - "url": "https://github.com/asimonov-im/bzip2/blob/master/LICENSE" - }, - "curl License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "165", - "license_text": "", - "spdx_abbrev": "curl", - "spdx_name": "curl License", - "url": "https://github.com/bagder/curl/blob/master/COPYING" - }, - "diffmark license": { - "approved": "yes", - "fedora_abbrev": "diffmark", - "fedora_name": "diffmark license", - "id": "167", - "license_text": "", - "spdx_abbrev": "diffmark", - "spdx_name": "diffmark license", - "url": "https://fedoraproject.org/wiki/Licensing/diffmark" - }, - "dvipdfm License": { - "approved": "yes", - "fedora_abbrev": "dvipdfm", - "fedora_name": "dvipdfm License", - "id": "174", - "license_text": "", - "spdx_abbrev": "dvipdfm", - "spdx_name": "dvipdfm License", - "url": "https://fedoraproject.org/wiki/Licensing/dvipdfm" - }, - "eCos License v2.0": { - "approved": "yes", - "fedora_abbrev": "eCos", - "fedora_name": "eCos License v2.0", - "id": "179", - "license_text": "", - "spdx_abbrev": "eCos-2.0", - "spdx_name": "eCos license version 2.0", - "url": "https://www.gnu.org/licenses/ecos-license.html" - }, - "eCos Public License, v1.1": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "eCos Public License, v1.1", - "id": "180", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "" - }, - "eCos license version 2.0": { - "approved": "yes", - "fedora_abbrev": "eCos", - "fedora_name": "eCos License v2.0", - "id": "562", - "license_text": "", - "spdx_abbrev": "eCos-2.0", - "spdx_name": "eCos license version 2.0", - "url": "https://www.gnu.org/licenses/ecos-license.html" - }, - "eGenix.com Public License 1.1.0": { - "approved": "yes", - "fedora_abbrev": "eGenix", - "fedora_name": "eGenix.com Public License 1.1.0", - "id": "183", - "license_text": "", - "spdx_abbrev": "eGenix", - "spdx_name": "eGenix.com Public License 1.1.0", - "url": "http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf" - }, - "enna License": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "enna License", - "id": "188", - "license_text": "", - "spdx_abbrev": "MIT-enna", - "spdx_name": "enna License", - "url": "https://fedoraproject.org/wiki/Licensing/MIT#enna" - }, - "feh License": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "feh License", - "id": "200", - "license_text": "", - "spdx_abbrev": "MIT-feh", - "spdx_name": "feh License", - "url": "https://fedoraproject.org/wiki/Licensing/MIT#feh" - }, - "gSOAP Public License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "gSOAP Public License", - "id": "253", - "license_text": "", - "spdx_abbrev": "gSOAP-1.3b", - "spdx_name": "gSOAP Public License v1.3b", - "url": "http://www.cs.fsu.edu/~engelen/license.html" - }, - "gSOAP Public License v1.3b": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "gSOAP Public License", - "id": "254", - "license_text": "", - "spdx_abbrev": "gSOAP-1.3b", - "spdx_name": "gSOAP Public License v1.3b", - "url": "http://www.cs.fsu.edu/~engelen/license.html" - }, - "gnuplot License": { - "approved": "yes", - "fedora_abbrev": "gnuplot", - "fedora_name": "gnuplot License", - "id": "251", - "license_text": "", - "spdx_abbrev": "gnuplot", - "spdx_name": "gnuplot License", - "url": "https://fedoraproject.org/wiki/Licensing/Gnuplot" - }, - "iMatix Standard Function Library Agreement": { - "approved": "yes", - "fedora_abbrev": "iMatix", - "fedora_name": "iMatix Standard Function Library Agreement", - "id": "269", - "license_text": "", - "spdx_abbrev": "iMatix", - "spdx_name": "iMatix Standard Function Library Agreement", - "url": "http://legacy.imatix.com/html/sfl/sfl4.htm#license" - }, - "lha license": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "lha license", - "id": "300", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://packages.debian.org/changelogs/pool/non-free/l/lha/current/copyright" - }, - "libpng License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "302", - "license_text": "", - "spdx_abbrev": "Libpng", - "spdx_name": "libpng License", - "url": "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt" - }, - "libtiff License": { - "approved": "yes", - "fedora_abbrev": "libtiff", - "fedora_name": "libtiff License", - "id": "303", - "license_text": "", - "spdx_abbrev": "libtiff", - "spdx_name": "libtiff License", - "url": "https://fedoraproject.org/wiki/Licensing/libtiff" - }, - "mecab-ipadic license": { - "approved": "yes", - "fedora_abbrev": "mecab-ipadic", - "fedora_name": "mecab-ipadic license", - "id": "319", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.icot.or.jp/ARCHIVE/terms-and-conditions-for-IFS-J.html" - }, - "midnight License": { - "approved": "yes", - "fedora_abbrev": "midnight", - "fedora_name": "midnight License", - "id": "326", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/midnight" - }, - "mod_macro License": { - "approved": "yes", - "fedora_abbrev": "mod_macro", - "fedora_name": "mod_macro License", - "id": "332", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.cri.ensmp.fr/~coelho/mod_macro/mod_macro/LICENSE" - }, - "mpich2 License": { - "approved": "yes", - "fedora_abbrev": "MIT", - "fedora_name": "mpich2 License", - "id": "342", - "license_text": "", - "spdx_abbrev": "mpich2", - "spdx_name": "mpich2 License", - "url": "https://fedoraproject.org/wiki/Licensing/MIT" - }, - "mrouted license (old)": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "mrouted license (old)", - "id": "343", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/mrouted" - }, - "psfrag License": { - "approved": "yes", - "fedora_abbrev": "psfrag", - "fedora_name": "psfrag License", - "id": "427", - "license_text": "", - "spdx_abbrev": "psfrag", - "spdx_name": "psfrag License", - "url": "https://fedoraproject.org/wiki/Licensing/psfrag" - }, - "psutils License": { - "approved": "yes", - "fedora_abbrev": "psutils", - "fedora_name": "psutils License", - "id": "428", - "license_text": "", - "spdx_abbrev": "psutils", - "spdx_name": "psutils License", - "url": "https://fedoraproject.org/wiki/Licensing/psutils" - }, - "qmail License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "qmail License", - "id": "433", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://cr.yp.to/qmail/dist.html" - }, - "softSurfer License": { - "approved": "yes", - "fedora_abbrev": "softSurfer", - "fedora_name": "softSurfer License", - "id": "474", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/softSurfer" - }, - "unrar license": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "unrar license", - "id": "528", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing:Unrar?rd=Licensing/Unrar" - }, - "wxWidgets Library License": { - "approved": "yes", - "fedora_abbrev": "wxWidgets", - "fedora_name": "wxWidgets Library License", - "id": "540", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.wxwidgets.org/manuals/stable/wx_wxlicense.html" - }, - "wxWindows Library License": { - "approved": "unknown", - "fedora_abbrev": "", - "fedora_name": "", - "id": "572", - "license_text": "", - "spdx_abbrev": "WXwindows", - "spdx_name": "wxWindows Library License", - "url": "https://opensource.org/licenses/WXwindows" - }, - "xinetd License": { - "approved": "yes", - "fedora_abbrev": "xinetd", - "fedora_name": "xinetd License", - "id": "544", - "license_text": "", - "spdx_abbrev": "xinetd", - "spdx_name": "xinetd License", - "url": "https://fedoraproject.org/wiki/Licensing/Xinetd_License" - }, - "zlib License": { - "approved": "yes", - "fedora_abbrev": "zlib", - "fedora_name": "zlib/libpng License", - "id": "559", - "license_text": "", - "spdx_abbrev": "Zlib", - "spdx_name": "zlib License", - "url": "http://www.zlib.net/zlib_license.html" - }, - "zlib/libpng License": { - "approved": "yes", - "fedora_abbrev": "zlib", - "fedora_name": "zlib/libpng License", - "id": "557", - "license_text": "", - "spdx_abbrev": "Zlib", - "spdx_name": "zlib License", - "url": "http://www.zlib.net/zlib_license.html" - }, - "zlib/libpng License with Acknowledgement": { - "approved": "yes", - "fedora_abbrev": "zlib with acknowledgement", - "fedora_name": "zlib/libpng License with Acknowledgement", - "id": "558", - "license_text": "", - "spdx_abbrev": "zlib-acknowledgement", - "spdx_name": "zlib/libpng License with Acknowledgement", - "url": "https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement" - }, - "CP/M License": { - "approved": "yes", - "fedora_abbrev": "CPM", - "fedora_name": "CP/M License", - "id": "590", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/CPM" - }, - "Fraunhofer FDK AAC License": { - "approved": "yes", - "fedora_abbrev": "FDK-AAC", - "fedora_name": "Fraunhofer FDK AAC License", - "id": "591", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/FDK-AAC" - }, - "FSF All Permissive license": { - "approved": "yes", - "fedora_abbrev": "FSFAP", - "fedora_name": "FSF All Permissive license", - "id": "592", - "license_text": "", - "spdx_abbrev": "FSFAP", - "spdx_name": "FSF All Permissive License", - "url": "https://fedoraproject.org/wiki/Licensing/FSFAP" - }, - "SCRIP License": { - "approved": "yes", - "fedora_abbrev": "SCRIP", - "fedora_name": "SCRIP License", - "id": "593", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/SCRIP" - }, - "Apple's Common Documentation License, Version 1.0": { - "approved": "yes", - "fedora_abbrev": "CDL", - "fedora_name": "Apple's Common Documentation License, Version 1.0", - "id": "596", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Common_Documentation_License" - }, - "Creative Commons Attribution license": { - "approved": "yes", - "fedora_abbrev": "CC-BY", - "fedora_name": "Creative Commons Attribution license", - "id": "597", - "license_text": "https://spdx.org/licenses/CC-BY-3.0.html#licenseText", - "spdx_abbrev": "CC-BY-3.0", - "spdx_name": "Creative Commons Attribution 3.0", - "url": "http://creativecommons.org/licenses/by/3.0/" - }, - "Creative Commons Attribution-ShareAlike": { - "approved": "yes", - "fedora_abbrev": "CC-BY-SA", - "fedora_name": "Creative Commons Attribution-ShareAlike", - "id": "598", - "license_text": "", - "spdx_abbrev": "CC-BY-SA-3.0", - "spdx_name": "Creative Commons Attribution Share Alike 3.0", - "url": "http://creativecommons.org/licenses/by-sa/3.0/" - }, - "FreeBSD Documentation License": { - "approved": "yes", - "fedora_abbrev": "FBSDDL", - "fedora_name": "FreeBSD Documentation License", - "id": "599", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.freebsd.org/copyright/freebsd-doc-license.html" - }, - "GNU Free Documentation License": { - "approved": "yes", - "fedora_abbrev": "GFDL", - "fedora_name": "GNU Free Documentation License", - "id": "600", - "license_text": "", - "spdx_abbrev": "GFDL-1.3", - "spdx_name": "GNU Free Documentation License v1.3", - "url": "http://www.fsf.org/licensing/licenses/fdl.html" - }, - "IEEE and Open Group Documentation License": { - "approved": "yes", - "fedora_abbrev": "IEEE", - "fedora_name": "IEEE and Open Group Documentation License", - "id": "601", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/IEEEDocLicense" - }, - "Linux Documentation Project License": { - "approved": "yes", - "fedora_abbrev": "LDPL", - "fedora_name": "Linux Documentation Project License", - "id": "602", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://tldp.org/COPYRIGHT.html" - }, - "Old FSF Documentation License": { - "approved": "yes", - "fedora_abbrev": "OFSFDL", - "fedora_name": "Old FSF Documentation License", - "id": "603", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/OldFSFDocLicense" - }, - "Open Publication License, v1.0": { - "approved": "yes", - "fedora_abbrev": "Open Publication", - "fedora_name": "Open Publication License, v1.0", - "id": "604", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://opencontent.org/openpub/" - }, - "Public Use License, v1.0": { - "approved": "yes", - "fedora_abbrev": "Public Use", - "fedora_name": "Public Use License, v1.0", - "id": "605", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/PublicUseLicense" - }, - "Verbatim License": { - "approved": "yes", - "fedora_abbrev": "Verbatim", - "fedora_name": "Verbatim License", - "id": "606", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/VerbatimLicense" - }, - "Open Content License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Open Content License", - "id": "607", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://opencontent.org/opl.shtml" - }, - "Open Directory License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Open Directory License", - "id": "608", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://dmoz.org/license.html" - }, - "W3C Documentation License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "W3C Documentation License", - "id": "609", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.w3.org/Consortium/Legal/copyright-documents" - }, - "Creative Commons Attribution-NoDerivs": { - "approved": "yes", - "fedora_abbrev": "CC-BY-ND", - "fedora_name": "Creative Commons Attribution-NoDerivs", - "id": "610", - "license_text": "", - "spdx_abbrev": "CC-BY-ND-3.0", - "spdx_name": "Creative Commons Attribution No Derivatives 3.0", - "url": "http://creativecommons.org/licenses/by-nd/3.0/" - }, - "Design Science License": { - "approved": "yes", - "fedora_abbrev": "DSL", - "fedora_name": "Design Science License", - "id": "611", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.fsf.org/licensing/licenses/dsl.html" - }, - "Distributed Management Task Force License": { - "approved": "yes", - "fedora_abbrev": "DMTF", - "fedora_name": "Distributed Management Task Force License", - "id": "612", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/DMTF" - }, - "EFF Open Audio License v1": { - "approved": "yes", - "fedora_abbrev": "OAL", - "fedora_name": "EFF Open Audio License v1", - "id": "613", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/OpenAudioLicense" - }, - "Ethymonics Free Music License": { - "approved": "yes", - "fedora_abbrev": "EFML", - "fedora_name": "Ethymonics Free Music License", - "id": "614", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Ethymonics_Free_Music_License" - }, - "Free Art License": { - "approved": "yes", - "fedora_abbrev": "Free Art", - "fedora_name": "Free Art License", - "id": "615", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://artlibre.org/licence/lalgb.html" - }, - "GeoGratis Licence Agreement": { - "approved": "yes", - "fedora_abbrev": "GeoGratis", - "fedora_name": "GeoGratis Licence Agreement", - "id": "616", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://geogratis.cgdi.gc.ca/geogratis/en/licence.jsp" - }, - "LinuxTag Green OpenMusic License": { - "approved": "yes", - "fedora_abbrev": "Green OpenMusic", - "fedora_name": "LinuxTag Green OpenMusic License", - "id": "617", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://openmusic.linuxtag.org/green.html" - }, - "Open Data License (GeoLite Country and GeoLite City databases)": { - "approved": "yes", - "fedora_abbrev": "BSD with advertising", - "fedora_name": "Open Data License (GeoLite Country and GeoLite City databases)", - "id": "618", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/BSD#OpenData_Variant" - }, - "CAcert Non-Related Persons Disclaimer and License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "CAcert Non-Related Persons Disclaimer and License", - "id": "619", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.cacert.org/policy/NRPDisclaimerAndLicence.php" - }, - "Creative Commons Attribution-NonCommercial-NoDerivs": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Creative Commons Attribution-NonCommercial-NoDerivs", - "id": "620", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-ND-3.0", - "spdx_name": "Creative Commons Attribution Non Commercial No Derivatives 3.0", - "url": "http://creativecommons.org/licenses/by-nc-nd/3.0/" - }, - "Creative Commons Attribution-NonCommercial": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Creative Commons Attribution-NonCommercial", - "id": "621", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-3.0", - "spdx_name": "Creative Commons Attribution Non Commercial 3.0", - "url": "http://www.cacert.org/policy/NRPDisclaimerAndLicence.php" - }, - "Creative Commons Attribution-NonCommercial-ShareAlike": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Creative Commons Attribution-NonCommercial-ShareAlike", - "id": "622", - "license_text": "", - "spdx_abbrev": "CC-BY-NC-SA-3.0", - "spdx_name": "Creative Commons Attribution Non Commercial Share Alike 3.0", - "url": "http://creativecommons.org/licenses/by-nc-sa/3.0/" - }, - "Creative Commons Sampling Plus 1.0": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Creative Commons Sampling Plus 1.0", - "id": "623", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://creativecommons.org/licenses/sampling+/1.0/legalcode" - }, - "LinuxTag Yellow OpenMusic License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "LinuxTag Yellow OpenMusic License", - "id": "624", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://openmusic.linuxtag.org/yellow.html" - }, - "Adobe/TUG Utopia license agreement": { - "approved": "yes", - "fedora_abbrev": "Utopia", - "fedora_name": "Adobe/TUG Utopia license agreement", - "id": "625", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://tug.org/fonts/utopia/LICENSE-utopia.txt" - }, - "AMS Bluesky Font License": { - "approved": "yes", - "fedora_abbrev": "AMS", - "fedora_name": "AMS Bluesky Font License", - "id": "626", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/AMS" - }, - "Arphic Public License": { - "approved": "yes", - "fedora_abbrev": "Arphic", - "fedora_name": "Arphic Public License", - "id": "627", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE" - }, - "Baekmuk License": { - "approved": "yes", - "fedora_abbrev": "Baekmuk", - "fedora_name": "Baekmuk License", - "id": "628", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Baekmuk" - }, - "Bitstream Vera Font License": { - "approved": "yes", - "fedora_abbrev": "Bitstream Vera", - "fedora_name": "Bitstream Vera Font License", - "id": "629", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts" - }, - "Charter License": { - "approved": "yes", - "fedora_abbrev": "Charter", - "fedora_name": "Charter License", - "id": "630", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Charter" - }, - "DoubleStroke Font License": { - "approved": "yes", - "fedora_abbrev": "DoubleStroke", - "fedora_name": "DoubleStroke Font License", - "id": "631", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Fonts/DoubleStroke" - }, - "ec Font License": { - "approved": "yes", - "fedora_abbrev": "ec", - "fedora_name": "ec Font License", - "id": "632", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Fonts/ec" - }, - "Elvish Font License": { - "approved": "yes", - "fedora_abbrev": "Elvish", - "fedora_name": "Elvish Font License", - "id": "633", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Elvish" - }, - "GUST Font License": { - "approved": "yes", - "fedora_abbrev": "LPPL", - "fedora_name": "GUST Font License", - "id": "634", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt" - }, - "Hack Open Font License": { - "approved": "yes", - "fedora_abbrev": "HOFL", - "fedora_name": "Hack Open Font License", - "id": "635", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/HackOpenFontLicense" - }, - "Hershey Font License": { - "approved": "yes", - "fedora_abbrev": "Hershey", - "fedora_name": "Hershey Font License", - "id": "636", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/HersheyFontLicense" - }, - "IPA Font License": { - "approved": "yes", - "fedora_abbrev": "IPA", - "fedora_name": "IPA Font License", - "id": "637", - "license_text": "", - "spdx_abbrev": "IPA", - "spdx_name": "IPA Font License", - "url": "https://fedoraproject.org/wiki/Licensing/IPAFontLicense" - }, - "Liberation Font License": { - "approved": "yes", - "fedora_abbrev": "Liberation", - "fedora_name": "Liberation Font License", - "id": "638", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/LiberationFontLicense" - }, - "Lucida Legal Notice": { - "approved": "yes", - "fedora_abbrev": "Lucida", - "fedora_name": "Lucida Legal Notice", - "id": "639", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Lucida" - }, - "MgOpen Font License": { - "approved": "yes", - "fedora_abbrev": "MgOpen", - "fedora_name": "MgOpen Font License", - "id": "640", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Fonts/MgOpen" - }, - "mplus Font License": { - "approved": "yes", - "fedora_abbrev": "mplus", - "fedora_name": "mplus Font License", - "id": "641", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/mplus" - }, - "ParaType Font License": { - "approved": "yes", - "fedora_abbrev": "PTFL", - "fedora_name": "ParaType Font License", - "id": "642", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Fonts/ParaType_Font_License" - }, - "Punknova Font License": { - "approved": "yes", - "fedora_abbrev": "Punknova", - "fedora_name": "Punknova Font License", - "id": "643", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Fonts/Punknova" - }, - "STIX Fonts User License": { - "approved": "yes", - "fedora_abbrev": "STIX", - "fedora_name": "STIX Fonts User License", - "id": "644", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/STIXFontsUserLicense" - }, - "Wadalab Font License": { - "approved": "yes", - "fedora_abbrev": "Wadalab", - "fedora_name": "Wadalab Font License", - "id": "645", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/Wadalab" - }, - "XANO Mincho Font License": { - "approved": "yes", - "fedora_abbrev": "XANO", - "fedora_name": "XANO Mincho Font License", - "id": "646", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/MinchoFontLicense" - }, - "DIP SIPA Font License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "DIP SIPA Font License", - "id": "647", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/DIP_SIPA_Font_License" - }, - "Larabie Fonts License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Larabie Fonts License", - "id": "648", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/LarabieFontsLicense" - }, - "Literat Font License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "Literat Font License", - "id": "649", - "license_text": "", - "spdx_abbrev": "", - "spdx_name": "", - "url": "https://fedoraproject.org/wiki/Licensing/LiteratFontLicense" - }, - "Array Input Method Public License": { - "approved": "yes", - "fedora_abbrev": "Array", - "fedora_name": "Array Input Method Public License", - "id": "652", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "https://fedoraproject.org/wiki/Licensing/Array" - }, - "BSD + Patent License": { - "approved": "yes", - "fedora_abbrev": "BSD-2-Clause-Patent", - "fedora_name": "", - "id": "653", - "license_text": "", - "spdx_abbrev": "BSD-2-Clause-Patent", - "spdx_name": "BSD-2-Clause Plus Patent License", - "url": "https://fedoraproject.org/wiki/Licensing/BSD-2-Clause-Patent" - }, - "Inner Net License": { - "approved": "yes", - "fedora_abbrev": "Inner-Net", - "fedora_name": "Inner Net License", - "id": "654", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "https://fedoraproject.org/wiki/Licensing/Inner_Net_License" - }, - "NIST Software License": { - "approved": "yes", - "fedora_abbrev": "NISTSL", - "fedora_name": "NIST Software License", - "id": "655", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "https://fedoraproject.org/wiki/Licensing/NISTSL" - }, - "Perl License (variant)": { - "approved": "yes", - "fedora_abbrev": "GPLv2+ or Artistic", - "fedora_name": "Perl License (variant)", - "id": "656", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "" - }, - "Perl License (variant)": { - "approved": "yes", - "fedora_abbrev": "LGPLv2+ or Artistic", - "fedora_name": "Perl License (variant)", - "id": "657", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "" - }, - "radvd License": { - "approved": "yes", - "fedora_abbrev": "radvd", - "fedora_name": "radvd License", - "id": "658", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "https://fedoraproject.org/wiki/Licensing/radvd_License" - }, - "Tumbolia Public License": { - "approved": "yes", - "fedora_abbrev": "Tumbolia", - "fedora_name": "Tumbolia Public License", - "id": "659", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "https://fedoraproject.org/wiki/Licensing/Tumbolia" - }, - "wxWindows Library License v 3.1": { - "approved": "yes", - "fedora_abbrev": "wxWindows", - "fedora_name": "wxWindows Library License v 3.1", - "id": "660", - "license_text": "", - "spdx_abbrev": "WXwindows", - "spdx_name": "wxWindows Library License", - "url": "https://opensource.org/licenses/WXwindows" - }, - "Commons Clause": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "", - "id": "661", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "https://fedoraproject.org/wiki/Licensing/CommonsClause" - }, - "lha license": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "", - "id": "662", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "http://packages.debian.org/changelogs/pool/non-free/l/lha/current/copyright" - }, - "Server Side Public License v1 (SSPL)": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "", - "id": "663", - "license_text": "", - "spdx_abbrev": "SSPL-1.0", - "spdx_name": "Server Side Public License, v 1", - "url": "https://fedoraproject.org/wiki/Licensing/SSPL" - }, - "Data license Germany - attribution 2.0": { - "approved": "yes", - "fedora_abbrev": "DL-DE-BY", - "fedora_name": "Data license Germany - attribution 2.0", - "id": "664", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "https://www.govdata.de/dl-de/by-2-0" - }, - "License Ouverte": { - "approved": "yes", - "fedora_abbrev": "Ouverte", - "fedora_name": "License Ouverte", - "id": "665", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "https://www.etalab.gouv.fr/licence-ouverte-open-licence" - }, - "Ubuntu Font License": { - "approved": "no", - "fedora_abbrev": "", - "fedora_name": "", - "id": "666", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-04-21", - "spdx_name": "#No official SPDX support as of 20202-04-21", - "url": "https://fedoraproject.org/wiki/Licensing/UbuntuFontLicense" - }, - "Firmware": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "Redistributable, no modification permitted", - "id": "667", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-09-10", - "spdx_name": "#No official SPDX support as of 2020-09-10", - "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_firmware" - }, - "Distributable": { - "approved": "yes", - "fedora_abbrev": "", - "fedora_name": "Freely redistributable without restriction", - "id": "668", - "license_text": "", - "spdx_abbrev": "#No official SPDX support as of 2020-09-10", - "spdx_name": "#No official SPDX support as of 2020-09-10", - "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_distributable" - } -} diff --git a/orig/fedora_abbrev/#official Fedora abbreviation if license is in Fedora list#.yml b/orig/fedora_abbrev/#official Fedora abbreviation if license is in Fedora list#.yml deleted file mode 100644 index d805071..0000000 --- a/orig/fedora_abbrev/#official Fedora abbreviation if license is in Fedora list#.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: '#has legal approved this license; if no|unknown ask legal#' -fedora_abbrev: '#official Fedora abbreviation if license is in Fedora list#' -fedora_name: '#official Fedora full name if license is in Fedora list#' -id: '0' -license_text: '#not used yet#' -name: '#alias of license#' -spdx_abbrev: '#official SPDX abbreviation if license is in SPDX list#' -spdx_name: '#official SPDX full name if license is in SPDX list#' -url: '#url containing the license text#' diff --git a/orig/fedora_abbrev/0BSD.yml b/orig/fedora_abbrev/0BSD.yml deleted file mode 100644 index 89e44f0..0000000 --- a/orig/fedora_abbrev/0BSD.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: 0BSD -fedora_name: Zero-Clause BSD -id: '84' -license_text: '' -name: BSD Zero Clause License -spdx_abbrev: 0BSD -spdx_name: BSD Zero Clause License -url: https://fedoraproject.org/wiki/Licensing/ZeroClauseBSD diff --git a/orig/fedora_abbrev/AAL.yml b/orig/fedora_abbrev/AAL.yml deleted file mode 100644 index 3df57a9..0000000 --- a/orig/fedora_abbrev/AAL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: AAL -fedora_name: Attribution Assurance License -id: '55' -license_text: '' -name: Attribution Assurance License -spdx_abbrev: AAL -spdx_name: Attribution Assurance License -url: http://opensource.org/licenses/attribution.php diff --git a/orig/fedora_abbrev/ADSL.yml b/orig/fedora_abbrev/ADSL.yml deleted file mode 100644 index e12ea85..0000000 --- a/orig/fedora_abbrev/ADSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ADSL -fedora_name: Amazon Digital Services License -id: '26' -license_text: '' -name: Amazon Digital Services License -spdx_abbrev: ADSL -spdx_name: Amazon Digital Services License -url: https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense diff --git a/orig/fedora_abbrev/AFL.yml b/orig/fedora_abbrev/AFL.yml deleted file mode 100644 index af3e99e..0000000 --- a/orig/fedora_abbrev/AFL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: AFL -fedora_name: Academic Free License -id: '10' -license_text: '' -name: Academic Free License v3.0 -spdx_abbrev: AFL-3.0 -spdx_name: Academic Free License v3.0 -url: http://opensource.org/licenses/afl-3.0.php diff --git a/orig/fedora_abbrev/AGPLv1.yml b/orig/fedora_abbrev/AGPLv1.yml deleted file mode 100644 index da23b1e..0000000 --- a/orig/fedora_abbrev/AGPLv1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: AGPLv1 -fedora_name: Affero General Public License 1.0 -id: '21' -license_text: '' -name: Affero General Public License v1.0 -spdx_abbrev: AGPL-1.0 -spdx_name: Affero General Public License v1.0 -url: http://www.affero.org/oagpl.html diff --git a/orig/fedora_abbrev/AGPLv3 with exceptions.yml b/orig/fedora_abbrev/AGPLv3 with exceptions.yml deleted file mode 100644 index cb209ed..0000000 --- a/orig/fedora_abbrev/AGPLv3 with exceptions.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: AGPLv3 with exceptions -fedora_name: Affero General Public License 3.0 with Zarafa trademark exceptions -id: '20' -license_text: '' -name: Affero General Public License 3.0 with Zarafa trademark exceptions -spdx_abbrev: '' -spdx_name: '' -url: http://www.zarafa.com/content/affero-gplv3 diff --git a/orig/fedora_abbrev/AGPLv3+.yml b/orig/fedora_abbrev/AGPLv3+.yml deleted file mode 100644 index 3ccc1b2..0000000 --- a/orig/fedora_abbrev/AGPLv3+.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: AGPLv3+ -fedora_name: Affero General Public License 3.0 or later -id: '19' -license_text: '' -name: Affero General Public License 3.0 or later -spdx_abbrev: '' -spdx_name: '' -url: http://www.fsf.org/licensing/licenses/agpl-3.0.html diff --git a/orig/fedora_abbrev/AGPLv3.yml b/orig/fedora_abbrev/AGPLv3.yml deleted file mode 100644 index acd1c79..0000000 --- a/orig/fedora_abbrev/AGPLv3.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: AGPLv3 -fedora_name: Affero General Public License 3.0 -id: '18' -license_text: '' -name: Affero General Public License 3.0 -spdx_abbrev: AGPL-3.0 -spdx_name: GNU Affero General Public License v3.0 -url: https://spdx.org/licenses/AGPL-3.0.html diff --git a/orig/fedora_abbrev/AMDPLPA.yml b/orig/fedora_abbrev/AMDPLPA.yml deleted file mode 100644 index 325e990..0000000 --- a/orig/fedora_abbrev/AMDPLPA.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: AMDPLPA -fedora_name: AMD's plpa_map.c License -id: '28' -license_text: '' -name: AMD's plpa_map.c License -spdx_abbrev: AMDPLPA -spdx_name: AMD's plpa_map.c License -url: https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License diff --git a/orig/fedora_abbrev/AML.yml b/orig/fedora_abbrev/AML.yml deleted file mode 100644 index e69dd27..0000000 --- a/orig/fedora_abbrev/AML.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: AML -fedora_name: Apple MIT License -id: '38' -license_text: '' -name: Apple MIT License -spdx_abbrev: AML -spdx_name: Apple MIT License -url: https://fedoraproject.org/wiki/Licensing/Apple_MIT_License diff --git a/orig/fedora_abbrev/AMPAS BSD.yml b/orig/fedora_abbrev/AMPAS BSD.yml deleted file mode 100644 index b05d1eb..0000000 --- a/orig/fedora_abbrev/AMPAS BSD.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: AMPAS BSD -fedora_name: Academy of Motion Picture Arts and Sciences BSD -id: '11' -license_text: '' -name: Academy of Motion Picture Arts and Sciences BSD -spdx_abbrev: AMPAS -spdx_name: Academy of Motion Picture Arts and Sciences BSD -url: https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD diff --git a/orig/fedora_abbrev/AMS.yml b/orig/fedora_abbrev/AMS.yml deleted file mode 100644 index 345b719..0000000 --- a/orig/fedora_abbrev/AMS.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: AMS -fedora_name: AMS Bluesky Font License -id: '626' -license_text: '' -name: AMS Bluesky Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/AMS diff --git a/orig/fedora_abbrev/ANTLR-PD.yml b/orig/fedora_abbrev/ANTLR-PD.yml deleted file mode 100644 index 8d3f19f..0000000 --- a/orig/fedora_abbrev/ANTLR-PD.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ANTLR-PD -fedora_name: ANTLR Software Rights Notice -id: '29' -license_text: '' -name: ANTLR Software Rights Notice -spdx_abbrev: ANTLR-PD -spdx_name: ANTLR Software Rights Notice -url: http://www.antlr2.org/license.html diff --git a/orig/fedora_abbrev/APAFML.yml b/orig/fedora_abbrev/APAFML.yml deleted file mode 100644 index 3ffad41..0000000 --- a/orig/fedora_abbrev/APAFML.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: APAFML -fedora_name: Adobe Postscript AFM License -id: '15' -license_text: '' -name: Adobe Postscript AFM License -spdx_abbrev: APAFML -spdx_name: Adobe Postscript AFM License -url: https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM diff --git a/orig/fedora_abbrev/APSL 2.0.yml b/orig/fedora_abbrev/APSL 2.0.yml deleted file mode 100644 index e659607..0000000 --- a/orig/fedora_abbrev/APSL 2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: APSL 2.0 -fedora_name: Apple Public Source License 2.0 -id: '42' -license_text: '' -name: Apple Public Source License 2.0 -spdx_abbrev: APSL-2.0 -spdx_name: Apple Public Source License 2.0 -url: http://www.opensource.apple.com/license/apsl/ diff --git a/orig/fedora_abbrev/ARL.yml b/orig/fedora_abbrev/ARL.yml deleted file mode 100644 index 5a431dc..0000000 --- a/orig/fedora_abbrev/ARL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ARL -fedora_name: Aspell-ru License -id: '53' -license_text: '' -name: Aspell-ru License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/AspellRu diff --git a/orig/fedora_abbrev/ASL 1.0.yml b/orig/fedora_abbrev/ASL 1.0.yml deleted file mode 100644 index 83a9abc..0000000 --- a/orig/fedora_abbrev/ASL 1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ASL 1.0 -fedora_name: Apache Software License 1.0 -id: '33' -license_text: '' -name: Apache Software License 1.0 -spdx_abbrev: Apache-1.0 -spdx_name: Apache License 1.0 -url: http://www.apache.org/licenses/LICENSE-1.0 diff --git a/orig/fedora_abbrev/ASL 1.1.yml b/orig/fedora_abbrev/ASL 1.1.yml deleted file mode 100644 index a3ed0a2..0000000 --- a/orig/fedora_abbrev/ASL 1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ASL 1.1 -fedora_name: QuickFix License -id: '436' -license_text: '' -name: QuickFix License -spdx_abbrev: '' -spdx_name: '' -url: http://www.quickfixengine.org/quickfix/doc/html/license.html diff --git a/orig/fedora_abbrev/ASL 2.0.yml b/orig/fedora_abbrev/ASL 2.0.yml deleted file mode 100644 index 0d2dd94..0000000 --- a/orig/fedora_abbrev/ASL 2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ASL 2.0 -fedora_name: Apache Software License 2.0 -id: '577' -license_text: '' -name: apache-2.0 -spdx_abbrev: Apache-2.0 -spdx_name: Apache License 2.0 -url: http://www.apache.org/licenses/LICENSE-2.0 diff --git a/orig/fedora_abbrev/Abstyles.yml b/orig/fedora_abbrev/Abstyles.yml deleted file mode 100644 index d3ec3cc..0000000 --- a/orig/fedora_abbrev/Abstyles.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Abstyles -fedora_name: Abstyles License -id: '4' -license_text: '' -name: Abstyles License -spdx_abbrev: Abstyles -spdx_name: Abstyles License -url: https://fedoraproject.org/wiki/Licensing/Abstyles diff --git a/orig/fedora_abbrev/Adobe.yml b/orig/fedora_abbrev/Adobe.yml deleted file mode 100644 index c702c59..0000000 --- a/orig/fedora_abbrev/Adobe.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Adobe -fedora_name: Adobe Systems Incorporated Source Code License Agreement -id: '16' -license_text: '' -name: Adobe Systems Incorporated Source Code License Agreement -spdx_abbrev: Adobe-2006 -spdx_name: Adobe Systems Incorporated Source Code License Agreement -url: https://fedoraproject.org/wiki/Licensing/AdobeLicense diff --git a/orig/fedora_abbrev/Afmparse.yml b/orig/fedora_abbrev/Afmparse.yml deleted file mode 100644 index ce9a8e6..0000000 --- a/orig/fedora_abbrev/Afmparse.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Afmparse -fedora_name: Afmparse License -id: '22' -license_text: '' -name: Afmparse License -spdx_abbrev: Afmparse -spdx_name: Afmparse License -url: https://fedoraproject.org/wiki/Licensing/Afmparse diff --git a/orig/fedora_abbrev/App-s2p.yml b/orig/fedora_abbrev/App-s2p.yml deleted file mode 100644 index 56364cb..0000000 --- a/orig/fedora_abbrev/App-s2p.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: App-s2p -fedora_name: App::s2p License -id: '44' -license_text: '' -name: App::s2p License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/App-s2p diff --git a/orig/fedora_abbrev/Arphic.yml b/orig/fedora_abbrev/Arphic.yml deleted file mode 100644 index b7729b5..0000000 --- a/orig/fedora_abbrev/Arphic.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Arphic -fedora_name: Arphic Public License -id: '627' -license_text: '' -name: Arphic Public License -spdx_abbrev: '' -spdx_name: '' -url: http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE diff --git a/orig/fedora_abbrev/Array.yml b/orig/fedora_abbrev/Array.yml deleted file mode 100644 index 3dc3057..0000000 --- a/orig/fedora_abbrev/Array.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Array -fedora_name: Array Input Method Public License -id: '652' -license_text: '' -name: Array Input Method Public License -spdx_abbrev: '#No official SPDX support as of 2020-04-21' -spdx_name: '#No official SPDX support as of 20202-04-21' -url: https://fedoraproject.org/wiki/Licensing/Array diff --git a/orig/fedora_abbrev/Artistic 2.0.yml b/orig/fedora_abbrev/Artistic 2.0.yml deleted file mode 100644 index 016a663..0000000 --- a/orig/fedora_abbrev/Artistic 2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Artistic 2.0 -fedora_name: Artistic 2.0 -id: '52' -license_text: '' -name: Artistic License 2.0 -spdx_abbrev: Artistic-2.0 -spdx_name: Artistic License 2.0 -url: http://www.perlfoundation.org/artistic_license_2_0 diff --git a/orig/fedora_abbrev/Artistic clarified.yml b/orig/fedora_abbrev/Artistic clarified.yml deleted file mode 100644 index 27c1b8f..0000000 --- a/orig/fedora_abbrev/Artistic clarified.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Artistic clarified -fedora_name: Artistic (clarified) -id: '100' -license_text: '' -name: Clarified Artistic License -spdx_abbrev: ClArtistic -spdx_name: Clarified Artistic License -url: https://fedoraproject.org/wiki/Licensing:ArtisticClarified?rd=Licensing/ArtisticClarified diff --git a/orig/fedora_abbrev/BSD Protection.yml b/orig/fedora_abbrev/BSD Protection.yml deleted file mode 100644 index d61481c..0000000 --- a/orig/fedora_abbrev/BSD Protection.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: BSD Protection -fedora_name: BSD Protection License -id: '81' -license_text: '' -name: BSD Protection License -spdx_abbrev: BSD-Protection -spdx_name: BSD Protection License -url: https://fedoraproject.org/wiki/Licensing/BSD_Protection_License diff --git a/orig/fedora_abbrev/BSD with advertising.yml b/orig/fedora_abbrev/BSD with advertising.yml deleted file mode 100644 index e345bbc..0000000 --- a/orig/fedora_abbrev/BSD with advertising.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: BSD with advertising -fedora_name: Open Data License (GeoLite Country and GeoLite City databases) -id: '618' -license_text: '' -name: Open Data License (GeoLite Country and GeoLite City databases) -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/BSD#OpenData_Variant diff --git a/orig/fedora_abbrev/BSD with attribution.yml b/orig/fedora_abbrev/BSD with attribution.yml deleted file mode 100644 index 0c1b24a..0000000 --- a/orig/fedora_abbrev/BSD with attribution.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: BSD with attribution -fedora_name: BSD with attribution -id: '83' -license_text: '' -name: BSD with attribution -spdx_abbrev: BSD-3-Clause-Attribution -spdx_name: BSD with attribution -url: https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution diff --git a/orig/fedora_abbrev/BSD-2-Clause-Patent.yml b/orig/fedora_abbrev/BSD-2-Clause-Patent.yml deleted file mode 100644 index 419de88..0000000 --- a/orig/fedora_abbrev/BSD-2-Clause-Patent.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: BSD-2-Clause-Patent -fedora_name: '' -id: '653' -license_text: '' -name: BSD + Patent License -spdx_abbrev: BSD-2-Clause-Patent -spdx_name: BSD-2-Clause Plus Patent License -url: https://fedoraproject.org/wiki/Licensing/BSD-2-Clause-Patent diff --git a/orig/fedora_abbrev/BSD.yml b/orig/fedora_abbrev/BSD.yml deleted file mode 100644 index 8171de0..0000000 --- a/orig/fedora_abbrev/BSD.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: BSD -fedora_name: Metasploit Framework License (post 2006) -id: '321' -license_text: '' -name: Metasploit Framework License (post 2006) -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Metasploit_Framework_License diff --git a/orig/fedora_abbrev/Baekmuk.yml b/orig/fedora_abbrev/Baekmuk.yml deleted file mode 100644 index 919a775..0000000 --- a/orig/fedora_abbrev/Baekmuk.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Baekmuk -fedora_name: Baekmuk License -id: '628' -license_text: '' -name: Baekmuk License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Baekmuk diff --git a/orig/fedora_abbrev/Bahyph.yml b/orig/fedora_abbrev/Bahyph.yml deleted file mode 100644 index e8fa2f9..0000000 --- a/orig/fedora_abbrev/Bahyph.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Bahyph -fedora_name: Bahyph License -id: '56' -license_text: '' -name: Bahyph License -spdx_abbrev: Bahyph -spdx_name: Bahyph License -url: https://fedoraproject.org/wiki/Licensing/Bahyph diff --git a/orig/fedora_abbrev/Barr.yml b/orig/fedora_abbrev/Barr.yml deleted file mode 100644 index ae94851..0000000 --- a/orig/fedora_abbrev/Barr.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Barr -fedora_name: Barr License -id: '57' -license_text: '' -name: Barr License -spdx_abbrev: Barr -spdx_name: Barr License -url: https://fedoraproject.org/wiki/Licensing/Barr diff --git a/orig/fedora_abbrev/BeOpen.yml b/orig/fedora_abbrev/BeOpen.yml deleted file mode 100644 index 7185022..0000000 --- a/orig/fedora_abbrev/BeOpen.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: BeOpen -fedora_name: BeOpen Open Source License Agreement Version 1 -id: '59' -license_text: '' -name: BeOpen Open Source License Agreement Version 1 -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/BeOpen diff --git a/orig/fedora_abbrev/Beerware.yml b/orig/fedora_abbrev/Beerware.yml deleted file mode 100644 index fabce4c..0000000 --- a/orig/fedora_abbrev/Beerware.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Beerware -fedora_name: Beerware License -id: '58' -license_text: '' -name: Beerware License -spdx_abbrev: Beerware -spdx_name: Beerware License -url: https://fedoraproject.org/wiki/Licensing/Beerware diff --git a/orig/fedora_abbrev/Bibtex.yml b/orig/fedora_abbrev/Bibtex.yml deleted file mode 100644 index f9cdbad..0000000 --- a/orig/fedora_abbrev/Bibtex.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Bibtex -fedora_name: Bibtex License -id: '60' -license_text: '' -name: Bibtex License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Bibtex diff --git a/orig/fedora_abbrev/BitTorrent.yml b/orig/fedora_abbrev/BitTorrent.yml deleted file mode 100644 index 5e02e35..0000000 --- a/orig/fedora_abbrev/BitTorrent.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: BitTorrent -fedora_name: BitTorrent License -id: '63' -license_text: '' -name: BitTorrent Open Source License v1.1 -spdx_abbrev: BitTorrent-1.1 -spdx_name: BitTorrent Open Source License v1.1 -url: https://fedoraproject.org/wiki/Licensing/BitTorrent_Open_Source_License diff --git a/orig/fedora_abbrev/Bitstream Vera.yml b/orig/fedora_abbrev/Bitstream Vera.yml deleted file mode 100644 index 82f716e..0000000 --- a/orig/fedora_abbrev/Bitstream Vera.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Bitstream Vera -fedora_name: Bitstream Vera Font License -id: '629' -license_text: '' -name: Bitstream Vera Font License -spdx_abbrev: '' -spdx_name: '' -url: http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts diff --git a/orig/fedora_abbrev/Boost.yml b/orig/fedora_abbrev/Boost.yml deleted file mode 100644 index 1960c13..0000000 --- a/orig/fedora_abbrev/Boost.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Boost -fedora_name: Boost Software License -id: '65' -license_text: '' -name: Boost Software License 1.0 -spdx_abbrev: BSL-1.0 -spdx_name: Boost Software License 1.0 -url: http://www.boost.org/LICENSE_1_0.txt diff --git a/orig/fedora_abbrev/Borceux.yml b/orig/fedora_abbrev/Borceux.yml deleted file mode 100644 index e3c01f3..0000000 --- a/orig/fedora_abbrev/Borceux.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Borceux -fedora_name: Borceux license -id: '66' -license_text: '' -name: Borceux license -spdx_abbrev: Borceux -spdx_name: Borceux license -url: https://fedoraproject.org/wiki/Licensing/Borceux diff --git a/orig/fedora_abbrev/CATOSL.yml b/orig/fedora_abbrev/CATOSL.yml deleted file mode 100644 index 136be35..0000000 --- a/orig/fedora_abbrev/CATOSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CATOSL -fedora_name: Computer Associates Trusted Open Source License 1.1 -id: '119' -license_text: '' -name: Computer Associates Trusted Open Source License 1.1 -spdx_abbrev: CATOSL-1.1 -spdx_name: Computer Associates Trusted Open Source License 1.1 -url: http://opensource.org/licenses/CATOSL-1.1 diff --git a/orig/fedora_abbrev/CC-BY-ND.yml b/orig/fedora_abbrev/CC-BY-ND.yml deleted file mode 100644 index b44b738..0000000 --- a/orig/fedora_abbrev/CC-BY-ND.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CC-BY-ND -fedora_name: Creative Commons Attribution-NoDerivs -id: '610' -license_text: '' -name: Creative Commons Attribution-NoDerivs -spdx_abbrev: CC-BY-ND-3.0 -spdx_name: Creative Commons Attribution No Derivatives 3.0 -url: http://creativecommons.org/licenses/by-nd/3.0/ diff --git a/orig/fedora_abbrev/CC-BY-SA.yml b/orig/fedora_abbrev/CC-BY-SA.yml deleted file mode 100644 index fcce06b..0000000 --- a/orig/fedora_abbrev/CC-BY-SA.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CC-BY-SA -fedora_name: Creative Commons Attribution-ShareAlike -id: '598' -license_text: '' -name: Creative Commons Attribution-ShareAlike -spdx_abbrev: CC-BY-SA-3.0 -spdx_name: Creative Commons Attribution Share Alike 3.0 -url: http://creativecommons.org/licenses/by-sa/3.0/ diff --git a/orig/fedora_abbrev/CC-BY.yml b/orig/fedora_abbrev/CC-BY.yml deleted file mode 100644 index 74e9bcd..0000000 --- a/orig/fedora_abbrev/CC-BY.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CC-BY -fedora_name: Creative Commons Attribution license -id: '597' -license_text: https://spdx.org/licenses/CC-BY-3.0.html#licenseText -name: Creative Commons Attribution license -spdx_abbrev: CC-BY-3.0 -spdx_name: Creative Commons Attribution 3.0 -url: http://creativecommons.org/licenses/by/3.0/ diff --git a/orig/fedora_abbrev/CC0.yml b/orig/fedora_abbrev/CC0.yml deleted file mode 100644 index 2d34baf..0000000 --- a/orig/fedora_abbrev/CC0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CC0 -fedora_name: Creative Commons Zero 1.0 Universal -id: '581' -license_text: '' -name: Public Domain, per Creative Commons CC0 -spdx_abbrev: CC0-1.0 -spdx_name: Creative Commons Zero v1.0 Universal -url: http://creativecommons.org/publicdomain/zero/1.0/legalcode diff --git a/orig/fedora_abbrev/CDDL-1.0.yml b/orig/fedora_abbrev/CDDL-1.0.yml deleted file mode 100644 index 630045f..0000000 --- a/orig/fedora_abbrev/CDDL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CDDL-1.0 -fedora_name: Common Development Distribution License 1.0 -id: '111' -license_text: '' -name: Common Development and Distribution License 1.0 -spdx_abbrev: CDDL-1.0 -spdx_name: Common Development and Distribution License 1.0 -url: http://repository.jboss.org/licenses/cddl.txt diff --git a/orig/fedora_abbrev/CDDL-1.1.yml b/orig/fedora_abbrev/CDDL-1.1.yml deleted file mode 100644 index f8e77e0..0000000 --- a/orig/fedora_abbrev/CDDL-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CDDL-1.1 -fedora_name: Common Development Distribution License 1.1 -id: '113' -license_text: '' -name: Common Development and Distribution License version 1.1 -spdx_abbrev: CDDL-1.1 -spdx_name: Common Development and Distribution License 1.1 -url: https://javaee.github.io/glassfish/LICENSE diff --git a/orig/fedora_abbrev/CDL.yml b/orig/fedora_abbrev/CDL.yml deleted file mode 100644 index 2f2952b..0000000 --- a/orig/fedora_abbrev/CDL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CDL -fedora_name: Apple's Common Documentation License, Version 1.0 -id: '596' -license_text: '' -name: Apple's Common Documentation License, Version 1.0 -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Common_Documentation_License diff --git a/orig/fedora_abbrev/CNRI.yml b/orig/fedora_abbrev/CNRI.yml deleted file mode 100644 index 04f594d..0000000 --- a/orig/fedora_abbrev/CNRI.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CNRI -fedora_name: CNRI License (Old Python) -id: '106' -license_text: '' -name: CNRI Python License -spdx_abbrev: CNRI-Python -spdx_name: CNRI Python License -url: http://www.opensource.org/licenses/CNRI-Python diff --git a/orig/fedora_abbrev/CPAL.yml b/orig/fedora_abbrev/CPAL.yml deleted file mode 100644 index 3c04e93..0000000 --- a/orig/fedora_abbrev/CPAL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CPAL -fedora_name: CPAL License 1.0 -id: '115' -license_text: '' -name: Common Public Attribution License 1.0 -spdx_abbrev: CPAL-1.0 -spdx_name: Common Public Attribution License 1.0 -url: http://www.opensource.org/licenses/CPAL-1.0 diff --git a/orig/fedora_abbrev/CPL.yml b/orig/fedora_abbrev/CPL.yml deleted file mode 100644 index 887f8b4..0000000 --- a/orig/fedora_abbrev/CPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CPL -fedora_name: Common Public License -id: '118' -license_text: '' -name: Common Public License, Version 1.0 -spdx_abbrev: CPL-1.0 -spdx_name: Common Public License 1.0 -url: http://www.eclipse.org/legal/cpl-v10.html diff --git a/orig/fedora_abbrev/CPM.yml b/orig/fedora_abbrev/CPM.yml deleted file mode 100644 index 3cdcd78..0000000 --- a/orig/fedora_abbrev/CPM.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CPM -fedora_name: CP/M License -id: '590' -license_text: '' -name: CP/M License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/CPM diff --git a/orig/fedora_abbrev/CRC32.yml b/orig/fedora_abbrev/CRC32.yml deleted file mode 100644 index 4db31b3..0000000 --- a/orig/fedora_abbrev/CRC32.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CRC32 -fedora_name: CRC32 License -id: '124' -license_text: '' -name: CRC32 License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/CRC32 diff --git a/orig/fedora_abbrev/CeCILL-B.yml b/orig/fedora_abbrev/CeCILL-B.yml deleted file mode 100644 index ee66f15..0000000 --- a/orig/fedora_abbrev/CeCILL-B.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CeCILL-B -fedora_name: CeCILL-B License -id: '90' -license_text: '' -name: CeCILL-B License -spdx_abbrev: CECILL-B -spdx_name: CeCILL-B Free Software License Agreement -url: http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html diff --git a/orig/fedora_abbrev/CeCILL-C.yml b/orig/fedora_abbrev/CeCILL-C.yml deleted file mode 100644 index 0f8dc85..0000000 --- a/orig/fedora_abbrev/CeCILL-C.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CeCILL-C -fedora_name: CeCILL-C License -id: '92' -license_text: '' -name: CeCILL-C License -spdx_abbrev: CECILL-C -spdx_name: CeCILL-C Free Software License Agreement -url: http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.html diff --git a/orig/fedora_abbrev/CeCILL.yml b/orig/fedora_abbrev/CeCILL.yml deleted file mode 100644 index 011daf2..0000000 --- a/orig/fedora_abbrev/CeCILL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: CeCILL -fedora_name: CeCILL License v2 -id: '98' -license_text: '' -name: CeCILL License v2 -spdx_abbrev: CECILL-2.0 -spdx_name: CeCILL Free Software License Agreement v2.0 -url: http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html diff --git a/orig/fedora_abbrev/Charter.yml b/orig/fedora_abbrev/Charter.yml deleted file mode 100644 index e20e63f..0000000 --- a/orig/fedora_abbrev/Charter.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Charter -fedora_name: Charter License -id: '630' -license_text: '' -name: Charter License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Charter diff --git a/orig/fedora_abbrev/Condor.yml b/orig/fedora_abbrev/Condor.yml deleted file mode 100644 index 8837706..0000000 --- a/orig/fedora_abbrev/Condor.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Condor -fedora_name: Condor Public License -id: '120' -license_text: '' -name: Condor Public License -spdx_abbrev: '' -spdx_name: '' -url: http://research.cs.wisc.edu/htcondor/license.html diff --git a/orig/fedora_abbrev/Copyright only.yml b/orig/fedora_abbrev/Copyright only.yml deleted file mode 100644 index ed268a4..0000000 --- a/orig/fedora_abbrev/Copyright only.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Copyright only -fedora_name: Copyright Attribution Only -id: '122' -license_text: '' -name: Copyright Attribution Only -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/CopyrightOnly diff --git a/orig/fedora_abbrev/Crossword.yml b/orig/fedora_abbrev/Crossword.yml deleted file mode 100644 index 06456f0..0000000 --- a/orig/fedora_abbrev/Crossword.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Crossword -fedora_name: Crossword License -id: '160' -license_text: '' -name: Crossword License -spdx_abbrev: Crossword -spdx_name: Crossword License -url: https://fedoraproject.org/wiki/Licensing/Crossword diff --git a/orig/fedora_abbrev/Crystal Stacker.yml b/orig/fedora_abbrev/Crystal Stacker.yml deleted file mode 100644 index 2439c4a..0000000 --- a/orig/fedora_abbrev/Crystal Stacker.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Crystal Stacker -fedora_name: Crystal Stacker License -id: '162' -license_text: '' -name: Crystal Stacker License -spdx_abbrev: CrystalStacker -spdx_name: CrystalStacker License -url: https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd=Licensing/CrystalStacker diff --git a/orig/fedora_abbrev/Cube.yml b/orig/fedora_abbrev/Cube.yml deleted file mode 100644 index bfc5206..0000000 --- a/orig/fedora_abbrev/Cube.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Cube -fedora_name: Cube License -id: '164' -license_text: '' -name: Cube License -spdx_abbrev: Cube -spdx_name: Cube License -url: https://fedoraproject.org/wiki/Licensing/Cube diff --git a/orig/fedora_abbrev/DL-DE-BY.yml b/orig/fedora_abbrev/DL-DE-BY.yml deleted file mode 100644 index 410f02d..0000000 --- a/orig/fedora_abbrev/DL-DE-BY.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: DL-DE-BY -fedora_name: Data license Germany - attribution 2.0 -id: '664' -license_text: '' -name: Data license Germany - attribution 2.0 -spdx_abbrev: '#No official SPDX support as of 2020-04-21' -spdx_name: '#No official SPDX support as of 20202-04-21' -url: https://www.govdata.de/dl-de/by-2-0 diff --git a/orig/fedora_abbrev/DMIT.yml b/orig/fedora_abbrev/DMIT.yml deleted file mode 100644 index bda5b09..0000000 --- a/orig/fedora_abbrev/DMIT.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: DMIT -fedora_name: Docbook MIT License -id: '168' -license_text: '' -name: Docbook MIT License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/DMIT diff --git a/orig/fedora_abbrev/DMTF.yml b/orig/fedora_abbrev/DMTF.yml deleted file mode 100644 index 0be6326..0000000 --- a/orig/fedora_abbrev/DMTF.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: DMTF -fedora_name: Distributed Management Task Force License -id: '612' -license_text: '' -name: Distributed Management Task Force License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/DMTF diff --git a/orig/fedora_abbrev/DOC.yml b/orig/fedora_abbrev/DOC.yml deleted file mode 100644 index 8466d13..0000000 --- a/orig/fedora_abbrev/DOC.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: DOC -fedora_name: DOC License -id: '169' -license_text: '' -name: DOC License -spdx_abbrev: DOC -spdx_name: DOC License -url: http://www.cs.wustl.edu/~schmidt/ACE-copying.html diff --git a/orig/fedora_abbrev/DSDP.yml b/orig/fedora_abbrev/DSDP.yml deleted file mode 100644 index dd91248..0000000 --- a/orig/fedora_abbrev/DSDP.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: DSDP -fedora_name: DSDP License -id: '173' -license_text: '' -name: DSDP License -spdx_abbrev: DSDP -spdx_name: DSDP License -url: https://fedoraproject.org/wiki/Licensing/DSDP diff --git a/orig/fedora_abbrev/DSL.yml b/orig/fedora_abbrev/DSL.yml deleted file mode 100644 index 573ce77..0000000 --- a/orig/fedora_abbrev/DSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: DSL -fedora_name: Design Science License -id: '611' -license_text: '' -name: Design Science License -spdx_abbrev: '' -spdx_name: '' -url: http://www.fsf.org/licensing/licenses/dsl.html diff --git a/orig/fedora_abbrev/DWPL.yml b/orig/fedora_abbrev/DWPL.yml deleted file mode 100644 index 63025cc..0000000 --- a/orig/fedora_abbrev/DWPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: DWPL -fedora_name: DO WHATEVER PUBLIC LICENSE -id: '171' -license_text: '' -name: DO WHATEVER PUBLIC LICENSE -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/DWPL diff --git a/orig/fedora_abbrev/Dotseqn.yml b/orig/fedora_abbrev/Dotseqn.yml deleted file mode 100644 index 0d01c8e..0000000 --- a/orig/fedora_abbrev/Dotseqn.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Dotseqn -fedora_name: Dotseqn License -id: '170' -license_text: '' -name: Dotseqn License -spdx_abbrev: Dotseqn -spdx_name: Dotseqn License -url: https://fedoraproject.org/wiki/Licensing/Dotseqn diff --git a/orig/fedora_abbrev/DoubleStroke.yml b/orig/fedora_abbrev/DoubleStroke.yml deleted file mode 100644 index 7f4118f..0000000 --- a/orig/fedora_abbrev/DoubleStroke.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: DoubleStroke -fedora_name: DoubleStroke Font License -id: '631' -license_text: '' -name: DoubleStroke Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Fonts/DoubleStroke diff --git a/orig/fedora_abbrev/ECL 1.0.yml b/orig/fedora_abbrev/ECL 1.0.yml deleted file mode 100644 index a365e38..0000000 --- a/orig/fedora_abbrev/ECL 1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ECL 1.0 -fedora_name: Educational Community License 1.0 -id: '181' -license_text: '' -name: Educational Community License 1.0 -spdx_abbrev: ECL-1.0 -spdx_name: Educational Community License v1.0 -url: http://opensource.org/licenses/ECL-1.0 diff --git a/orig/fedora_abbrev/ECL 2.0.yml b/orig/fedora_abbrev/ECL 2.0.yml deleted file mode 100644 index f0ff85d..0000000 --- a/orig/fedora_abbrev/ECL 2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ECL 2.0 -fedora_name: Educational Community License 2.0 -id: '182' -license_text: '' -name: Educational Community License 2.0 -spdx_abbrev: ECL-2.0 -spdx_name: Educational Community License v2.0 -url: http://opensource.org/licenses/ECL-2.0 diff --git a/orig/fedora_abbrev/EFL 2.0.yml b/orig/fedora_abbrev/EFL 2.0.yml deleted file mode 100644 index 5430e7c..0000000 --- a/orig/fedora_abbrev/EFL 2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: EFL 2.0 -fedora_name: Eiffel Forum License 2.0 -id: '185' -license_text: '' -name: Eiffel Forum License 2.0 -spdx_abbrev: EFL-2.0 -spdx_name: Eiffel Forum License v2.0 -url: http://www.eiffel-nice.org/license/eiffel-forum-license-2.html diff --git a/orig/fedora_abbrev/EFML.yml b/orig/fedora_abbrev/EFML.yml deleted file mode 100644 index 1455f7b..0000000 --- a/orig/fedora_abbrev/EFML.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: EFML -fedora_name: Ethymonics Free Music License -id: '614' -license_text: '' -name: Ethymonics Free Music License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Ethymonics_Free_Music_License diff --git a/orig/fedora_abbrev/EPICS.yml b/orig/fedora_abbrev/EPICS.yml deleted file mode 100644 index 0b8079b..0000000 --- a/orig/fedora_abbrev/EPICS.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: EPICS -fedora_name: EPICS Open License -id: '191' -license_text: '' -name: EPICS Open License -spdx_abbrev: '' -spdx_name: '' -url: http://www.aps.anl.gov/epics/license/open.php diff --git a/orig/fedora_abbrev/EPL-1.0.yml b/orig/fedora_abbrev/EPL-1.0.yml deleted file mode 100644 index 3849837..0000000 --- a/orig/fedora_abbrev/EPL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: EPL-1.0 -fedora_name: Eclipse Public License 1.0 -id: '178' -license_text: '' -name: Eclipse Public License, Version 1.0 -spdx_abbrev: EPL-1.0 -spdx_name: Eclipse Public License 1.0 -url: http://repository.jboss.org/licenses/epl-1.0.txt diff --git a/orig/fedora_abbrev/ERPL.yml b/orig/fedora_abbrev/ERPL.yml deleted file mode 100644 index 1cc6dd7..0000000 --- a/orig/fedora_abbrev/ERPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ERPL -fedora_name: Erlang Public License 1.1 -id: '192' -license_text: '' -name: Erlang Public License 1.1 -spdx_abbrev: ErlPL-1.1 -spdx_name: Erlang Public License v1.1 -url: http://www.erlang.org/EPLICENSE diff --git a/orig/fedora_abbrev/EU Datagrid.yml b/orig/fedora_abbrev/EU Datagrid.yml deleted file mode 100644 index b059217..0000000 --- a/orig/fedora_abbrev/EU Datagrid.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: EU Datagrid -fedora_name: EU Datagrid Software License -id: '193' -license_text: '' -name: EU Datagrid Software License -spdx_abbrev: EUDatagrid -spdx_name: EU DataGrid Software License -url: http://eu-datagrid.web.cern.ch/eu-datagrid/license.html diff --git a/orig/fedora_abbrev/EUPL 1.1.yml b/orig/fedora_abbrev/EUPL 1.1.yml deleted file mode 100644 index a917009..0000000 --- a/orig/fedora_abbrev/EUPL 1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: EUPL 1.1 -fedora_name: European Union Public License 1.1 -id: '195' -license_text: '' -name: European Union Public License 1.1 -spdx_abbrev: EUPL-1.1 -spdx_name: European Union Public License 1.1 -url: https://joinup.ec.europa.eu/software/page/eupl/licence-eupl diff --git a/orig/fedora_abbrev/Elvish.yml b/orig/fedora_abbrev/Elvish.yml deleted file mode 100644 index a2bc28b..0000000 --- a/orig/fedora_abbrev/Elvish.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Elvish -fedora_name: Elvish Font License -id: '633' -license_text: '' -name: Elvish Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Elvish diff --git a/orig/fedora_abbrev/Entessa.yml b/orig/fedora_abbrev/Entessa.yml deleted file mode 100644 index bcb288f..0000000 --- a/orig/fedora_abbrev/Entessa.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Entessa -fedora_name: Entessa Public License -id: '190' -license_text: '' -name: Entessa Public License v1.0 -spdx_abbrev: Entessa -spdx_name: Entessa Public License v1.0 -url: http://opensource.org/licenses/Entessa diff --git a/orig/fedora_abbrev/Eurosym.yml b/orig/fedora_abbrev/Eurosym.yml deleted file mode 100644 index 4626c41..0000000 --- a/orig/fedora_abbrev/Eurosym.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Eurosym -fedora_name: Eurosym License -id: '197' -license_text: '' -name: Eurosym License -spdx_abbrev: Eurosym -spdx_name: Eurosym License -url: https://fedoraproject.org/wiki/Licensing/Eurosym diff --git a/orig/fedora_abbrev/FBSDDL.yml b/orig/fedora_abbrev/FBSDDL.yml deleted file mode 100644 index efb70fc..0000000 --- a/orig/fedora_abbrev/FBSDDL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: FBSDDL -fedora_name: FreeBSD Documentation License -id: '599' -license_text: '' -name: FreeBSD Documentation License -spdx_abbrev: '' -spdx_name: '' -url: http://www.freebsd.org/copyright/freebsd-doc-license.html diff --git a/orig/fedora_abbrev/FDK-AAC.yml b/orig/fedora_abbrev/FDK-AAC.yml deleted file mode 100644 index 5fce201..0000000 --- a/orig/fedora_abbrev/FDK-AAC.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: FDK-AAC -fedora_name: Fraunhofer FDK AAC License -id: '591' -license_text: '' -name: Fraunhofer FDK AAC License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/FDK-AAC diff --git a/orig/fedora_abbrev/FSFAP.yml b/orig/fedora_abbrev/FSFAP.yml deleted file mode 100644 index 844f91d..0000000 --- a/orig/fedora_abbrev/FSFAP.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: FSFAP -fedora_name: FSF All Permissive license -id: '592' -license_text: '' -name: FSF All Permissive license -spdx_abbrev: FSFAP -spdx_name: FSF All Permissive License -url: https://fedoraproject.org/wiki/Licensing/FSFAP diff --git a/orig/fedora_abbrev/FSFUL.yml b/orig/fedora_abbrev/FSFUL.yml deleted file mode 100644 index 22f79a3..0000000 --- a/orig/fedora_abbrev/FSFUL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: FSFUL -fedora_name: FSF Unlimited License -id: '210' -license_text: '' -name: FSF Unlimited License -spdx_abbrev: FSFUL -spdx_name: FSF Unlimited License -url: https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License diff --git a/orig/fedora_abbrev/FSFULLR.yml b/orig/fedora_abbrev/FSFULLR.yml deleted file mode 100644 index 85df75c..0000000 --- a/orig/fedora_abbrev/FSFULLR.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: FSFULLR -fedora_name: FSF Unlimited License (with License Retention) -id: '211' -license_text: '' -name: FSF Unlimited License (with License Retention) -spdx_abbrev: FSFULLR -spdx_name: FSF Unlimited License (with License Retention) -url: https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant diff --git a/orig/fedora_abbrev/FTL.yml b/orig/fedora_abbrev/FTL.yml deleted file mode 100644 index e141094..0000000 --- a/orig/fedora_abbrev/FTL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: FTL -fedora_name: Freetype License -id: '207' -license_text: '' -name: Freetype Project License -spdx_abbrev: FTL -spdx_name: Freetype Project License -url: http://freetype.fis.uniroma2.it/FTL.TXT diff --git a/orig/fedora_abbrev/Fair.yml b/orig/fedora_abbrev/Fair.yml deleted file mode 100644 index fef3b98..0000000 --- a/orig/fedora_abbrev/Fair.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Fair -fedora_name: Fair License -id: '198' -license_text: '' -name: Fair License -spdx_abbrev: Fair -spdx_name: Fair License -url: http://www.opensource.org/licenses/Fair diff --git a/orig/fedora_abbrev/Free Art.yml b/orig/fedora_abbrev/Free Art.yml deleted file mode 100644 index 6d65579..0000000 --- a/orig/fedora_abbrev/Free Art.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Free Art -fedora_name: Free Art License -id: '615' -license_text: '' -name: Free Art License -spdx_abbrev: '' -spdx_name: '' -url: http://artlibre.org/licence/lalgb.html diff --git a/orig/fedora_abbrev/GFDL.yml b/orig/fedora_abbrev/GFDL.yml deleted file mode 100644 index 6c61701..0000000 --- a/orig/fedora_abbrev/GFDL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GFDL -fedora_name: GNU Free Documentation License -id: '600' -license_text: '' -name: GNU Free Documentation License -spdx_abbrev: GFDL-1.3 -spdx_name: GNU Free Documentation License v1.3 -url: http://www.fsf.org/licensing/licenses/fdl.html diff --git a/orig/fedora_abbrev/GL2PS.yml b/orig/fedora_abbrev/GL2PS.yml deleted file mode 100644 index af811ce..0000000 --- a/orig/fedora_abbrev/GL2PS.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GL2PS -fedora_name: GL2PS License -id: '213' -license_text: '' -name: GL2PS License -spdx_abbrev: GL2PS -spdx_name: GL2PS License -url: http://www.geuz.org/gl2ps/COPYING.GL2PS diff --git a/orig/fedora_abbrev/GPL+ or Artistic.yml b/orig/fedora_abbrev/GPL+ or Artistic.yml deleted file mode 100644 index 4250642..0000000 --- a/orig/fedora_abbrev/GPL+ or Artistic.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPL+ or Artistic -fedora_name: Perl License -id: '416' -license_text: '' -name: Perl License -spdx_abbrev: '' -spdx_name: '' -url: http://dev.perl.org/licenses/ diff --git a/orig/fedora_abbrev/GPL+ with exceptions.yml b/orig/fedora_abbrev/GPL+ with exceptions.yml deleted file mode 100644 index 0f08aed..0000000 --- a/orig/fedora_abbrev/GPL+ with exceptions.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPL+ with exceptions -fedora_name: GNU General Public License v2.0 only, with font embedding exception -id: '566' -license_text: '' -name: GNU General Public License v2.0 w/Font exception -spdx_abbrev: GPL-2.0-with-font-exception -spdx_name: GNU General Public License v2.0 w/Font exception -url: http://www.gnu.org/licenses/gpl-faq.html#FontException diff --git a/orig/fedora_abbrev/GPL+.yml b/orig/fedora_abbrev/GPL+.yml deleted file mode 100644 index 7cf3ba7..0000000 --- a/orig/fedora_abbrev/GPL+.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPL+ -fedora_name: GNU General Public License v1.0 or later -id: '223' -license_text: '' -name: GNU General Public License v1.0 or later -spdx_abbrev: GPL-1.0+ -spdx_name: GNU General Public License v1.0 or later -url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html diff --git a/orig/fedora_abbrev/GPLv1.yml b/orig/fedora_abbrev/GPLv1.yml deleted file mode 100644 index 7e833b6..0000000 --- a/orig/fedora_abbrev/GPLv1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPLv1 -fedora_name: GNU General Public License v1.0 only -id: '222' -license_text: '' -name: GNU General Public License v1.0 only -spdx_abbrev: GPL-1.0 -spdx_name: GNU General Public License v1.0 only -url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html diff --git a/orig/fedora_abbrev/GPLv2 with exceptions.yml b/orig/fedora_abbrev/GPLv2 with exceptions.yml deleted file mode 100644 index 42f1d94..0000000 --- a/orig/fedora_abbrev/GPLv2 with exceptions.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPLv2 with exceptions -fedora_name: MySQL License -id: '348' -license_text: '' -name: MySQL License -spdx_abbrev: '' -spdx_name: '' -url: http://www.mysql.com/company/legal/licensing/foss-exception.html diff --git a/orig/fedora_abbrev/GPLv2+ with exceptions.yml b/orig/fedora_abbrev/GPLv2+ with exceptions.yml deleted file mode 100644 index af01843..0000000 --- a/orig/fedora_abbrev/GPLv2+ with exceptions.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPLv2+ with exceptions -fedora_name: GNU General Public License v2.0 or later, with font embedding exception -id: '229' -license_text: '' -name: GNU General Public License v2.0 or later, with font embedding exception -spdx_abbrev: '' -spdx_name: '' -url: http://www.gnu.org/licenses/gpl-faq.html#FontException diff --git a/orig/fedora_abbrev/GPLv2+.yml b/orig/fedora_abbrev/GPLv2+.yml deleted file mode 100644 index 94aa19c..0000000 --- a/orig/fedora_abbrev/GPLv2+.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPLv2+ -fedora_name: GNU General Public License v2.0 or later -id: '227' -license_text: '' -name: GNU General Public License v2.0 or later -spdx_abbrev: GPL-2.0+ -spdx_name: GNU General Public License v2.0 or later -url: https://spdx.org/licenses/GPL-2.0+.html diff --git a/orig/fedora_abbrev/GPLv2.yml b/orig/fedora_abbrev/GPLv2.yml deleted file mode 100644 index a951aac..0000000 --- a/orig/fedora_abbrev/GPLv2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPLv2 -fedora_name: GNU General Public License v2.0 only -id: '224' -license_text: '' -name: GNU General Public License v2.0 only -spdx_abbrev: GPL-2.0 -spdx_name: GNU General Public License v2.0 only -url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html diff --git a/orig/fedora_abbrev/GPLv3 with exceptions.yml b/orig/fedora_abbrev/GPLv3 with exceptions.yml deleted file mode 100644 index 71f92dd..0000000 --- a/orig/fedora_abbrev/GPLv3 with exceptions.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPLv3 with exceptions -fedora_name: GNU General Public License v3.0 only, with font embedding exception -id: '232' -license_text: '' -name: GNU General Public License v3.0 only, with font embedding exception -spdx_abbrev: '' -spdx_name: '' -url: http://www.gnu.org/licenses/gpl-faq.html#FontException diff --git a/orig/fedora_abbrev/GPLv3+ with exceptions.yml b/orig/fedora_abbrev/GPLv3+ with exceptions.yml deleted file mode 100644 index 2ad8516..0000000 --- a/orig/fedora_abbrev/GPLv3+ with exceptions.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPLv3+ with exceptions -fedora_name: GNU General Public License v3.0 or later, with font embedding exception -id: '235' -license_text: '' -name: GNU General Public License v3.0 or later, with font embedding exception -spdx_abbrev: '' -spdx_name: '' -url: http://www.gnu.org/licenses/gpl-faq.html#FontException diff --git a/orig/fedora_abbrev/GPLv3+.yml b/orig/fedora_abbrev/GPLv3+.yml deleted file mode 100644 index 412af55..0000000 --- a/orig/fedora_abbrev/GPLv3+.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPLv3+ -fedora_name: GNU General Public License v3.0 or later -id: '233' -license_text: '' -name: GNU General Public License v3.0 or later -spdx_abbrev: GPL-3.0+ -spdx_name: GNU General Public License v3.0 or later -url: https://www.gnu.org/licenses/gpl.html diff --git a/orig/fedora_abbrev/GPLv3.yml b/orig/fedora_abbrev/GPLv3.yml deleted file mode 100644 index 4972b24..0000000 --- a/orig/fedora_abbrev/GPLv3.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GPLv3 -fedora_name: GNU General Public License v3.0 only -id: '230' -license_text: '' -name: GNU General Public License v3.0 only -spdx_abbrev: GPL-3.0 -spdx_name: GNU General Public License v3.0 only -url: http://www.gnu.org/licenses/gpl-3.0-standalone.html diff --git a/orig/fedora_abbrev/GeoGratis.yml b/orig/fedora_abbrev/GeoGratis.yml deleted file mode 100644 index 65cbd7a..0000000 --- a/orig/fedora_abbrev/GeoGratis.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: GeoGratis -fedora_name: GeoGratis Licence Agreement -id: '616' -license_text: '' -name: GeoGratis Licence Agreement -spdx_abbrev: '' -spdx_name: '' -url: http://geogratis.cgdi.gc.ca/geogratis/en/licence.jsp diff --git a/orig/fedora_abbrev/Giftware.yml b/orig/fedora_abbrev/Giftware.yml deleted file mode 100644 index 19ac903..0000000 --- a/orig/fedora_abbrev/Giftware.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Giftware -fedora_name: Giftware License -id: '212' -license_text: '' -name: Giftware License -spdx_abbrev: Giftware -spdx_name: Giftware License -url: http://alleg.sourceforge.net//license.html diff --git a/orig/fedora_abbrev/Glide.yml b/orig/fedora_abbrev/Glide.yml deleted file mode 100644 index 50f5532..0000000 --- a/orig/fedora_abbrev/Glide.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Glide -fedora_name: 3dfx Glide License -id: '1' -license_text: '' -name: 3dfx Glide License -spdx_abbrev: Glide -spdx_name: 3dfx Glide License -url: http://www.users.on.net/~triforce/glidexp/COPYING.txt diff --git a/orig/fedora_abbrev/Glulxe.yml b/orig/fedora_abbrev/Glulxe.yml deleted file mode 100644 index d4ef59f..0000000 --- a/orig/fedora_abbrev/Glulxe.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Glulxe -fedora_name: Glulxe License -id: '214' -license_text: '' -name: Glulxe License -spdx_abbrev: Glulxe -spdx_name: Glulxe License -url: https://fedoraproject.org/wiki/Licensing/Glulxe diff --git a/orig/fedora_abbrev/Green OpenMusic.yml b/orig/fedora_abbrev/Green OpenMusic.yml deleted file mode 100644 index ac0b2eb..0000000 --- a/orig/fedora_abbrev/Green OpenMusic.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Green OpenMusic -fedora_name: LinuxTag Green OpenMusic License -id: '617' -license_text: '' -name: LinuxTag Green OpenMusic License -spdx_abbrev: '' -spdx_name: '' -url: http://openmusic.linuxtag.org/green.html diff --git a/orig/fedora_abbrev/HOFL.yml b/orig/fedora_abbrev/HOFL.yml deleted file mode 100644 index 426f4d8..0000000 --- a/orig/fedora_abbrev/HOFL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: HOFL -fedora_name: Hack Open Font License -id: '635' -license_text: '' -name: Hack Open Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/HackOpenFontLicense diff --git a/orig/fedora_abbrev/HSRL.yml b/orig/fedora_abbrev/HSRL.yml deleted file mode 100644 index 044b6dc..0000000 --- a/orig/fedora_abbrev/HSRL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: HSRL -fedora_name: Henry Spencer Reg-Ex Library License -id: '476' -license_text: '' -name: Spencer License 94 -spdx_abbrev: Spencer-94 -spdx_name: Spencer License 94 -url: https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License diff --git a/orig/fedora_abbrev/HaskellReport.yml b/orig/fedora_abbrev/HaskellReport.yml deleted file mode 100644 index 9806dae..0000000 --- a/orig/fedora_abbrev/HaskellReport.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: HaskellReport -fedora_name: Haskell Language Report License -id: '257' -license_text: '' -name: Haskell Language Report License -spdx_abbrev: HaskellReport -spdx_name: Haskell Language Report License -url: https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License diff --git a/orig/fedora_abbrev/Hershey.yml b/orig/fedora_abbrev/Hershey.yml deleted file mode 100644 index 71562fc..0000000 --- a/orig/fedora_abbrev/Hershey.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Hershey -fedora_name: Hershey Font License -id: '636' -license_text: '' -name: Hershey Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/HersheyFontLicense diff --git a/orig/fedora_abbrev/IBM.yml b/orig/fedora_abbrev/IBM.yml deleted file mode 100644 index d542b6a..0000000 --- a/orig/fedora_abbrev/IBM.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: IBM -fedora_name: IBM Public License -id: '265' -license_text: '' -name: IBM Public License v1.0 -spdx_abbrev: IPL-1.0 -spdx_name: IBM Public License v1.0 -url: http://www.opensource.org/licenses/IPL-1.0 diff --git a/orig/fedora_abbrev/IEEE.yml b/orig/fedora_abbrev/IEEE.yml deleted file mode 100644 index c81586b..0000000 --- a/orig/fedora_abbrev/IEEE.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: IEEE -fedora_name: IEEE and Open Group Documentation License -id: '601' -license_text: '' -name: IEEE and Open Group Documentation License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/IEEEDocLicense diff --git a/orig/fedora_abbrev/IJG.yml b/orig/fedora_abbrev/IJG.yml deleted file mode 100644 index 20c2e45..0000000 --- a/orig/fedora_abbrev/IJG.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: IJG -fedora_name: Independent JPEG Group License -id: '271' -license_text: '' -name: Independent JPEG Group License -spdx_abbrev: IJG -spdx_name: Independent JPEG Group License -url: http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev=1.2 diff --git a/orig/fedora_abbrev/IPA.yml b/orig/fedora_abbrev/IPA.yml deleted file mode 100644 index 316f72f..0000000 --- a/orig/fedora_abbrev/IPA.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: IPA -fedora_name: IPA Font License -id: '637' -license_text: '' -name: IPA Font License -spdx_abbrev: IPA -spdx_name: IPA Font License -url: https://fedoraproject.org/wiki/Licensing/IPAFontLicense diff --git a/orig/fedora_abbrev/ISC.yml b/orig/fedora_abbrev/ISC.yml deleted file mode 100644 index c002a25..0000000 --- a/orig/fedora_abbrev/ISC.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ISC -fedora_name: ISC License (Bind, DHCP Server) -id: '280' -license_text: '' -name: ISC License (Bind, DHCP Server) -spdx_abbrev: ISC -spdx_name: ISC License -url: http://www.isc.org/downloads/software-support-policy/isc-license/ diff --git a/orig/fedora_abbrev/ImageMagick.yml b/orig/fedora_abbrev/ImageMagick.yml deleted file mode 100644 index 3c3a0e6..0000000 --- a/orig/fedora_abbrev/ImageMagick.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ImageMagick -fedora_name: ImageMagick License -id: '268' -license_text: '' -name: ImageMagick License -spdx_abbrev: ImageMagick -spdx_name: ImageMagick License -url: http://www.imagemagick.org/script/license.php diff --git a/orig/fedora_abbrev/Imlib2.yml b/orig/fedora_abbrev/Imlib2.yml deleted file mode 100644 index 80e3bac..0000000 --- a/orig/fedora_abbrev/Imlib2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Imlib2 -fedora_name: Imlib2 License -id: '270' -license_text: '' -name: Imlib2 License -spdx_abbrev: Imlib2 -spdx_name: Imlib2 License -url: http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING diff --git a/orig/fedora_abbrev/Inner-Net.yml b/orig/fedora_abbrev/Inner-Net.yml deleted file mode 100644 index ce1ba2a..0000000 --- a/orig/fedora_abbrev/Inner-Net.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Inner-Net -fedora_name: Inner Net License -id: '654' -license_text: '' -name: Inner Net License -spdx_abbrev: '#No official SPDX support as of 2020-04-21' -spdx_name: '#No official SPDX support as of 20202-04-21' -url: https://fedoraproject.org/wiki/Licensing/Inner_Net_License diff --git a/orig/fedora_abbrev/Intel ACPI.yml b/orig/fedora_abbrev/Intel ACPI.yml deleted file mode 100644 index 03f6a9f..0000000 --- a/orig/fedora_abbrev/Intel ACPI.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Intel ACPI -fedora_name: Intel ACPI Software License Agreement -id: '273' -license_text: '' -name: Intel ACPI Software License Agreement -spdx_abbrev: Intel-ACPI -spdx_name: Intel ACPI Software License Agreement -url: https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement diff --git a/orig/fedora_abbrev/Interbase.yml b/orig/fedora_abbrev/Interbase.yml deleted file mode 100644 index 0699696..0000000 --- a/orig/fedora_abbrev/Interbase.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Interbase -fedora_name: Interbase Public License -id: '277' -license_text: '' -name: Interbase Public License v1.0 -spdx_abbrev: Interbase-1.0 -spdx_name: Interbase Public License v1.0 -url: https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html diff --git a/orig/fedora_abbrev/JPython.yml b/orig/fedora_abbrev/JPython.yml deleted file mode 100644 index 9373c3d..0000000 --- a/orig/fedora_abbrev/JPython.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: JPython -fedora_name: JPython License (old) -id: '285' -license_text: '' -name: JPython License (old) -spdx_abbrev: '' -spdx_name: '' -url: http://www.jython.org/license.html diff --git a/orig/fedora_abbrev/Jabber.yml b/orig/fedora_abbrev/Jabber.yml deleted file mode 100644 index 385ad08..0000000 --- a/orig/fedora_abbrev/Jabber.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Jabber -fedora_name: Jabber Open Source License -id: '281' -license_text: '' -name: Jabber Open Source License -spdx_abbrev: '' -spdx_name: '' -url: http://opensource.org/licenses/jabberpl.php diff --git a/orig/fedora_abbrev/JasPer.yml b/orig/fedora_abbrev/JasPer.yml deleted file mode 100644 index fc6315b..0000000 --- a/orig/fedora_abbrev/JasPer.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: JasPer -fedora_name: JasPer License -id: '283' -license_text: '' -name: JasPer License -spdx_abbrev: JasPer-2.0 -spdx_name: JasPer License -url: http://www.ece.uvic.ca/~mdadams/jasper/LICENSE diff --git a/orig/fedora_abbrev/Julius.yml b/orig/fedora_abbrev/Julius.yml deleted file mode 100644 index 011a7ea..0000000 --- a/orig/fedora_abbrev/Julius.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Julius -fedora_name: Julius License -id: '287' -license_text: '' -name: Julius License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Julius diff --git a/orig/fedora_abbrev/Knuth.yml b/orig/fedora_abbrev/Knuth.yml deleted file mode 100644 index 4b6d1f5..0000000 --- a/orig/fedora_abbrev/Knuth.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Knuth -fedora_name: Knuth License -id: '288' -license_text: '' -name: Knuth License -spdx_abbrev: '' -spdx_name: '' -url: http://tug.org/TUGboat/Articles/tb11-4/tb30knut.pdf diff --git a/orig/fedora_abbrev/LBNL BSD.yml b/orig/fedora_abbrev/LBNL BSD.yml deleted file mode 100644 index 060c5fc..0000000 --- a/orig/fedora_abbrev/LBNL BSD.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LBNL BSD -fedora_name: Lawrence Berkeley National Labs BSD variant license -id: '296' -license_text: '' -name: Lawrence Berkeley National Labs BSD variant license -spdx_abbrev: BSD-3-Clause-LBNL -spdx_name: Lawrence Berkeley National Labs BSD variant license -url: https://fedoraproject.org/wiki/Licensing/LBNLBSD diff --git a/orig/fedora_abbrev/LDPL.yml b/orig/fedora_abbrev/LDPL.yml deleted file mode 100644 index 4ddb9d0..0000000 --- a/orig/fedora_abbrev/LDPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LDPL -fedora_name: Linux Documentation Project License -id: '602' -license_text: '' -name: Linux Documentation Project License -spdx_abbrev: '' -spdx_name: '' -url: http://tldp.org/COPYRIGHT.html diff --git a/orig/fedora_abbrev/LGPLv2 with exceptions.yml b/orig/fedora_abbrev/LGPLv2 with exceptions.yml deleted file mode 100644 index 433764d..0000000 --- a/orig/fedora_abbrev/LGPLv2 with exceptions.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LGPLv2 with exceptions -fedora_name: GNU Lesser General Public License v2 (or 2.1), with exceptions -id: '242' -license_text: '' -name: GNU Lesser General Public License v2 (or 2.1), with exceptions -spdx_abbrev: '' -spdx_name: '' -url: '' diff --git a/orig/fedora_abbrev/LGPLv2+ or Artistic.yml b/orig/fedora_abbrev/LGPLv2+ or Artistic.yml deleted file mode 100644 index 479c2d9..0000000 --- a/orig/fedora_abbrev/LGPLv2+ or Artistic.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LGPLv2+ or Artistic -fedora_name: Perl License (variant) -id: '657' -license_text: '' -name: Perl License (variant) -spdx_abbrev: '#No official SPDX support as of 2020-04-21' -spdx_name: '#No official SPDX support as of 20202-04-21' -url: '' diff --git a/orig/fedora_abbrev/LGPLv2+ with exceptions.yml b/orig/fedora_abbrev/LGPLv2+ with exceptions.yml deleted file mode 100644 index 7153068..0000000 --- a/orig/fedora_abbrev/LGPLv2+ with exceptions.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LGPLv2+ with exceptions -fedora_name: Qwt License 1.0 -id: '437' -license_text: '' -name: Qwt License 1.0 -spdx_abbrev: '' -spdx_name: '' -url: http://qwt.sourceforge.net/qwtlicense.html diff --git a/orig/fedora_abbrev/LGPLv2+.yml b/orig/fedora_abbrev/LGPLv2+.yml deleted file mode 100644 index b835f1a..0000000 --- a/orig/fedora_abbrev/LGPLv2+.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LGPLv2+ -fedora_name: GNU Lesser General Public License v2 (or 2.1) or later -id: '240' -license_text: '' -name: GNU Lesser General Public License v2 (or 2.1) or later -spdx_abbrev: '' -spdx_name: '' -url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html diff --git a/orig/fedora_abbrev/LGPLv2.yml b/orig/fedora_abbrev/LGPLv2.yml deleted file mode 100644 index 704e605..0000000 --- a/orig/fedora_abbrev/LGPLv2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LGPLv2 -fedora_name: GNU Lesser General Public License v2 (or 2.1) only -id: '239' -license_text: '' -name: GNU Lesser General Public License v2 (or 2.1) only -spdx_abbrev: '' -spdx_name: '' -url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html diff --git a/orig/fedora_abbrev/LGPLv3 with exceptions.yml b/orig/fedora_abbrev/LGPLv3 with exceptions.yml deleted file mode 100644 index 56646ed..0000000 --- a/orig/fedora_abbrev/LGPLv3 with exceptions.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LGPLv3 with exceptions -fedora_name: GNU Lesser General Public License v3.0 only, with exceptions -id: '244' -license_text: '' -name: GNU Lesser General Public License v3.0 only, with exceptions -spdx_abbrev: '' -spdx_name: '' -url: '' diff --git a/orig/fedora_abbrev/LGPLv3+ with exceptions.yml b/orig/fedora_abbrev/LGPLv3+ with exceptions.yml deleted file mode 100644 index a67c3ff..0000000 --- a/orig/fedora_abbrev/LGPLv3+ with exceptions.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LGPLv3+ with exceptions -fedora_name: GNU Lesser General Public License v3.0 or later, with exceptions -id: '246' -license_text: '' -name: GNU Lesser General Public License v3.0 or later, with exceptions -spdx_abbrev: '' -spdx_name: '' -url: '' diff --git a/orig/fedora_abbrev/LGPLv3+.yml b/orig/fedora_abbrev/LGPLv3+.yml deleted file mode 100644 index dd1ecca..0000000 --- a/orig/fedora_abbrev/LGPLv3+.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LGPLv3+ -fedora_name: GNU Lesser General Public License v3.0 or later -id: '245' -license_text: '' -name: GNU Lesser General Public License v3.0 or later -spdx_abbrev: LGPL-3.0+ -spdx_name: GNU Lesser General Public License v3.0 or later -url: https://spdx.org/licenses/LGPL-3.0+.html diff --git a/orig/fedora_abbrev/LGPLv3.yml b/orig/fedora_abbrev/LGPLv3.yml deleted file mode 100644 index 4cb0484..0000000 --- a/orig/fedora_abbrev/LGPLv3.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LGPLv3 -fedora_name: GNU Lesser General Public License v3.0 only -id: '248' -license_text: '' -name: GNU Lesser General Public License, Version 3 -spdx_abbrev: LGPL-3.0 -spdx_name: GNU Lesser General Public License v3.0 only -url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html diff --git a/orig/fedora_abbrev/LLGPL.yml b/orig/fedora_abbrev/LLGPL.yml deleted file mode 100644 index 79ee682..0000000 --- a/orig/fedora_abbrev/LLGPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LLGPL -fedora_name: Lisp Library General Public License -id: '310' -license_text: '' -name: Lisp Library General Public License -spdx_abbrev: '' -spdx_name: '' -url: http://opensource.franz.com/preamble.html diff --git a/orig/fedora_abbrev/LOSLA.yml b/orig/fedora_abbrev/LOSLA.yml deleted file mode 100644 index 7c49f58..0000000 --- a/orig/fedora_abbrev/LOSLA.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LOSLA -fedora_name: LEGO Open Source License Agreement -id: '297' -license_text: '' -name: LEGO Open Source License Agreement -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/LOSLA diff --git a/orig/fedora_abbrev/LPL.yml b/orig/fedora_abbrev/LPL.yml deleted file mode 100644 index 82ad7e9..0000000 --- a/orig/fedora_abbrev/LPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LPL -fedora_name: Lucent Public License (Plan9) -id: '313' -license_text: '' -name: Lucent Public License v1.02 -spdx_abbrev: LPL-1.02 -spdx_name: Lucent Public License v1.02 -url: http://plan9.bell-labs.com/plan9dist/license.html diff --git a/orig/fedora_abbrev/LPPL.yml b/orig/fedora_abbrev/LPPL.yml deleted file mode 100644 index c4e0a6c..0000000 --- a/orig/fedora_abbrev/LPPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: LPPL -fedora_name: GUST Font License -id: '634' -license_text: '' -name: GUST Font License -spdx_abbrev: '' -spdx_name: '' -url: http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt diff --git a/orig/fedora_abbrev/Latex2e.yml b/orig/fedora_abbrev/Latex2e.yml deleted file mode 100644 index eb901c1..0000000 --- a/orig/fedora_abbrev/Latex2e.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Latex2e -fedora_name: Latex2e License -id: '289' -license_text: '' -name: Latex2e License -spdx_abbrev: Latex2e -spdx_name: Latex2e License -url: https://fedoraproject.org/wiki/Licensing/Latex2e diff --git a/orig/fedora_abbrev/Leptonica.yml b/orig/fedora_abbrev/Leptonica.yml deleted file mode 100644 index 993a829..0000000 --- a/orig/fedora_abbrev/Leptonica.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Leptonica -fedora_name: Leptonica License -id: '298' -license_text: '' -name: Leptonica License -spdx_abbrev: Leptonica -spdx_name: Leptonica License -url: https://fedoraproject.org/wiki/Licensing/Leptonica diff --git a/orig/fedora_abbrev/Lhcyr.yml b/orig/fedora_abbrev/Lhcyr.yml deleted file mode 100644 index 69a07ee..0000000 --- a/orig/fedora_abbrev/Lhcyr.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Lhcyr -fedora_name: Lhcyr License -id: '301' -license_text: '' -name: Lhcyr License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Lhcyr diff --git a/orig/fedora_abbrev/Liberation.yml b/orig/fedora_abbrev/Liberation.yml deleted file mode 100644 index 34afbff..0000000 --- a/orig/fedora_abbrev/Liberation.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Liberation -fedora_name: Liberation Font License -id: '638' -license_text: '' -name: Liberation Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/LiberationFontLicense diff --git a/orig/fedora_abbrev/Logica.yml b/orig/fedora_abbrev/Logica.yml deleted file mode 100644 index 113dad6..0000000 --- a/orig/fedora_abbrev/Logica.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Logica -fedora_name: Logica Open Source License -id: '311' -license_text: '' -name: Logica Open Source License -spdx_abbrev: '' -spdx_name: '' -url: http://opensmpp.logica.com/CommonPart/Download/Download.htm diff --git a/orig/fedora_abbrev/Lucida.yml b/orig/fedora_abbrev/Lucida.yml deleted file mode 100644 index a75126c..0000000 --- a/orig/fedora_abbrev/Lucida.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Lucida -fedora_name: Lucida Legal Notice -id: '639' -license_text: '' -name: Lucida Legal Notice -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Lucida diff --git a/orig/fedora_abbrev/MIT with advertising.yml b/orig/fedora_abbrev/MIT with advertising.yml deleted file mode 100644 index 935b1ca..0000000 --- a/orig/fedora_abbrev/MIT with advertising.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MIT with advertising -fedora_name: Nunit License -id: '373' -license_text: '' -name: Nunit License -spdx_abbrev: Nunit -spdx_name: Nunit License -url: https://fedoraproject.org/wiki/Licensing/Nunit diff --git a/orig/fedora_abbrev/MIT.yml b/orig/fedora_abbrev/MIT.yml deleted file mode 100644 index c554210..0000000 --- a/orig/fedora_abbrev/MIT.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MIT -fedora_name: mpich2 License -id: '342' -license_text: '' -name: mpich2 License -spdx_abbrev: mpich2 -spdx_name: mpich2 License -url: https://fedoraproject.org/wiki/Licensing/MIT diff --git a/orig/fedora_abbrev/MITNFA.yml b/orig/fedora_abbrev/MITNFA.yml deleted file mode 100644 index a64d536..0000000 --- a/orig/fedora_abbrev/MITNFA.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MITNFA -fedora_name: MIT +no-false-attribs license -id: '330' -license_text: '' -name: MIT +no-false-attribs license -spdx_abbrev: MITNFA -spdx_name: MIT +no-false-attribs license -url: https://fedoraproject.org/wiki/Licensing/MITNFA diff --git a/orig/fedora_abbrev/MPLv1.0.yml b/orig/fedora_abbrev/MPLv1.0.yml deleted file mode 100644 index b7c3e19..0000000 --- a/orig/fedora_abbrev/MPLv1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MPLv1.0 -fedora_name: Mozilla Public License v1.0 -id: '338' -license_text: '' -name: Mozilla Public License v1.0 -spdx_abbrev: MPL-1.0 -spdx_name: Mozilla Public License 1.0 -url: http://www.mozilla.org/MPL/MPL-1.0.html diff --git a/orig/fedora_abbrev/MPLv1.1.yml b/orig/fedora_abbrev/MPLv1.1.yml deleted file mode 100644 index bf946eb..0000000 --- a/orig/fedora_abbrev/MPLv1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MPLv1.1 -fedora_name: Mozilla Public License v1.1 -id: '341' -license_text: '' -name: Mozilla Public License, Version 1.1 -spdx_abbrev: MPL-1.1 -spdx_name: Mozilla Public License 1.1 -url: http://www.mozilla.org/MPL/MPL-1.1.html diff --git a/orig/fedora_abbrev/MPLv2.0.yml b/orig/fedora_abbrev/MPLv2.0.yml deleted file mode 100644 index 604885a..0000000 --- a/orig/fedora_abbrev/MPLv2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MPLv2.0 -fedora_name: Mozilla Public License v2.0 -id: '340' -license_text: '' -name: Mozilla Public License v2.0 -spdx_abbrev: MPL-2.0 -spdx_name: Mozilla Public License 2.0 -url: http://www.mozilla.org/MPL/2.0/ diff --git a/orig/fedora_abbrev/MS-PL.yml b/orig/fedora_abbrev/MS-PL.yml deleted file mode 100644 index 75b0909..0000000 --- a/orig/fedora_abbrev/MS-PL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MS-PL -fedora_name: Microsoft Public License -id: '323' -license_text: '' -name: Microsoft Public License -spdx_abbrev: MS-PL -spdx_name: Microsoft Public License -url: http://www.microsoft.com/opensource/licenses.mspx diff --git a/orig/fedora_abbrev/MS-RL.yml b/orig/fedora_abbrev/MS-RL.yml deleted file mode 100644 index 875433c..0000000 --- a/orig/fedora_abbrev/MS-RL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MS-RL -fedora_name: Microsoft Reciprocal License -id: '324' -license_text: '' -name: Microsoft Reciprocal License -spdx_abbrev: MS-RL -spdx_name: Microsoft Reciprocal License -url: http://www.microsoft.com/opensource/licenses.mspx diff --git a/orig/fedora_abbrev/MTLL.yml b/orig/fedora_abbrev/MTLL.yml deleted file mode 100644 index d37f736..0000000 --- a/orig/fedora_abbrev/MTLL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MTLL -fedora_name: Matrix Template Library License -id: '318' -license_text: '' -name: Matrix Template Library License -spdx_abbrev: MTLL -spdx_name: Matrix Template Library License -url: https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License diff --git a/orig/fedora_abbrev/MakeIndex.yml b/orig/fedora_abbrev/MakeIndex.yml deleted file mode 100644 index 316bd32..0000000 --- a/orig/fedora_abbrev/MakeIndex.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MakeIndex -fedora_name: MakeIndex License -id: '316' -license_text: '' -name: MakeIndex License -spdx_abbrev: MakeIndex -spdx_name: MakeIndex License -url: https://fedoraproject.org/wiki/Licensing/MakeIndex diff --git a/orig/fedora_abbrev/MgOpen.yml b/orig/fedora_abbrev/MgOpen.yml deleted file mode 100644 index b83a693..0000000 --- a/orig/fedora_abbrev/MgOpen.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MgOpen -fedora_name: MgOpen Font License -id: '640' -license_text: '' -name: MgOpen Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Fonts/MgOpen diff --git a/orig/fedora_abbrev/MirOS.yml b/orig/fedora_abbrev/MirOS.yml deleted file mode 100644 index c78d155..0000000 --- a/orig/fedora_abbrev/MirOS.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: MirOS -fedora_name: MirOS License -id: '327' -license_text: '' -name: MirOS License -spdx_abbrev: MirOS -spdx_name: MirOS Licence -url: http://www.opensource.org/licenses/MirOS diff --git a/orig/fedora_abbrev/Motosoto.yml b/orig/fedora_abbrev/Motosoto.yml deleted file mode 100644 index 9f6a3ba..0000000 --- a/orig/fedora_abbrev/Motosoto.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Motosoto -fedora_name: Motosoto License -id: '333' -license_text: '' -name: Motosoto License -spdx_abbrev: Motosoto -spdx_name: Motosoto License -url: http://www.opensource.org/licenses/Motosoto diff --git a/orig/fedora_abbrev/Mup.yml b/orig/fedora_abbrev/Mup.yml deleted file mode 100644 index 2cda86b..0000000 --- a/orig/fedora_abbrev/Mup.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Mup -fedora_name: Mup License -id: '346' -license_text: '' -name: Mup License -spdx_abbrev: Mup -spdx_name: Mup License -url: https://fedoraproject.org/wiki/Licensing/Mup diff --git a/orig/fedora_abbrev/NCSA.yml b/orig/fedora_abbrev/NCSA.yml deleted file mode 100644 index bd6ca0c..0000000 --- a/orig/fedora_abbrev/NCSA.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: NCSA -fedora_name: NCSA/University of Illinois Open Source License -id: '524' -license_text: '' -name: University of Illinois/NCSA Open Source License -spdx_abbrev: NCSA -spdx_name: University of Illinois/NCSA Open Source License -url: http://otm.illinois.edu/uiuc_openSource diff --git a/orig/fedora_abbrev/NGPL.yml b/orig/fedora_abbrev/NGPL.yml deleted file mode 100644 index b8798da..0000000 --- a/orig/fedora_abbrev/NGPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: NGPL -fedora_name: Nethack General Public License -id: '357' -license_text: '' -name: Nethack General Public License -spdx_abbrev: NGPL -spdx_name: Nethack General Public License -url: http://www.opensource.org/licenses/NGPL diff --git a/orig/fedora_abbrev/NISTSL.yml b/orig/fedora_abbrev/NISTSL.yml deleted file mode 100644 index 90a3c6f..0000000 --- a/orig/fedora_abbrev/NISTSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: NISTSL -fedora_name: NIST Software License -id: '655' -license_text: '' -name: NIST Software License -spdx_abbrev: '#No official SPDX support as of 2020-04-21' -spdx_name: '#No official SPDX support as of 20202-04-21' -url: https://fedoraproject.org/wiki/Licensing/NISTSL diff --git a/orig/fedora_abbrev/NLPL.yml b/orig/fedora_abbrev/NLPL.yml deleted file mode 100644 index 6a593e8..0000000 --- a/orig/fedora_abbrev/NLPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: NLPL -fedora_name: No Limit Public License -id: '367' -license_text: '' -name: No Limit Public License -spdx_abbrev: NLPL -spdx_name: No Limit Public License -url: https://fedoraproject.org/wiki/Licensing/NLPL diff --git a/orig/fedora_abbrev/NOSL.yml b/orig/fedora_abbrev/NOSL.yml deleted file mode 100644 index 9b902e9..0000000 --- a/orig/fedora_abbrev/NOSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: NOSL -fedora_name: Netizen Open Source License -id: '358' -license_text: '' -name: Netizen Open Source License -spdx_abbrev: NOSL -spdx_name: Netizen Open Source License -url: http://bits.netizen.com.au/licenses/NOSL/nosl.txt diff --git a/orig/fedora_abbrev/Naumen.yml b/orig/fedora_abbrev/Naumen.yml deleted file mode 100644 index 20b5bae..0000000 --- a/orig/fedora_abbrev/Naumen.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Naumen -fedora_name: Naumen Public License -id: '352' -license_text: '' -name: Naumen Public License -spdx_abbrev: Naumen -spdx_name: Naumen Public License -url: http://www.opensource.org/licenses/Naumen diff --git a/orig/fedora_abbrev/NetCDF.yml b/orig/fedora_abbrev/NetCDF.yml deleted file mode 100644 index 94f2750..0000000 --- a/orig/fedora_abbrev/NetCDF.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: NetCDF -fedora_name: NetCDF license -id: '356' -license_text: '' -name: NetCDF license -spdx_abbrev: NetCDF -spdx_name: NetCDF license -url: http://www.unidata.ucar.edu/software/netcdf/copyright.html diff --git a/orig/fedora_abbrev/Netscape.yml b/orig/fedora_abbrev/Netscape.yml deleted file mode 100644 index 065866d..0000000 --- a/orig/fedora_abbrev/Netscape.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Netscape -fedora_name: Netscape Public License -id: '360' -license_text: '' -name: Netscape Public License v1.0 -spdx_abbrev: NPL-1.0 -spdx_name: Netscape Public License v1.0 -url: http://www.mozilla.org/MPL/NPL/1.0/ diff --git a/orig/fedora_abbrev/Newmat.yml b/orig/fedora_abbrev/Newmat.yml deleted file mode 100644 index e50d443..0000000 --- a/orig/fedora_abbrev/Newmat.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Newmat -fedora_name: Newmat License -id: '363' -license_text: '' -name: Newmat License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Newmat_License diff --git a/orig/fedora_abbrev/Newsletr.yml b/orig/fedora_abbrev/Newsletr.yml deleted file mode 100644 index e9cdce9..0000000 --- a/orig/fedora_abbrev/Newsletr.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Newsletr -fedora_name: Newsletr License -id: '364' -license_text: '' -name: Newsletr License -spdx_abbrev: Newsletr -spdx_name: Newsletr License -url: https://fedoraproject.org/wiki/Licensing/Newsletr diff --git a/orig/fedora_abbrev/Nmap.yml b/orig/fedora_abbrev/Nmap.yml deleted file mode 100644 index 745ca20..0000000 --- a/orig/fedora_abbrev/Nmap.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Nmap -fedora_name: Nmap License -id: '365' -license_text: '' -name: Nmap License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Nmap diff --git a/orig/fedora_abbrev/Nokia.yml b/orig/fedora_abbrev/Nokia.yml deleted file mode 100644 index 3948af2..0000000 --- a/orig/fedora_abbrev/Nokia.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Nokia -fedora_name: Nokia Open Source License -id: '366' -license_text: '' -name: Nokia Open Source License -spdx_abbrev: Nokia -spdx_name: Nokia Open Source License -url: http://www.opensource.org/licenses/nokia diff --git a/orig/fedora_abbrev/Noweb.yml b/orig/fedora_abbrev/Noweb.yml deleted file mode 100644 index 60ea89d..0000000 --- a/orig/fedora_abbrev/Noweb.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Noweb -fedora_name: Noweb License -id: '370' -license_text: '' -name: Noweb License -spdx_abbrev: Noweb -spdx_name: Noweb License -url: https://fedoraproject.org/wiki/Licensing/Noweb diff --git a/orig/fedora_abbrev/OAL.yml b/orig/fedora_abbrev/OAL.yml deleted file mode 100644 index db63352..0000000 --- a/orig/fedora_abbrev/OAL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OAL -fedora_name: EFF Open Audio License v1 -id: '613' -license_text: '' -name: EFF Open Audio License v1 -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/OpenAudioLicense diff --git a/orig/fedora_abbrev/OFL.yml b/orig/fedora_abbrev/OFL.yml deleted file mode 100644 index cc901a3..0000000 --- a/orig/fedora_abbrev/OFL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OFL -fedora_name: SIL Open Font License 1.1 -id: '467' -license_text: '' -name: SIL Open Font License 1.1 -spdx_abbrev: OFL-1.1 -spdx_name: SIL Open Font License 1.1 -url: http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web diff --git a/orig/fedora_abbrev/OFSFDL.yml b/orig/fedora_abbrev/OFSFDL.yml deleted file mode 100644 index 9a554c6..0000000 --- a/orig/fedora_abbrev/OFSFDL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OFSFDL -fedora_name: Old FSF Documentation License -id: '603' -license_text: '' -name: Old FSF Documentation License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/OldFSFDocLicense diff --git a/orig/fedora_abbrev/OGL.yml b/orig/fedora_abbrev/OGL.yml deleted file mode 100644 index b44dda5..0000000 --- a/orig/fedora_abbrev/OGL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OGL -fedora_name: Open Government License -id: '379' -license_text: '' -name: Open Government License -spdx_abbrev: '' -spdx_name: '' -url: http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ diff --git a/orig/fedora_abbrev/OML.yml b/orig/fedora_abbrev/OML.yml deleted file mode 100644 index 961dcb7..0000000 --- a/orig/fedora_abbrev/OML.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OML -fedora_name: Open Market License -id: '399' -license_text: '' -name: Open Market License -spdx_abbrev: OML -spdx_name: Open Market License -url: https://fedoraproject.org/wiki/Licensing/Open_Market_License diff --git a/orig/fedora_abbrev/OReilly.yml b/orig/fedora_abbrev/OReilly.yml deleted file mode 100644 index 220dad3..0000000 --- a/orig/fedora_abbrev/OReilly.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OReilly -fedora_name: OReilly License -id: '410' -license_text: '' -name: OReilly License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing:OReilly?rd=Licensing/OReilly diff --git a/orig/fedora_abbrev/OSL 1.0.yml b/orig/fedora_abbrev/OSL 1.0.yml deleted file mode 100644 index c8ca3ef..0000000 --- a/orig/fedora_abbrev/OSL 1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OSL 1.0 -fedora_name: Open Software License 1.0 -id: '404' -license_text: '' -name: Open Software License 1.0 -spdx_abbrev: OSL-1.0 -spdx_name: Open Software License 1.0 -url: http://opensource.org/licenses/OSL-1.0 diff --git a/orig/fedora_abbrev/OSL 1.1.yml b/orig/fedora_abbrev/OSL 1.1.yml deleted file mode 100644 index 9b3f85b..0000000 --- a/orig/fedora_abbrev/OSL 1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OSL 1.1 -fedora_name: Open Software License 1.1 -id: '405' -license_text: '' -name: Open Software License 1.1 -spdx_abbrev: OSL-1.1 -spdx_name: Open Software License 1.1 -url: https://fedoraproject.org/wiki/Licensing/OSL1.1 diff --git a/orig/fedora_abbrev/OSL 2.0.yml b/orig/fedora_abbrev/OSL 2.0.yml deleted file mode 100644 index 924d434..0000000 --- a/orig/fedora_abbrev/OSL 2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OSL 2.0 -fedora_name: Open Software License 2.0 -id: '406' -license_text: '' -name: Open Software License 2.0 -spdx_abbrev: OSL-2.0 -spdx_name: Open Software License 2.0 -url: http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html diff --git a/orig/fedora_abbrev/OSL 2.1.yml b/orig/fedora_abbrev/OSL 2.1.yml deleted file mode 100644 index 532f79a..0000000 --- a/orig/fedora_abbrev/OSL 2.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OSL 2.1 -fedora_name: Open Software License 2.1 -id: '407' -license_text: '' -name: Open Software License 2.1 -spdx_abbrev: OSL-2.1 -spdx_name: Open Software License 2.1 -url: http://opensource.org/licenses/OSL-2.1 diff --git a/orig/fedora_abbrev/OSL 3.0.yml b/orig/fedora_abbrev/OSL 3.0.yml deleted file mode 100644 index ed981a9..0000000 --- a/orig/fedora_abbrev/OSL 3.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OSL 3.0 -fedora_name: Open Software License 3.0 -id: '408' -license_text: '' -name: Open Software License 3.0 -spdx_abbrev: OSL-3.0 -spdx_name: Open Software License 3.0 -url: http://www.rosenlaw.com/OSL3.0.htm diff --git a/orig/fedora_abbrev/Open Publication.yml b/orig/fedora_abbrev/Open Publication.yml deleted file mode 100644 index b203cd9..0000000 --- a/orig/fedora_abbrev/Open Publication.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Open Publication -fedora_name: Open Publication License, v1.0 -id: '604' -license_text: '' -name: Open Publication License, v1.0 -spdx_abbrev: '' -spdx_name: '' -url: http://opencontent.org/openpub/ diff --git a/orig/fedora_abbrev/OpenLDAP.yml b/orig/fedora_abbrev/OpenLDAP.yml deleted file mode 100644 index 1446cb9..0000000 --- a/orig/fedora_abbrev/OpenLDAP.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OpenLDAP -fedora_name: OpenLDAP License -id: '381' -license_text: '' -name: OpenLDAP License -spdx_abbrev: OLDAP-2.8 -spdx_name: Open LDAP Public License v2.8 -url: http://www.openldap.org/software/release/license.html diff --git a/orig/fedora_abbrev/OpenPBS.yml b/orig/fedora_abbrev/OpenPBS.yml deleted file mode 100644 index a585cf4..0000000 --- a/orig/fedora_abbrev/OpenPBS.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OpenPBS -fedora_name: OpenPBS License -id: '401' -license_text: '' -name: OpenPBS License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/OpenPBS diff --git a/orig/fedora_abbrev/OpenSSL.yml b/orig/fedora_abbrev/OpenSSL.yml deleted file mode 100644 index b531b89..0000000 --- a/orig/fedora_abbrev/OpenSSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: OpenSSL -fedora_name: OpenSSL License -id: '409' -license_text: '' -name: OpenSSL License -spdx_abbrev: OpenSSL -spdx_name: OpenSSL License -url: http://www.openssl.org/source/license.html diff --git a/orig/fedora_abbrev/Ouverte.yml b/orig/fedora_abbrev/Ouverte.yml deleted file mode 100644 index 350661e..0000000 --- a/orig/fedora_abbrev/Ouverte.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Ouverte -fedora_name: License Ouverte -id: '665' -license_text: '' -name: License Ouverte -spdx_abbrev: '#No official SPDX support as of 2020-04-21' -spdx_name: '#No official SPDX support as of 20202-04-21' -url: https://www.etalab.gouv.fr/licence-ouverte-open-licence diff --git a/orig/fedora_abbrev/PHP.yml b/orig/fedora_abbrev/PHP.yml deleted file mode 100644 index dbdcfa0..0000000 --- a/orig/fedora_abbrev/PHP.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: PHP -fedora_name: PHP License v3.0 -id: '421' -license_text: '' -name: PHP License v3.0 -spdx_abbrev: PHP-3.0 -spdx_name: PHP License v3.0 -url: http://www.opensource.org/licenses/PHP-3.0 diff --git a/orig/fedora_abbrev/PTFL.yml b/orig/fedora_abbrev/PTFL.yml deleted file mode 100644 index 7b5bcf0..0000000 --- a/orig/fedora_abbrev/PTFL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: PTFL -fedora_name: ParaType Font License -id: '642' -license_text: '' -name: ParaType Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Fonts/ParaType_Font_License diff --git a/orig/fedora_abbrev/Par.yml b/orig/fedora_abbrev/Par.yml deleted file mode 100644 index cdb1659..0000000 --- a/orig/fedora_abbrev/Par.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Par -fedora_name: Par License -id: '413' -license_text: '' -name: Par License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Par diff --git a/orig/fedora_abbrev/Phorum.yml b/orig/fedora_abbrev/Phorum.yml deleted file mode 100644 index 0142c7f..0000000 --- a/orig/fedora_abbrev/Phorum.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Phorum -fedora_name: Phorum License -id: '420' -license_text: '' -name: Phorum License -spdx_abbrev: '' -spdx_name: '' -url: http://phorum.org/license.txt diff --git a/orig/fedora_abbrev/PlainTeX.yml b/orig/fedora_abbrev/PlainTeX.yml deleted file mode 100644 index 68c9b6e..0000000 --- a/orig/fedora_abbrev/PlainTeX.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: PlainTeX -fedora_name: PlainTeX License -id: '424' -license_text: '' -name: PlainTeX License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing:PlainTeX?rd=Licensing/PlainTeX diff --git a/orig/fedora_abbrev/Plexus.yml b/orig/fedora_abbrev/Plexus.yml deleted file mode 100644 index 9ab18ef..0000000 --- a/orig/fedora_abbrev/Plexus.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Plexus -fedora_name: Plexus Classworlds License -id: '425' -license_text: '' -name: Plexus Classworlds License -spdx_abbrev: Plexus -spdx_name: Plexus Classworlds License -url: https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License diff --git a/orig/fedora_abbrev/PostgreSQL.yml b/orig/fedora_abbrev/PostgreSQL.yml deleted file mode 100644 index 47c38c7..0000000 --- a/orig/fedora_abbrev/PostgreSQL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: PostgreSQL -fedora_name: PostgreSQL License -id: '426' -license_text: '' -name: PostgreSQL License -spdx_abbrev: PostgreSQL -spdx_name: PostgreSQL License -url: http://www.postgresql.org/about/licence diff --git a/orig/fedora_abbrev/Public Domain.yml b/orig/fedora_abbrev/Public Domain.yml deleted file mode 100644 index ee1a081..0000000 --- a/orig/fedora_abbrev/Public Domain.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Public Domain -fedora_name: Public Domain -id: '429' -license_text: Being in the public domain is not a license; rather, it means the material - is not copyrighted and no license is needed. -name: Public Domain -spdx_abbrev: '' -spdx_name: '' -url: '' diff --git a/orig/fedora_abbrev/Public Use.yml b/orig/fedora_abbrev/Public Use.yml deleted file mode 100644 index ba4e158..0000000 --- a/orig/fedora_abbrev/Public Use.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Public Use -fedora_name: Public Use License, v1.0 -id: '605' -license_text: '' -name: Public Use License, v1.0 -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/PublicUseLicense diff --git a/orig/fedora_abbrev/Punknova.yml b/orig/fedora_abbrev/Punknova.yml deleted file mode 100644 index 90358a0..0000000 --- a/orig/fedora_abbrev/Punknova.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Punknova -fedora_name: Punknova Font License -id: '643' -license_text: '' -name: Punknova Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Fonts/Punknova diff --git a/orig/fedora_abbrev/Python.yml b/orig/fedora_abbrev/Python.yml deleted file mode 100644 index 25d8690..0000000 --- a/orig/fedora_abbrev/Python.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Python -fedora_name: Python License -id: '430' -license_text: '' -name: Python License -spdx_abbrev: '' -spdx_name: '' -url: https://docs.python.org/2/license.html diff --git a/orig/fedora_abbrev/QPL.yml b/orig/fedora_abbrev/QPL.yml deleted file mode 100644 index af4708d..0000000 --- a/orig/fedora_abbrev/QPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: QPL -fedora_name: Q Public License -id: '434' -license_text: '' -name: Q Public License -spdx_abbrev: '' -spdx_name: '' -url: http://doc.qt.digia.com/3.0/license.html diff --git a/orig/fedora_abbrev/Qhull.yml b/orig/fedora_abbrev/Qhull.yml deleted file mode 100644 index b619a5d..0000000 --- a/orig/fedora_abbrev/Qhull.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Qhull -fedora_name: Qhull License -id: '432' -license_text: '' -name: Qhull License -spdx_abbrev: Qhull -spdx_name: Qhull License -url: https://fedoraproject.org/wiki/Licensing/Qhull diff --git a/orig/fedora_abbrev/REX.yml b/orig/fedora_abbrev/REX.yml deleted file mode 100644 index 535e505..0000000 --- a/orig/fedora_abbrev/REX.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: REX -fedora_name: REX License -id: '444' -license_text: '' -name: REX License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/REX diff --git a/orig/fedora_abbrev/RPSL.yml b/orig/fedora_abbrev/RPSL.yml deleted file mode 100644 index 102fd73..0000000 --- a/orig/fedora_abbrev/RPSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: RPSL -fedora_name: RealNetworks Public Source License V1.0 -id: '439' -license_text: '' -name: RealNetworks Public Source License V1.0 -spdx_abbrev: RPSL-1.0 -spdx_name: RealNetworks Public Source License v1.0 -url: https://helixcommunity.org/content/rpsl diff --git a/orig/fedora_abbrev/RSA.yml b/orig/fedora_abbrev/RSA.yml deleted file mode 100644 index 18dace0..0000000 --- a/orig/fedora_abbrev/RSA.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: RSA -fedora_name: RSA License -id: '651' -license_text: '' -name: RSA License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/RSA diff --git a/orig/fedora_abbrev/Rdisc.yml b/orig/fedora_abbrev/Rdisc.yml deleted file mode 100644 index ae64c4c..0000000 --- a/orig/fedora_abbrev/Rdisc.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Rdisc -fedora_name: Rdisc License -id: '438' -license_text: '' -name: Rdisc License -spdx_abbrev: Rdisc -spdx_name: Rdisc License -url: https://fedoraproject.org/wiki/Licensing/Rdisc_License diff --git a/orig/fedora_abbrev/RiceBSD.yml b/orig/fedora_abbrev/RiceBSD.yml deleted file mode 100644 index a29e18e..0000000 --- a/orig/fedora_abbrev/RiceBSD.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: RiceBSD -fedora_name: Rice BSD -id: '445' -license_text: '' -name: Rice BSD -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Rice_BSD_License diff --git a/orig/fedora_abbrev/Romio.yml b/orig/fedora_abbrev/Romio.yml deleted file mode 100644 index 8dcf9dc..0000000 --- a/orig/fedora_abbrev/Romio.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Romio -fedora_name: Romio License -id: '447' -license_text: '' -name: Romio License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Romio_License diff --git a/orig/fedora_abbrev/Rsfs.yml b/orig/fedora_abbrev/Rsfs.yml deleted file mode 100644 index 5c980d7..0000000 --- a/orig/fedora_abbrev/Rsfs.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Rsfs -fedora_name: Rsfs License -id: '449' -license_text: '' -name: Rsfs License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Rsfs diff --git a/orig/fedora_abbrev/Ruby.yml b/orig/fedora_abbrev/Ruby.yml deleted file mode 100644 index 0b888f3..0000000 --- a/orig/fedora_abbrev/Ruby.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Ruby -fedora_name: Ruby License -id: '450' -license_text: '' -name: Ruby License -spdx_abbrev: Ruby -spdx_name: Ruby License -url: http://www.ruby-lang.org/en/LICENSE.txt diff --git a/orig/fedora_abbrev/SCEA.yml b/orig/fedora_abbrev/SCEA.yml deleted file mode 100644 index 69f2963..0000000 --- a/orig/fedora_abbrev/SCEA.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: SCEA -fedora_name: SCEA Shared Source License -id: '453' -license_text: '' -name: SCEA Shared Source License -spdx_abbrev: SCEA -spdx_name: SCEA Shared Source License -url: http://research.scea.com/scea_shared_source_license.html diff --git a/orig/fedora_abbrev/SCRIP.yml b/orig/fedora_abbrev/SCRIP.yml deleted file mode 100644 index a047bf2..0000000 --- a/orig/fedora_abbrev/SCRIP.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: SCRIP -fedora_name: SCRIP License -id: '593' -license_text: '' -name: SCRIP License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/SCRIP diff --git a/orig/fedora_abbrev/SISSL.yml b/orig/fedora_abbrev/SISSL.yml deleted file mode 100644 index de33713..0000000 --- a/orig/fedora_abbrev/SISSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: SISSL -fedora_name: Sun Industry Standards Source License -id: '485' -license_text: '' -name: Sun Industry Standards Source License v1.1 -spdx_abbrev: SISSL -spdx_name: Sun Industry Standards Source License v1.1 -url: http://www.openoffice.org/licenses/sissl_license.html diff --git a/orig/fedora_abbrev/SLIB.yml b/orig/fedora_abbrev/SLIB.yml deleted file mode 100644 index 3213264..0000000 --- a/orig/fedora_abbrev/SLIB.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: SLIB -fedora_name: SLIB License -id: '472' -license_text: '' -name: SLIB License -spdx_abbrev: '' -spdx_name: '' -url: http://people.csail.mit.edu/jaffer/SLIB_COPYING.txt diff --git a/orig/fedora_abbrev/SNIA.yml b/orig/fedora_abbrev/SNIA.yml deleted file mode 100644 index 5aaf628..0000000 --- a/orig/fedora_abbrev/SNIA.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: SNIA -fedora_name: SNIA Public License 1.1 -id: '473' -license_text: '' -name: SNIA Public License 1.1 -spdx_abbrev: SNIA -spdx_name: SNIA Public License 1.1 -url: https://fedoraproject.org/wiki/Licensing/SNIA_Public_License diff --git a/orig/fedora_abbrev/SPL.yml b/orig/fedora_abbrev/SPL.yml deleted file mode 100644 index 5c04525..0000000 --- a/orig/fedora_abbrev/SPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: SPL -fedora_name: Sun Public License -id: '488' -license_text: '' -name: Sun Public License v1.0 -spdx_abbrev: SPL-1.0 -spdx_name: Sun Public License v1.0 -url: http://www.opensource.org/licenses/SPL-1.0 diff --git a/orig/fedora_abbrev/STIX.yml b/orig/fedora_abbrev/STIX.yml deleted file mode 100644 index d196ae0..0000000 --- a/orig/fedora_abbrev/STIX.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: STIX -fedora_name: STIX Fonts User License -id: '644' -license_text: '' -name: STIX Fonts User License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/STIXFontsUserLicense diff --git a/orig/fedora_abbrev/STMPL.yml b/orig/fedora_abbrev/STMPL.yml deleted file mode 100644 index 3132568..0000000 --- a/orig/fedora_abbrev/STMPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: STMPL -fedora_name: SciTech MGL Public License -id: '456' -license_text: '' -name: SciTech MGL Public License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/STMPL diff --git a/orig/fedora_abbrev/SWL.yml b/orig/fedora_abbrev/SWL.yml deleted file mode 100644 index a0b6323..0000000 --- a/orig/fedora_abbrev/SWL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: SWL -fedora_name: Scheme Widget Library (SWL) Software License Agreement -id: '454' -license_text: '' -name: Scheme Widget Library (SWL) Software License Agreement -spdx_abbrev: SWL -spdx_name: Scheme Widget Library (SWL) Software License Agreement -url: https://fedoraproject.org/wiki/Licensing/SWL diff --git a/orig/fedora_abbrev/Saxpath.yml b/orig/fedora_abbrev/Saxpath.yml deleted file mode 100644 index ebce22b..0000000 --- a/orig/fedora_abbrev/Saxpath.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Saxpath -fedora_name: Saxpath License -id: '451' -license_text: '' -name: Saxpath License -spdx_abbrev: Saxpath -spdx_name: Saxpath License -url: https://fedoraproject.org/wiki/Licensing/Saxpath_License diff --git a/orig/fedora_abbrev/Sendmail.yml b/orig/fedora_abbrev/Sendmail.yml deleted file mode 100644 index 96f25e2..0000000 --- a/orig/fedora_abbrev/Sendmail.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Sendmail -fedora_name: Sendmail License -id: '458' -license_text: '' -name: Sendmail License -spdx_abbrev: Sendmail -spdx_name: Sendmail License -url: http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf diff --git a/orig/fedora_abbrev/Sequence.yml b/orig/fedora_abbrev/Sequence.yml deleted file mode 100644 index e90541f..0000000 --- a/orig/fedora_abbrev/Sequence.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Sequence -fedora_name: Sequence Library License -id: '459' -license_text: '' -name: Sequence Library License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/SequenceLibraryLicense diff --git a/orig/fedora_abbrev/Sleepycat.yml b/orig/fedora_abbrev/Sleepycat.yml deleted file mode 100644 index 3e85521..0000000 --- a/orig/fedora_abbrev/Sleepycat.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Sleepycat -fedora_name: Sleepycat Software Product License -id: '471' -license_text: '' -name: Sleepycat Software Product License -spdx_abbrev: Sleepycat -spdx_name: Sleepycat License -url: http://www.opensource.org/licenses/Sleepycat diff --git a/orig/fedora_abbrev/TCGL.yml b/orig/fedora_abbrev/TCGL.yml deleted file mode 100644 index 263151e..0000000 --- a/orig/fedora_abbrev/TCGL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: TCGL -fedora_name: Trusted Computing Group License -id: '516' -license_text: '' -name: Trusted Computing Group License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/TCGL diff --git a/orig/fedora_abbrev/TCL.yml b/orig/fedora_abbrev/TCL.yml deleted file mode 100644 index 040c61c..0000000 --- a/orig/fedora_abbrev/TCL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: TCL -fedora_name: TCL/TK License -id: '493' -license_text: '' -name: TCL/TK License -spdx_abbrev: TCL -spdx_name: TCL/TK License -url: http://www.tcl.tk/software/tcltk/license.html diff --git a/orig/fedora_abbrev/TGPPL.yml b/orig/fedora_abbrev/TGPPL.yml deleted file mode 100644 index 5fe1461..0000000 --- a/orig/fedora_abbrev/TGPPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: TGPPL -fedora_name: Transitive Grace Period Public Licence -id: '513' -license_text: '' -name: Transitive Grace Period Public Licence -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/TGPPL diff --git a/orig/fedora_abbrev/TMate.yml b/orig/fedora_abbrev/TMate.yml deleted file mode 100644 index c650677..0000000 --- a/orig/fedora_abbrev/TMate.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: TMate -fedora_name: TMate Open Source License -id: '509' -license_text: '' -name: TMate Open Source License -spdx_abbrev: TMate -spdx_name: TMate Open Source License -url: http://svnkit.com/license.html diff --git a/orig/fedora_abbrev/TORQUEv1.1.yml b/orig/fedora_abbrev/TORQUEv1.1.yml deleted file mode 100644 index e420ef1..0000000 --- a/orig/fedora_abbrev/TORQUEv1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: TORQUEv1.1 -fedora_name: TORQUE v2.5+ Software License v1.1 -id: '512' -license_text: '' -name: TORQUE v2.5+ Software License v1.1 -spdx_abbrev: TORQUE-1.1 -spdx_name: TORQUE v2.5+ Software License v1.1 -url: https://fedoraproject.org/wiki/Licensing/TORQUEv1.1 diff --git a/orig/fedora_abbrev/TOSL.yml b/orig/fedora_abbrev/TOSL.yml deleted file mode 100644 index 7e2fb85..0000000 --- a/orig/fedora_abbrev/TOSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: TOSL -fedora_name: Trusster Open Source License -id: '515' -license_text: '' -name: Trusster Open Source License -spdx_abbrev: TOSL -spdx_name: Trusster Open Source License -url: https://fedoraproject.org/wiki/Licensing/TOSL diff --git a/orig/fedora_abbrev/TPDL.yml b/orig/fedora_abbrev/TPDL.yml deleted file mode 100644 index 8999d95..0000000 --- a/orig/fedora_abbrev/TPDL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: TPDL -fedora_name: Time::ParseDate License -id: '508' -license_text: '' -name: Time::ParseDate License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/TPDL diff --git a/orig/fedora_abbrev/TPL.yml b/orig/fedora_abbrev/TPL.yml deleted file mode 100644 index c99dd97..0000000 --- a/orig/fedora_abbrev/TPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: TPL -fedora_name: Thor Public License -id: '506' -license_text: '' -name: Thor Public License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing:ThorPublicLicense?rd=Licensing/ThorPublicLicense diff --git a/orig/fedora_abbrev/TTWL.yml b/orig/fedora_abbrev/TTWL.yml deleted file mode 100644 index 9148835..0000000 --- a/orig/fedora_abbrev/TTWL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: TTWL -fedora_name: Text-Tabs+Wrap License -id: '497' -license_text: '' -name: Text-Tabs+Wrap License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/TTWL diff --git a/orig/fedora_abbrev/Teeworlds.yml b/orig/fedora_abbrev/Teeworlds.yml deleted file mode 100644 index 2224f39..0000000 --- a/orig/fedora_abbrev/Teeworlds.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Teeworlds -fedora_name: Teeworlds License -id: '495' -license_text: '' -name: Teeworlds License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing:Teeworlds?rd=Licensing/Teeworlds diff --git a/orig/fedora_abbrev/Threeparttable.yml b/orig/fedora_abbrev/Threeparttable.yml deleted file mode 100644 index 9f2e386..0000000 --- a/orig/fedora_abbrev/Threeparttable.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Threeparttable -fedora_name: Threeparttable License -id: '507' -license_text: '' -name: Threeparttable License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Threeparttable diff --git a/orig/fedora_abbrev/Tolua.yml b/orig/fedora_abbrev/Tolua.yml deleted file mode 100644 index 06b2f2b..0000000 --- a/orig/fedora_abbrev/Tolua.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Tolua -fedora_name: Tolua License -id: '510' -license_text: '' -name: Tolua License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Tolua diff --git a/orig/fedora_abbrev/Tumbolia.yml b/orig/fedora_abbrev/Tumbolia.yml deleted file mode 100644 index c42fdfb..0000000 --- a/orig/fedora_abbrev/Tumbolia.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Tumbolia -fedora_name: Tumbolia Public License -id: '659' -license_text: '' -name: Tumbolia Public License -spdx_abbrev: '#No official SPDX support as of 2020-04-21' -spdx_name: '#No official SPDX support as of 20202-04-21' -url: https://fedoraproject.org/wiki/Licensing/Tumbolia diff --git a/orig/fedora_abbrev/UCAR.yml b/orig/fedora_abbrev/UCAR.yml deleted file mode 100644 index 92b9e18..0000000 --- a/orig/fedora_abbrev/UCAR.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: UCAR -fedora_name: UCAR License -id: '517' -license_text: '' -name: UCAR License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/UCAR diff --git a/orig/fedora_abbrev/UCD.yml b/orig/fedora_abbrev/UCD.yml deleted file mode 100644 index 81f3ef9..0000000 --- a/orig/fedora_abbrev/UCD.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: UCD -fedora_name: Unicode Character Database Terms Of Use -id: '518' -license_text: '' -name: Unicode Character Database Terms Of Use -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing:UCD?rd=Licensing/UCD diff --git a/orig/fedora_abbrev/UPL.yml b/orig/fedora_abbrev/UPL.yml deleted file mode 100644 index a54e44a..0000000 --- a/orig/fedora_abbrev/UPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: UPL -fedora_name: '' -id: '523' -license_text: '' -name: Universal Permissive License v1.0 -spdx_abbrev: UPL-1.0 -spdx_name: Universal Permissive License v1.0 -url: http://opensource.org/licenses/UPL diff --git a/orig/fedora_abbrev/Unicode.yml b/orig/fedora_abbrev/Unicode.yml deleted file mode 100644 index 522c048..0000000 --- a/orig/fedora_abbrev/Unicode.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Unicode -fedora_name: Unicode License -id: '519' -license_text: '' -name: Unicode License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Unicode diff --git a/orig/fedora_abbrev/Unlicense.yml b/orig/fedora_abbrev/Unlicense.yml deleted file mode 100644 index edea394..0000000 --- a/orig/fedora_abbrev/Unlicense.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Unlicense -fedora_name: Unlicense -id: '527' -license_text: '' -name: Unlicense -spdx_abbrev: Unlicense -spdx_name: The Unlicense -url: http://unlicense.org/ diff --git a/orig/fedora_abbrev/Utopia.yml b/orig/fedora_abbrev/Utopia.yml deleted file mode 100644 index 993fb59..0000000 --- a/orig/fedora_abbrev/Utopia.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Utopia -fedora_name: Adobe/TUG Utopia license agreement -id: '625' -license_text: '' -name: Adobe/TUG Utopia license agreement -spdx_abbrev: '' -spdx_name: '' -url: http://tug.org/fonts/utopia/LICENSE-utopia.txt diff --git a/orig/fedora_abbrev/VNLSL.yml b/orig/fedora_abbrev/VNLSL.yml deleted file mode 100644 index 4509caa..0000000 --- a/orig/fedora_abbrev/VNLSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: VNLSL -fedora_name: Vita Nuova Liberal Source License -id: '530' -license_text: '' -name: Vita Nuova Liberal Source License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Vita_Nuova_Liberal_Source_License diff --git a/orig/fedora_abbrev/VOSTROM.yml b/orig/fedora_abbrev/VOSTROM.yml deleted file mode 100644 index f2598c7..0000000 --- a/orig/fedora_abbrev/VOSTROM.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: VOSTROM -fedora_name: VOSTROM Public License for Open Source -id: '531' -license_text: '' -name: VOSTROM Public License for Open Source -spdx_abbrev: VOSTROM -spdx_name: VOSTROM Public License for Open Source -url: https://fedoraproject.org/wiki/Licensing/VOSTROM diff --git a/orig/fedora_abbrev/VSL.yml b/orig/fedora_abbrev/VSL.yml deleted file mode 100644 index 0c6865a..0000000 --- a/orig/fedora_abbrev/VSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: VSL -fedora_name: Vovida Software License v. 1.0 -id: '533' -license_text: '' -name: Vovida Software License v1.0 -spdx_abbrev: VSL-1.0 -spdx_name: Vovida Software License v1.0 -url: http://www.opensource.org/licenses/VSL-1.0 diff --git a/orig/fedora_abbrev/Verbatim.yml b/orig/fedora_abbrev/Verbatim.yml deleted file mode 100644 index 281eadc..0000000 --- a/orig/fedora_abbrev/Verbatim.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Verbatim -fedora_name: Verbatim License -id: '606' -license_text: '' -name: Verbatim License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/VerbatimLicense diff --git a/orig/fedora_abbrev/Vim.yml b/orig/fedora_abbrev/Vim.yml deleted file mode 100644 index 84c37ea..0000000 --- a/orig/fedora_abbrev/Vim.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Vim -fedora_name: Vim License -id: '529' -license_text: '' -name: Vim License -spdx_abbrev: Vim -spdx_name: Vim License -url: http://vimdoc.sourceforge.net/htmldoc/uganda.html diff --git a/orig/fedora_abbrev/W3C.yml b/orig/fedora_abbrev/W3C.yml deleted file mode 100644 index 89831f3..0000000 --- a/orig/fedora_abbrev/W3C.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: W3C -fedora_name: W3C Software Notice and License -id: '537' -license_text: '' -name: W3C Software Notice and License (2002-12-31) -spdx_abbrev: W3C -spdx_name: W3C Software Notice and License (2002-12-31) -url: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html diff --git a/orig/fedora_abbrev/WTFPL.yml b/orig/fedora_abbrev/WTFPL.yml deleted file mode 100644 index 5b4b267..0000000 --- a/orig/fedora_abbrev/WTFPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: WTFPL -fedora_name: Do What The F*ck You Want To Public License -id: '172' -license_text: '' -name: Do What The F*ck You Want To Public License -spdx_abbrev: WTFPL -spdx_name: Do What The F*ck You Want To Public License -url: https://fedoraproject.org/wiki/Licensing/WTFPL diff --git a/orig/fedora_abbrev/Wadalab.yml b/orig/fedora_abbrev/Wadalab.yml deleted file mode 100644 index 9ee9897..0000000 --- a/orig/fedora_abbrev/Wadalab.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Wadalab -fedora_name: Wadalab Font License -id: '645' -license_text: '' -name: Wadalab Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Wadalab diff --git a/orig/fedora_abbrev/Webmin.yml b/orig/fedora_abbrev/Webmin.yml deleted file mode 100644 index 13c7f7e..0000000 --- a/orig/fedora_abbrev/Webmin.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Webmin -fedora_name: Webmin License -id: '538' -license_text: '' -name: Webmin License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Webmin diff --git a/orig/fedora_abbrev/Wsuipa.yml b/orig/fedora_abbrev/Wsuipa.yml deleted file mode 100644 index 21a55cd..0000000 --- a/orig/fedora_abbrev/Wsuipa.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Wsuipa -fedora_name: Wsuipa License -id: '539' -license_text: '' -name: Wsuipa License -spdx_abbrev: Wsuipa -spdx_name: Wsuipa License -url: https://fedoraproject.org/wiki/Licensing/Wsuipa diff --git a/orig/fedora_abbrev/XANO.yml b/orig/fedora_abbrev/XANO.yml deleted file mode 100644 index b556093..0000000 --- a/orig/fedora_abbrev/XANO.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: XANO -fedora_name: XANO Mincho Font License -id: '646' -license_text: '' -name: XANO Mincho Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/MinchoFontLicense diff --git a/orig/fedora_abbrev/XSkat.yml b/orig/fedora_abbrev/XSkat.yml deleted file mode 100644 index 6d1afc0..0000000 --- a/orig/fedora_abbrev/XSkat.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: XSkat -fedora_name: XSkat License -id: '547' -license_text: '' -name: XSkat License -spdx_abbrev: XSkat -spdx_name: XSkat License -url: https://fedoraproject.org/wiki/Licensing/XSkat_License diff --git a/orig/fedora_abbrev/Xerox.yml b/orig/fedora_abbrev/Xerox.yml deleted file mode 100644 index 7ba753b..0000000 --- a/orig/fedora_abbrev/Xerox.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Xerox -fedora_name: Xerox License -id: '542' -license_text: '' -name: Xerox License -spdx_abbrev: Xerox -spdx_name: Xerox License -url: https://fedoraproject.org/wiki/Licensing/Xerox diff --git a/orig/fedora_abbrev/YPLv1.1.yml b/orig/fedora_abbrev/YPLv1.1.yml deleted file mode 100644 index 4f7780f..0000000 --- a/orig/fedora_abbrev/YPLv1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: YPLv1.1 -fedora_name: Yahoo Public License v 1.1 -id: '551' -license_text: '' -name: Yahoo! Public License v1.1 -spdx_abbrev: YPL-1.1 -spdx_name: Yahoo! Public License v1.1 -url: http://www.zimbra.com/license/yahoo_public_license_1.1.html diff --git a/orig/fedora_abbrev/ZPLv1.0.yml b/orig/fedora_abbrev/ZPLv1.0.yml deleted file mode 100644 index b6d3a38..0000000 --- a/orig/fedora_abbrev/ZPLv1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ZPLv1.0 -fedora_name: Zope Public License v 1.0 -id: '563' -license_text: '' -name: Zope Public License v 1.0 -spdx_abbrev: '' -spdx_name: '' -url: http://old.zope.org/Resources/License/ZPL-1.1 diff --git a/orig/fedora_abbrev/ZPLv2.0.yml b/orig/fedora_abbrev/ZPLv2.0.yml deleted file mode 100644 index f35a725..0000000 --- a/orig/fedora_abbrev/ZPLv2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ZPLv2.0 -fedora_name: Zope Public License v 2.0 -id: '564' -license_text: '' -name: Zope Public License v 2.0 -spdx_abbrev: ZPL-2.0 -spdx_name: Zope Public License 2.0 -url: http://old.zope.org/Resources/License/ZPL-2.0 diff --git a/orig/fedora_abbrev/ZPLv2.1.yml b/orig/fedora_abbrev/ZPLv2.1.yml deleted file mode 100644 index 444e72c..0000000 --- a/orig/fedora_abbrev/ZPLv2.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ZPLv2.1 -fedora_name: Zope Public License v 2.1 -id: '565' -license_text: '' -name: Zope Public License v 2.1 -spdx_abbrev: ZPL-2.1 -spdx_name: Zope Public License 2.1 -url: http://old.zope.org/Resources/ZPL/ diff --git a/orig/fedora_abbrev/Zed.yml b/orig/fedora_abbrev/Zed.yml deleted file mode 100644 index cc680a5..0000000 --- a/orig/fedora_abbrev/Zed.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Zed -fedora_name: Zed License -id: '552' -license_text: '' -name: Zed License -spdx_abbrev: Zed -spdx_name: Zed License -url: https://fedoraproject.org/wiki/Licensing/Zed diff --git a/orig/fedora_abbrev/Zend.yml b/orig/fedora_abbrev/Zend.yml deleted file mode 100644 index 3e45327..0000000 --- a/orig/fedora_abbrev/Zend.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: Zend -fedora_name: Zend License v2.0 -id: '553' -license_text: '' -name: Zend License v2.0 -spdx_abbrev: Zend-2.0 -spdx_name: Zend License v2.0 -url: https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt diff --git a/orig/fedora_abbrev/diffmark.yml b/orig/fedora_abbrev/diffmark.yml deleted file mode 100644 index 173753b..0000000 --- a/orig/fedora_abbrev/diffmark.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: diffmark -fedora_name: diffmark license -id: '167' -license_text: '' -name: diffmark license -spdx_abbrev: diffmark -spdx_name: diffmark license -url: https://fedoraproject.org/wiki/Licensing/diffmark diff --git a/orig/fedora_abbrev/dvipdfm.yml b/orig/fedora_abbrev/dvipdfm.yml deleted file mode 100644 index 63cff2d..0000000 --- a/orig/fedora_abbrev/dvipdfm.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: dvipdfm -fedora_name: dvipdfm License -id: '174' -license_text: '' -name: dvipdfm License -spdx_abbrev: dvipdfm -spdx_name: dvipdfm License -url: https://fedoraproject.org/wiki/Licensing/dvipdfm diff --git a/orig/fedora_abbrev/eCos.yml b/orig/fedora_abbrev/eCos.yml deleted file mode 100644 index 1506c6a..0000000 --- a/orig/fedora_abbrev/eCos.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: eCos -fedora_name: eCos License v2.0 -id: '562' -license_text: '' -name: eCos license version 2.0 -spdx_abbrev: eCos-2.0 -spdx_name: eCos license version 2.0 -url: https://www.gnu.org/licenses/ecos-license.html diff --git a/orig/fedora_abbrev/eGenix.yml b/orig/fedora_abbrev/eGenix.yml deleted file mode 100644 index 7739658..0000000 --- a/orig/fedora_abbrev/eGenix.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: eGenix -fedora_name: eGenix.com Public License 1.1.0 -id: '183' -license_text: '' -name: eGenix.com Public License 1.1.0 -spdx_abbrev: eGenix -spdx_name: eGenix.com Public License 1.1.0 -url: http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf diff --git a/orig/fedora_abbrev/ec.yml b/orig/fedora_abbrev/ec.yml deleted file mode 100644 index 57577e3..0000000 --- a/orig/fedora_abbrev/ec.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: ec -fedora_name: ec Font License -id: '632' -license_text: '' -name: ec Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Fonts/ec diff --git a/orig/fedora_abbrev/gnuplot.yml b/orig/fedora_abbrev/gnuplot.yml deleted file mode 100644 index eba25c5..0000000 --- a/orig/fedora_abbrev/gnuplot.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: gnuplot -fedora_name: gnuplot License -id: '251' -license_text: '' -name: gnuplot License -spdx_abbrev: gnuplot -spdx_name: gnuplot License -url: https://fedoraproject.org/wiki/Licensing/Gnuplot diff --git a/orig/fedora_abbrev/iMatix.yml b/orig/fedora_abbrev/iMatix.yml deleted file mode 100644 index 4b2367c..0000000 --- a/orig/fedora_abbrev/iMatix.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: iMatix -fedora_name: iMatix Standard Function Library Agreement -id: '269' -license_text: '' -name: iMatix Standard Function Library Agreement -spdx_abbrev: iMatix -spdx_name: iMatix Standard Function Library Agreement -url: http://legacy.imatix.com/html/sfl/sfl4.htm#license diff --git a/orig/fedora_abbrev/libtiff.yml b/orig/fedora_abbrev/libtiff.yml deleted file mode 100644 index 901e905..0000000 --- a/orig/fedora_abbrev/libtiff.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: libtiff -fedora_name: libtiff License -id: '303' -license_text: '' -name: libtiff License -spdx_abbrev: libtiff -spdx_name: libtiff License -url: https://fedoraproject.org/wiki/Licensing/libtiff diff --git a/orig/fedora_abbrev/mecab-ipadic.yml b/orig/fedora_abbrev/mecab-ipadic.yml deleted file mode 100644 index d2d83bd..0000000 --- a/orig/fedora_abbrev/mecab-ipadic.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: mecab-ipadic -fedora_name: mecab-ipadic license -id: '319' -license_text: '' -name: mecab-ipadic license -spdx_abbrev: '' -spdx_name: '' -url: http://www.icot.or.jp/ARCHIVE/terms-and-conditions-for-IFS-J.html diff --git a/orig/fedora_abbrev/midnight.yml b/orig/fedora_abbrev/midnight.yml deleted file mode 100644 index df12fdd..0000000 --- a/orig/fedora_abbrev/midnight.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: midnight -fedora_name: midnight License -id: '326' -license_text: '' -name: midnight License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/midnight diff --git a/orig/fedora_abbrev/mod_macro.yml b/orig/fedora_abbrev/mod_macro.yml deleted file mode 100644 index a59c9b5..0000000 --- a/orig/fedora_abbrev/mod_macro.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: mod_macro -fedora_name: mod_macro License -id: '332' -license_text: '' -name: mod_macro License -spdx_abbrev: '' -spdx_name: '' -url: http://www.cri.ensmp.fr/~coelho/mod_macro/mod_macro/LICENSE diff --git a/orig/fedora_abbrev/mplus.yml b/orig/fedora_abbrev/mplus.yml deleted file mode 100644 index 9e92118..0000000 --- a/orig/fedora_abbrev/mplus.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: mplus -fedora_name: mplus Font License -id: '641' -license_text: '' -name: mplus Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/mplus diff --git a/orig/fedora_abbrev/psfrag.yml b/orig/fedora_abbrev/psfrag.yml deleted file mode 100644 index a2b38c3..0000000 --- a/orig/fedora_abbrev/psfrag.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: psfrag -fedora_name: psfrag License -id: '427' -license_text: '' -name: psfrag License -spdx_abbrev: psfrag -spdx_name: psfrag License -url: https://fedoraproject.org/wiki/Licensing/psfrag diff --git a/orig/fedora_abbrev/psutils.yml b/orig/fedora_abbrev/psutils.yml deleted file mode 100644 index 42017b9..0000000 --- a/orig/fedora_abbrev/psutils.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: psutils -fedora_name: psutils License -id: '428' -license_text: '' -name: psutils License -spdx_abbrev: psutils -spdx_name: psutils License -url: https://fedoraproject.org/wiki/Licensing/psutils diff --git a/orig/fedora_abbrev/radvd.yml b/orig/fedora_abbrev/radvd.yml deleted file mode 100644 index 93d691a..0000000 --- a/orig/fedora_abbrev/radvd.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: radvd -fedora_name: radvd License -id: '658' -license_text: '' -name: radvd License -spdx_abbrev: '#No official SPDX support as of 2020-04-21' -spdx_name: '#No official SPDX support as of 20202-04-21' -url: https://fedoraproject.org/wiki/Licensing/radvd_License diff --git a/orig/fedora_abbrev/softSurfer.yml b/orig/fedora_abbrev/softSurfer.yml deleted file mode 100644 index 5d89256..0000000 --- a/orig/fedora_abbrev/softSurfer.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: softSurfer -fedora_name: softSurfer License -id: '474' -license_text: '' -name: softSurfer License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/softSurfer diff --git a/orig/fedora_abbrev/wxWidgets.yml b/orig/fedora_abbrev/wxWidgets.yml deleted file mode 100644 index 6853200..0000000 --- a/orig/fedora_abbrev/wxWidgets.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: wxWidgets -fedora_name: wxWidgets Library License -id: '540' -license_text: '' -name: wxWidgets Library License -spdx_abbrev: '' -spdx_name: '' -url: http://www.wxwidgets.org/manuals/stable/wx_wxlicense.html diff --git a/orig/fedora_abbrev/wxWindows.yml b/orig/fedora_abbrev/wxWindows.yml deleted file mode 100644 index 5945d2b..0000000 --- a/orig/fedora_abbrev/wxWindows.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: wxWindows -fedora_name: wxWindows Library License v 3.1 -id: '660' -license_text: '' -name: wxWindows Library License v 3.1 -spdx_abbrev: WXwindows -spdx_name: wxWindows Library License -url: https://opensource.org/licenses/WXwindows diff --git a/orig/fedora_abbrev/xinetd.yml b/orig/fedora_abbrev/xinetd.yml deleted file mode 100644 index 6bd10fa..0000000 --- a/orig/fedora_abbrev/xinetd.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: xinetd -fedora_name: xinetd License -id: '544' -license_text: '' -name: xinetd License -spdx_abbrev: xinetd -spdx_name: xinetd License -url: https://fedoraproject.org/wiki/Licensing/Xinetd_License diff --git a/orig/fedora_abbrev/xpp.yml b/orig/fedora_abbrev/xpp.yml deleted file mode 100644 index a6cc1e9..0000000 --- a/orig/fedora_abbrev/xpp.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: xpp -fedora_name: XPP License -id: '546' -license_text: '' -name: XPP License -spdx_abbrev: xpp -spdx_name: XPP License -url: https://fedoraproject.org/wiki/Licensing/xpp diff --git a/orig/fedora_abbrev/zlib with acknowledgement.yml b/orig/fedora_abbrev/zlib with acknowledgement.yml deleted file mode 100644 index cc6da66..0000000 --- a/orig/fedora_abbrev/zlib with acknowledgement.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: zlib with acknowledgement -fedora_name: zlib/libpng License with Acknowledgement -id: '558' -license_text: '' -name: zlib/libpng License with Acknowledgement -spdx_abbrev: zlib-acknowledgement -spdx_name: zlib/libpng License with Acknowledgement -url: https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement diff --git a/orig/fedora_abbrev/zlib.yml b/orig/fedora_abbrev/zlib.yml deleted file mode 100644 index aa96f6a..0000000 --- a/orig/fedora_abbrev/zlib.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: zlib -fedora_name: zlib/libpng License -id: '557' -license_text: '' -name: zlib/libpng License -spdx_abbrev: Zlib -spdx_name: zlib License -url: http://www.zlib.net/zlib_license.html diff --git a/orig/json2yaml.py b/orig/json2yaml.py deleted file mode 100755 index dbd7a77..0000000 --- a/orig/json2yaml.py +++ /dev/null @@ -1,72 +0,0 @@ -#!/usr/bin/python3 -# -# Quick and Dirty script to convert fedora.json to individual YAML -# files. The script divides them out based on abbreviation preference. -# In order: -# 1) If the license has fedora_abbrev, that is used and it is written to -# ./fedora_abbrev -# 2) If the license has spdx_abbrev and fedora_abbrev is empty, it is -# written to ./spdx_abbrev -# 3) As a last resort, the license is written to ./other using the full -# name that is the JSON key as the filename. -# -# David Cantrell -# - -import os -import sys -import json -import yaml - -def usage(cmd): - print("Usage: %s [json file]" % os.path.basename(cmd)) - -if __name__ == "__main__": - if len(sys.argv) != 2: - usage(sys.argv[0]) - sys.exit(1) - - cwd = os.getcwd() - - with open(os.path.realpath(sys.argv[1]), "rb") as f: - rawdata = f.read() - - data = json.loads(rawdata) - - # write out the entries based on the type of abbreviation - for k in data.keys(): - entry = data[k] - - license = {"name": k, - "approved": entry["approved"], - "fedora_abbrev": entry["fedora_abbrev"], - "fedora_name": entry["fedora_name"], - "id": entry["id"], - "license_text": entry["license_text"], - "spdx_abbrev": entry["spdx_abbrev"], - "spdx_name": entry["spdx_name"], - "url": entry["url"]} - - if entry["fedora_abbrev"] != "": - # entry has a Fedora abbreviation - outdir = os.path.realpath(os.path.join(cwd, "fedora_abbrev")) - outfile = "%s.yml" % entry["fedora_abbrev"] - elif entry["spdx_abbrev"] != "" and entry["fedora_abbrev"] == "": - # entry has an SPDX abbreviation but not a Fedora one - outdir = os.path.realpath(os.path.join(cwd, "spdx_abbrev")) - outfile = "%s.yml" % entry["spdx_abbrev"] - else: - # entry has no known abbreviation, using full name from JSON file - outdir = os.path.realpath(os.path.join(cwd, "other")) - outfile = "%s.yml" % k - - if not os.path.isdir(outdir): - os.makedirs(outdir, exist_ok=True) - - # in case our outfile name has a slash in it, go with good old - # first time Linux user "spaces" - outfile = outfile.replace("/", "_") - - with open(os.path.join(outdir, outfile), "w") as yamlout: - yamlout.write("---\n") - yaml.dump(license, yamlout, default_flow_style=False) diff --git a/orig/other/9wm License (Original).yml b/orig/other/9wm License (Original).yml deleted file mode 100644 index f883389..0000000 --- a/orig/other/9wm License (Original).yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: 9wm License (Original) -id: '3' -license_text: '' -name: 9wm License (Original) -spdx_abbrev: '' -spdx_name: '' -url: http://unauthorised.org/dhog/9wm/README diff --git a/orig/other/AMAP License.yml b/orig/other/AMAP License.yml deleted file mode 100644 index b618699..0000000 --- a/orig/other/AMAP License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: AMAP License -id: '25' -license_text: '' -name: AMAP License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/AMAP_License diff --git a/orig/other/AT&T Public License.yml b/orig/other/AT&T Public License.yml deleted file mode 100644 index b8d33fd..0000000 --- a/orig/other/AT&T Public License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: AT&T Public License -id: '54' -license_text: '' -name: AT&T Public License -spdx_abbrev: '' -spdx_name: '' -url: '' diff --git a/orig/other/Agere LT Modem Driver License.yml b/orig/other/Agere LT Modem Driver License.yml deleted file mode 100644 index 2c780b0..0000000 --- a/orig/other/Agere LT Modem Driver License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Agere LT Modem Driver License -id: '23' -license_text: '' -name: Agere LT Modem Driver License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Agere_LT_Modem_Driver_License diff --git a/orig/other/Amazon Software License.yml b/orig/other/Amazon Software License.yml deleted file mode 100644 index bdd27f4..0000000 --- a/orig/other/Amazon Software License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Amazon Software License -id: '27' -license_text: '' -name: Amazon Software License -spdx_abbrev: '' -spdx_name: '' -url: http://aws.amazon.com/asl/ diff --git a/orig/other/Apple Quicktime License.yml b/orig/other/Apple Quicktime License.yml deleted file mode 100644 index 6ec86da..0000000 --- a/orig/other/Apple Quicktime License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Apple Quicktime License -id: '43' -license_text: '' -name: Apple Quicktime License -spdx_abbrev: '' -spdx_name: '' -url: http://store.apple.com/Catalog/US/Images/quicktime.html diff --git a/orig/other/Apple iTunes License.yml b/orig/other/Apple iTunes License.yml deleted file mode 100644 index c48d208..0000000 --- a/orig/other/Apple iTunes License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Apple iTunes License -id: '37' -license_text: '' -name: Apple iTunes License -spdx_abbrev: '' -spdx_name: '' -url: http://images.apple.com/legal/sla/docs/itunes.pdf diff --git a/orig/other/Aptana Public License.yml b/orig/other/Aptana Public License.yml deleted file mode 100644 index 57e5dbc..0000000 --- a/orig/other/Aptana Public License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Aptana Public License -id: '45' -license_text: '' -name: Aptana Public License -spdx_abbrev: '' -spdx_name: '' -url: http://aptana.com/legal/apl/ diff --git a/orig/other/Artistic 1.0 (original).yml b/orig/other/Artistic 1.0 (original).yml deleted file mode 100644 index cad1b0b..0000000 --- a/orig/other/Artistic 1.0 (original).yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Artistic 1.0 (original) -id: '46' -license_text: '' -name: Artistic 1.0 (original) -spdx_abbrev: '' -spdx_name: '' -url: http://dev.perl.org/licenses/artistic.html diff --git a/orig/other/Bouncy Castle Licence.yml b/orig/other/Bouncy Castle Licence.yml deleted file mode 100644 index 5c88738..0000000 --- a/orig/other/Bouncy Castle Licence.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '67' -license_text: '' -name: Bouncy Castle Licence -spdx_abbrev: '' -spdx_name: '' -url: http://www.bouncycastle.org/licence.html diff --git a/orig/other/CACert Root Distribution License.yml b/orig/other/CACert Root Distribution License.yml deleted file mode 100644 index 2af3c57..0000000 --- a/orig/other/CACert Root Distribution License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: CACert Root Distribution License -id: '87' -license_text: '' -name: CACert Root Distribution License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/CACert_Root_Distribution_License diff --git a/orig/other/CAcert Non-Related Persons Disclaimer and License.yml b/orig/other/CAcert Non-Related Persons Disclaimer and License.yml deleted file mode 100644 index 2059eed..0000000 --- a/orig/other/CAcert Non-Related Persons Disclaimer and License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: CAcert Non-Related Persons Disclaimer and License -id: '619' -license_text: '' -name: CAcert Non-Related Persons Disclaimer and License -spdx_abbrev: '' -spdx_name: '' -url: http://www.cacert.org/policy/NRPDisclaimerAndLicence.php diff --git a/orig/other/C_Migemo License.yml b/orig/other/C_Migemo License.yml deleted file mode 100644 index 6ca1c64..0000000 --- a/orig/other/C_Migemo License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: C/Migemo License -id: '101' -license_text: '' -name: C/Migemo License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/CMigemo diff --git a/orig/other/Creative Commons Sampling Plus 1.0.yml b/orig/other/Creative Commons Sampling Plus 1.0.yml deleted file mode 100644 index 8fc110d..0000000 --- a/orig/other/Creative Commons Sampling Plus 1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Creative Commons Sampling Plus 1.0 -id: '623' -license_text: '' -name: Creative Commons Sampling Plus 1.0 -spdx_abbrev: '' -spdx_name: '' -url: http://creativecommons.org/licenses/sampling+/1.0/legalcode diff --git a/orig/other/DIP SIPA Font License.yml b/orig/other/DIP SIPA Font License.yml deleted file mode 100644 index 90025f0..0000000 --- a/orig/other/DIP SIPA Font License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: DIP SIPA Font License -id: '647' -license_text: '' -name: DIP SIPA Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/DIP_SIPA_Font_License diff --git a/orig/other/Dual license consisting of the CDDL v1.1 and GPL v2.yml b/orig/other/Dual license consisting of the CDDL v1.1 and GPL v2.yml deleted file mode 100644 index a2e1c19..0000000 --- a/orig/other/Dual license consisting of the CDDL v1.1 and GPL v2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '586' -license_text: '' -name: Dual license consisting of the CDDL v1.1 and GPL v2 -spdx_abbrev: '' -spdx_name: '' -url: https://oss.oracle.com/licenses/CDDL+GPL-1.1 diff --git a/orig/other/EMC2 License.yml b/orig/other/EMC2 License.yml deleted file mode 100644 index c2ccbe7..0000000 --- a/orig/other/EMC2 License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: EMC2 License -id: '186' -license_text: '' -name: EMC2 License -spdx_abbrev: '' -spdx_name: '' -url: http://pauillac.inria.fr/cdrom_a_graver/www/emc2/copyright.htm diff --git a/orig/other/Frontier Artistic License.yml b/orig/other/Frontier Artistic License.yml deleted file mode 100644 index 95c7233..0000000 --- a/orig/other/Frontier Artistic License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Frontier Artistic License -id: '208' -license_text: '' -name: Frontier Artistic License -spdx_abbrev: '' -spdx_name: '' -url: http://www.spinwardstars.com/frontier/fal.html diff --git a/orig/other/GPL for Computer Programs of the Public Administration.yml b/orig/other/GPL for Computer Programs of the Public Administration.yml deleted file mode 100644 index e885ee5..0000000 --- a/orig/other/GPL for Computer Programs of the Public Administration.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: GPL for Computer Programs of the Public Administration -id: '252' -license_text: '' -name: GPL for Computer Programs of the Public Administration -spdx_abbrev: '' -spdx_name: '' -url: http://www.celepar.pr.gov.br/modules/conteudo/conteudo.php?conteudo=69 diff --git a/orig/other/H2 License, Version 1.0.yml b/orig/other/H2 License, Version 1.0.yml deleted file mode 100644 index 0173824..0000000 --- a/orig/other/H2 License, Version 1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '255' -license_text: '' -name: H2 License, Version 1.0 -spdx_abbrev: '' -spdx_name: '' -url: http://repository.jboss.org/licenses/h2.txt diff --git a/orig/other/HP Software License Terms.yml b/orig/other/HP Software License Terms.yml deleted file mode 100644 index 13b5a33..0000000 --- a/orig/other/HP Software License Terms.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: HP Software License Terms -id: '262' -license_text: '' -name: HP Software License Terms -spdx_abbrev: '' -spdx_name: '' -url: http://h30097.www3.hp.com/hp_sw_license.html diff --git a/orig/other/Hacktivismo Enhanced-Source Software License Agreement.yml b/orig/other/Hacktivismo Enhanced-Source Software License Agreement.yml deleted file mode 100644 index b5d2bc9..0000000 --- a/orig/other/Hacktivismo Enhanced-Source Software License Agreement.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Hacktivismo Enhanced-Source Software License Agreement -id: '256' -license_text: '' -name: Hacktivismo Enhanced-Source Software License Agreement -spdx_abbrev: '' -spdx_name: '' -url: http://www.hacktivismo.com/about/hessla.php diff --git a/orig/other/Helix DNA Technology Binary Research Use License.yml b/orig/other/Helix DNA Technology Binary Research Use License.yml deleted file mode 100644 index fc0febf..0000000 --- a/orig/other/Helix DNA Technology Binary Research Use License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Helix DNA Technology Binary Research Use License -id: '258' -license_text: '' -name: Helix DNA Technology Binary Research Use License -spdx_abbrev: '' -spdx_name: '' -url: https://helixcommunity.org/beula/ diff --git a/orig/other/IBM Sample Code License.yml b/orig/other/IBM Sample Code License.yml deleted file mode 100644 index a82247b..0000000 --- a/orig/other/IBM Sample Code License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: IBM Sample Code License -id: '266' -license_text: '' -name: IBM Sample Code License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/IBM_Sample_Code_License diff --git a/orig/other/ICU License (ICU 58 and later).yml b/orig/other/ICU License (ICU 58 and later).yml deleted file mode 100644 index ff2d5c7..0000000 --- a/orig/other/ICU License (ICU 58 and later).yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '267' -license_text: '' -name: ICU License (ICU 58 and later) -spdx_abbrev: '' -spdx_name: '' -url: http://source.icu-project.org/repos/icu/trunk/icu4j/main/shared/licenses/LICENSE diff --git a/orig/other/Indiana University Extreme! Lab Software License 1.1.1.yml b/orig/other/Indiana University Extreme! Lab Software License 1.1.1.yml deleted file mode 100644 index 2f1b1dd..0000000 --- a/orig/other/Indiana University Extreme! Lab Software License 1.1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '559' -license_text: '' -name: Indiana University Extreme! Lab Software License 1.1.1 -spdx_abbrev: '' -spdx_name: '' -url: https://enterprise.dejacode.com/licenses/public/indiana-extreme/?_list_filters=q%3Dindiana%2Bextreme#license-text diff --git a/orig/other/Indiana University Extreme! Lab Software License Version 1.1.1.yml b/orig/other/Indiana University Extreme! Lab Software License Version 1.1.1.yml deleted file mode 100644 index 83b0c2b..0000000 --- a/orig/other/Indiana University Extreme! Lab Software License Version 1.1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '584' -license_text: '' -name: Indiana University Extreme! Lab Software License Version 1.1.1 -spdx_abbrev: '' -spdx_name: '' -url: https://enterprise.dejacode.com/licenses/public/indiana-extreme/?_list_filters=q%3Dindiana%2Bextreme#license-text diff --git a/orig/other/Intel IPW3945 Daemon License.yml b/orig/other/Intel IPW3945 Daemon License.yml deleted file mode 100644 index 53be1aa..0000000 --- a/orig/other/Intel IPW3945 Daemon License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Intel IPW3945 Daemon License -id: '274' -license_text: '' -name: Intel IPW3945 Daemon License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Intel_IPW3945_Daemon_License diff --git a/orig/other/JDOM License.yml b/orig/other/JDOM License.yml deleted file mode 100644 index f905620..0000000 --- a/orig/other/JDOM License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '284' -license_text: '' -name: JDOM License -spdx_abbrev: '' -spdx_name: '' -url: http://repository.jboss.org/licenses/jdom-1.0.txt diff --git a/orig/other/Jahia Community Source License.yml b/orig/other/Jahia Community Source License.yml deleted file mode 100644 index 388da0f..0000000 --- a/orig/other/Jahia Community Source License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Jahia Community Source License -id: '282' -license_text: '' -name: Jahia Community Source License -spdx_abbrev: '' -spdx_name: '' -url: http://www.jahia.org/jahia/Jahia/pid/145 diff --git a/orig/other/Larabie Fonts License.yml b/orig/other/Larabie Fonts License.yml deleted file mode 100644 index 901735a..0000000 --- a/orig/other/Larabie Fonts License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Larabie Fonts License -id: '648' -license_text: '' -name: Larabie Fonts License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/LarabieFontsLicense diff --git a/orig/other/License Agreement for Application Response Measurement (ARM) SDK.yml b/orig/other/License Agreement for Application Response Measurement (ARM) SDK.yml deleted file mode 100644 index 3e68c4d..0000000 --- a/orig/other/License Agreement for Application Response Measurement (ARM) SDK.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: License Agreement for Application Response Measurement (ARM) SDK -id: '309' -license_text: '' -name: License Agreement for Application Response Measurement (ARM) SDK -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/ApplicationResponseMeasurementSDKLicense diff --git a/orig/other/LinuxTag Yellow OpenMusic License.yml b/orig/other/LinuxTag Yellow OpenMusic License.yml deleted file mode 100644 index f3fd341..0000000 --- a/orig/other/LinuxTag Yellow OpenMusic License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: LinuxTag Yellow OpenMusic License -id: '624' -license_text: '' -name: LinuxTag Yellow OpenMusic License -spdx_abbrev: '' -spdx_name: '' -url: http://openmusic.linuxtag.org/yellow.html diff --git a/orig/other/Literat Font License.yml b/orig/other/Literat Font License.yml deleted file mode 100644 index f4e921f..0000000 --- a/orig/other/Literat Font License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Literat Font License -id: '649' -license_text: '' -name: Literat Font License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/LiteratFontLicense diff --git a/orig/other/MAME License.yml b/orig/other/MAME License.yml deleted file mode 100644 index a158311..0000000 --- a/orig/other/MAME License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: MAME License -id: '317' -license_text: '' -name: MAME License -spdx_abbrev: '' -spdx_name: '' -url: http://mamedev.org/legal.html diff --git a/orig/other/MITRE Collaborative Virtual Workspace License (CVW).yml b/orig/other/MITRE Collaborative Virtual Workspace License (CVW).yml deleted file mode 100644 index 1667989..0000000 --- a/orig/other/MITRE Collaborative Virtual Workspace License (CVW).yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: MITRE Collaborative Virtual Workspace License (CVW) -id: '331' -license_text: '' -name: MITRE Collaborative Virtual Workspace License (CVW) -spdx_abbrev: '' -spdx_name: '' -url: http://opensource.org/licenses/mitrepl.php diff --git a/orig/other/MSNTP License.yml b/orig/other/MSNTP License.yml deleted file mode 100644 index 405db9c..0000000 --- a/orig/other/MSNTP License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: MSNTP License -id: '344' -license_text: '' -name: MSNTP License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing:MSNTP?rd=Licensing/MSNTP diff --git a/orig/other/Maia Mailguard License.yml b/orig/other/Maia Mailguard License.yml deleted file mode 100644 index 882e50f..0000000 --- a/orig/other/Maia Mailguard License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Maia Mailguard License -id: '315' -license_text: '' -name: Maia Mailguard License -spdx_abbrev: '' -spdx_name: '' -url: http://www.maiamailguard.org/license.php diff --git a/orig/other/MeepZor Consulting Public Licence.yml b/orig/other/MeepZor Consulting Public Licence.yml deleted file mode 100644 index 385a6cf..0000000 --- a/orig/other/MeepZor Consulting Public Licence.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: MeepZor Consulting Public Licence -id: '320' -license_text: '' -name: MeepZor Consulting Public Licence -spdx_abbrev: '' -spdx_name: '' -url: http://meepzor.com/packages/autoresponder/LICENCE.txt diff --git a/orig/other/Metasploit Framework License (pre 2006).yml b/orig/other/Metasploit Framework License (pre 2006).yml deleted file mode 100644 index 8c7258e..0000000 --- a/orig/other/Metasploit Framework License (pre 2006).yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Metasploit Framework License (pre 2006) -id: '322' -license_text: '' -name: Metasploit Framework License (pre 2006) -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Metasploit_Framework_License diff --git a/orig/other/Microsoft's Shared Source CLI_C#_Jscript License.yml b/orig/other/Microsoft's Shared Source CLI_C#_Jscript License.yml deleted file mode 100644 index 96bdb2b..0000000 --- a/orig/other/Microsoft's Shared Source CLI_C#_Jscript License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Microsoft's Shared Source CLI/C#/Jscript License -id: '325' -license_text: '' -name: Microsoft's Shared Source CLI/C#/Jscript License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Microsoft_Shared_Source_License diff --git a/orig/other/NASA CDF License.yml b/orig/other/NASA CDF License.yml deleted file mode 100644 index 98f0885..0000000 --- a/orig/other/NASA CDF License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: NASA CDF License -id: '349' -license_text: '' -name: NASA CDF License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/NasaCDF diff --git a/orig/other/OSGi Specification License.yml b/orig/other/OSGi Specification License.yml deleted file mode 100644 index 35d470d..0000000 --- a/orig/other/OSGi Specification License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: OSGi Specification License -id: '412' -license_text: '' -name: OSGi Specification License -spdx_abbrev: '' -spdx_name: '' -url: http://www.osgi.org/Main/OSGiSpecificationLicense diff --git a/orig/other/Open Content License.yml b/orig/other/Open Content License.yml deleted file mode 100644 index 0aa812c..0000000 --- a/orig/other/Open Content License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Open Content License -id: '607' -license_text: '' -name: Open Content License -spdx_abbrev: '' -spdx_name: '' -url: http://opencontent.org/opl.shtml diff --git a/orig/other/Open Directory License.yml b/orig/other/Open Directory License.yml deleted file mode 100644 index 851b4b7..0000000 --- a/orig/other/Open Directory License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Open Directory License -id: '608' -license_text: '' -name: Open Directory License -spdx_abbrev: '' -spdx_name: '' -url: http://dmoz.org/license.html diff --git a/orig/other/Open Map License.yml b/orig/other/Open Map License.yml deleted file mode 100644 index d1a11c0..0000000 --- a/orig/other/Open Map License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Open Map License -id: '398' -license_text: '' -name: Open Map License -spdx_abbrev: '' -spdx_name: '' -url: http://openmap.bbn.com/license.html diff --git a/orig/other/Open Motif Public End User License.yml b/orig/other/Open Motif Public End User License.yml deleted file mode 100644 index e72fdb6..0000000 --- a/orig/other/Open Motif Public End User License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Open Motif Public End User License -id: '400' -license_text: '' -name: Open Motif Public End User License -spdx_abbrev: '' -spdx_name: '' -url: http://www.opengroup.org/openmotif/license/ diff --git a/orig/other/Paul Hsieh Derivative License.yml b/orig/other/Paul Hsieh Derivative License.yml deleted file mode 100644 index 8dbb330..0000000 --- a/orig/other/Paul Hsieh Derivative License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Paul Hsieh Derivative License -id: '414' -license_text: '' -name: Paul Hsieh Derivative License -spdx_abbrev: '' -spdx_name: '' -url: http://www.azillionmonkeys.com/qed/license-derivative.html diff --git a/orig/other/Paul Hsieh Exposition License.yml b/orig/other/Paul Hsieh Exposition License.yml deleted file mode 100644 index 892605f..0000000 --- a/orig/other/Paul Hsieh Exposition License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Paul Hsieh Exposition License -id: '415' -license_text: '' -name: Paul Hsieh Exposition License -spdx_abbrev: '' -spdx_name: '' -url: http://www.azillionmonkeys.com/qed/license-exposition.html diff --git a/orig/other/Pine License.yml b/orig/other/Pine License.yml deleted file mode 100644 index 7118bad..0000000 --- a/orig/other/Pine License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Pine License -id: '423' -license_text: '' -name: Pine License -spdx_abbrev: '' -spdx_name: '' -url: http://www.washington.edu/pine/overview/legal.html diff --git a/orig/other/Reciprocal Public License.yml b/orig/other/Reciprocal Public License.yml deleted file mode 100644 index f69e585..0000000 --- a/orig/other/Reciprocal Public License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Reciprocal Public License -id: '440' -license_text: '' -name: Reciprocal Public License -spdx_abbrev: '' -spdx_name: '' -url: https://opensource.org/licenses/rpl.php diff --git a/orig/other/SGI Free Software License B 1.1 or older.yml b/orig/other/SGI Free Software License B 1.1 or older.yml deleted file mode 100644 index 0789758..0000000 --- a/orig/other/SGI Free Software License B 1.1 or older.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: SGI Free Software License B 1.1 or older -id: '460' -license_text: '' -name: SGI Free Software License B 1.1 or older -spdx_abbrev: '' -spdx_name: '' -url: http://oss.sgi.com/projects/FreeB/ diff --git a/orig/other/SGI GLX Public License 1.0.yml b/orig/other/SGI GLX Public License 1.0.yml deleted file mode 100644 index 68d5468..0000000 --- a/orig/other/SGI GLX Public License 1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: SGI GLX Public License 1.0 -id: '465' -license_text: '' -name: SGI GLX Public License 1.0 -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/GLX_Public_License diff --git a/orig/other/Scilab License (OLD).yml b/orig/other/Scilab License (OLD).yml deleted file mode 100644 index cde9613..0000000 --- a/orig/other/Scilab License (OLD).yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Scilab License (OLD) -id: '455' -license_text: '' -name: Scilab License (OLD) -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Scilab_License_Old diff --git a/orig/other/Siren14 License Agreement.yml b/orig/other/Siren14 License Agreement.yml deleted file mode 100644 index 5d70121..0000000 --- a/orig/other/Siren14 License Agreement.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Siren14 License Agreement -id: '469' -license_text: '' -name: Siren14 License Agreement -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Siren14_Licensing_Agreement diff --git a/orig/other/Spin Commercial License.yml b/orig/other/Spin Commercial License.yml deleted file mode 100644 index c2b75b5..0000000 --- a/orig/other/Spin Commercial License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Spin Commercial License -id: '478' -license_text: '' -name: Spin Commercial License -spdx_abbrev: '' -spdx_name: '' -url: http://www.spinroot.com/spin/spin_license.html diff --git a/orig/other/Squeak License.yml b/orig/other/Squeak License.yml deleted file mode 100644 index 6ca41f9..0000000 --- a/orig/other/Squeak License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Squeak License -id: '479' -license_text: '' -name: Squeak License -spdx_abbrev: '' -spdx_name: '' -url: http://squeak.org/SqueakLicense/ diff --git a/orig/other/Sun Binary Code License Agreement.yml b/orig/other/Sun Binary Code License Agreement.yml deleted file mode 100644 index 489977c..0000000 --- a/orig/other/Sun Binary Code License Agreement.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Sun Binary Code License Agreement -id: '482' -license_text: '' -name: Sun Binary Code License Agreement -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/Sun_Binary_Code_License_Agreement diff --git a/orig/other/Sun Community Source License.yml b/orig/other/Sun Community Source License.yml deleted file mode 100644 index 605e5cc..0000000 --- a/orig/other/Sun Community Source License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Sun Community Source License -id: '483' -license_text: '' -name: Sun Community Source License -spdx_abbrev: '' -spdx_name: '' -url: http://www.sun.com/software/communitysource/ diff --git a/orig/other/Sun RPC License.yml b/orig/other/Sun RPC License.yml deleted file mode 100644 index 0c2752d..0000000 --- a/orig/other/Sun RPC License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Sun RPC License -id: '489' -license_text: '' -name: Sun RPC License -spdx_abbrev: '' -spdx_name: '' -url: http://www.mibsoftware.com/librock/librock/license/ssscfr.txt diff --git a/orig/other/Sun Solaris Source Code (Foundation Release) License.yml b/orig/other/Sun Solaris Source Code (Foundation Release) License.yml deleted file mode 100644 index 7984d92..0000000 --- a/orig/other/Sun Solaris Source Code (Foundation Release) License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Sun Solaris Source Code (Foundation Release) License -id: '490' -license_text: '' -name: Sun Solaris Source Code (Foundation Release) License -spdx_abbrev: '' -spdx_name: '' -url: http://www.mibsoftware.com/librock/librock/license/ssscfr.txt diff --git a/orig/other/SystemC Open Source License.yml b/orig/other/SystemC Open Source License.yml deleted file mode 100644 index c3b4d59..0000000 --- a/orig/other/SystemC Open Source License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: SystemC Open Source License -id: '492' -license_text: '' -name: SystemC Open Source License -spdx_abbrev: '' -spdx_name: '' -url: http://www.systemc.org/about/org_docs/license/ diff --git a/orig/other/TORQUE v2.5+ Software License v1.0.yml b/orig/other/TORQUE v2.5+ Software License v1.0.yml deleted file mode 100644 index 5fcae58..0000000 --- a/orig/other/TORQUE v2.5+ Software License v1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: TORQUE v2.5+ Software License v1.0 -id: '511' -license_text: '' -name: TORQUE v2.5+ Software License v1.0 -spdx_abbrev: '' -spdx_name: '' -url: '' diff --git a/orig/other/Terracotta Public License 1.0.yml b/orig/other/Terracotta Public License 1.0.yml deleted file mode 100644 index 425106a..0000000 --- a/orig/other/Terracotta Public License 1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Terracotta Public License 1.0 -id: '496' -license_text: '' -name: Terracotta Public License 1.0 -spdx_abbrev: '' -spdx_name: '' -url: http://svn.terracotta.org/svn/ehcache/tags/ehcache-2.9.0/distribution/src/main/assembly/root/licenses/EHCACHE-TERRACOTTA-LICENSE.txt diff --git a/orig/other/The Antlr 2.7.7 License.yml b/orig/other/The Antlr 2.7.7 License.yml deleted file mode 100644 index cec8d45..0000000 --- a/orig/other/The Antlr 2.7.7 License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '498' -license_text: '' -name: The Antlr 2.7.7 License -spdx_abbrev: '' -spdx_name: '' -url: http://www.antlr2.org/download/antlr-2.7.7.tar.gz diff --git a/orig/other/The Asm BSD License.yml b/orig/other/The Asm BSD License.yml deleted file mode 100644 index d3eddef..0000000 --- a/orig/other/The Asm BSD License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '499' -license_text: '' -name: The Asm BSD License -spdx_abbrev: '' -spdx_name: '' -url: http://asm.ow2.org/license.html diff --git a/orig/other/The BSD License.yml b/orig/other/The BSD License.yml deleted file mode 100644 index b2fa6fb..0000000 --- a/orig/other/The BSD License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '500' -license_text: '' -name: The BSD License -spdx_abbrev: '' -spdx_name: '' -url: http://repository.jboss.org/licenses/bsd.txt diff --git a/orig/other/The Dom4j License.yml b/orig/other/The Dom4j License.yml deleted file mode 100644 index a4f8d9c..0000000 --- a/orig/other/The Dom4j License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '501' -license_text: '' -name: The Dom4j License -spdx_abbrev: '' -spdx_name: '' -url: https://raw.githubusercontent.com/dom4j/dom4j/master/LICENSE diff --git a/orig/other/The JSoup MIT License.yml b/orig/other/The JSoup MIT License.yml deleted file mode 100644 index ed291ad..0000000 --- a/orig/other/The JSoup MIT License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '503' -license_text: '' -name: The JSoup MIT License -spdx_abbrev: '' -spdx_name: '' -url: https://jsoup.org/license.html diff --git a/orig/other/The Jaxen License.yml b/orig/other/The Jaxen License.yml deleted file mode 100644 index 411b2e0..0000000 --- a/orig/other/The Jaxen License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '502' -license_text: '' -name: The Jaxen License -spdx_abbrev: '' -spdx_name: '' -url: http://www.jaxen.org/license.html diff --git a/orig/other/TrueCrypt License.yml b/orig/other/TrueCrypt License.yml deleted file mode 100644 index 6d7f70c..0000000 --- a/orig/other/TrueCrypt License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: TrueCrypt License -id: '514' -license_text: '' -name: TrueCrypt License -spdx_abbrev: '' -spdx_name: '' -url: http://truecrypt.sourceforge.net/ diff --git a/orig/other/University of Utah Public License.yml b/orig/other/University of Utah Public License.yml deleted file mode 100644 index f273c19..0000000 --- a/orig/other/University of Utah Public License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: University of Utah Public License -id: '525' -license_text: '' -name: University of Utah Public License -spdx_abbrev: '' -spdx_name: '' -url: http://www.cs.utah.edu/~gk/teem/txt/LICENSE.txt diff --git a/orig/other/University of Washington Free Fork License.yml b/orig/other/University of Washington Free Fork License.yml deleted file mode 100644 index fdcb30a..0000000 --- a/orig/other/University of Washington Free Fork License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: University of Washington Free Fork License -id: '526' -license_text: '' -name: University of Washington Free Fork License -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing:UofWFreeFork?rd=Licensing/UofWFreeFork diff --git a/orig/other/W3C Documentation License.yml b/orig/other/W3C Documentation License.yml deleted file mode 100644 index 8c8bff8..0000000 --- a/orig/other/W3C Documentation License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: W3C Documentation License -id: '609' -license_text: '' -name: W3C Documentation License -spdx_abbrev: '' -spdx_name: '' -url: http://www.w3.org/Consortium/Legal/copyright-documents diff --git a/orig/other/eCos Public License, v1.1.yml b/orig/other/eCos Public License, v1.1.yml deleted file mode 100644 index 05a503a..0000000 --- a/orig/other/eCos Public License, v1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: eCos Public License, v1.1 -id: '180' -license_text: '' -name: eCos Public License, v1.1 -spdx_abbrev: '' -spdx_name: '' -url: '' diff --git a/orig/other/indiana-extreme.yml b/orig/other/indiana-extreme.yml deleted file mode 100644 index 40250b1..0000000 --- a/orig/other/indiana-extreme.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '585' -license_text: '' -name: indiana-extreme -spdx_abbrev: '' -spdx_name: '' -url: https://enterprise.dejacode.com/licenses/public/indiana-extreme/?_list_filters=q%3Dindiana%2Bextreme#license-text diff --git a/orig/other/mrouted license (old).yml b/orig/other/mrouted license (old).yml deleted file mode 100644 index b03366e..0000000 --- a/orig/other/mrouted license (old).yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: mrouted license (old) -id: '343' -license_text: '' -name: mrouted license (old) -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing/mrouted diff --git a/orig/other/qmail License.yml b/orig/other/qmail License.yml deleted file mode 100644 index bb993d1..0000000 --- a/orig/other/qmail License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: qmail License -id: '433' -license_text: '' -name: qmail License -spdx_abbrev: '' -spdx_name: '' -url: http://cr.yp.to/qmail/dist.html diff --git a/orig/other/unrar license.yml b/orig/other/unrar license.yml deleted file mode 100644 index 7386390..0000000 --- a/orig/other/unrar license.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: unrar license -id: '528' -license_text: '' -name: unrar license -spdx_abbrev: '' -spdx_name: '' -url: https://fedoraproject.org/wiki/Licensing:Unrar?rd=Licensing/Unrar diff --git a/orig/spdx_abbrev/#No official SPDX support as of 2020-04-21.yml b/orig/spdx_abbrev/#No official SPDX support as of 2020-04-21.yml deleted file mode 100644 index be06fbd..0000000 --- a/orig/spdx_abbrev/#No official SPDX support as of 2020-04-21.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: '' -id: '666' -license_text: '' -name: Ubuntu Font License -spdx_abbrev: '#No official SPDX support as of 2020-04-21' -spdx_name: '#No official SPDX support as of 20202-04-21' -url: https://fedoraproject.org/wiki/Licensing/UbuntuFontLicense diff --git a/orig/spdx_abbrev/#No official SPDX support as of 2020-09-10.yml b/orig/spdx_abbrev/#No official SPDX support as of 2020-09-10.yml deleted file mode 100644 index d1a1dc2..0000000 --- a/orig/spdx_abbrev/#No official SPDX support as of 2020-09-10.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: Freely redistributable without restriction -id: '668' -license_text: '' -name: Distributable -spdx_abbrev: '#No official SPDX support as of 2020-09-10' -spdx_name: '#No official SPDX support as of 2020-09-10' -url: https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_distributable diff --git a/orig/spdx_abbrev/AFL-1.1.yml b/orig/spdx_abbrev/AFL-1.1.yml deleted file mode 100644 index 266a639..0000000 --- a/orig/spdx_abbrev/AFL-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '6' -license_text: '' -name: Academic Free License v1.1 -spdx_abbrev: AFL-1.1 -spdx_name: Academic Free License v1.1 -url: http://opensource.linux-mirror.org/licenses/afl-1.1.txt diff --git a/orig/spdx_abbrev/AFL-1.2.yml b/orig/spdx_abbrev/AFL-1.2.yml deleted file mode 100644 index 56e2573..0000000 --- a/orig/spdx_abbrev/AFL-1.2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '7' -license_text: '' -name: Academic Free License v1.2 -spdx_abbrev: AFL-1.2 -spdx_name: Academic Free License v1.2 -url: http://opensource.linux-mirror.org/licenses/afl-1.2.txt diff --git a/orig/spdx_abbrev/AFL-2.0.yml b/orig/spdx_abbrev/AFL-2.0.yml deleted file mode 100644 index ea5f89a..0000000 --- a/orig/spdx_abbrev/AFL-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '8' -license_text: '' -name: Academic Free License v2.0 -spdx_abbrev: AFL-2.0 -spdx_name: Academic Free License v2.0 -url: http://opensource.linux-mirror.org/licenses/afl-2.0.txt diff --git a/orig/spdx_abbrev/AFL-2.1.yml b/orig/spdx_abbrev/AFL-2.1.yml deleted file mode 100644 index 3b57fd3..0000000 --- a/orig/spdx_abbrev/AFL-2.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '9' -license_text: '' -name: Academic Free License v2.1 -spdx_abbrev: AFL-2.1 -spdx_name: Academic Free License v2.1 -url: http://opensource.linux-mirror.org/licenses/afl-2.1.txt diff --git a/orig/spdx_abbrev/AGPL-3.0.yml b/orig/spdx_abbrev/AGPL-3.0.yml deleted file mode 100644 index 826c172..0000000 --- a/orig/spdx_abbrev/AGPL-3.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '215' -license_text: '' -name: GNU Affero General Public License v3.0 -spdx_abbrev: AGPL-3.0 -spdx_name: GNU Affero General Public License v3.0 -url: https://spdx.org/licenses/AGPL-3.0.html diff --git a/orig/spdx_abbrev/APL-1.0.yml b/orig/spdx_abbrev/APL-1.0.yml deleted file mode 100644 index 0bbb497..0000000 --- a/orig/spdx_abbrev/APL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Adaptive Public License -id: '13' -license_text: '' -name: Adaptive Public License 1.0 -spdx_abbrev: APL-1.0 -spdx_name: Adaptive Public License 1.0 -url: https://opensource.org/licenses/apl1.0.php diff --git a/orig/spdx_abbrev/APSL-1.0.yml b/orig/spdx_abbrev/APSL-1.0.yml deleted file mode 100644 index 968458c..0000000 --- a/orig/spdx_abbrev/APSL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Apple Public Source License 1.0 -id: '39' -license_text: '' -name: Apple Public Source License 1.0 -spdx_abbrev: APSL-1.0 -spdx_name: Apple Public Source License 1.0 -url: https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0 diff --git a/orig/spdx_abbrev/APSL-1.1.yml b/orig/spdx_abbrev/APSL-1.1.yml deleted file mode 100644 index be0404e..0000000 --- a/orig/spdx_abbrev/APSL-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Apple Public Source License 1.1 -id: '40' -license_text: '' -name: Apple Public Source License 1.1 -spdx_abbrev: APSL-1.1 -spdx_name: Apple Public Source License 1.1 -url: http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE diff --git a/orig/spdx_abbrev/APSL-1.2.yml b/orig/spdx_abbrev/APSL-1.2.yml deleted file mode 100644 index fa882f1..0000000 --- a/orig/spdx_abbrev/APSL-1.2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Apple Public Source License 1.2 -id: '41' -license_text: '' -name: Apple Public Source License 1.2 -spdx_abbrev: APSL-1.2 -spdx_name: Apple Public Source License 1.2 -url: http://www.samurajdata.se/opensource/mirror/licenses/apsl.php diff --git a/orig/spdx_abbrev/Aladdin.yml b/orig/spdx_abbrev/Aladdin.yml deleted file mode 100644 index 9f393c0..0000000 --- a/orig/spdx_abbrev/Aladdin.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Aladdin Free Public License -id: '24' -license_text: '' -name: Aladdin Free Public License -spdx_abbrev: Aladdin -spdx_name: Aladdin Free Public License -url: http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm diff --git a/orig/spdx_abbrev/Artistic-1.0-Perl.yml b/orig/spdx_abbrev/Artistic-1.0-Perl.yml deleted file mode 100644 index 7fc93f1..0000000 --- a/orig/spdx_abbrev/Artistic-1.0-Perl.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '50' -license_text: '' -name: Artistic License 1.0 (Perl) -spdx_abbrev: Artistic-1.0-Perl -spdx_name: Artistic License 1.0 (Perl) -url: https://opensource.org/licenses/Artistic-Perl-1.0 diff --git a/orig/spdx_abbrev/Artistic-1.0-cl8.yml b/orig/spdx_abbrev/Artistic-1.0-cl8.yml deleted file mode 100644 index b176588..0000000 --- a/orig/spdx_abbrev/Artistic-1.0-cl8.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '51' -license_text: '' -name: Artistic License 1.0 w/clause 8 -spdx_abbrev: Artistic-1.0-cl8 -spdx_name: Artistic License 1.0 w/clause 8 -url: http://opensource.org/licenses/Artistic-1.0 diff --git a/orig/spdx_abbrev/Artistic-1.0.yml b/orig/spdx_abbrev/Artistic-1.0.yml deleted file mode 100644 index f90b9ec..0000000 --- a/orig/spdx_abbrev/Artistic-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '49' -license_text: '' -name: Artistic License 1.0 -spdx_abbrev: Artistic-1.0 -spdx_name: Artistic License 1.0 -url: http://opensource.org/licenses/Artistic-1.0 diff --git a/orig/spdx_abbrev/BSD-2-Clause-NetBSD.yml b/orig/spdx_abbrev/BSD-2-Clause-NetBSD.yml deleted file mode 100644 index b86a36c..0000000 --- a/orig/spdx_abbrev/BSD-2-Clause-NetBSD.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '69' -license_text: '' -name: BSD 2-clause NetBSD License -spdx_abbrev: BSD-2-Clause-NetBSD -spdx_name: BSD 2-clause NetBSD License -url: http://www.netbsd.org/about/redistribution.html#default diff --git a/orig/spdx_abbrev/BSD-2-Clause.yml b/orig/spdx_abbrev/BSD-2-Clause.yml deleted file mode 100644 index ccd1872..0000000 --- a/orig/spdx_abbrev/BSD-2-Clause.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '70' -license_text: '' -name: BSD 2-clause "Simplified" License -spdx_abbrev: BSD-2-Clause -spdx_name: BSD 2-clause "Simplified" License -url: http://www.opensource.org/licenses/BSD-2-Clause diff --git a/orig/spdx_abbrev/BSD-3-Clause-Clear.yml b/orig/spdx_abbrev/BSD-3-Clause-Clear.yml deleted file mode 100644 index f0cf7df..0000000 --- a/orig/spdx_abbrev/BSD-3-Clause-Clear.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '71' -license_text: '' -name: BSD 3-Clause Clear License -spdx_abbrev: BSD-3-Clause-Clear -spdx_name: BSD 3-Clause Clear License -url: http://labs.metacarta.com/license-explanation.html#license diff --git a/orig/spdx_abbrev/BSD-3-Clause-No-Nuclear-License-2014.yml b/orig/spdx_abbrev/BSD-3-Clause-No-Nuclear-License-2014.yml deleted file mode 100644 index a828968..0000000 --- a/orig/spdx_abbrev/BSD-3-Clause-No-Nuclear-License-2014.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '74' -license_text: '' -name: BSD 3-Clause No Nuclear License 2014 -spdx_abbrev: BSD-3-Clause-No-Nuclear-License-2014 -spdx_name: BSD 3-Clause No Nuclear License 2014 -url: https://java.net/projects/javaeetutorial/pages/BerkeleyLicense diff --git a/orig/spdx_abbrev/BSD-3-Clause-No-Nuclear-License.yml b/orig/spdx_abbrev/BSD-3-Clause-No-Nuclear-License.yml deleted file mode 100644 index db2e201..0000000 --- a/orig/spdx_abbrev/BSD-3-Clause-No-Nuclear-License.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '73' -license_text: '' -name: BSD 3-Clause No Nuclear License -spdx_abbrev: BSD-3-Clause-No-Nuclear-License -spdx_name: BSD 3-Clause No Nuclear License -url: https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html diff --git a/orig/spdx_abbrev/BSD-3-Clause-No-Nuclear-Warranty.yml b/orig/spdx_abbrev/BSD-3-Clause-No-Nuclear-Warranty.yml deleted file mode 100644 index f58849a..0000000 --- a/orig/spdx_abbrev/BSD-3-Clause-No-Nuclear-Warranty.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '75' -license_text: '' -name: BSD 3-Clause No Nuclear Warranty -spdx_abbrev: BSD-3-Clause-No-Nuclear-Warranty -spdx_name: BSD 3-Clause No Nuclear Warranty -url: https://jogamp.org/git/?p=gluegen.git;a=blob_plain;f=LICENSE.txt diff --git a/orig/spdx_abbrev/BSD-4-Clause-UC.yml b/orig/spdx_abbrev/BSD-4-Clause-UC.yml deleted file mode 100644 index 422aa2e..0000000 --- a/orig/spdx_abbrev/BSD-4-Clause-UC.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '77' -license_text: '' -name: BSD-4-Clause (University of California-Specific) -spdx_abbrev: BSD-4-Clause-UC -spdx_name: BSD-4-Clause (University of California-Specific) -url: http://www.freebsd.org/copyright/license.html diff --git a/orig/spdx_abbrev/BSD-4-Clause.yml b/orig/spdx_abbrev/BSD-4-Clause.yml deleted file mode 100644 index 55be231..0000000 --- a/orig/spdx_abbrev/BSD-4-Clause.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '76' -license_text: '' -name: BSD 4-clause "Original" or "Old" License -spdx_abbrev: BSD-4-Clause -spdx_name: BSD 4-clause "Original" or "Old" License -url: http://directory.fsf.org/wiki/License:BSD_4Clause diff --git a/orig/spdx_abbrev/BSD-Source-Code.yml b/orig/spdx_abbrev/BSD-Source-Code.yml deleted file mode 100644 index c94706a..0000000 --- a/orig/spdx_abbrev/BSD-Source-Code.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '82' -license_text: '' -name: BSD Source Code Attribution -spdx_abbrev: BSD-Source-Code -spdx_name: BSD Source Code Attribution -url: https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt diff --git a/orig/spdx_abbrev/BitTorrent-1.0.yml b/orig/spdx_abbrev/BitTorrent-1.0.yml deleted file mode 100644 index d3437a1..0000000 --- a/orig/spdx_abbrev/BitTorrent-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '62' -license_text: '' -name: BitTorrent Open Source License v1.0 -spdx_abbrev: BitTorrent-1.0 -spdx_name: BitTorrent Open Source License v1.0 -url: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1=1.1&r2=1.1.1.1&diff_format=s diff --git a/orig/spdx_abbrev/CC-BY-1.0.yml b/orig/spdx_abbrev/CC-BY-1.0.yml deleted file mode 100644 index ba9aeec..0000000 --- a/orig/spdx_abbrev/CC-BY-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '125' -license_text: '' -name: Creative Commons Attribution 1.0 -spdx_abbrev: CC-BY-1.0 -spdx_name: Creative Commons Attribution 1.0 -url: http://creativecommons.org/licenses/by/1.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-2.0.yml b/orig/spdx_abbrev/CC-BY-2.0.yml deleted file mode 100644 index b79ff6b..0000000 --- a/orig/spdx_abbrev/CC-BY-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '126' -license_text: '' -name: Creative Commons Attribution 2.0 -spdx_abbrev: CC-BY-2.0 -spdx_name: Creative Commons Attribution 2.0 -url: http://creativecommons.org/licenses/by/2.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-2.5.yml b/orig/spdx_abbrev/CC-BY-2.5.yml deleted file mode 100644 index 9ed8817..0000000 --- a/orig/spdx_abbrev/CC-BY-2.5.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '127' -license_text: '' -name: Creative Commons Attribution 2.5 -spdx_abbrev: CC-BY-2.5 -spdx_name: Creative Commons Attribution 2.5 -url: http://creativecommons.org/licenses/by/2.5/legalcode diff --git a/orig/spdx_abbrev/CC-BY-4.0.yml b/orig/spdx_abbrev/CC-BY-4.0.yml deleted file mode 100644 index e59150b..0000000 --- a/orig/spdx_abbrev/CC-BY-4.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '129' -license_text: '' -name: Creative Commons Attribution 4.0 -spdx_abbrev: CC-BY-4.0 -spdx_name: Creative Commons Attribution 4.0 -url: http://creativecommons.org/licenses/by/4.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-1.0.yml b/orig/spdx_abbrev/CC-BY-NC-1.0.yml deleted file mode 100644 index 1855d14..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '135' -license_text: '' -name: Creative Commons Attribution Non Commercial 1.0 -spdx_abbrev: CC-BY-NC-1.0 -spdx_name: Creative Commons Attribution Non Commercial 1.0 -url: http://creativecommons.org/licenses/by-nc/1.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-2.0.yml b/orig/spdx_abbrev/CC-BY-NC-2.0.yml deleted file mode 100644 index bca7647..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '136' -license_text: '' -name: Creative Commons Attribution Non Commercial 2.0 -spdx_abbrev: CC-BY-NC-2.0 -spdx_name: Creative Commons Attribution Non Commercial 2.0 -url: http://creativecommons.org/licenses/by-nc/2.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-2.5.yml b/orig/spdx_abbrev/CC-BY-NC-2.5.yml deleted file mode 100644 index 4f587fa..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-2.5.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '137' -license_text: '' -name: Creative Commons Attribution Non Commercial 2.5 -spdx_abbrev: CC-BY-NC-2.5 -spdx_name: Creative Commons Attribution Non Commercial 2.5 -url: http://creativecommons.org/licenses/by-nc/2.5/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-3.0.yml b/orig/spdx_abbrev/CC-BY-NC-3.0.yml deleted file mode 100644 index c32e5e8..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-3.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Creative Commons Attribution-NonCommercial -id: '621' -license_text: '' -name: Creative Commons Attribution-NonCommercial -spdx_abbrev: CC-BY-NC-3.0 -spdx_name: Creative Commons Attribution Non Commercial 3.0 -url: http://www.cacert.org/policy/NRPDisclaimerAndLicence.php diff --git a/orig/spdx_abbrev/CC-BY-NC-4.0.yml b/orig/spdx_abbrev/CC-BY-NC-4.0.yml deleted file mode 100644 index 6de3d74..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-4.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '139' -license_text: '' -name: Creative Commons Attribution Non Commercial 4.0 -spdx_abbrev: CC-BY-NC-4.0 -spdx_name: Creative Commons Attribution Non Commercial 4.0 -url: http://creativecommons.org/licenses/by-nc/4.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-ND-1.0.yml b/orig/spdx_abbrev/CC-BY-NC-ND-1.0.yml deleted file mode 100644 index 6b9c8ce..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-ND-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '140' -license_text: '' -name: Creative Commons Attribution Non Commercial No Derivatives 1.0 -spdx_abbrev: CC-BY-NC-ND-1.0 -spdx_name: Creative Commons Attribution Non Commercial No Derivatives 1.0 -url: http://creativecommons.org/licenses/by-nd-nc/1.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-ND-2.0.yml b/orig/spdx_abbrev/CC-BY-NC-ND-2.0.yml deleted file mode 100644 index b3e2734..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-ND-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '141' -license_text: '' -name: Creative Commons Attribution Non Commercial No Derivatives 2.0 -spdx_abbrev: CC-BY-NC-ND-2.0 -spdx_name: Creative Commons Attribution Non Commercial No Derivatives 2.0 -url: http://creativecommons.org/licenses/by-nc-nd/2.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-ND-2.5.yml b/orig/spdx_abbrev/CC-BY-NC-ND-2.5.yml deleted file mode 100644 index e0c6fa9..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-ND-2.5.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '142' -license_text: '' -name: Creative Commons Attribution Non Commercial No Derivatives 2.5 -spdx_abbrev: CC-BY-NC-ND-2.5 -spdx_name: Creative Commons Attribution Non Commercial No Derivatives 2.5 -url: http://creativecommons.org/licenses/by-nc-nd/2.5/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-ND-3.0.yml b/orig/spdx_abbrev/CC-BY-NC-ND-3.0.yml deleted file mode 100644 index 1b9b8fd..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-ND-3.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Creative Commons Attribution-NonCommercial-NoDerivs -id: '620' -license_text: '' -name: Creative Commons Attribution-NonCommercial-NoDerivs -spdx_abbrev: CC-BY-NC-ND-3.0 -spdx_name: Creative Commons Attribution Non Commercial No Derivatives 3.0 -url: http://creativecommons.org/licenses/by-nc-nd/3.0/ diff --git a/orig/spdx_abbrev/CC-BY-NC-ND-4.0.yml b/orig/spdx_abbrev/CC-BY-NC-ND-4.0.yml deleted file mode 100644 index 94218d2..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-ND-4.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '144' -license_text: '' -name: Creative Commons Attribution Non Commercial No Derivatives 4.0 -spdx_abbrev: CC-BY-NC-ND-4.0 -spdx_name: Creative Commons Attribution Non Commercial No Derivatives 4.0 -url: http://creativecommons.org/licenses/by-nc-nd/4.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-SA-1.0.yml b/orig/spdx_abbrev/CC-BY-NC-SA-1.0.yml deleted file mode 100644 index 078ef3d..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-SA-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '145' -license_text: '' -name: Creative Commons Attribution Non Commercial Share Alike 1.0 -spdx_abbrev: CC-BY-NC-SA-1.0 -spdx_name: Creative Commons Attribution Non Commercial Share Alike 1.0 -url: http://creativecommons.org/licenses/by-nc-sa/1.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-SA-2.0.yml b/orig/spdx_abbrev/CC-BY-NC-SA-2.0.yml deleted file mode 100644 index 92f2d5a..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-SA-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '146' -license_text: '' -name: Creative Commons Attribution Non Commercial Share Alike 2.0 -spdx_abbrev: CC-BY-NC-SA-2.0 -spdx_name: Creative Commons Attribution Non Commercial Share Alike 2.0 -url: http://creativecommons.org/licenses/by-nc-sa/2.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-SA-2.5.yml b/orig/spdx_abbrev/CC-BY-NC-SA-2.5.yml deleted file mode 100644 index b72fd21..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-SA-2.5.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '147' -license_text: '' -name: Creative Commons Attribution Non Commercial Share Alike 2.5 -spdx_abbrev: CC-BY-NC-SA-2.5 -spdx_name: Creative Commons Attribution Non Commercial Share Alike 2.5 -url: http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode diff --git a/orig/spdx_abbrev/CC-BY-NC-SA-3.0.yml b/orig/spdx_abbrev/CC-BY-NC-SA-3.0.yml deleted file mode 100644 index cd38955..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-SA-3.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Creative Commons Attribution-NonCommercial-ShareAlike -id: '622' -license_text: '' -name: Creative Commons Attribution-NonCommercial-ShareAlike -spdx_abbrev: CC-BY-NC-SA-3.0 -spdx_name: Creative Commons Attribution Non Commercial Share Alike 3.0 -url: http://creativecommons.org/licenses/by-nc-sa/3.0/ diff --git a/orig/spdx_abbrev/CC-BY-NC-SA-4.0.yml b/orig/spdx_abbrev/CC-BY-NC-SA-4.0.yml deleted file mode 100644 index edbdfaf..0000000 --- a/orig/spdx_abbrev/CC-BY-NC-SA-4.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '149' -license_text: '' -name: Creative Commons Attribution Non Commercial Share Alike 4.0 -spdx_abbrev: CC-BY-NC-SA-4.0 -spdx_name: Creative Commons Attribution Non Commercial Share Alike 4.0 -url: http://creativecommons.org/licenses/by-nc-sa/4.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-ND-1.0.yml b/orig/spdx_abbrev/CC-BY-ND-1.0.yml deleted file mode 100644 index c1da46d..0000000 --- a/orig/spdx_abbrev/CC-BY-ND-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '130' -license_text: '' -name: Creative Commons Attribution No Derivatives 1.0 -spdx_abbrev: CC-BY-ND-1.0 -spdx_name: Creative Commons Attribution No Derivatives 1.0 -url: http://creativecommons.org/licenses/by-nd/1.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-ND-2.0.yml b/orig/spdx_abbrev/CC-BY-ND-2.0.yml deleted file mode 100644 index dd168a3..0000000 --- a/orig/spdx_abbrev/CC-BY-ND-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '131' -license_text: '' -name: Creative Commons Attribution No Derivatives 2.0 -spdx_abbrev: CC-BY-ND-2.0 -spdx_name: Creative Commons Attribution No Derivatives 2.0 -url: http://creativecommons.org/licenses/by-nd/2.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-ND-2.5.yml b/orig/spdx_abbrev/CC-BY-ND-2.5.yml deleted file mode 100644 index ea86bb0..0000000 --- a/orig/spdx_abbrev/CC-BY-ND-2.5.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '132' -license_text: '' -name: Creative Commons Attribution No Derivatives 2.5 -spdx_abbrev: CC-BY-ND-2.5 -spdx_name: Creative Commons Attribution No Derivatives 2.5 -url: http://creativecommons.org/licenses/by-nd/2.5/legalcode diff --git a/orig/spdx_abbrev/CC-BY-ND-4.0.yml b/orig/spdx_abbrev/CC-BY-ND-4.0.yml deleted file mode 100644 index a4cf4af..0000000 --- a/orig/spdx_abbrev/CC-BY-ND-4.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '134' -license_text: '' -name: Creative Commons Attribution No Derivatives 4.0 -spdx_abbrev: CC-BY-ND-4.0 -spdx_name: Creative Commons Attribution No Derivatives 4.0 -url: http://creativecommons.org/licenses/by-nd/4.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-SA-1.0.yml b/orig/spdx_abbrev/CC-BY-SA-1.0.yml deleted file mode 100644 index 3a851db..0000000 --- a/orig/spdx_abbrev/CC-BY-SA-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '150' -license_text: '' -name: Creative Commons Attribution Share Alike 1.0 -spdx_abbrev: CC-BY-SA-1.0 -spdx_name: Creative Commons Attribution Share Alike 1.0 -url: http://creativecommons.org/licenses/by-sa/1.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-SA-2.0.yml b/orig/spdx_abbrev/CC-BY-SA-2.0.yml deleted file mode 100644 index 49e2d0b..0000000 --- a/orig/spdx_abbrev/CC-BY-SA-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '151' -license_text: '' -name: Creative Commons Attribution Share Alike 2.0 -spdx_abbrev: CC-BY-SA-2.0 -spdx_name: Creative Commons Attribution Share Alike 2.0 -url: http://creativecommons.org/licenses/by-sa/2.0/legalcode diff --git a/orig/spdx_abbrev/CC-BY-SA-2.5.yml b/orig/spdx_abbrev/CC-BY-SA-2.5.yml deleted file mode 100644 index 7179bdb..0000000 --- a/orig/spdx_abbrev/CC-BY-SA-2.5.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '152' -license_text: '' -name: Creative Commons Attribution Share Alike 2.5 -spdx_abbrev: CC-BY-SA-2.5 -spdx_name: Creative Commons Attribution Share Alike 2.5 -url: http://creativecommons.org/licenses/by-sa/2.5/legalcode diff --git a/orig/spdx_abbrev/CC-BY-SA-4.0.yml b/orig/spdx_abbrev/CC-BY-SA-4.0.yml deleted file mode 100644 index 41b1e3f..0000000 --- a/orig/spdx_abbrev/CC-BY-SA-4.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '154' -license_text: '' -name: Creative Commons Attribution Share Alike 4.0 -spdx_abbrev: CC-BY-SA-4.0 -spdx_name: Creative Commons Attribution Share Alike 4.0 -url: http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/orig/spdx_abbrev/CDDL-1.0 OR GPL-2.0-with-classpath-exception.yml b/orig/spdx_abbrev/CDDL-1.0 OR GPL-2.0-with-classpath-exception.yml deleted file mode 100644 index e8b8b6e..0000000 --- a/orig/spdx_abbrev/CDDL-1.0 OR GPL-2.0-with-classpath-exception.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '573' -license_text: '' -name: Common Development and Distribution License (CDDL) and GNU Public License v.2 - w/Classpath Exception -spdx_abbrev: CDDL-1.0 OR GPL-2.0-with-classpath-exception -spdx_name: '' -url: https://netbeans.org/cddl-gplv2.html diff --git a/orig/spdx_abbrev/CECILL-1.0.yml b/orig/spdx_abbrev/CECILL-1.0.yml deleted file mode 100644 index 2b475e7..0000000 --- a/orig/spdx_abbrev/CECILL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '93' -license_text: '' -name: CeCILL Free Software License Agreement v1.0 -spdx_abbrev: CECILL-1.0 -spdx_name: CeCILL Free Software License Agreement v1.0 -url: http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html diff --git a/orig/spdx_abbrev/CECILL-2.1.yml b/orig/spdx_abbrev/CECILL-2.1.yml deleted file mode 100644 index d4e5a89..0000000 --- a/orig/spdx_abbrev/CECILL-2.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '96' -license_text: '' -name: CeCILL Free Software License Agreement v2.1 -spdx_abbrev: CECILL-2.1 -spdx_name: CeCILL Free Software License Agreement v2.1 -url: http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html diff --git a/orig/spdx_abbrev/CNRI-Jython.yml b/orig/spdx_abbrev/CNRI-Jython.yml deleted file mode 100644 index 3731407..0000000 --- a/orig/spdx_abbrev/CNRI-Jython.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '104' -license_text: '' -name: CNRI Jython License -spdx_abbrev: CNRI-Jython -spdx_name: CNRI Jython License -url: http://www.jython.org/license.html diff --git a/orig/spdx_abbrev/CNRI-Python-GPL-Compatible.yml b/orig/spdx_abbrev/CNRI-Python-GPL-Compatible.yml deleted file mode 100644 index 9b32fe5..0000000 --- a/orig/spdx_abbrev/CNRI-Python-GPL-Compatible.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '107' -license_text: '' -name: CNRI Python Open Source GPL Compatible License Agreement -spdx_abbrev: CNRI-Python-GPL-Compatible -spdx_name: CNRI Python Open Source GPL Compatible License Agreement -url: http://www.python.org/download/releases/1.6.1/download_win/ diff --git a/orig/spdx_abbrev/CPOL-1.02.yml b/orig/spdx_abbrev/CPOL-1.02.yml deleted file mode 100644 index 0878536..0000000 --- a/orig/spdx_abbrev/CPOL-1.02.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: CodeProject Open License (CPOL) -id: '109' -license_text: '' -name: CodeProject Open License (CPOL) -spdx_abbrev: CPOL-1.02 -spdx_name: Code Project Open License 1.02 -url: http://www.codeproject.com/info/cpol10.aspx diff --git a/orig/spdx_abbrev/Caldera.yml b/orig/spdx_abbrev/Caldera.yml deleted file mode 100644 index 15866e4..0000000 --- a/orig/spdx_abbrev/Caldera.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '88' -license_text: '' -name: Caldera License -spdx_abbrev: Caldera -spdx_name: Caldera License -url: http://www.lemis.com/grog/UNIX/ancient-source-all.pdf diff --git a/orig/spdx_abbrev/Condor-1.1.yml b/orig/spdx_abbrev/Condor-1.1.yml deleted file mode 100644 index 8261752..0000000 --- a/orig/spdx_abbrev/Condor-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '121' -license_text: '' -name: Condor Public License v1.1 -spdx_abbrev: Condor-1.1 -spdx_name: Condor Public License v1.1 -url: http://research.cs.wisc.edu/condor/license.html#condor diff --git a/orig/spdx_abbrev/D-FSL-1.0.yml b/orig/spdx_abbrev/D-FSL-1.0.yml deleted file mode 100644 index faa9a8f..0000000 --- a/orig/spdx_abbrev/D-FSL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '166' -license_text: '' -name: Deutsche Freie Software Lizenz -spdx_abbrev: D-FSL-1.0 -spdx_name: Deutsche Freie Software Lizenz -url: http://www.dipp.nrw.de/d-fsl/lizenzen/ diff --git a/orig/spdx_abbrev/EFL-1.0.yml b/orig/spdx_abbrev/EFL-1.0.yml deleted file mode 100644 index fdd814f..0000000 --- a/orig/spdx_abbrev/EFL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Eiffel Forum License 1.0 -id: '184' -license_text: '' -name: Eiffel Forum License 1.0 -spdx_abbrev: EFL-1.0 -spdx_name: Eiffel Forum License v1.0 -url: http://www.eiffel-nice.org/license/forum.txt diff --git a/orig/spdx_abbrev/EPL-2.0.yml b/orig/spdx_abbrev/EPL-2.0.yml deleted file mode 100644 index 69be234..0000000 --- a/orig/spdx_abbrev/EPL-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '589' -license_text: '' -name: Eclipse Public License - v 2.0 -spdx_abbrev: EPL-2.0 -spdx_name: Eclipse Public License 2.0 -url: http://www.eclipse.org/legal/epl-v20.html diff --git a/orig/spdx_abbrev/EUPL-1.0.yml b/orig/spdx_abbrev/EUPL-1.0.yml deleted file mode 100644 index 93bd6e6..0000000 --- a/orig/spdx_abbrev/EUPL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: European Union Public License v1.0 -id: '196' -license_text: '' -name: European Union Public License v1.0 -spdx_abbrev: EUPL-1.0 -spdx_name: European Union Public License 1.0 -url: http://ec.europa.eu/idabc/en/document/7330.html diff --git a/orig/spdx_abbrev/Frameworx-1.0.yml b/orig/spdx_abbrev/Frameworx-1.0.yml deleted file mode 100644 index 7bc08c0..0000000 --- a/orig/spdx_abbrev/Frameworx-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Frameworx License -id: '203' -license_text: '' -name: Frameworx Open License 1.0 -spdx_abbrev: Frameworx-1.0 -spdx_name: Frameworx Open License 1.0 -url: http://www.opensource.org/licenses/Frameworx-1.0 diff --git a/orig/spdx_abbrev/GFDL-1.1.yml b/orig/spdx_abbrev/GFDL-1.1.yml deleted file mode 100644 index 22b7ca4..0000000 --- a/orig/spdx_abbrev/GFDL-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '216' -license_text: '' -name: GNU Free Documentation License v1.1 -spdx_abbrev: GFDL-1.1 -spdx_name: GNU Free Documentation License v1.1 -url: http://www.gnu.org/licenses/old-licenses/fdl-1.1.txt diff --git a/orig/spdx_abbrev/GFDL-1.2.yml b/orig/spdx_abbrev/GFDL-1.2.yml deleted file mode 100644 index 8e1b8f2..0000000 --- a/orig/spdx_abbrev/GFDL-1.2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '217' -license_text: '' -name: GNU Free Documentation License v1.2 -spdx_abbrev: GFDL-1.2 -spdx_name: GNU Free Documentation License v1.2 -url: http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt diff --git a/orig/spdx_abbrev/GPL-2.0-with-GCC-exception.yml b/orig/spdx_abbrev/GPL-2.0-with-GCC-exception.yml deleted file mode 100644 index 353122c..0000000 --- a/orig/spdx_abbrev/GPL-2.0-with-GCC-exception.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '567' -license_text: '' -name: GNU General Public License v2.0 w/GCC Runtime Library exception -spdx_abbrev: GPL-2.0-with-GCC-exception -spdx_name: GNU General Public License v2.0 w/GCC Runtime Library exception -url: https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html diff --git a/orig/spdx_abbrev/GPL-2.0-with-autoconf-exception.yml b/orig/spdx_abbrev/GPL-2.0-with-autoconf-exception.yml deleted file mode 100644 index b1fbd7a..0000000 --- a/orig/spdx_abbrev/GPL-2.0-with-autoconf-exception.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '563' -license_text: '' -name: GNU General Public License v2.0 w/Autoconf exception -spdx_abbrev: GPL-2.0-with-autoconf-exception -spdx_name: GNU General Public License v2.0 w/Autoconf exception -url: http://ac-archive.sourceforge.net/doc/copyright.html diff --git a/orig/spdx_abbrev/GPL-2.0-with-bison-exception.yml b/orig/spdx_abbrev/GPL-2.0-with-bison-exception.yml deleted file mode 100644 index 4dc1d70..0000000 --- a/orig/spdx_abbrev/GPL-2.0-with-bison-exception.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '564' -license_text: '' -name: GNU General Public License v2.0 w/Bison exception -spdx_abbrev: GPL-2.0-with-bison-exception -spdx_name: GNU General Public License v2.0 w/Bison exception -url: https://spdx.org/licenses/GPL-2.0-with-bison-exception.html diff --git a/orig/spdx_abbrev/GPL-3.0-with-GCC-exception.yml b/orig/spdx_abbrev/GPL-3.0-with-GCC-exception.yml deleted file mode 100644 index 699abdd..0000000 --- a/orig/spdx_abbrev/GPL-3.0-with-GCC-exception.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '569' -license_text: '' -name: GNU General Public License v3.0 w/GCC Runtime Library exception -spdx_abbrev: GPL-3.0-with-GCC-exception -spdx_name: GNU General Public License v3.0 w/GCC Runtime Library exception -url: https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html diff --git a/orig/spdx_abbrev/GPL-3.0-with-autoconf-exception.yml b/orig/spdx_abbrev/GPL-3.0-with-autoconf-exception.yml deleted file mode 100644 index bb93a5e..0000000 --- a/orig/spdx_abbrev/GPL-3.0-with-autoconf-exception.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '568' -license_text: '' -name: GNU General Public License v3.0 w/Autoconf exception -spdx_abbrev: GPL-3.0-with-autoconf-exception -spdx_name: GNU General Public License v3.0 w/Autoconf exception -url: https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html diff --git a/orig/spdx_abbrev/IBM-pibs.yml b/orig/spdx_abbrev/IBM-pibs.yml deleted file mode 100644 index e681d4f..0000000 --- a/orig/spdx_abbrev/IBM-pibs.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '263' -license_text: '' -name: IBM PowerPC Initialization and Boot Software -spdx_abbrev: IBM-pibs -spdx_name: IBM PowerPC Initialization and Boot Software -url: http://git.denx.de/?p=u-boot.git;a=blob;f=arch/powerpc/cpu/ppc4xx/miiphy.c;h=297155fdafa064b955e53e9832de93bfb0cfb85b;hb=9fab4bf4cc077c21e43941866f3f2c196f28670d diff --git a/orig/spdx_abbrev/ICU.yml b/orig/spdx_abbrev/ICU.yml deleted file mode 100644 index 3bc2079..0000000 --- a/orig/spdx_abbrev/ICU.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '267' -license_text: '' -name: ICU License - ICU 1.8.1 to ICU 57.1 -spdx_abbrev: ICU -spdx_name: ICU License -url: http://source.icu-project.org/repos/icu/tags/release-57-1/icu4j/main/shared/licenses/LICENSE diff --git a/orig/spdx_abbrev/Info-ZIP.yml b/orig/spdx_abbrev/Info-ZIP.yml deleted file mode 100644 index 1a48f66..0000000 --- a/orig/spdx_abbrev/Info-ZIP.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '272' -license_text: '' -name: Info-ZIP License -spdx_abbrev: Info-ZIP -spdx_name: Info-ZIP License -url: http://www.info-zip.org/license.html diff --git a/orig/spdx_abbrev/Intel.yml b/orig/spdx_abbrev/Intel.yml deleted file mode 100644 index 7726c5f..0000000 --- a/orig/spdx_abbrev/Intel.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Intel Open Source License -id: '275' -license_text: '' -name: Intel Open Source License -spdx_abbrev: Intel -spdx_name: Intel Open Source License -url: http://opensource.org/licenses/Intel diff --git a/orig/spdx_abbrev/JSON.yml b/orig/spdx_abbrev/JSON.yml deleted file mode 100644 index a10c7a3..0000000 --- a/orig/spdx_abbrev/JSON.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: JSON License -id: '286' -license_text: '' -name: JSON License -spdx_abbrev: JSON -spdx_name: JSON License -url: http://www.json.org/license.html diff --git a/orig/spdx_abbrev/LAL-1.2.yml b/orig/spdx_abbrev/LAL-1.2.yml deleted file mode 100644 index b412796..0000000 --- a/orig/spdx_abbrev/LAL-1.2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '304' -license_text: '' -name: Licence Art Libre 1.2 -spdx_abbrev: LAL-1.2 -spdx_name: Licence Art Libre 1.2 -url: http://artlibre.org/licence/lal/licence-art-libre-12/ diff --git a/orig/spdx_abbrev/LAL-1.3.yml b/orig/spdx_abbrev/LAL-1.3.yml deleted file mode 100644 index 93c2646..0000000 --- a/orig/spdx_abbrev/LAL-1.3.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '305' -license_text: '' -name: Licence Art Libre 1.3 -spdx_abbrev: LAL-1.3 -spdx_name: Licence Art Libre 1.3 -url: http://artlibre.org/ diff --git a/orig/spdx_abbrev/LGPL-2.0+.yml b/orig/spdx_abbrev/LGPL-2.0+.yml deleted file mode 100644 index 89924f8..0000000 --- a/orig/spdx_abbrev/LGPL-2.0+.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '571' -license_text: '' -name: GNU Library General Public License v2 or later -spdx_abbrev: LGPL-2.0+ -spdx_name: GNU Library General Public License v2 or later -url: https://spdx.org/licenses/LGPL-2.0+.html diff --git a/orig/spdx_abbrev/LGPL-2.0.yml b/orig/spdx_abbrev/LGPL-2.0.yml deleted file mode 100644 index 22db6a9..0000000 --- a/orig/spdx_abbrev/LGPL-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '250' -license_text: '' -name: GNU Library General Public License, Version 2 -spdx_abbrev: LGPL-2.0 -spdx_name: GNU Library General Public License v2 only -url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html diff --git a/orig/spdx_abbrev/LGPL-2.1+.yml b/orig/spdx_abbrev/LGPL-2.1+.yml deleted file mode 100644 index 242fcb1..0000000 --- a/orig/spdx_abbrev/LGPL-2.1+.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '570' -license_text: '' -name: GNU Lesser General Public License v2.1 or later -spdx_abbrev: LGPL-2.1+ -spdx_name: GNU Lesser General Public License v2.1 or later -url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html diff --git a/orig/spdx_abbrev/LGPL-2.1.yml b/orig/spdx_abbrev/LGPL-2.1.yml deleted file mode 100644 index 47f1d87..0000000 --- a/orig/spdx_abbrev/LGPL-2.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '583' -license_text: '' -name: LGPL 2.1 -spdx_abbrev: LGPL-2.1 -spdx_name: GNU Lesser General Public License v2.1 only -url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html diff --git a/orig/spdx_abbrev/LGPLLR.yml b/orig/spdx_abbrev/LGPLLR.yml deleted file mode 100644 index 00bd252..0000000 --- a/orig/spdx_abbrev/LGPLLR.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '299' -license_text: '' -name: Lesser General Public License For Linguistic Resources -spdx_abbrev: LGPLLR -spdx_name: Lesser General Public License For Linguistic Resources -url: http://www-igm.univ-mlv.fr/~unitex/lgpllr.html diff --git a/orig/spdx_abbrev/LPL-1.0.yml b/orig/spdx_abbrev/LPL-1.0.yml deleted file mode 100644 index 05f16cb..0000000 --- a/orig/spdx_abbrev/LPL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '314' -license_text: '' -name: Lucent Public License Version 1.0 -spdx_abbrev: LPL-1.0 -spdx_name: Lucent Public License Version 1.0 -url: http://opensource.org/licenses/LPL-1.0 diff --git a/orig/spdx_abbrev/LPPL-1.0.yml b/orig/spdx_abbrev/LPPL-1.0.yml deleted file mode 100644 index 8757866..0000000 --- a/orig/spdx_abbrev/LPPL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '291' -license_text: '' -name: LaTeX Project Public License v1.0 -spdx_abbrev: LPPL-1.0 -spdx_name: LaTeX Project Public License v1.0 -url: http://www.latex-project.org/lppl/lppl-1-0.txt diff --git a/orig/spdx_abbrev/LPPL-1.1.yml b/orig/spdx_abbrev/LPPL-1.1.yml deleted file mode 100644 index 3b45f1d..0000000 --- a/orig/spdx_abbrev/LPPL-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '292' -license_text: '' -name: LaTeX Project Public License v1.1 -spdx_abbrev: LPPL-1.1 -spdx_name: LaTeX Project Public License v1.1 -url: http://www.latex-project.org/lppl/lppl-1-1.txt diff --git a/orig/spdx_abbrev/LPPL-1.2.yml b/orig/spdx_abbrev/LPPL-1.2.yml deleted file mode 100644 index 3d91c57..0000000 --- a/orig/spdx_abbrev/LPPL-1.2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '293' -license_text: '' -name: LaTeX Project Public License v1.2 -spdx_abbrev: LPPL-1.2 -spdx_name: LaTeX Project Public License v1.2 -url: http://www.latex-project.org/lppl/lppl-1-2.txt diff --git a/orig/spdx_abbrev/LPPL-1.3c.yml b/orig/spdx_abbrev/LPPL-1.3c.yml deleted file mode 100644 index 9c8d43a..0000000 --- a/orig/spdx_abbrev/LPPL-1.3c.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '295' -license_text: '' -name: LaTeX Project Public License v1.3c -spdx_abbrev: LPPL-1.3c -spdx_name: LaTeX Project Public License v1.3c -url: http://www.latex-project.org/lppl/lppl-1-3c.txt diff --git a/orig/spdx_abbrev/LiLiQ-P-1.1.yml b/orig/spdx_abbrev/LiLiQ-P-1.1.yml deleted file mode 100644 index f2a0e7d..0000000 --- a/orig/spdx_abbrev/LiLiQ-P-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '306' -license_text: '' -name: "Licence Libre du Qu\xE9bec \u2013 Permissive version 1.1" -spdx_abbrev: LiLiQ-P-1.1 -spdx_name: "Licence Libre du Qu\xE9bec \u2013 Permissive version 1.1" -url: http://opensource.org/licenses/LiLiQ-P-1.1 diff --git a/orig/spdx_abbrev/LiLiQ-R-1.1.yml b/orig/spdx_abbrev/LiLiQ-R-1.1.yml deleted file mode 100644 index b223251..0000000 --- a/orig/spdx_abbrev/LiLiQ-R-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '308' -license_text: '' -name: "Licence Libre du Qu\xE9bec \u2013 R\xE9ciprocit\xE9 version 1.1" -spdx_abbrev: LiLiQ-R-1.1 -spdx_name: "Licence Libre du Qu\xE9bec \u2013 R\xE9ciprocit\xE9 version 1.1" -url: http://opensource.org/licenses/LiLiQ-R-1.1 diff --git a/orig/spdx_abbrev/LiLiQ-Rplus-1.1.yml b/orig/spdx_abbrev/LiLiQ-Rplus-1.1.yml deleted file mode 100644 index 8557339..0000000 --- a/orig/spdx_abbrev/LiLiQ-Rplus-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '307' -license_text: '' -name: "Licence Libre du Qu\xE9bec \u2013 R\xE9ciprocit\xE9 forte version 1.1" -spdx_abbrev: LiLiQ-Rplus-1.1 -spdx_name: "Licence Libre du Qu\xE9bec \u2013 R\xE9ciprocit\xE9 forte version 1.1" -url: http://opensource.org/licenses/LiLiQ-Rplus-1.1 diff --git a/orig/spdx_abbrev/Libpng.yml b/orig/spdx_abbrev/Libpng.yml deleted file mode 100644 index c7025ca..0000000 --- a/orig/spdx_abbrev/Libpng.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '302' -license_text: '' -name: libpng License -spdx_abbrev: Libpng -spdx_name: libpng License -url: http://www.libpng.org/pub/png/src/libpng-LICENSE.txt diff --git a/orig/spdx_abbrev/MIT.yml b/orig/spdx_abbrev/MIT.yml deleted file mode 100644 index f81c25d..0000000 --- a/orig/spdx_abbrev/MIT.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '504' -license_text: '' -name: The MIT License -spdx_abbrev: MIT -spdx_name: MIT License -url: http://www.opensource.org/licenses/MIT diff --git a/orig/spdx_abbrev/MPL-2.0-no-copyleft-exception.yml b/orig/spdx_abbrev/MPL-2.0-no-copyleft-exception.yml deleted file mode 100644 index a8e839b..0000000 --- a/orig/spdx_abbrev/MPL-2.0-no-copyleft-exception.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '337' -license_text: '' -name: Mozilla Public License 2.0 (no copyleft exception) -spdx_abbrev: MPL-2.0-no-copyleft-exception -spdx_name: Mozilla Public License 2.0 (no copyleft exception) -url: http://www.mozilla.org/MPL/2.0/ diff --git a/orig/spdx_abbrev/Multics.yml b/orig/spdx_abbrev/Multics.yml deleted file mode 100644 index ea8d011..0000000 --- a/orig/spdx_abbrev/Multics.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '345' -license_text: '' -name: Multics License -spdx_abbrev: Multics -spdx_name: Multics License -url: http://www.opensource.org/licenses/Multics diff --git a/orig/spdx_abbrev/NASA-1.3.yml b/orig/spdx_abbrev/NASA-1.3.yml deleted file mode 100644 index 17616a4..0000000 --- a/orig/spdx_abbrev/NASA-1.3.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: NASA Open Source Agreement v1.3 -id: '351' -license_text: '' -name: NASA Open Source Agreement v1.3 -spdx_abbrev: NASA-1.3 -spdx_name: NASA Open Source Agreement 1.3 -url: http://ti.arc.nasa.gov/opensource/nosa/ diff --git a/orig/spdx_abbrev/NBPL-1.0.yml b/orig/spdx_abbrev/NBPL-1.0.yml deleted file mode 100644 index b7d006a..0000000 --- a/orig/spdx_abbrev/NBPL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '355' -license_text: '' -name: Net Boolean Public License v1 -spdx_abbrev: NBPL-1.0 -spdx_name: Net Boolean Public License v1 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=37b4b3f6cc4bf34e1d3dec61e69914b9819d8894 diff --git a/orig/spdx_abbrev/NLOD-1.0.yml b/orig/spdx_abbrev/NLOD-1.0.yml deleted file mode 100644 index 73b418c..0000000 --- a/orig/spdx_abbrev/NLOD-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '369' -license_text: '' -name: Norwegian Licence for Open Government Data -spdx_abbrev: NLOD-1.0 -spdx_name: Norwegian Licence for Open Government Data -url: http://data.norge.no/nlod/en/1.0 diff --git a/orig/spdx_abbrev/NPL-1.1.yml b/orig/spdx_abbrev/NPL-1.1.yml deleted file mode 100644 index ee48ced..0000000 --- a/orig/spdx_abbrev/NPL-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '361' -license_text: '' -name: Netscape Public License v1.1 -spdx_abbrev: NPL-1.1 -spdx_name: Netscape Public License v1.1 -url: http://www.mozilla.org/MPL/NPL/1.1/ diff --git a/orig/spdx_abbrev/NPOSL-3.0.yml b/orig/spdx_abbrev/NPOSL-3.0.yml deleted file mode 100644 index 76d2c48..0000000 --- a/orig/spdx_abbrev/NPOSL-3.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '368' -license_text: '' -name: Non-Profit Open Software License 3.0 -spdx_abbrev: NPOSL-3.0 -spdx_name: Non-Profit Open Software License 3.0 -url: http://www.opensource.org/licenses/NOSL3.0 diff --git a/orig/spdx_abbrev/NTP.yml b/orig/spdx_abbrev/NTP.yml deleted file mode 100644 index 2f7ec3c..0000000 --- a/orig/spdx_abbrev/NTP.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '372' -license_text: '' -name: NTP License -spdx_abbrev: NTP -spdx_name: NTP License -url: http://www.opensource.org/licenses/NTP diff --git a/orig/spdx_abbrev/Net-SNMP.yml b/orig/spdx_abbrev/Net-SNMP.yml deleted file mode 100644 index 0647426..0000000 --- a/orig/spdx_abbrev/Net-SNMP.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '362' -license_text: '' -name: Net-SNMP License -spdx_abbrev: Net-SNMP -spdx_name: Net-SNMP License -url: http://net-snmp.sourceforge.net/about/license.html diff --git a/orig/spdx_abbrev/OCCT-PL.yml b/orig/spdx_abbrev/OCCT-PL.yml deleted file mode 100644 index 056b263..0000000 --- a/orig/spdx_abbrev/OCCT-PL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Open CASCADE Technology Public License -id: '378' -license_text: '' -name: Open CASCADE Technology Public License -spdx_abbrev: OCCT-PL -spdx_name: Open CASCADE Technology Public License -url: http://www.opencascade.com/content/occt-public-license diff --git a/orig/spdx_abbrev/OCLC-2.0.yml b/orig/spdx_abbrev/OCLC-2.0.yml deleted file mode 100644 index d25ddf4..0000000 --- a/orig/spdx_abbrev/OCLC-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: OCLC Public Research License 2.0 -id: '375' -license_text: '' -name: OCLC Research Public License 2.0 -spdx_abbrev: OCLC-2.0 -spdx_name: OCLC Research Public License 2.0 -url: http://www.oclc.org/research/activities/software/license/v2final.htm diff --git a/orig/spdx_abbrev/ODbL-1.0.yml b/orig/spdx_abbrev/ODbL-1.0.yml deleted file mode 100644 index 7c1f53d..0000000 --- a/orig/spdx_abbrev/ODbL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '376' -license_text: '' -name: ODC Open Database License v1.0 -spdx_abbrev: ODbL-1.0 -spdx_name: ODC Open Database License v1.0 -url: http://www.opendatacommons.org/licenses/odbl/1.0/ diff --git a/orig/spdx_abbrev/OFL-1.0.yml b/orig/spdx_abbrev/OFL-1.0.yml deleted file mode 100644 index 5936478..0000000 --- a/orig/spdx_abbrev/OFL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '466' -license_text: '' -name: SIL Open Font License 1.0 -spdx_abbrev: OFL-1.0 -spdx_name: SIL Open Font License 1.0 -url: http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web diff --git a/orig/spdx_abbrev/OGTSL.yml b/orig/spdx_abbrev/OGTSL.yml deleted file mode 100644 index a2cfcc1..0000000 --- a/orig/spdx_abbrev/OGTSL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Open Group Test Suite License -id: '380' -license_text: '' -name: Open Group Test Suite License -spdx_abbrev: OGTSL -spdx_name: Open Group Test Suite License -url: http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt diff --git a/orig/spdx_abbrev/OLDAP-1.1.yml b/orig/spdx_abbrev/OLDAP-1.1.yml deleted file mode 100644 index f6ea384..0000000 --- a/orig/spdx_abbrev/OLDAP-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '383' -license_text: '' -name: Open LDAP Public License v1.1 -spdx_abbrev: OLDAP-1.1 -spdx_name: Open LDAP Public License v1.1 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=806557a5ad59804ef3a44d5abfbe91d706b0791f diff --git a/orig/spdx_abbrev/OLDAP-1.2.yml b/orig/spdx_abbrev/OLDAP-1.2.yml deleted file mode 100644 index 8d40d92..0000000 --- a/orig/spdx_abbrev/OLDAP-1.2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '384' -license_text: '' -name: Open LDAP Public License v1.2 -spdx_abbrev: OLDAP-1.2 -spdx_name: Open LDAP Public License v1.2 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=42b0383c50c299977b5893ee695cf4e486fb0dc7 diff --git a/orig/spdx_abbrev/OLDAP-1.3.yml b/orig/spdx_abbrev/OLDAP-1.3.yml deleted file mode 100644 index c6c8999..0000000 --- a/orig/spdx_abbrev/OLDAP-1.3.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '385' -license_text: '' -name: Open LDAP Public License v1.3 -spdx_abbrev: OLDAP-1.3 -spdx_name: Open LDAP Public License v1.3 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=e5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1 diff --git a/orig/spdx_abbrev/OLDAP-1.4.yml b/orig/spdx_abbrev/OLDAP-1.4.yml deleted file mode 100644 index 9881c9d..0000000 --- a/orig/spdx_abbrev/OLDAP-1.4.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '386' -license_text: '' -name: Open LDAP Public License v1.4 -spdx_abbrev: OLDAP-1.4 -spdx_name: Open LDAP Public License v1.4 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=c9f95c2f3f2ffb5e0ae55fe7388af75547660941 diff --git a/orig/spdx_abbrev/OLDAP-2.0.1.yml b/orig/spdx_abbrev/OLDAP-2.0.1.yml deleted file mode 100644 index d51f509..0000000 --- a/orig/spdx_abbrev/OLDAP-2.0.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '387' -license_text: '' -name: Open LDAP Public License v2.0.1 -spdx_abbrev: OLDAP-2.0.1 -spdx_name: Open LDAP Public License v2.0.1 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b6d68acd14e51ca3aab4428bf26522aa74873f0e diff --git a/orig/spdx_abbrev/OLDAP-2.0.yml b/orig/spdx_abbrev/OLDAP-2.0.yml deleted file mode 100644 index ab1e17e..0000000 --- a/orig/spdx_abbrev/OLDAP-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '388' -license_text: '' -name: Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B) -spdx_abbrev: OLDAP-2.0 -spdx_name: Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B) -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cbf50f4e1185a21abd4c0a54d3f4341fe28f36ea diff --git a/orig/spdx_abbrev/OLDAP-2.1.yml b/orig/spdx_abbrev/OLDAP-2.1.yml deleted file mode 100644 index a97e00b..0000000 --- a/orig/spdx_abbrev/OLDAP-2.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '389' -license_text: '' -name: Open LDAP Public License v2.1 -spdx_abbrev: OLDAP-2.1 -spdx_name: Open LDAP Public License v2.1 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b0d176738e96a0d3b9f85cb51e140a86f21be715 diff --git a/orig/spdx_abbrev/OLDAP-2.2.1.yml b/orig/spdx_abbrev/OLDAP-2.2.1.yml deleted file mode 100644 index 9f2262e..0000000 --- a/orig/spdx_abbrev/OLDAP-2.2.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '391' -license_text: '' -name: Open LDAP Public License v2.2.1 -spdx_abbrev: OLDAP-2.2.1 -spdx_name: Open LDAP Public License v2.2.1 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=4bc786f34b50aa301be6f5600f58a980070f481e diff --git a/orig/spdx_abbrev/OLDAP-2.2.2.yml b/orig/spdx_abbrev/OLDAP-2.2.2.yml deleted file mode 100644 index 75ab556..0000000 --- a/orig/spdx_abbrev/OLDAP-2.2.2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '382' -license_text: '' -name: Open LDAP Public License 2.2.2 -spdx_abbrev: OLDAP-2.2.2 -spdx_name: Open LDAP Public License 2.2.2 -url: https://spdx.org/licenses/OLDAP-2.2.2.html diff --git a/orig/spdx_abbrev/OLDAP-2.2.yml b/orig/spdx_abbrev/OLDAP-2.2.yml deleted file mode 100644 index 2181782..0000000 --- a/orig/spdx_abbrev/OLDAP-2.2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '390' -license_text: '' -name: Open LDAP Public License v2.2 -spdx_abbrev: OLDAP-2.2 -spdx_name: Open LDAP Public License v2.2 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=470b0c18ec67621c85881b2733057fecf4a1acc3 diff --git a/orig/spdx_abbrev/OLDAP-2.3.yml b/orig/spdx_abbrev/OLDAP-2.3.yml deleted file mode 100644 index 048a945..0000000 --- a/orig/spdx_abbrev/OLDAP-2.3.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '392' -license_text: '' -name: Open LDAP Public License v2.3 -spdx_abbrev: OLDAP-2.3 -spdx_name: Open LDAP Public License v2.3 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=d32cf54a32d581ab475d23c810b0a7fbaf8d63c3 diff --git a/orig/spdx_abbrev/OLDAP-2.4.yml b/orig/spdx_abbrev/OLDAP-2.4.yml deleted file mode 100644 index 254d64d..0000000 --- a/orig/spdx_abbrev/OLDAP-2.4.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '393' -license_text: '' -name: Open LDAP Public License v2.4 -spdx_abbrev: OLDAP-2.4 -spdx_name: Open LDAP Public License v2.4 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cd1284c4a91a8a380d904eee68d1583f989ed386 diff --git a/orig/spdx_abbrev/OLDAP-2.5.yml b/orig/spdx_abbrev/OLDAP-2.5.yml deleted file mode 100644 index b332c07..0000000 --- a/orig/spdx_abbrev/OLDAP-2.5.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '394' -license_text: '' -name: Open LDAP Public License v2.5 -spdx_abbrev: OLDAP-2.5 -spdx_name: Open LDAP Public License v2.5 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=6852b9d90022e8593c98205413380536b1b5a7cf diff --git a/orig/spdx_abbrev/OLDAP-2.6.yml b/orig/spdx_abbrev/OLDAP-2.6.yml deleted file mode 100644 index ebaafc0..0000000 --- a/orig/spdx_abbrev/OLDAP-2.6.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '395' -license_text: '' -name: Open LDAP Public License v2.6 -spdx_abbrev: OLDAP-2.6 -spdx_name: Open LDAP Public License v2.6 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=1cae062821881f41b73012ba816434897abf4205 diff --git a/orig/spdx_abbrev/OLDAP-2.7.yml b/orig/spdx_abbrev/OLDAP-2.7.yml deleted file mode 100644 index a94769d..0000000 --- a/orig/spdx_abbrev/OLDAP-2.7.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '396' -license_text: '' -name: Open LDAP Public License v2.7 -spdx_abbrev: OLDAP-2.7 -spdx_name: Open LDAP Public License v2.7 -url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=47c2415c1df81556eeb39be6cad458ef87c534a2 diff --git a/orig/spdx_abbrev/OPL-1.0.yml b/orig/spdx_abbrev/OPL-1.0.yml deleted file mode 100644 index 52772b3..0000000 --- a/orig/spdx_abbrev/OPL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Open Public License -id: '403' -license_text: '' -name: Open Public License v1.0 -spdx_abbrev: OPL-1.0 -spdx_name: Open Public License v1.0 -url: https://fedoraproject.org/wiki/Licensing/Open_Public_License diff --git a/orig/spdx_abbrev/OSET-PL-2.1.yml b/orig/spdx_abbrev/OSET-PL-2.1.yml deleted file mode 100644 index 744b1a0..0000000 --- a/orig/spdx_abbrev/OSET-PL-2.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '411' -license_text: '' -name: OSET Public License version 2.1 -spdx_abbrev: OSET-PL-2.1 -spdx_name: OSET Public License version 2.1 -url: http://opensource.org/licenses/OPL-2.1 diff --git a/orig/spdx_abbrev/PDDL-1.0.yml b/orig/spdx_abbrev/PDDL-1.0.yml deleted file mode 100644 index cc4a27c..0000000 --- a/orig/spdx_abbrev/PDDL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '377' -license_text: '' -name: ODC Public Domain Dedication & License 1.0 -spdx_abbrev: PDDL-1.0 -spdx_name: ODC Public Domain Dedication & License 1.0 -url: http://opendatacommons.org/licenses/pddl/1.0/ diff --git a/orig/spdx_abbrev/PHP-3.01.yml b/orig/spdx_abbrev/PHP-3.01.yml deleted file mode 100644 index e0f5fc6..0000000 --- a/orig/spdx_abbrev/PHP-3.01.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '422' -license_text: '' -name: PHP License v3.01 -spdx_abbrev: PHP-3.01 -spdx_name: PHP License v3.01 -url: http://www.php.net/license/3_01.txt diff --git a/orig/spdx_abbrev/Python-2.0.yml b/orig/spdx_abbrev/Python-2.0.yml deleted file mode 100644 index 526f304..0000000 --- a/orig/spdx_abbrev/Python-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '431' -license_text: '' -name: Python License 2.0 -spdx_abbrev: Python-2.0 -spdx_name: Python License 2.0 -url: http://www.opensource.org/licenses/Python-2.0 diff --git a/orig/spdx_abbrev/QPL-1.0.yml b/orig/spdx_abbrev/QPL-1.0.yml deleted file mode 100644 index 49a7820..0000000 --- a/orig/spdx_abbrev/QPL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '435' -license_text: '' -name: Q Public License 1.0 -spdx_abbrev: QPL-1.0 -spdx_name: Q Public License 1.0 -url: http://doc.qt.nokia.com/3.3/license.html diff --git a/orig/spdx_abbrev/RHeCos-1.1.yml b/orig/spdx_abbrev/RHeCos-1.1.yml deleted file mode 100644 index 1eaab0b..0000000 --- a/orig/spdx_abbrev/RHeCos-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '443' -license_text: '' -name: Red Hat eCos Public License v1.1 -spdx_abbrev: RHeCos-1.1 -spdx_name: Red Hat eCos Public License v1.1 -url: http://ecos.sourceware.org/old-license.html diff --git a/orig/spdx_abbrev/RPL-1.1.yml b/orig/spdx_abbrev/RPL-1.1.yml deleted file mode 100644 index 942fa99..0000000 --- a/orig/spdx_abbrev/RPL-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '441' -license_text: '' -name: Reciprocal Public License 1.1 -spdx_abbrev: RPL-1.1 -spdx_name: Reciprocal Public License 1.1 -url: http://opensource.org/licenses/RPL-1.1 diff --git a/orig/spdx_abbrev/RPL-1.5.yml b/orig/spdx_abbrev/RPL-1.5.yml deleted file mode 100644 index 0634381..0000000 --- a/orig/spdx_abbrev/RPL-1.5.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '442' -license_text: '' -name: Reciprocal Public License 1.5 -spdx_abbrev: RPL-1.5 -spdx_name: Reciprocal Public License 1.5 -url: http://www.opensource.org/licenses/RPL-1.5 diff --git a/orig/spdx_abbrev/RSA-MD.yml b/orig/spdx_abbrev/RSA-MD.yml deleted file mode 100644 index 21e55bf..0000000 --- a/orig/spdx_abbrev/RSA-MD.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '448' -license_text: '' -name: RSA Message-Digest License -spdx_abbrev: RSA-MD -spdx_name: RSA Message-Digest License -url: https://spdx.org/licenses/RSA-MD.html diff --git a/orig/spdx_abbrev/RSCPL.yml b/orig/spdx_abbrev/RSCPL.yml deleted file mode 100644 index f98791f..0000000 --- a/orig/spdx_abbrev/RSCPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Ricoh Source Code Public License -id: '446' -license_text: '' -name: Ricoh Source Code Public License -spdx_abbrev: RSCPL -spdx_name: Ricoh Source Code Public License -url: http://www.opensource.org/licenses/RSCPL diff --git a/orig/spdx_abbrev/SAX-PD.yml b/orig/spdx_abbrev/SAX-PD.yml deleted file mode 100644 index 1aa274b..0000000 --- a/orig/spdx_abbrev/SAX-PD.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'yes' -fedora_abbrev: '' -fedora_name: '' -id: '452' -license_text: '' -name: Sax Public Domain Notice -spdx_abbrev: SAX-PD -spdx_name: Sax Public Domain Notice -url: http://www.saxproject.org/copying.html diff --git a/orig/spdx_abbrev/SGI-B-1.0.yml b/orig/spdx_abbrev/SGI-B-1.0.yml deleted file mode 100644 index 6eb1c20..0000000 --- a/orig/spdx_abbrev/SGI-B-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '462' -license_text: '' -name: SGI Free Software License B v1.0 -spdx_abbrev: SGI-B-1.0 -spdx_name: SGI Free Software License B v1.0 -url: http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html diff --git a/orig/spdx_abbrev/SGI-B-1.1.yml b/orig/spdx_abbrev/SGI-B-1.1.yml deleted file mode 100644 index 320ff1e..0000000 --- a/orig/spdx_abbrev/SGI-B-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '463' -license_text: '' -name: SGI Free Software License B v1.1 -spdx_abbrev: SGI-B-1.1 -spdx_name: SGI Free Software License B v1.1 -url: http://oss.sgi.com/projects/FreeB/ diff --git a/orig/spdx_abbrev/SISSL-1.2.yml b/orig/spdx_abbrev/SISSL-1.2.yml deleted file mode 100644 index c53ab0b..0000000 --- a/orig/spdx_abbrev/SISSL-1.2.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '486' -license_text: '' -name: Sun Industry Standards Source License v1.2 -spdx_abbrev: SISSL-1.2 -spdx_name: Sun Industry Standards Source License v1.2 -url: http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html diff --git a/orig/spdx_abbrev/SMPPL.yml b/orig/spdx_abbrev/SMPPL.yml deleted file mode 100644 index b92ff57..0000000 --- a/orig/spdx_abbrev/SMPPL.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '457' -license_text: '' -name: Secure Messaging Protocol Public License -spdx_abbrev: SMPPL -spdx_name: Secure Messaging Protocol Public License -url: https://github.com/dcblake/SMP/blob/master/Documentation/License.txt diff --git a/orig/spdx_abbrev/SSPL-1.0.yml b/orig/spdx_abbrev/SSPL-1.0.yml deleted file mode 100644 index d8d75bb..0000000 --- a/orig/spdx_abbrev/SSPL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: '' -id: '663' -license_text: '' -name: Server Side Public License v1 (SSPL) -spdx_abbrev: SSPL-1.0 -spdx_name: Server Side Public License, v 1 -url: https://fedoraproject.org/wiki/Licensing/SSPL diff --git a/orig/spdx_abbrev/SimPL-2.0.yml b/orig/spdx_abbrev/SimPL-2.0.yml deleted file mode 100644 index ceab738..0000000 --- a/orig/spdx_abbrev/SimPL-2.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '468' -license_text: '' -name: Simple Public License 2.0 -spdx_abbrev: SimPL-2.0 -spdx_name: Simple Public License 2.0 -url: http://www.opensource.org/licenses/SimPL-2.0 diff --git a/orig/spdx_abbrev/Spencer-86.yml b/orig/spdx_abbrev/Spencer-86.yml deleted file mode 100644 index 5f96db1..0000000 --- a/orig/spdx_abbrev/Spencer-86.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '475' -license_text: '' -name: Spencer License 86 -spdx_abbrev: Spencer-86 -spdx_name: Spencer License 86 -url: https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License diff --git a/orig/spdx_abbrev/Spencer-99.yml b/orig/spdx_abbrev/Spencer-99.yml deleted file mode 100644 index e4c9008..0000000 --- a/orig/spdx_abbrev/Spencer-99.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '477' -license_text: '' -name: Spencer License 99 -spdx_abbrev: Spencer-99 -spdx_name: Spencer License 99 -url: http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c diff --git a/orig/spdx_abbrev/SugarCRM-1.1.3.yml b/orig/spdx_abbrev/SugarCRM-1.1.3.yml deleted file mode 100644 index 8b53b7e..0000000 --- a/orig/spdx_abbrev/SugarCRM-1.1.3.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '481' -license_text: '' -name: SugarCRM Public License v1.1.3 -spdx_abbrev: SugarCRM-1.1.3 -spdx_name: SugarCRM Public License v1.1.3 -url: http://www.sugarcrm.com/crm/SPL diff --git a/orig/spdx_abbrev/TCP-wrappers.yml b/orig/spdx_abbrev/TCP-wrappers.yml deleted file mode 100644 index f829082..0000000 --- a/orig/spdx_abbrev/TCP-wrappers.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '494' -license_text: '' -name: TCP Wrappers License -spdx_abbrev: TCP-wrappers -spdx_name: TCP Wrappers License -url: http://rc.quest.com/topics/openssh/license.php#tcpwrappers diff --git a/orig/spdx_abbrev/Unicode-DFS-2015.yml b/orig/spdx_abbrev/Unicode-DFS-2015.yml deleted file mode 100644 index 94aa737..0000000 --- a/orig/spdx_abbrev/Unicode-DFS-2015.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '520' -license_text: '' -name: Unicode License Agreement - Data Files and Software (2015) -spdx_abbrev: Unicode-DFS-2015 -spdx_name: Unicode License Agreement - Data Files and Software (2015) -url: https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html diff --git a/orig/spdx_abbrev/Unicode-DFS-2016.yml b/orig/spdx_abbrev/Unicode-DFS-2016.yml deleted file mode 100644 index 3cdcdbc..0000000 --- a/orig/spdx_abbrev/Unicode-DFS-2016.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '521' -license_text: '' -name: Unicode License Agreement - Data Files and Software (2016) -spdx_abbrev: Unicode-DFS-2016 -spdx_name: Unicode License Agreement - Data Files and Software (2016) -url: http://www.unicode.org/copyright.html diff --git a/orig/spdx_abbrev/Unicode-TOU.yml b/orig/spdx_abbrev/Unicode-TOU.yml deleted file mode 100644 index 5b771d5..0000000 --- a/orig/spdx_abbrev/Unicode-TOU.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '522' -license_text: '' -name: Unicode Terms of Use -spdx_abbrev: Unicode-TOU -spdx_name: Unicode Terms of Use -url: http://www.unicode.org/copyright.html diff --git a/orig/spdx_abbrev/W3C-19980720.yml b/orig/spdx_abbrev/W3C-19980720.yml deleted file mode 100644 index 26f6aee..0000000 --- a/orig/spdx_abbrev/W3C-19980720.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '536' -license_text: '' -name: W3C Software Notice and License (1998-07-20) -spdx_abbrev: W3C-19980720 -spdx_name: W3C Software Notice and License (1998-07-20) -url: http://www.w3.org/Consortium/Legal/copyright-software-19980720.html diff --git a/orig/spdx_abbrev/W3C-20150513.yml b/orig/spdx_abbrev/W3C-20150513.yml deleted file mode 100644 index 814caea..0000000 --- a/orig/spdx_abbrev/W3C-20150513.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '534' -license_text: '' -name: W3C Software Notice and Document License (2015-05-13) -spdx_abbrev: W3C-20150513 -spdx_name: W3C Software Notice and Document License (2015-05-13) -url: https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document diff --git a/orig/spdx_abbrev/WXwindows.yml b/orig/spdx_abbrev/WXwindows.yml deleted file mode 100644 index 60df935..0000000 --- a/orig/spdx_abbrev/WXwindows.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '572' -license_text: '' -name: wxWindows Library License -spdx_abbrev: WXwindows -spdx_name: wxWindows Library License -url: https://opensource.org/licenses/WXwindows diff --git a/orig/spdx_abbrev/Watcom-1.0.yml b/orig/spdx_abbrev/Watcom-1.0.yml deleted file mode 100644 index 3320063..0000000 --- a/orig/spdx_abbrev/Watcom-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Sybase Open Watcom Public License 1.0 -id: '491' -license_text: '' -name: Sybase Open Watcom Public License 1.0 -spdx_abbrev: Watcom-1.0 -spdx_name: Sybase Open Watcom Public License 1.0 -url: http://www.opensource.org/licenses/Watcom-1.0 diff --git a/orig/spdx_abbrev/X11.yml b/orig/spdx_abbrev/X11.yml deleted file mode 100644 index 0f6d162..0000000 --- a/orig/spdx_abbrev/X11.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '541' -license_text: '' -name: X11 License -spdx_abbrev: X11 -spdx_name: X11 License -url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3 diff --git a/orig/spdx_abbrev/XFree86-1.1.yml b/orig/spdx_abbrev/XFree86-1.1.yml deleted file mode 100644 index 8cf35bf..0000000 --- a/orig/spdx_abbrev/XFree86-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '543' -license_text: '' -name: XFree86 License 1.1 -spdx_abbrev: XFree86-1.1 -spdx_name: XFree86 License 1.1 -url: http://www.xfree86.org/current/LICENSE4.html diff --git a/orig/spdx_abbrev/Xnet.yml b/orig/spdx_abbrev/Xnet.yml deleted file mode 100644 index d0c557d..0000000 --- a/orig/spdx_abbrev/Xnet.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: X.Net License -id: '545' -license_text: '' -name: X.Net License -spdx_abbrev: Xnet -spdx_name: X.Net License -url: http://opensource.org/licenses/Xnet diff --git a/orig/spdx_abbrev/YPL-1.0.yml b/orig/spdx_abbrev/YPL-1.0.yml deleted file mode 100644 index 061319b..0000000 --- a/orig/spdx_abbrev/YPL-1.0.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Yahoo Public License 1.0 -id: '549' -license_text: '' -name: Yahoo! Public License v1.0 -spdx_abbrev: YPL-1.0 -spdx_name: Yahoo! Public License v1.0 -url: http://www.zimbra.com/license/yahoo_public_license_1.0.html diff --git a/orig/spdx_abbrev/ZPL-1.1.yml b/orig/spdx_abbrev/ZPL-1.1.yml deleted file mode 100644 index d9906f8..0000000 --- a/orig/spdx_abbrev/ZPL-1.1.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '560' -license_text: '' -name: Zope Public License 1.1 -spdx_abbrev: ZPL-1.1 -spdx_name: Zope Public License 1.1 -url: http://old.zope.org/Resources/License/ZPL-1.1 diff --git a/orig/spdx_abbrev/Zimbra-1.3.yml b/orig/spdx_abbrev/Zimbra-1.3.yml deleted file mode 100644 index bffd383..0000000 --- a/orig/spdx_abbrev/Zimbra-1.3.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: Zimbra Public License 1.3 -id: '555' -license_text: '' -name: Zimbra Public License v1.3 -spdx_abbrev: Zimbra-1.3 -spdx_name: Zimbra Public License v1.3 -url: http://www.zimbra.com/license/zimbra-public-license-1-3.html diff --git a/orig/spdx_abbrev/Zimbra-1.4.yml b/orig/spdx_abbrev/Zimbra-1.4.yml deleted file mode 100644 index 2867d6c..0000000 --- a/orig/spdx_abbrev/Zimbra-1.4.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '556' -license_text: '' -name: Zimbra Public License v1.4 -spdx_abbrev: Zimbra-1.4 -spdx_name: Zimbra Public License v1.4 -url: http://www.zimbra.com/legal/zimbra-public-license-1-4 diff --git a/orig/spdx_abbrev/bzip2-1.0.5.yml b/orig/spdx_abbrev/bzip2-1.0.5.yml deleted file mode 100644 index 8901ee8..0000000 --- a/orig/spdx_abbrev/bzip2-1.0.5.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '85' -license_text: '' -name: bzip2 and libbzip2 License v1.0.5 -spdx_abbrev: bzip2-1.0.5 -spdx_name: bzip2 and libbzip2 License v1.0.5 -url: http://bzip.org/1.0.5/bzip2-manual-1.0.5.html diff --git a/orig/spdx_abbrev/bzip2-1.0.6.yml b/orig/spdx_abbrev/bzip2-1.0.6.yml deleted file mode 100644 index 1ef3860..0000000 --- a/orig/spdx_abbrev/bzip2-1.0.6.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '86' -license_text: '' -name: bzip2 and libbzip2 License v1.0.6 -spdx_abbrev: bzip2-1.0.6 -spdx_name: bzip2 and libbzip2 License v1.0.6 -url: https://github.com/asimonov-im/bzip2/blob/master/LICENSE diff --git a/orig/spdx_abbrev/curl.yml b/orig/spdx_abbrev/curl.yml deleted file mode 100644 index 6e12d30..0000000 --- a/orig/spdx_abbrev/curl.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: unknown -fedora_abbrev: '' -fedora_name: '' -id: '165' -license_text: '' -name: curl License -spdx_abbrev: curl -spdx_name: curl License -url: https://github.com/bagder/curl/blob/master/COPYING diff --git a/orig/spdx_abbrev/gSOAP-1.3b.yml b/orig/spdx_abbrev/gSOAP-1.3b.yml deleted file mode 100644 index c773d32..0000000 --- a/orig/spdx_abbrev/gSOAP-1.3b.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -approved: 'no' -fedora_abbrev: '' -fedora_name: gSOAP Public License -id: '254' -license_text: '' -name: gSOAP Public License v1.3b -spdx_abbrev: gSOAP-1.3b -spdx_name: gSOAP Public License v1.3b -url: http://www.cs.fsu.edu/~engelen/license.html