From 3443cd79633526a9fab1e3e2b88ab7de18dcdc47 Mon Sep 17 00:00:00 2001 From: Tony Aiuto Date: Mon, 30 Oct 2023 22:50:16 -0400 Subject: [PATCH 1/3] update SPDX license kind list --- admin/refresh_spdx/add_licenses.py | 2 +- licenses/spdx/BUILD | 660 +++++++++++++++++++++++++++++ tools/BUILD | 2 +- 3 files changed, 662 insertions(+), 2 deletions(-) diff --git a/admin/refresh_spdx/add_licenses.py b/admin/refresh_spdx/add_licenses.py index 117626b..fa34207 100755 --- a/admin/refresh_spdx/add_licenses.py +++ b/admin/refresh_spdx/add_licenses.py @@ -2,7 +2,7 @@ """Refresh the BUILD file of SPDX license_kinds with new ones from licenses.json. Usage: - wget https://github.com/spdx/license-list-data/raw/master/json/licenses.json + wget https://raw.githubusercontent.com/spdx/license-list-data/main/json/licenses.json LC_ALL="en_US.UTF-8" admin/refresh_spdx/add_licenses.py git diff git commit diff --git a/licenses/spdx/BUILD b/licenses/spdx/BUILD index feb0580..f13d256 100644 --- a/licenses/spdx/BUILD +++ b/licenses/spdx/BUILD @@ -84,6 +84,12 @@ license_kind( url = "https://spdx.org/licenses/Abstyles.html", ) +license_kind( + name = "AdaCore-doc", + conditions = [], + url = "https://spdx.org/licenses/AdaCore-doc.html", +) + license_kind( name = "Adobe-2006", conditions = [], @@ -96,6 +102,12 @@ license_kind( url = "https://spdx.org/licenses/Adobe-Glyph.html", ) +license_kind( + name = "Adobe-Utopia", + conditions = [], + url = "https://spdx.org/licenses/Adobe-Utopia.html", +) + license_kind( name = "ADSL", conditions = [], @@ -300,6 +312,18 @@ license_kind( url = "https://spdx.org/licenses/Artistic-2.0.html", ) +license_kind( + name = "ASWF-Digital-Assets-1.0", + conditions = [], + url = "https://spdx.org/licenses/ASWF-Digital-Assets-1.0.html", +) + +license_kind( + name = "ASWF-Digital-Assets-1.1", + conditions = [], + url = "https://spdx.org/licenses/ASWF-Digital-Assets-1.1.html", +) + license_kind( name = "Baekmuk", conditions = [], @@ -324,6 +348,12 @@ license_kind( url = "https://spdx.org/licenses/Beerware.html", ) +license_kind( + name = "Bitstream-Charter", + conditions = [], + url = "https://spdx.org/licenses/Bitstream-Charter.html", +) + license_kind( name = "Bitstream-Vera", conditions = [], @@ -354,12 +384,24 @@ license_kind( url = "https://spdx.org/licenses/BlueOak-1.0.0.html", ) +license_kind( + name = "Boehm-GC", + conditions = [], + url = "https://spdx.org/licenses/Boehm-GC.html", +) + license_kind( name = "Borceux", conditions = [], url = "https://spdx.org/licenses/Borceux.html", ) +license_kind( + name = "Brian-Gladman-3-Clause", + conditions = [], + url = "https://spdx.org/licenses/Brian-Gladman-3-Clause.html", +) + license_kind( name = "BSD-1-Clause", conditions = [], @@ -414,6 +456,18 @@ license_kind( url = "https://spdx.org/licenses/BSD-3-Clause-Clear.html", ) +license_kind( + name = "BSD-3-Clause-flex", + conditions = [], + url = "https://spdx.org/licenses/BSD-3-Clause-flex.html", +) + +license_kind( + name = "BSD-3-Clause-HP", + conditions = [], + url = "https://spdx.org/licenses/BSD-3-Clause-HP.html", +) + license_kind( name = "BSD-3-Clause-LBNL", conditions = [], @@ -456,6 +510,12 @@ license_kind( url = "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html", ) +license_kind( + name = "BSD-3-Clause-Sun", + conditions = [], + url = "https://spdx.org/licenses/BSD-3-Clause-Sun.html", +) + license_kind( name = "BSD-4-Clause", conditions = [], @@ -474,6 +534,36 @@ license_kind( url = "https://spdx.org/licenses/BSD-4-Clause-UC.html", ) +license_kind( + name = "BSD-4.3RENO", + conditions = [], + url = "https://spdx.org/licenses/BSD-4.3RENO.html", +) + +license_kind( + name = "BSD-4.3TAHOE", + conditions = [], + url = "https://spdx.org/licenses/BSD-4.3TAHOE.html", +) + +license_kind( + name = "BSD-Advertising-Acknowledgement", + conditions = [], + url = "https://spdx.org/licenses/BSD-Advertising-Acknowledgement.html", +) + +license_kind( + name = "BSD-Attribution-HPND-disclaimer", + conditions = [], + url = "https://spdx.org/licenses/BSD-Attribution-HPND-disclaimer.html", +) + +license_kind( + name = "BSD-Inferno-Nettverk", + conditions = [], + url = "https://spdx.org/licenses/BSD-Inferno-Nettverk.html", +) + license_kind( name = "BSD-Protection", conditions = [], @@ -486,6 +576,12 @@ license_kind( url = "https://spdx.org/licenses/BSD-Source-Code.html", ) +license_kind( + name = "BSD-Systemics", + conditions = [], + url = "https://spdx.org/licenses/BSD-Systemics.html", +) + license_kind( name = "BSL-1.0", conditions = [], @@ -582,6 +678,12 @@ license_kind( url = "https://spdx.org/licenses/CC-BY-3.0-DE.html", ) +license_kind( + name = "CC-BY-3.0-IGO", + conditions = [], + url = "https://spdx.org/licenses/CC-BY-3.0-IGO.html", +) + license_kind( name = "CC-BY-3.0-NL", conditions = [], @@ -690,6 +792,12 @@ license_kind( url = "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html", ) +license_kind( + name = "CC-BY-NC-SA-2.0-DE", + conditions = [], + url = "https://spdx.org/licenses/CC-BY-NC-SA-2.0-DE.html", +) + license_kind( name = "CC-BY-NC-SA-2.0-FR", conditions = [], @@ -816,6 +924,12 @@ license_kind( url = "https://spdx.org/licenses/CC-BY-SA-3.0-DE.html", ) +license_kind( + name = "CC-BY-SA-3.0-IGO", + conditions = [], + url = "https://spdx.org/licenses/CC-BY-SA-3.0-IGO.html", +) + license_kind( name = "CC-BY-SA-4.0", conditions = [], @@ -936,12 +1050,42 @@ license_kind( url = "https://spdx.org/licenses/CERN-OHL-W-2.0.html", ) +license_kind( + name = "CFITSIO", + conditions = [], + url = "https://spdx.org/licenses/CFITSIO.html", +) + +license_kind( + name = "check-cvs", + conditions = [], + url = "https://spdx.org/licenses/check-cvs.html", +) + +license_kind( + name = "checkmk", + conditions = [], + url = "https://spdx.org/licenses/checkmk.html", +) + license_kind( name = "ClArtistic", conditions = [], url = "https://spdx.org/licenses/ClArtistic.html", ) +license_kind( + name = "Clips", + conditions = [], + url = "https://spdx.org/licenses/Clips.html", +) + +license_kind( + name = "CMU-Mach", + conditions = [], + url = "https://spdx.org/licenses/CMU-Mach.html", +) + license_kind( name = "CNRI-Jython", conditions = [], @@ -990,6 +1134,12 @@ license_kind( url = "https://spdx.org/licenses/copyleft-next-0.3.1.html", ) +license_kind( + name = "Cornell-Lossless-JPEG", + conditions = [], + url = "https://spdx.org/licenses/Cornell-Lossless-JPEG.html", +) + license_kind( name = "CPAL-1.0", conditions = [], @@ -1008,6 +1158,12 @@ license_kind( url = "https://spdx.org/licenses/CPOL-1.02.html", ) +license_kind( + name = "Cronyx", + conditions = [], + url = "https://spdx.org/licenses/Cronyx.html", +) + license_kind( name = "Crossword", conditions = [], @@ -1056,6 +1212,12 @@ license_kind( url = "https://spdx.org/licenses/DL-DE-BY-2.0.html", ) +license_kind( + name = "DL-DE-ZERO-2.0", + conditions = [], + url = "https://spdx.org/licenses/DL-DE-ZERO-2.0.html", +) + license_kind( name = "DOC", conditions = [], @@ -1080,6 +1242,12 @@ license_kind( url = "https://spdx.org/licenses/DSDP.html", ) +license_kind( + name = "dtoa", + conditions = [], + url = "https://spdx.org/licenses/dtoa.html", +) + license_kind( name = "dvipdfm", conditions = [], @@ -1200,12 +1368,24 @@ license_kind( url = "https://spdx.org/licenses/Fair.html", ) +license_kind( + name = "FBM", + conditions = [], + url = "https://spdx.org/licenses/FBM.html", +) + license_kind( name = "FDK-AAC", conditions = [], url = "https://spdx.org/licenses/FDK-AAC.html", ) +license_kind( + name = "Ferguson-Twofish", + conditions = [], + url = "https://spdx.org/licenses/Ferguson-Twofish.html", +) + license_kind( name = "Frameworx-1.0", conditions = [], @@ -1242,12 +1422,30 @@ license_kind( url = "https://spdx.org/licenses/FSFULLR.html", ) +license_kind( + name = "FSFULLRWD", + conditions = [], + url = "https://spdx.org/licenses/FSFULLRWD.html", +) + license_kind( name = "FTL", conditions = [], url = "https://spdx.org/licenses/FTL.html", ) +license_kind( + name = "Furuseth", + conditions = [], + url = "https://spdx.org/licenses/Furuseth.html", +) + +license_kind( + name = "fwlw", + conditions = [], + url = "https://spdx.org/licenses/fwlw.html", +) + license_kind( name = "GD", conditions = [], @@ -1530,6 +1728,12 @@ license_kind( url = "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html", ) +license_kind( + name = "Graphics-Gems", + conditions = [], + url = "https://spdx.org/licenses/Graphics-Gems.html", +) + license_kind( name = "gSOAP-1.3b", conditions = [], @@ -1548,18 +1752,90 @@ license_kind( url = "https://spdx.org/licenses/Hippocratic-2.1.html", ) +license_kind( + name = "HP-1986", + conditions = [], + url = "https://spdx.org/licenses/HP-1986.html", +) + +license_kind( + name = "HP-1989", + conditions = [], + url = "https://spdx.org/licenses/HP-1989.html", +) + license_kind( name = "HPND", conditions = [], url = "https://spdx.org/licenses/HPND.html", ) +license_kind( + name = "HPND-DEC", + conditions = [], + url = "https://spdx.org/licenses/HPND-DEC.html", +) + +license_kind( + name = "HPND-doc", + conditions = [], + url = "https://spdx.org/licenses/HPND-doc.html", +) + +license_kind( + name = "HPND-doc-sell", + conditions = [], + url = "https://spdx.org/licenses/HPND-doc-sell.html", +) + +license_kind( + name = "HPND-export-US", + conditions = [], + url = "https://spdx.org/licenses/HPND-export-US.html", +) + +license_kind( + name = "HPND-export-US-modify", + conditions = [], + url = "https://spdx.org/licenses/HPND-export-US-modify.html", +) + +license_kind( + name = "HPND-Markus-Kuhn", + conditions = [], + url = "https://spdx.org/licenses/HPND-Markus-Kuhn.html", +) + +license_kind( + name = "HPND-Pbmplus", + conditions = [], + url = "https://spdx.org/licenses/HPND-Pbmplus.html", +) + +license_kind( + name = "HPND-sell-regexpr", + conditions = [], + url = "https://spdx.org/licenses/HPND-sell-regexpr.html", +) + license_kind( name = "HPND-sell-variant", conditions = [], url = "https://spdx.org/licenses/HPND-sell-variant.html", ) +license_kind( + name = "HPND-sell-variant-MIT-disclaimer", + conditions = [], + url = "https://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer.html", +) + +license_kind( + name = "HPND-UC", + conditions = [], + url = "https://spdx.org/licenses/HPND-UC.html", +) + license_kind( name = "HTMLTIDY", conditions = [], @@ -1578,12 +1854,24 @@ license_kind( url = "https://spdx.org/licenses/ICU.html", ) +license_kind( + name = "IEC-Code-Components-EULA", + conditions = [], + url = "https://spdx.org/licenses/IEC-Code-Components-EULA.html", +) + license_kind( name = "IJG", conditions = [], url = "https://spdx.org/licenses/IJG.html", ) +license_kind( + name = "IJG-short", + conditions = [], + url = "https://spdx.org/licenses/IJG-short.html", +) + license_kind( name = "ImageMagick", conditions = [], @@ -1608,6 +1896,12 @@ license_kind( url = "https://spdx.org/licenses/Info-ZIP.html", ) +license_kind( + name = "Inner-Net-2.0", + conditions = [], + url = "https://spdx.org/licenses/Inner-Net-2.0.html", +) + license_kind( name = "Intel", conditions = [], @@ -1656,6 +1950,12 @@ license_kind( url = "https://spdx.org/licenses/JasPer-2.0.html", ) +license_kind( + name = "JPL-image", + conditions = [], + url = "https://spdx.org/licenses/JPL-image.html", +) + license_kind( name = "JPNIC", conditions = [], @@ -1668,12 +1968,30 @@ license_kind( url = "https://spdx.org/licenses/JSON.html", ) +license_kind( + name = "Kastrup", + conditions = [], + url = "https://spdx.org/licenses/Kastrup.html", +) + +license_kind( + name = "Kazlib", + conditions = [], + url = "https://spdx.org/licenses/Kazlib.html", +) + license_kind( name = "KiCad-libraries-exception", conditions = [], url = "https://spdx.org/licenses/KiCad-libraries-exception.html", ) +license_kind( + name = "Knuth-CTAN", + conditions = [], + url = "https://spdx.org/licenses/Knuth-CTAN.html", +) + license_kind( name = "LAL-1.2", conditions = [], @@ -1692,6 +2010,12 @@ license_kind( url = "https://spdx.org/licenses/Latex2e.html", ) +license_kind( + name = "Latex2e-translated-notice", + conditions = [], + url = "https://spdx.org/licenses/Latex2e-translated-notice.html", +) + license_kind( name = "Leptonica", conditions = [], @@ -1800,6 +2124,12 @@ license_kind( url = "https://spdx.org/licenses/libtiff.html", ) +license_kind( + name = "libutil-David-Nugent", + conditions = [], + url = "https://spdx.org/licenses/libutil-David-Nugent.html", +) + license_kind( name = "LiLiQ-P-1.1", conditions = [], @@ -1818,18 +2148,42 @@ license_kind( url = "https://spdx.org/licenses/LiLiQ-Rplus-1.1.html", ) +license_kind( + name = "Linux-man-pages-1-para", + conditions = [], + url = "https://spdx.org/licenses/Linux-man-pages-1-para.html", +) + license_kind( name = "Linux-man-pages-copyleft", conditions = [], url = "https://spdx.org/licenses/Linux-man-pages-copyleft.html", ) +license_kind( + name = "Linux-man-pages-copyleft-2-para", + conditions = [], + url = "https://spdx.org/licenses/Linux-man-pages-copyleft-2-para.html", +) + +license_kind( + name = "Linux-man-pages-copyleft-var", + conditions = [], + url = "https://spdx.org/licenses/Linux-man-pages-copyleft-var.html", +) + license_kind( name = "Linux-OpenIB", conditions = [], url = "https://spdx.org/licenses/Linux-OpenIB.html", ) +license_kind( + name = "LOOP", + conditions = [], + url = "https://spdx.org/licenses/LOOP.html", +) + license_kind( name = "LPL-1.0", conditions = [], @@ -1872,12 +2226,66 @@ license_kind( url = "https://spdx.org/licenses/LPPL-1.3c.html", ) +license_kind( + name = "lsof", + conditions = [], + url = "https://spdx.org/licenses/lsof.html", +) + +license_kind( + name = "Lucida-Bitmap-Fonts", + conditions = [], + url = "https://spdx.org/licenses/Lucida-Bitmap-Fonts.html", +) + +license_kind( + name = "LZMA-SDK-9.11-to-9.20", + conditions = [], + url = "https://spdx.org/licenses/LZMA-SDK-9.11-to-9.20.html", +) + +license_kind( + name = "LZMA-SDK-9.22", + conditions = [], + url = "https://spdx.org/licenses/LZMA-SDK-9.22.html", +) + +license_kind( + name = "magaz", + conditions = [], + url = "https://spdx.org/licenses/magaz.html", +) + license_kind( name = "MakeIndex", conditions = [], url = "https://spdx.org/licenses/MakeIndex.html", ) +license_kind( + name = "Martin-Birgmeier", + conditions = [], + url = "https://spdx.org/licenses/Martin-Birgmeier.html", +) + +license_kind( + name = "McPhee-slideshow", + conditions = [], + url = "https://spdx.org/licenses/McPhee-slideshow.html", +) + +license_kind( + name = "metamail", + conditions = [], + url = "https://spdx.org/licenses/metamail.html", +) + +license_kind( + name = "Minpack", + conditions = [], + url = "https://spdx.org/licenses/Minpack.html", +) + license_kind( name = "MirOS", conditions = [], @@ -1920,6 +2328,12 @@ license_kind( url = "https://spdx.org/licenses/MIT-feh.html", ) +license_kind( + name = "MIT-Festival", + conditions = [], + url = "https://spdx.org/licenses/MIT-Festival.html", +) + license_kind( name = "MIT-Modern-Variant", conditions = [], @@ -1932,18 +2346,48 @@ license_kind( url = "https://spdx.org/licenses/MIT-open-group.html", ) +license_kind( + name = "MIT-testregex", + conditions = [], + url = "https://spdx.org/licenses/MIT-testregex.html", +) + +license_kind( + name = "MIT-Wu", + conditions = [], + url = "https://spdx.org/licenses/MIT-Wu.html", +) + license_kind( name = "MITNFA", conditions = [], url = "https://spdx.org/licenses/MITNFA.html", ) +license_kind( + name = "MMIXware", + conditions = [], + url = "https://spdx.org/licenses/MMIXware.html", +) + license_kind( name = "Motosoto", conditions = [], url = "https://spdx.org/licenses/Motosoto.html", ) +license_kind( + name = "MPEG-SSG", + conditions = [], + url = "https://spdx.org/licenses/MPEG-SSG.html", +) + +license_kind( + name = "mpi-permissive", + conditions = [], + url = "https://spdx.org/licenses/mpi-permissive.html", +) + license_kind( name = "mpich2", conditions = [], @@ -1980,6 +2424,12 @@ license_kind( url = "https://spdx.org/licenses/mplus.html", ) +license_kind( + name = "MS-LPL", + conditions = [], + url = "https://spdx.org/licenses/MS-LPL.html", +) + license_kind( name = "MS-PL", conditions = [], @@ -2082,6 +2532,12 @@ license_kind( url = "https://spdx.org/licenses/NGPL.html", ) +license_kind( + name = "NICTA-1.0", + conditions = [], + url = "https://spdx.org/licenses/NICTA-1.0.html", +) + license_kind( name = "NIST-PD", conditions = [], @@ -2094,6 +2550,12 @@ license_kind( url = "https://spdx.org/licenses/NIST-PD-fallback.html", ) +license_kind( + name = "NIST-Software", + conditions = [], + url = "https://spdx.org/licenses/NIST-Software.html", +) + license_kind( name = "NLOD-1.0", conditions = [], @@ -2202,6 +2664,12 @@ license_kind( url = "https://spdx.org/licenses/ODC-By-1.0.html", ) +license_kind( + name = "OFFIS", + conditions = [], + url = "https://spdx.org/licenses/OFFIS.html", +) + license_kind( name = "OFL-1.0", conditions = [], @@ -2376,12 +2844,24 @@ license_kind( url = "https://spdx.org/licenses/OLDAP-2.8.html", ) +license_kind( + name = "OLFL-1.3", + conditions = [], + url = "https://spdx.org/licenses/OLFL-1.3.html", +) + license_kind( name = "OML", conditions = [], url = "https://spdx.org/licenses/OML.html", ) +license_kind( + name = "OpenPBS-2.3", + conditions = [], + url = "https://spdx.org/licenses/OpenPBS-2.3.html", +) + license_kind( name = "OpenSSL", conditions = [], @@ -2394,6 +2874,12 @@ license_kind( url = "https://spdx.org/licenses/OPL-1.0.html", ) +license_kind( + name = "OPL-UK-3.0", + conditions = [], + url = "https://spdx.org/licenses/OPL-UK-3.0.html", +) + license_kind( name = "OPUBL-1.0", conditions = [], @@ -2436,6 +2922,12 @@ license_kind( url = "https://spdx.org/licenses/OSL-3.0.html", ) +license_kind( + name = "PADL", + conditions = [], + url = "https://spdx.org/licenses/PADL.html", +) + license_kind( name = "Parity-6.0.0", conditions = [], @@ -2472,6 +2964,12 @@ license_kind( url = "https://spdx.org/licenses/Plexus.html", ) +license_kind( + name = "pnmstitch", + conditions = [], + url = "https://spdx.org/licenses/pnmstitch.html", +) + license_kind( name = "PolyForm-Noncommercial-1.0.0", conditions = [], @@ -2514,6 +3012,18 @@ license_kind( url = "https://spdx.org/licenses/Python-2.0.html", ) +license_kind( + name = "Python-2.0.1", + conditions = [], + url = "https://spdx.org/licenses/Python-2.0.1.html", +) + +license_kind( + name = "python-ldap", + conditions = [], + url = "https://spdx.org/licenses/python-ldap.html", +) + license_kind( name = "Qhull", conditions = [], @@ -2526,6 +3036,12 @@ license_kind( url = "https://spdx.org/licenses/QPL-1.0.html", ) +license_kind( + name = "QPL-1.0-INRIA-2004", + conditions = [], + url = "https://spdx.org/licenses/QPL-1.0-INRIA-2004.html", +) + license_kind( name = "Rdisc", conditions = [], @@ -2628,6 +3144,18 @@ license_kind( url = "https://spdx.org/licenses/SGI-B-2.0.html", ) +license_kind( + name = "SGI-OpenGL", + conditions = [], + url = "https://spdx.org/licenses/SGI-OpenGL.html", +) + +license_kind( + name = "SGP4", + conditions = [], + url = "https://spdx.org/licenses/SGP4.html", +) + license_kind( name = "SHL-0.5", conditions = [], @@ -2658,6 +3186,12 @@ license_kind( url = "https://spdx.org/licenses/SISSL-1.2.html", ) +license_kind( + name = "SL", + conditions = [], + url = "https://spdx.org/licenses/SL.html", +) + license_kind( name = "Sleepycat", conditions = [], @@ -2682,6 +3216,18 @@ license_kind( url = "https://spdx.org/licenses/SNIA.html", ) +license_kind( + name = "snprintf", + conditions = [], + url = "https://spdx.org/licenses/snprintf.html", +) + +license_kind( + name = "Soundex", + conditions = [], + url = "https://spdx.org/licenses/Soundex.html", +) + license_kind( name = "Spencer-86", conditions = [], @@ -2706,6 +3252,12 @@ license_kind( url = "https://spdx.org/licenses/SPL-1.0.html", ) +license_kind( + name = "ssh-keyscan", + conditions = [], + url = "https://spdx.org/licenses/ssh-keyscan.html", +) + license_kind( name = "SSH-OpenSSH", conditions = [], @@ -2736,12 +3288,30 @@ license_kind( url = "https://spdx.org/licenses/SugarCRM-1.1.3.html", ) +license_kind( + name = "SunPro", + conditions = [], + url = "https://spdx.org/licenses/SunPro.html", +) + license_kind( name = "SWL", conditions = [], url = "https://spdx.org/licenses/SWL.html", ) +license_kind( + name = "swrule", + conditions = [], + url = "https://spdx.org/licenses/swrule.html", +) + +license_kind( + name = "Symlinks", + conditions = [], + url = "https://spdx.org/licenses/Symlinks.html", +) + license_kind( name = "TAPR-OHL-1.0", conditions = [], @@ -2760,6 +3330,12 @@ license_kind( url = "https://spdx.org/licenses/TCP-wrappers.html", ) +license_kind( + name = "TermReadKey", + conditions = [], + url = "https://spdx.org/licenses/TermReadKey.html", +) + license_kind( name = "TMate", conditions = [], @@ -2778,6 +3354,30 @@ license_kind( url = "https://spdx.org/licenses/TOSL.html", ) +license_kind( + name = "TPDL", + conditions = [], + url = "https://spdx.org/licenses/TPDL.html", +) + +license_kind( + name = "TPL-1.0", + conditions = [], + url = "https://spdx.org/licenses/TPL-1.0.html", +) + +license_kind( + name = "TTWL", + conditions = [], + url = "https://spdx.org/licenses/TTWL.html", +) + +license_kind( + name = "TTYP0", + conditions = [], + url = "https://spdx.org/licenses/TTYP0.html", +) + license_kind( name = "TU-Berlin-1.0", conditions = [], @@ -2790,12 +3390,24 @@ license_kind( url = "https://spdx.org/licenses/TU-Berlin-2.0.html", ) +license_kind( + name = "UCAR", + conditions = [], + url = "https://spdx.org/licenses/UCAR.html", +) + license_kind( name = "UCL-1.0", conditions = [], url = "https://spdx.org/licenses/UCL-1.0.html", ) +license_kind( + name = "ulem", + conditions = [], + url = "https://spdx.org/licenses/ulem.html", +) + license_kind( name = "Unicode-DFS-2015", conditions = [], @@ -2814,6 +3426,12 @@ license_kind( url = "https://spdx.org/licenses/Unicode-TOU.html", ) +license_kind( + name = "UnixCrypt", + conditions = [], + url = "https://spdx.org/licenses/UnixCrypt.html", +) + license_kind( name = "Unlicense", conditions = [], @@ -2826,6 +3444,12 @@ license_kind( url = "https://spdx.org/licenses/UPL-1.0.html", ) +license_kind( + name = "URT-RLE", + conditions = [], + url = "https://spdx.org/licenses/URT-RLE.html", +) + license_kind( name = "Vim", conditions = [], @@ -2862,12 +3486,24 @@ license_kind( url = "https://spdx.org/licenses/W3C-20150513.html", ) +license_kind( + name = "w3m", + conditions = [], + url = "https://spdx.org/licenses/w3m.html", +) + license_kind( name = "Watcom-1.0", conditions = [], url = "https://spdx.org/licenses/Watcom-1.0.html", ) +license_kind( + name = "Widget-Workshop", + conditions = [], + url = "https://spdx.org/licenses/Widget-Workshop.html", +) + license_kind( name = "Wsuipa", conditions = [], @@ -2898,12 +3534,24 @@ license_kind( url = "https://spdx.org/licenses/X11-distribute-modifications-variant.html", ) +license_kind( + name = "Xdebug-1.03", + conditions = [], + url = "https://spdx.org/licenses/Xdebug-1.03.html", +) + license_kind( name = "Xerox", conditions = [], url = "https://spdx.org/licenses/Xerox.html", ) +license_kind( + name = "Xfig", + conditions = [], + url = "https://spdx.org/licenses/Xfig.html", +) + license_kind( name = "XFree86-1.1", conditions = [], @@ -2916,6 +3564,12 @@ license_kind( url = "https://spdx.org/licenses/xinetd.html", ) +license_kind( + name = "xlock", + conditions = [], + url = "https://spdx.org/licenses/xlock.html", +) + license_kind( name = "Xnet", conditions = [], @@ -2952,6 +3606,12 @@ license_kind( url = "https://spdx.org/licenses/Zed.html", ) +license_kind( + name = "Zeeff", + conditions = [], + url = "https://spdx.org/licenses/Zeeff.html", +) + license_kind( name = "Zend-2.0", conditions = [], diff --git a/tools/BUILD b/tools/BUILD index d42f4b7..5c23c68 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -47,7 +47,7 @@ py_library( py_binary( name = "write_sbom", srcs = ["write_sbom.py"], - deps = [":sbom_lib"], + # deps = [":sbom_lib"], python_version = "PY3", visibility = ["//visibility:public"], ) From 4cdd347bcb1021e62edacf68147c5629579b179e Mon Sep 17 00:00:00 2001 From: Tony Aiuto Date: Mon, 20 Nov 2023 21:48:50 -0500 Subject: [PATCH 2/3] revert unneeded change --- tools/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/BUILD b/tools/BUILD index 5c23c68..d42f4b7 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -47,7 +47,7 @@ py_library( py_binary( name = "write_sbom", srcs = ["write_sbom.py"], - # deps = [":sbom_lib"], + deps = [":sbom_lib"], python_version = "PY3", visibility = ["//visibility:public"], ) From e7e23b3cd3d7f3a7f0c31b73f6635b6ad1b23dae Mon Sep 17 00:00:00 2001 From: Tony Aiuto Date: Tue, 3 Sep 2024 13:27:51 -0400 Subject: [PATCH 3/3] refresh the update --- licenses/spdx/BUILD | 426 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 426 insertions(+) diff --git a/licenses/spdx/BUILD b/licenses/spdx/BUILD index f13d256..280ed42 100644 --- a/licenses/spdx/BUILD +++ b/licenses/spdx/BUILD @@ -72,6 +72,12 @@ license_kind( url = "https://spdx.org/licenses/0BSD.html", ) +license_kind( + name = "3D-Slicer-1.0", + conditions = [], + url = "https://spdx.org/licenses/3D-Slicer-1.0.html", +) + license_kind( name = "AAL", conditions = [], @@ -96,6 +102,12 @@ license_kind( url = "https://spdx.org/licenses/Adobe-2006.html", ) +license_kind( + name = "Adobe-Display-PostScript", + conditions = [], + url = "https://spdx.org/licenses/Adobe-Display-PostScript.html", +) + license_kind( name = "Adobe-Glyph", conditions = [], @@ -192,6 +204,12 @@ license_kind( url = "https://spdx.org/licenses/Aladdin.html", ) +license_kind( + name = "AMD-newlib", + conditions = [], + url = "https://spdx.org/licenses/AMD-newlib.html", +) + license_kind( name = "AMDPLPA", conditions = [], @@ -204,6 +222,12 @@ license_kind( url = "https://spdx.org/licenses/AML.html", ) +license_kind( + name = "AML-glslang", + conditions = [], + url = "https://spdx.org/licenses/AML-glslang.html", +) + license_kind( name = "AMPAS", conditions = [], @@ -222,6 +246,12 @@ license_kind( url = "https://spdx.org/licenses/ANTLR-PD-fallback.html", ) +license_kind( + name = "any-OSI", + conditions = [], + url = "https://spdx.org/licenses/any-OSI.html", +) + license_kind( name = "Apache-1.0", conditions = [], @@ -342,6 +372,12 @@ license_kind( url = "https://spdx.org/licenses/Barr.html", ) +license_kind( + name = "bcrypt-Solar-Designer", + conditions = [], + url = "https://spdx.org/licenses/bcrypt-Solar-Designer.html", +) + license_kind( name = "Beerware", conditions = [], @@ -396,6 +432,12 @@ license_kind( url = "https://spdx.org/licenses/Borceux.html", ) +license_kind( + name = "Brian-Gladman-2-Clause", + conditions = [], + url = "https://spdx.org/licenses/Brian-Gladman-2-Clause.html", +) + license_kind( name = "Brian-Gladman-3-Clause", conditions = [], @@ -414,6 +456,18 @@ license_kind( url = "https://spdx.org/licenses/BSD-2-Clause.html", ) +license_kind( + name = "BSD-2-Clause-Darwin", + conditions = [], + url = "https://spdx.org/licenses/BSD-2-Clause-Darwin.html", +) + +license_kind( + name = "BSD-2-Clause-first-lines", + conditions = [], + url = "https://spdx.org/licenses/BSD-2-Clause-first-lines.html", +) + license_kind( name = "BSD-2-Clause-FreeBSD", conditions = [], @@ -444,6 +498,12 @@ license_kind( url = "https://spdx.org/licenses/BSD-3-Clause.html", ) +license_kind( + name = "BSD-3-Clause-acpica", + conditions = [], + url = "https://spdx.org/licenses/BSD-3-Clause-acpica.html", +) + license_kind( name = "BSD-3-Clause-Attribution", conditions = [], @@ -570,6 +630,12 @@ license_kind( url = "https://spdx.org/licenses/BSD-Protection.html", ) +license_kind( + name = "BSD-Source-beginning-file", + conditions = [], + url = "https://spdx.org/licenses/BSD-Source-beginning-file.html", +) + license_kind( name = "BSD-Source-Code", conditions = [], @@ -582,6 +648,12 @@ license_kind( url = "https://spdx.org/licenses/BSD-Systemics.html", ) +license_kind( + name = "BSD-Systemics-W3Works", + conditions = [], + url = "https://spdx.org/licenses/BSD-Systemics-W3Works.html", +) + license_kind( name = "BSL-1.0", conditions = [], @@ -630,6 +702,18 @@ license_kind( url = "https://spdx.org/licenses/Caldera.html", ) +license_kind( + name = "Caldera-no-preamble", + conditions = [], + url = "https://spdx.org/licenses/Caldera-no-preamble.html", +) + +license_kind( + name = "Catharon", + conditions = [], + url = "https://spdx.org/licenses/Catharon.html", +) + license_kind( name = "CATOSL-1.1", conditions = [], @@ -672,6 +756,12 @@ license_kind( url = "https://spdx.org/licenses/CC-BY-3.0-AT.html", ) +license_kind( + name = "CC-BY-3.0-AU", + conditions = [], + url = "https://spdx.org/licenses/CC-BY-3.0-AU.html", +) + license_kind( name = "CC-BY-3.0-DE", conditions = [], @@ -1086,6 +1176,12 @@ license_kind( url = "https://spdx.org/licenses/CMU-Mach.html", ) +license_kind( + name = "CMU-Mach-nodoc", + conditions = [], + url = "https://spdx.org/licenses/CMU-Mach-nodoc.html", +) + license_kind( name = "CNRI-Jython", conditions = [], @@ -1194,12 +1290,24 @@ license_kind( url = "https://spdx.org/licenses/curl.html", ) +license_kind( + name = "cve-tou", + conditions = [], + url = "https://spdx.org/licenses/cve-tou.html", +) + license_kind( name = "D-FSL-1.0", conditions = [], url = "https://spdx.org/licenses/D-FSL-1.0.html", ) +license_kind( + name = "DEC-3-Clause", + conditions = [], + url = "https://spdx.org/licenses/DEC-3-Clause.html", +) + license_kind( name = "diffmark", conditions = [], @@ -1224,6 +1332,24 @@ license_kind( url = "https://spdx.org/licenses/DOC.html", ) +license_kind( + name = "DocBook-Schema", + conditions = [], + url = "https://spdx.org/licenses/DocBook-Schema.html", +) + +license_kind( + name = "DocBook-Stylesheet", + conditions = [], + url = "https://spdx.org/licenses/DocBook-Stylesheet.html", +) + +license_kind( + name = "DocBook-XML", + conditions = [], + url = "https://spdx.org/licenses/DocBook-XML.html", +) + license_kind( name = "Dotseqn", conditions = [], @@ -1236,6 +1362,12 @@ license_kind( url = "https://spdx.org/licenses/DRL-1.0.html", ) +license_kind( + name = "DRL-1.1", + conditions = [], + url = "https://spdx.org/licenses/DRL-1.1.html", +) + license_kind( name = "DSDP", conditions = [], @@ -1410,6 +1542,12 @@ license_kind( url = "https://spdx.org/licenses/FSFAP.html", ) +license_kind( + name = "FSFAP-no-warranty-disclaimer", + conditions = [], + url = "https://spdx.org/licenses/FSFAP-no-warranty-disclaimer.html", +) + license_kind( name = "FSFUL", conditions = [], @@ -1446,6 +1584,12 @@ license_kind( url = "https://spdx.org/licenses/fwlw.html", ) +license_kind( + name = "GCR-docs", + conditions = [], + url = "https://spdx.org/licenses/GCR-docs.html", +) + license_kind( name = "GD", conditions = [], @@ -1740,12 +1884,36 @@ license_kind( url = "https://spdx.org/licenses/gSOAP-1.3b.html", ) +license_kind( + name = "gtkbook", + conditions = [], + url = "https://spdx.org/licenses/gtkbook.html", +) + +license_kind( + name = "Gutmann", + conditions = [], + url = "https://spdx.org/licenses/Gutmann.html", +) + license_kind( name = "HaskellReport", conditions = [], url = "https://spdx.org/licenses/HaskellReport.html", ) +license_kind( + name = "hdparm", + conditions = [], + url = "https://spdx.org/licenses/hdparm.html", +) + +license_kind( + name = "HIDAPI", + conditions = [], + url = "https://spdx.org/licenses/HIDAPI.html", +) + license_kind( name = "Hippocratic-2.1", conditions = [], @@ -1794,24 +1962,84 @@ license_kind( url = "https://spdx.org/licenses/HPND-export-US.html", ) +license_kind( + name = "HPND-export-US-acknowledgement", + conditions = [], + url = "https://spdx.org/licenses/HPND-export-US-acknowledgement.html", +) + license_kind( name = "HPND-export-US-modify", conditions = [], url = "https://spdx.org/licenses/HPND-export-US-modify.html", ) +license_kind( + name = "HPND-export2-US", + conditions = [], + url = "https://spdx.org/licenses/HPND-export2-US.html", +) + +license_kind( + name = "HPND-Fenneberg-Livingston", + conditions = [], + url = "https://spdx.org/licenses/HPND-Fenneberg-Livingston.html", +) + +license_kind( + name = "HPND-INRIA-IMAG", + conditions = [], + url = "https://spdx.org/licenses/HPND-INRIA-IMAG.html", +) + +license_kind( + name = "HPND-Intel", + conditions = [], + url = "https://spdx.org/licenses/HPND-Intel.html", +) + +license_kind( + name = "HPND-Kevlin-Henney", + conditions = [], + url = "https://spdx.org/licenses/HPND-Kevlin-Henney.html", +) + license_kind( name = "HPND-Markus-Kuhn", conditions = [], url = "https://spdx.org/licenses/HPND-Markus-Kuhn.html", ) +license_kind( + name = "HPND-merchantability-variant", + conditions = [], + url = "https://spdx.org/licenses/HPND-merchantability-variant.html", +) + +license_kind( + name = "HPND-MIT-disclaimer", + conditions = [], + url = "https://spdx.org/licenses/HPND-MIT-disclaimer.html", +) + +license_kind( + name = "HPND-Netrek", + conditions = [], + url = "https://spdx.org/licenses/HPND-Netrek.html", +) + license_kind( name = "HPND-Pbmplus", conditions = [], url = "https://spdx.org/licenses/HPND-Pbmplus.html", ) +license_kind( + name = "HPND-sell-MIT-disclaimer-xserver", + conditions = [], + url = "https://spdx.org/licenses/HPND-sell-MIT-disclaimer-xserver.html", +) + license_kind( name = "HPND-sell-regexpr", conditions = [], @@ -1830,12 +2058,24 @@ license_kind( url = "https://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer.html", ) +license_kind( + name = "HPND-sell-variant-MIT-disclaimer-rev", + conditions = [], + url = "https://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer-rev.html", +) + license_kind( name = "HPND-UC", conditions = [], url = "https://spdx.org/licenses/HPND-UC.html", ) +license_kind( + name = "HPND-UC-export-US", + conditions = [], + url = "https://spdx.org/licenses/HPND-UC-export-US.html", +) + license_kind( name = "HTMLTIDY", conditions = [], @@ -1938,6 +2178,12 @@ license_kind( url = "https://spdx.org/licenses/ISC.html", ) +license_kind( + name = "ISC-Veillard", + conditions = [], + url = "https://spdx.org/licenses/ISC-Veillard.html", +) + license_kind( name = "Jam", conditions = [], @@ -2184,6 +2430,12 @@ license_kind( url = "https://spdx.org/licenses/LOOP.html", ) +license_kind( + name = "LPD-document", + conditions = [], + url = "https://spdx.org/licenses/LPD-document.html", +) + license_kind( name = "LPL-1.0", conditions = [], @@ -2250,12 +2502,30 @@ license_kind( url = "https://spdx.org/licenses/LZMA-SDK-9.22.html", ) +license_kind( + name = "Mackerras-3-Clause", + conditions = [], + url = "https://spdx.org/licenses/Mackerras-3-Clause.html", +) + +license_kind( + name = "Mackerras-3-Clause-acknowledgment", + conditions = [], + url = "https://spdx.org/licenses/Mackerras-3-Clause-acknowledgment.html", +) + license_kind( name = "magaz", conditions = [], url = "https://spdx.org/licenses/magaz.html", ) +license_kind( + name = "mailprio", + conditions = [], + url = "https://spdx.org/licenses/mailprio.html", +) + license_kind( name = "MakeIndex", conditions = [], @@ -2310,6 +2580,12 @@ license_kind( url = "https://spdx.org/licenses/MIT-advertising.html", ) +license_kind( + name = "MIT-Click", + conditions = [], + url = "https://spdx.org/licenses/MIT-Click.html", +) + license_kind( name = "MIT-CMU", conditions = [], @@ -2334,6 +2610,12 @@ license_kind( url = "https://spdx.org/licenses/MIT-Festival.html", ) +license_kind( + name = "MIT-Khronos-old", + conditions = [], + url = "https://spdx.org/licenses/MIT-Khronos-old.html", +) + license_kind( name = "MIT-Modern-Variant", conditions = [], @@ -2496,12 +2778,24 @@ license_kind( url = "https://spdx.org/licenses/NBPL-1.0.html", ) +license_kind( + name = "NCBI-PD", + conditions = [], + url = "https://spdx.org/licenses/NCBI-PD.html", +) + license_kind( name = "NCGL-UK-2.0", conditions = [], url = "https://spdx.org/licenses/NCGL-UK-2.0.html", ) +license_kind( + name = "NCL", + conditions = [], + url = "https://spdx.org/licenses/NCL.html", +) + license_kind( name = "NCSA", conditions = [], @@ -2640,6 +2934,12 @@ license_kind( url = "https://spdx.org/licenses/O-UDA-1.0.html", ) +license_kind( + name = "OAR", + conditions = [], + url = "https://spdx.org/licenses/OAR.html", +) + license_kind( name = "OCCT-PL", conditions = [], @@ -2868,6 +3168,18 @@ license_kind( url = "https://spdx.org/licenses/OpenSSL.html", ) +license_kind( + name = "OpenSSL-standalone", + conditions = [], + url = "https://spdx.org/licenses/OpenSSL-standalone.html", +) + +license_kind( + name = "OpenVision", + conditions = [], + url = "https://spdx.org/licenses/OpenVision.html", +) + license_kind( name = "OPL-1.0", conditions = [], @@ -2958,6 +3270,18 @@ license_kind( url = "https://spdx.org/licenses/PHP-3.01.html", ) +license_kind( + name = "Pixar", + conditions = [], + url = "https://spdx.org/licenses/Pixar.html", +) + +license_kind( + name = "pkgconf", + conditions = [], + url = "https://spdx.org/licenses/pkgconf.html", +) + license_kind( name = "Plexus", conditions = [], @@ -2988,6 +3312,12 @@ license_kind( url = "https://spdx.org/licenses/PostgreSQL.html", ) +license_kind( + name = "PPL", + conditions = [], + url = "https://spdx.org/licenses/PPL.html", +) + license_kind( name = "PSF-2.0", conditions = [], @@ -3042,6 +3372,12 @@ license_kind( url = "https://spdx.org/licenses/QPL-1.0-INRIA-2004.html", ) +license_kind( + name = "radvd", + conditions = [], + url = "https://spdx.org/licenses/radvd.html", +) + license_kind( name = "Rdisc", conditions = [], @@ -3090,12 +3426,24 @@ license_kind( url = "https://spdx.org/licenses/Ruby.html", ) +license_kind( + name = "Ruby-pty", + conditions = [], + url = "https://spdx.org/licenses/Ruby-pty.html", +) + license_kind( name = "SAX-PD", conditions = [], url = "https://spdx.org/licenses/SAX-PD.html", ) +license_kind( + name = "SAX-PD-2.0", + conditions = [], + url = "https://spdx.org/licenses/SAX-PD-2.0.html", +) + license_kind( name = "Saxpath", conditions = [], @@ -3222,6 +3570,12 @@ license_kind( url = "https://spdx.org/licenses/snprintf.html", ) +license_kind( + name = "softSurfer", + conditions = [], + url = "https://spdx.org/licenses/softSurfer.html", +) + license_kind( name = "Soundex", conditions = [], @@ -3270,6 +3624,12 @@ license_kind( url = "https://spdx.org/licenses/SSH-short.html", ) +license_kind( + name = "SSLeay-standalone", + conditions = [], + url = "https://spdx.org/licenses/SSLeay-standalone.html", +) + license_kind( name = "SSPL-1.0", conditions = [], @@ -3288,6 +3648,18 @@ license_kind( url = "https://spdx.org/licenses/SugarCRM-1.1.3.html", ) +license_kind( + name = "Sun-PPP", + conditions = [], + url = "https://spdx.org/licenses/Sun-PPP.html", +) + +license_kind( + name = "Sun-PPP-2000", + conditions = [], + url = "https://spdx.org/licenses/Sun-PPP-2000.html", +) + license_kind( name = "SunPro", conditions = [], @@ -3336,6 +3708,18 @@ license_kind( url = "https://spdx.org/licenses/TermReadKey.html", ) +license_kind( + name = "TGPPL-1.0", + conditions = [], + url = "https://spdx.org/licenses/TGPPL-1.0.html", +) + +license_kind( + name = "threeparttable", + conditions = [], + url = "https://spdx.org/licenses/threeparttable.html", +) + license_kind( name = "TMate", conditions = [], @@ -3366,6 +3750,12 @@ license_kind( url = "https://spdx.org/licenses/TPL-1.0.html", ) +license_kind( + name = "TrustedQSL", + conditions = [], + url = "https://spdx.org/licenses/TrustedQSL.html", +) + license_kind( name = "TTWL", conditions = [], @@ -3390,6 +3780,12 @@ license_kind( url = "https://spdx.org/licenses/TU-Berlin-2.0.html", ) +license_kind( + name = "Ubuntu-font-1.0", + conditions = [], + url = "https://spdx.org/licenses/Ubuntu-font-1.0.html", +) + license_kind( name = "UCAR", conditions = [], @@ -3408,6 +3804,18 @@ license_kind( url = "https://spdx.org/licenses/ulem.html", ) +license_kind( + name = "UMich-Merit", + conditions = [], + url = "https://spdx.org/licenses/UMich-Merit.html", +) + +license_kind( + name = "Unicode-3.0", + conditions = [], + url = "https://spdx.org/licenses/Unicode-3.0.html", +) + license_kind( name = "Unicode-DFS-2015", conditions = [], @@ -3534,6 +3942,12 @@ license_kind( url = "https://spdx.org/licenses/X11-distribute-modifications-variant.html", ) +license_kind( + name = "X11-swapped", + conditions = [], + url = "https://spdx.org/licenses/X11-swapped.html", +) + license_kind( name = "Xdebug-1.03", conditions = [], @@ -3564,6 +3978,12 @@ license_kind( url = "https://spdx.org/licenses/xinetd.html", ) +license_kind( + name = "xkeyboard-config-Zinoviev", + conditions = [], + url = "https://spdx.org/licenses/xkeyboard-config-Zinoviev.html", +) + license_kind( name = "xlock", conditions = [], @@ -3588,6 +4008,12 @@ license_kind( url = "https://spdx.org/licenses/XSkat.html", ) +license_kind( + name = "xzoom", + conditions = [], + url = "https://spdx.org/licenses/xzoom.html", +) + license_kind( name = "YPL-1.0", conditions = [],