From 9a5b88615628c0559664467edb84fc5031678c95 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 4 Jan 2024 07:45:50 +0100 Subject: [PATCH 1/4] Update license list to 3.22 --- src/identifiers.rs | 92 ++++++++++++++++++- src/lib.rs | 1 + src/text.rs | 87 ++++++++++++++++++ .../exceptions/Autoconf-exception-generic-3.0 | 7 ++ src/text/exceptions/GCC-exception-2.0-note | 17 ++++ src/text/exceptions/GNU-compiler-exception | 7 ++ src/text/exceptions/SANE-exception | 21 +++++ src/text/exceptions/Texinfo-exception | 5 + src/text/exceptions/UBDL-exception | 60 ++++++++++++ src/text/exceptions/stunnel-exception | 6 ++ src/text/licenses/Adobe-Utopia | 13 +++ src/text/licenses/BSD-3-Clause-HP | 24 +++++ src/text/licenses/BSD-3-Clause-Sun | 30 ++++++ src/text/licenses/BSD-3-Clause-flex | 43 +++++++++ src/text/licenses/BSD-Inferno-Nettverk | 43 +++++++++ src/text/licenses/BSD-Systemics | 40 ++++++++ src/text/licenses/Cronyx | 12 +++ src/text/licenses/Crossword | 2 +- src/text/licenses/DL-DE-ZERO-2.0 | 26 ++++++ src/text/licenses/FBM | 7 ++ src/text/licenses/Ferguson-Twofish | 16 ++++ src/text/licenses/Furuseth | 14 +++ src/text/licenses/HP-1989 | 17 ++++ src/text/licenses/HPND | 4 +- src/text/licenses/HPND-DEC | 23 +++++ src/text/licenses/HPND-Pbmplus | 9 ++ src/text/licenses/HPND-UC | 9 ++ src/text/licenses/HPND-doc | 9 ++ src/text/licenses/HPND-doc-sell | 10 ++ src/text/licenses/HPND-export-US-modify | 25 +++++ src/text/licenses/HPND-sell-regexpr | 10 ++ src/text/licenses/Kastrup | 4 + src/text/licenses/Lucida-Bitmap-Fonts | 54 +++++++++++ src/text/licenses/MIT-testregex | 18 ++++ src/text/licenses/MMIXware | 18 ++++ src/text/licenses/MPEG-SSG | 26 ++++++ src/text/licenses/McPhee-slideshow | 7 ++ src/text/licenses/NPL-1.0 | 6 +- src/text/licenses/PADL | 7 ++ src/text/licenses/SGI-OpenGL | 35 +++++++ src/text/licenses/SL | 5 + src/text/licenses/Soundex | 10 ++ src/text/licenses/TTYP0 | 31 +++++++ src/text/licenses/URT-RLE | 16 ++++ src/text/licenses/Zeeff | 4 + src/text/licenses/check-cvs | 3 + src/text/licenses/fwlw | 6 ++ src/text/licenses/libpng-2.0 | 2 +- src/text/licenses/lsof | 27 ++++++ src/text/licenses/magaz | 5 + src/text/licenses/pnmstitch | 24 +++++ src/text/licenses/python-ldap | 11 +++ src/text/licenses/ssh-keyscan | 6 ++ src/text/licenses/swrule | 2 + src/text/licenses/ulem | 5 + 55 files changed, 1012 insertions(+), 9 deletions(-) create mode 100644 src/text/exceptions/Autoconf-exception-generic-3.0 create mode 100644 src/text/exceptions/GCC-exception-2.0-note create mode 100644 src/text/exceptions/GNU-compiler-exception create mode 100644 src/text/exceptions/SANE-exception create mode 100644 src/text/exceptions/Texinfo-exception create mode 100644 src/text/exceptions/UBDL-exception create mode 100644 src/text/exceptions/stunnel-exception create mode 100644 src/text/licenses/Adobe-Utopia create mode 100644 src/text/licenses/BSD-3-Clause-HP create mode 100644 src/text/licenses/BSD-3-Clause-Sun create mode 100644 src/text/licenses/BSD-3-Clause-flex create mode 100644 src/text/licenses/BSD-Inferno-Nettverk create mode 100644 src/text/licenses/BSD-Systemics create mode 100644 src/text/licenses/Cronyx create mode 100644 src/text/licenses/DL-DE-ZERO-2.0 create mode 100644 src/text/licenses/FBM create mode 100644 src/text/licenses/Ferguson-Twofish create mode 100644 src/text/licenses/Furuseth create mode 100644 src/text/licenses/HP-1989 create mode 100644 src/text/licenses/HPND-DEC create mode 100644 src/text/licenses/HPND-Pbmplus create mode 100644 src/text/licenses/HPND-UC create mode 100644 src/text/licenses/HPND-doc create mode 100644 src/text/licenses/HPND-doc-sell create mode 100644 src/text/licenses/HPND-export-US-modify create mode 100644 src/text/licenses/HPND-sell-regexpr create mode 100644 src/text/licenses/Kastrup create mode 100644 src/text/licenses/Lucida-Bitmap-Fonts create mode 100644 src/text/licenses/MIT-testregex create mode 100644 src/text/licenses/MMIXware create mode 100644 src/text/licenses/MPEG-SSG create mode 100644 src/text/licenses/McPhee-slideshow create mode 100644 src/text/licenses/PADL create mode 100644 src/text/licenses/SGI-OpenGL create mode 100644 src/text/licenses/SL create mode 100644 src/text/licenses/Soundex create mode 100644 src/text/licenses/TTYP0 create mode 100644 src/text/licenses/URT-RLE create mode 100644 src/text/licenses/Zeeff create mode 100644 src/text/licenses/check-cvs create mode 100644 src/text/licenses/fwlw create mode 100644 src/text/licenses/lsof create mode 100644 src/text/licenses/magaz create mode 100644 src/text/licenses/pnmstitch create mode 100644 src/text/licenses/python-ldap create mode 100644 src/text/licenses/ssh-keyscan create mode 100644 src/text/licenses/swrule create mode 100644 src/text/licenses/ulem diff --git a/src/identifiers.rs b/src/identifiers.rs index 3bc0149..7e0a595 100644 --- a/src/identifiers.rs +++ b/src/identifiers.rs @@ -1,5 +1,5 @@ /* - * list fetched from https://github.com/spdx/license-list-data @ v3.21 + * list fetched from https://github.com/spdx/license-list-data @ v3.22 * * AUTO-GENERATED BY ./update * DO NOT MODIFY @@ -13,7 +13,7 @@ pub const IS_DEPRECATED: u8 = 0x4; pub const IS_COPYLEFT: u8 = 0x8; pub const IS_GNU: u8 = 0x10; -pub const VERSION: &str = "3.21"; +pub const VERSION: &str = "3.22"; pub const LICENSES: &[(&str, &str, u8)] = &[ ("0BSD", r#"BSD Zero Clause License"#, IS_OSI_APPROVED), @@ -127,6 +127,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ 0x0, ), ("Adobe-Glyph", r#"Adobe Glyph List License"#, 0x0), + ("Adobe-Utopia", r#"Adobe Utopia Font License"#, 0x0), ("Afmparse", r#"Afmparse License"#, 0x0), ("Aladdin", r#"Aladdin Free Public License"#, 0x0), ("Apache-1.0", r#"Apache License 1.0"#, IS_FSF_LIBRE), @@ -195,6 +196,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"BSD 3-Clause Clear License"#, IS_FSF_LIBRE, ), + ( + "BSD-3-Clause-HP", + r#"Hewlett-Packard BSD variant license"#, + 0x0, + ), ( "BSD-3-Clause-LBNL", r#"Lawrence Berkeley National Labs BSD variant license"#, @@ -230,6 +236,8 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"BSD 3-Clause Open MPI variant"#, 0x0, ), + ("BSD-3-Clause-Sun", r#"BSD 3-Clause Sun Microsystems"#, 0x0), + ("BSD-3-Clause-flex", r#"BSD 3-Clause Flex variant"#, 0x0), ( "BSD-4-Clause", r#"BSD 4-Clause "Original" or "Old" License"#, @@ -253,8 +261,10 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"BSD with Attribution and HPND disclaimer"#, 0x0, ), + ("BSD-Inferno-Nettverk", r#"BSD-Inferno-Nettverk"#, 0x0), ("BSD-Protection", r#"BSD Protection License"#, IS_COPYLEFT), ("BSD-Source-Code", r#"BSD Source Code Attribution"#, 0x0), + ("BSD-Systemics", r#"Systemics BSD variant license"#, 0x0), ( "BSL-1.0", r#"Boost Software License 1.0"#, @@ -682,6 +692,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Cornell Lossless JPEG License"#, 0x0, ), + ("Cronyx", r#"Cronyx License"#, 0x0), ("Crossword", r#"Crossword License"#, 0x0), ("CrystalStacker", r#"CrystalStacker License"#, 0x0), ("Cube", r#"Cube License"#, 0x0), @@ -691,6 +702,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Data licence Germany – attribution – version 2.0"#, 0x0, ), + ( + "DL-DE-ZERO-2.0", + r#"Data licence Germany – zero – version 2.0"#, + 0x0, + ), ("DOC", r#"DOC License"#, 0x0), ("DRL-1.0", r#"Detection Rule License 1.0"#, 0x0), ("DSDP", r#"DSDP License"#, 0x0), @@ -746,6 +762,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("Entessa", r#"Entessa Public License v1.0"#, IS_OSI_APPROVED), ("ErlPL-1.1", r#"Erlang Public License v1.1"#, 0x0), ("Eurosym", r#"Eurosym License"#, 0x0), + ("FBM", r#"Fuzzy Bitmap License"#, 0x0), ("FDK-AAC", r#"Fraunhofer FDK AAC Codec Library"#, 0x0), ("FSFAP", r#"FSF All Permissive License"#, IS_FSF_LIBRE), ("FSFUL", r#"FSF Unlimited License"#, 0x0), @@ -761,6 +778,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ), ("FTL", r#"Freetype Project License"#, IS_FSF_LIBRE), ("Fair", r#"Fair License"#, IS_OSI_APPROVED), + ("Ferguson-Twofish", r#"Ferguson Twofish License"#, 0x0), ( "Frameworx-1.0", r#"Frameworx Open License 1.0"#, @@ -768,6 +786,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ), ("FreeBSD-DOC", r#"FreeBSD Documentation License"#, 0x0), ("FreeImage", r#"FreeImage Public License v1.0"#, 0x0), + ("Furuseth", r#"Furuseth License"#, 0x0), ("GD", r#"GD License"#, 0x0), ( "GFDL-1.1", @@ -1006,21 +1025,57 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("Glulxe", r#"Glulxe License"#, 0x0), ("Graphics-Gems", r#"Graphics Gems License"#, 0x0), ("HP-1986", r#"Hewlett-Packard 1986 License"#, 0x0), + ("HP-1989", r#"Hewlett-Packard 1989 License"#, 0x0), ( "HPND", r#"Historical Permission Notice and Disclaimer"#, IS_OSI_APPROVED | IS_FSF_LIBRE, ), + ( + "HPND-DEC", + r#"Historical Permission Notice and Disclaimer - DEC variant"#, + 0x0, + ), ( "HPND-Markus-Kuhn", r#"Historical Permission Notice and Disclaimer - Markus Kuhn variant"#, 0x0, ), + ( + "HPND-Pbmplus", + r#"Historical Permission Notice and Disclaimer - Pbmplus variant"#, + 0x0, + ), + ( + "HPND-UC", + r#"Historical Permission Notice and Disclaimer - University of California variant"#, + 0x0, + ), + ( + "HPND-doc", + r#"Historical Permission Notice and Disclaimer - documentation variant"#, + 0x0, + ), + ( + "HPND-doc-sell", + r#"Historical Permission Notice and Disclaimer - documentation sell variant"#, + 0x0, + ), ( "HPND-export-US", r#"HPND with US Government export control warning"#, 0x0, ), + ( + "HPND-export-US-modify", + r#"HPND with US Government export control warning and modification rqmt"#, + 0x0, + ), + ( + "HPND-sell-regexpr", + r#"Historical Permission Notice and Disclaimer - sell regexpr variant"#, + 0x0, + ), ( "HPND-sell-variant", r#"Historical Permission Notice and Disclaimer - sell variant"#, @@ -1078,6 +1133,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("JSON", r#"JSON License"#, 0x0), ("Jam", r#"Jam License"#, IS_OSI_APPROVED), ("JasPer-2.0", r#"JasPer License"#, 0x0), + ("Kastrup", r#"Kastrup License"#, 0x0), ("Kazlib", r#"Kazlib License"#, 0x0), ("Knuth-CTAN", r#"Knuth CTAN License"#, 0x0), ("LAL-1.2", r#"Licence Art Libre 1.2"#, 0x0), @@ -1233,6 +1289,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Linux man-pages Copyleft Variant"#, 0x0, ), + ("Lucida-Bitmap-Fonts", r#"Lucida Bitmap Fonts License"#, 0x0), ("MIT", r#"MIT License"#, IS_OSI_APPROVED | IS_FSF_LIBRE), ("MIT-0", r#"MIT No Attribution"#, IS_OSI_APPROVED), ("MIT-CMU", r#"CMU License"#, 0x0), @@ -1247,7 +1304,10 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("MIT-enna", r#"enna License"#, 0x0), ("MIT-feh", r#"feh License"#, 0x0), ("MIT-open-group", r#"MIT Open Group variant"#, 0x0), + ("MIT-testregex", r#"MIT testregex Variant"#, 0x0), ("MITNFA", r#"MIT +no-false-attribs license"#, 0x0), + ("MMIXware", r#"MMIXware License"#, 0x0), + ("MPEG-SSG", r#"MPEG Software Simulation"#, 0x0), ( "MPL-1.0", r#"Mozilla Public License 1.0"#, @@ -1282,6 +1342,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("MTLL", r#"Matrix Template Library License"#, 0x0), ("MakeIndex", r#"MakeIndex License"#, 0x0), ("Martin-Birgmeier", r#"Martin Birgmeier License"#, 0x0), + ("McPhee-slideshow", r#"McPhee Slideshow License"#, 0x0), ("Minpack", r#"Minpack License"#, 0x0), ("MirOS", r#"The MirOS Licence"#, IS_OSI_APPROVED), ("Motosoto", r#"Motosoto License"#, IS_OSI_APPROVED), @@ -1501,6 +1562,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ), ("OpenPBS-2.3", r#"OpenPBS v2.3 Software License"#, 0x0), ("OpenSSL", r#"OpenSSL License"#, IS_FSF_LIBRE), + ("PADL", r#"PADL License"#, 0x0), ( "PDDL-1.0", r#"Open Data Commons Public Domain Dedication & License 1.0"#, @@ -1581,6 +1643,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"SGI Free Software License B v2.0"#, IS_FSF_LIBRE, ), + ("SGI-OpenGL", r#"SGI OpenGL License"#, 0x0), ("SGP4", r#"SGP4 Permission Notice"#, 0x0), ("SHL-0.5", r#"Solderpad Hardware License v0.5"#, 0x0), ( @@ -1598,6 +1661,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Sun Industry Standards Source License v1.2"#, 0x0, ), + ("SL", r#"SL License"#, 0x0), ( "SMLNJ", r#"Standard ML of New Jersey License"#, @@ -1628,6 +1692,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Sleepycat License"#, IS_OSI_APPROVED | IS_FSF_LIBRE, ), + ("Soundex", r#"Soundex License"#, 0x0), ("Spencer-86", r#"Spencer License 86"#, 0x0), ("Spencer-94", r#"Spencer License 94"#, 0x0), ("Spencer-99", r#"Spencer License 99"#, 0x0), @@ -1648,6 +1713,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("TPDL", r#"Time::ParseDate License"#, 0x0), ("TPL-1.0", r#"THOR Public License 1.0"#, 0x0), ("TTWL", r#"Text-Tabs+Wrap License"#, 0x0), + ("TTYP0", r#"TTYP0 License"#, 0x0), ( "TU-Berlin-1.0", r#"Technische Universitaet Berlin License 1.0"#, @@ -1670,6 +1736,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Universal Permissive License v1.0"#, IS_OSI_APPROVED | IS_FSF_LIBRE, ), + ( + "URT-RLE", + r#"Utah Raster Toolkit Run Length Encoded License"#, + 0x0, + ), ( "Unicode-DFS-2015", r#"Unicode License Agreement - Data Files and Software (2015)"#, @@ -1751,6 +1822,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ IS_OSI_APPROVED | IS_FSF_LIBRE, ), ("Zed", r#"Zed License"#, 0x0), + ("Zeeff", r#"Zeeff License"#, 0x0), ("Zend-2.0", r#"Zend License v2.0"#, IS_FSF_LIBRE), ("Zimbra-1.3", r#"Zimbra Public License v1.3"#, IS_FSF_LIBRE), ("Zimbra-1.4", r#"Zimbra Public License v1.4"#, 0x0), @@ -1762,6 +1834,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ IS_DEPRECATED, ), ("bzip2-1.0.6", r#"bzip2 and libbzip2 License v1.0.6"#, 0x0), + ("check-cvs", r#"check-cvs License"#, 0x0), ("checkmk", r#"Checkmk License"#, 0x0), ("copyleft-next-0.3.0", r#"copyleft-next 0.3.0"#, 0x0), ("copyleft-next-0.3.1", r#"copyleft-next 0.3.1"#, 0x0), @@ -1776,6 +1849,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ), ("eGenix", r#"eGenix.com Public License 1.1.0"#, 0x0), ("etalab-2.0", r#"Etalab Open License 2.0"#, 0x0), + ("fwlw", r#"fwlw License"#, 0x0), ("gSOAP-1.3b", r#"gSOAP Public License v1.3b"#, 0x0), ("gnuplot", r#"gnuplot License"#, IS_FSF_LIBRE), ( @@ -1791,13 +1865,20 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"libutil David Nugent License"#, 0x0, ), + ("lsof", r#"lsof License"#, 0x0), + ("magaz", r#"magaz License"#, 0x0), ("metamail", r#"metamail License"#, 0x0), ("mpi-permissive", r#"mpi Permissive License"#, 0x0), ("mpich2", r#"mpich2 License"#, 0x0), ("mplus", r#"mplus Font License"#, 0x0), + ("pnmstitch", r#"pnmstitch License"#, 0x0), ("psfrag", r#"psfrag License"#, 0x0), ("psutils", r#"psutils License"#, 0x0), + ("python-ldap", r#"Python ldap License"#, 0x0), ("snprintf", r#"snprintf License"#, 0x0), + ("ssh-keyscan", r#"ssh-keyscan License"#, 0x0), + ("swrule", r#"swrule License"#, 0x0), + ("ulem", r#"ulem License"#, 0x0), ("w3m", r#"w3m License"#, 0x0), ( "wxWindows", @@ -1854,6 +1935,7 @@ pub const EXCEPTIONS: &[(&str, u8)] = &[ ("Autoconf-exception-2.0", 0), ("Autoconf-exception-3.0", 0), ("Autoconf-exception-generic", 0), + ("Autoconf-exception-generic-3.0", 0), ("Autoconf-exception-macro", 0), ("Bison-exception-2.2", 0), ("Bootloader-exception", 0), @@ -1864,8 +1946,10 @@ pub const EXCEPTIONS: &[(&str, u8)] = &[ ("Fawkes-Runtime-exception", 0), ("Font-exception-2.0", 0), ("GCC-exception-2.0", 0), + ("GCC-exception-2.0-note", 0), ("GCC-exception-3.1", 0), ("GNAT-exception", 0), + ("GNU-compiler-exception", 0), ("GPL-3.0-interface-exception", 0), ("GPL-3.0-linking-exception", 0), ("GPL-3.0-linking-source-exception", 0), @@ -1888,10 +1972,13 @@ pub const EXCEPTIONS: &[(&str, u8)] = &[ ("Qt-GPL-exception-1.0", 0), ("Qt-LGPL-exception-1.1", 0), ("Qwt-exception-1.0", 0), + ("SANE-exception", 0), ("SHL-2.0", 0), ("SHL-2.1", 0), ("SWI-exception", 0), ("Swift-exception", 0), + ("Texinfo-exception", 0), + ("UBDL-exception", 0), ("Universal-FOSS-exception-1.0", 0), ("WxWindows-exception-3.1", 0), ("cryptsetup-OpenSSL-exception", 0), @@ -1902,6 +1989,7 @@ pub const EXCEPTIONS: &[(&str, u8)] = &[ ("libpri-OpenH323-exception", 0), ("mif-exception", 0), ("openvpn-openssl-exception", 0), + ("stunnel-exception", 0), ("u-boot-exception-2.0", 0), ("vsftpd-openssl-exception", 0), ("x11vnc-openssl-exception", 0), diff --git a/src/lib.rs b/src/lib.rs index e868a11..9cec2d5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -412,6 +412,7 @@ impl Ord for LicenseItem { } impl PartialOrd for LicenseItem { + #[allow(clippy::non_canonical_partial_ord_impl)] fn partial_cmp(&self, o: &Self) -> Option { match (self, o) { (Self::Spdx { id: a, .. }, Self::Spdx { id: b, .. }) => a.partial_cmp(b), diff --git a/src/text.rs b/src/text.rs index 434a5b5..7faba3b 100644 --- a/src/text.rs +++ b/src/text.rs @@ -45,6 +45,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("AdaCore-doc", include!("text/licenses/AdaCore-doc")), ("Adobe-2006", include!("text/licenses/Adobe-2006")), ("Adobe-Glyph", include!("text/licenses/Adobe-Glyph")), + ("Adobe-Utopia", include!("text/licenses/Adobe-Utopia")), ("Afmparse", include!("text/licenses/Afmparse")), ("Aladdin", include!("text/licenses/Aladdin")), ("Apache-1.0", include!("text/licenses/Apache-1.0")), @@ -89,6 +90,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ "BSD-3-Clause-Clear", include!("text/licenses/BSD-3-Clause-Clear"), ), + ("BSD-3-Clause-HP", include!("text/licenses/BSD-3-Clause-HP")), ( "BSD-3-Clause-LBNL", include!("text/licenses/BSD-3-Clause-LBNL"), @@ -117,6 +119,14 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ "BSD-3-Clause-Open-MPI", include!("text/licenses/BSD-3-Clause-Open-MPI"), ), + ( + "BSD-3-Clause-Sun", + include!("text/licenses/BSD-3-Clause-Sun"), + ), + ( + "BSD-3-Clause-flex", + include!("text/licenses/BSD-3-Clause-flex"), + ), ("BSD-4-Clause", include!("text/licenses/BSD-4-Clause")), ( "BSD-4-Clause-Shortened", @@ -133,8 +143,13 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ "BSD-Attribution-HPND-disclaimer", include!("text/licenses/BSD-Attribution-HPND-disclaimer"), ), + ( + "BSD-Inferno-Nettverk", + include!("text/licenses/BSD-Inferno-Nettverk"), + ), ("BSD-Protection", include!("text/licenses/BSD-Protection")), ("BSD-Source-Code", include!("text/licenses/BSD-Source-Code")), + ("BSD-Systemics", include!("text/licenses/BSD-Systemics")), ("BSL-1.0", include!("text/licenses/BSL-1.0")), ("BUSL-1.1", include!("text/licenses/BUSL-1.1")), ("Baekmuk", include!("text/licenses/Baekmuk")), @@ -289,11 +304,13 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ "Cornell-Lossless-JPEG", include!("text/licenses/Cornell-Lossless-JPEG"), ), + ("Cronyx", include!("text/licenses/Cronyx")), ("Crossword", include!("text/licenses/Crossword")), ("CrystalStacker", include!("text/licenses/CrystalStacker")), ("Cube", include!("text/licenses/Cube")), ("D-FSL-1.0", include!("text/licenses/D-FSL-1.0")), ("DL-DE-BY-2.0", include!("text/licenses/DL-DE-BY-2.0")), + ("DL-DE-ZERO-2.0", include!("text/licenses/DL-DE-ZERO-2.0")), ("DOC", include!("text/licenses/DOC")), ("DRL-1.0", include!("text/licenses/DRL-1.0")), ("DSDP", include!("text/licenses/DSDP")), @@ -313,6 +330,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("Entessa", include!("text/licenses/Entessa")), ("ErlPL-1.1", include!("text/licenses/ErlPL-1.1")), ("Eurosym", include!("text/licenses/Eurosym")), + ("FBM", include!("text/licenses/FBM")), ("FDK-AAC", include!("text/licenses/FDK-AAC")), ("FSFAP", include!("text/licenses/FSFAP")), ("FSFUL", include!("text/licenses/FSFUL")), @@ -320,9 +338,14 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("FSFULLRWD", include!("text/licenses/FSFULLRWD")), ("FTL", include!("text/licenses/FTL")), ("Fair", include!("text/licenses/Fair")), + ( + "Ferguson-Twofish", + include!("text/licenses/Ferguson-Twofish"), + ), ("Frameworx-1.0", include!("text/licenses/Frameworx-1.0")), ("FreeBSD-DOC", include!("text/licenses/FreeBSD-DOC")), ("FreeImage", include!("text/licenses/FreeImage")), + ("Furuseth", include!("text/licenses/Furuseth")), ("GD", include!("text/licenses/GD")), ("GFDL-1.1", include!("text/licenses/GFDL-1.1")), ( @@ -470,12 +493,26 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("Glulxe", include!("text/licenses/Glulxe")), ("Graphics-Gems", include!("text/licenses/Graphics-Gems")), ("HP-1986", include!("text/licenses/HP-1986")), + ("HP-1989", include!("text/licenses/HP-1989")), ("HPND", include!("text/licenses/HPND")), + ("HPND-DEC", include!("text/licenses/HPND-DEC")), ( "HPND-Markus-Kuhn", include!("text/licenses/HPND-Markus-Kuhn"), ), + ("HPND-Pbmplus", include!("text/licenses/HPND-Pbmplus")), + ("HPND-UC", include!("text/licenses/HPND-UC")), + ("HPND-doc", include!("text/licenses/HPND-doc")), + ("HPND-doc-sell", include!("text/licenses/HPND-doc-sell")), ("HPND-export-US", include!("text/licenses/HPND-export-US")), + ( + "HPND-export-US-modify", + include!("text/licenses/HPND-export-US-modify"), + ), + ( + "HPND-sell-regexpr", + include!("text/licenses/HPND-sell-regexpr"), + ), ( "HPND-sell-variant", include!("text/licenses/HPND-sell-variant"), @@ -510,6 +547,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("JSON", include!("text/licenses/JSON")), ("Jam", include!("text/licenses/Jam")), ("JasPer-2.0", include!("text/licenses/JasPer-2.0")), + ("Kastrup", include!("text/licenses/Kastrup")), ("Kazlib", include!("text/licenses/Kazlib")), ("Knuth-CTAN", include!("text/licenses/Knuth-CTAN")), ("LAL-1.2", include!("text/licenses/LAL-1.2")), @@ -576,6 +614,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ "Linux-man-pages-copyleft-var", include!("text/licenses/Linux-man-pages-copyleft-var"), ), + ( + "Lucida-Bitmap-Fonts", + include!("text/licenses/Lucida-Bitmap-Fonts"), + ), ("MIT", include!("text/licenses/MIT")), ("MIT-0", include!("text/licenses/MIT-0")), ("MIT-CMU", include!("text/licenses/MIT-CMU")), @@ -589,7 +631,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("MIT-enna", include!("text/licenses/MIT-enna")), ("MIT-feh", include!("text/licenses/MIT-feh")), ("MIT-open-group", include!("text/licenses/MIT-open-group")), + ("MIT-testregex", include!("text/licenses/MIT-testregex")), ("MITNFA", include!("text/licenses/MITNFA")), + ("MMIXware", include!("text/licenses/MMIXware")), + ("MPEG-SSG", include!("text/licenses/MPEG-SSG")), ("MPL-1.0", include!("text/licenses/MPL-1.0")), ("MPL-1.1", include!("text/licenses/MPL-1.1")), ("MPL-2.0", include!("text/licenses/MPL-2.0")), @@ -606,6 +651,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ "Martin-Birgmeier", include!("text/licenses/Martin-Birgmeier"), ), + ( + "McPhee-slideshow", + include!("text/licenses/McPhee-slideshow"), + ), ("Minpack", include!("text/licenses/Minpack")), ("MirOS", include!("text/licenses/MirOS")), ("Motosoto", include!("text/licenses/Motosoto")), @@ -692,6 +741,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("OSL-3.0", include!("text/licenses/OSL-3.0")), ("OpenPBS-2.3", include!("text/licenses/OpenPBS-2.3")), ("OpenSSL", include!("text/licenses/OpenSSL")), + ("PADL", include!("text/licenses/PADL")), ("PDDL-1.0", include!("text/licenses/PDDL-1.0")), ("PHP-3.0", include!("text/licenses/PHP-3.0")), ("PHP-3.01", include!("text/licenses/PHP-3.01")), @@ -729,11 +779,13 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("SGI-B-1.0", include!("text/licenses/SGI-B-1.0")), ("SGI-B-1.1", include!("text/licenses/SGI-B-1.1")), ("SGI-B-2.0", include!("text/licenses/SGI-B-2.0")), + ("SGI-OpenGL", include!("text/licenses/SGI-OpenGL")), ("SGP4", include!("text/licenses/SGP4")), ("SHL-0.5", include!("text/licenses/SHL-0.5")), ("SHL-0.51", include!("text/licenses/SHL-0.51")), ("SISSL", include!("text/licenses/SISSL")), ("SISSL-1.2", include!("text/licenses/SISSL-1.2")), + ("SL", include!("text/licenses/SL")), ("SMLNJ", include!("text/licenses/SMLNJ")), ("SMPPL", include!("text/licenses/SMPPL")), ("SNIA", include!("text/licenses/SNIA")), @@ -748,6 +800,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("Sendmail-8.23", include!("text/licenses/Sendmail-8.23")), ("SimPL-2.0", include!("text/licenses/SimPL-2.0")), ("Sleepycat", include!("text/licenses/Sleepycat")), + ("Soundex", include!("text/licenses/Soundex")), ("Spencer-86", include!("text/licenses/Spencer-86")), ("Spencer-94", include!("text/licenses/Spencer-94")), ("Spencer-99", include!("text/licenses/Spencer-99")), @@ -764,12 +817,14 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("TPDL", include!("text/licenses/TPDL")), ("TPL-1.0", include!("text/licenses/TPL-1.0")), ("TTWL", include!("text/licenses/TTWL")), + ("TTYP0", include!("text/licenses/TTYP0")), ("TU-Berlin-1.0", include!("text/licenses/TU-Berlin-1.0")), ("TU-Berlin-2.0", include!("text/licenses/TU-Berlin-2.0")), ("TermReadKey", include!("text/licenses/TermReadKey")), ("UCAR", include!("text/licenses/UCAR")), ("UCL-1.0", include!("text/licenses/UCL-1.0")), ("UPL-1.0", include!("text/licenses/UPL-1.0")), + ("URT-RLE", include!("text/licenses/URT-RLE")), ( "Unicode-DFS-2015", include!("text/licenses/Unicode-DFS-2015"), @@ -808,6 +863,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("ZPL-2.0", include!("text/licenses/ZPL-2.0")), ("ZPL-2.1", include!("text/licenses/ZPL-2.1")), ("Zed", include!("text/licenses/Zed")), + ("Zeeff", include!("text/licenses/Zeeff")), ("Zend-2.0", include!("text/licenses/Zend-2.0")), ("Zimbra-1.3", include!("text/licenses/Zimbra-1.3")), ("Zimbra-1.4", include!("text/licenses/Zimbra-1.4")), @@ -815,6 +871,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("blessing", include!("text/licenses/blessing")), ("bzip2-1.0.5", include!("text/licenses/bzip2-1.0.5")), ("bzip2-1.0.6", include!("text/licenses/bzip2-1.0.6")), + ("check-cvs", include!("text/licenses/check-cvs")), ("checkmk", include!("text/licenses/checkmk")), ( "copyleft-next-0.3.0", @@ -831,6 +888,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("eCos-2.0", include!("text/licenses/eCos-2.0")), ("eGenix", include!("text/licenses/eGenix")), ("etalab-2.0", include!("text/licenses/etalab-2.0")), + ("fwlw", include!("text/licenses/fwlw")), ("gSOAP-1.3b", include!("text/licenses/gSOAP-1.3b")), ("gnuplot", include!("text/licenses/gnuplot")), ("iMatix", include!("text/licenses/iMatix")), @@ -841,13 +899,20 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ "libutil-David-Nugent", include!("text/licenses/libutil-David-Nugent"), ), + ("lsof", include!("text/licenses/lsof")), + ("magaz", include!("text/licenses/magaz")), ("metamail", include!("text/licenses/metamail")), ("mpi-permissive", include!("text/licenses/mpi-permissive")), ("mpich2", include!("text/licenses/mpich2")), ("mplus", include!("text/licenses/mplus")), + ("pnmstitch", include!("text/licenses/pnmstitch")), ("psfrag", include!("text/licenses/psfrag")), ("psutils", include!("text/licenses/psutils")), + ("python-ldap", include!("text/licenses/python-ldap")), ("snprintf", include!("text/licenses/snprintf")), + ("ssh-keyscan", include!("text/licenses/ssh-keyscan")), + ("swrule", include!("text/licenses/swrule")), + ("ulem", include!("text/licenses/ulem")), ("w3m", include!("text/licenses/w3m")), ("wxWindows", include!("text/licenses/wxWindows")), ("xinetd", include!("text/licenses/xinetd")), @@ -877,6 +942,10 @@ pub const EXCEPTION_TEXTS: &[(&str, &str)] = &[ "Autoconf-exception-generic", include!("text/exceptions/Autoconf-exception-generic"), ), + ( + "Autoconf-exception-generic-3.0", + include!("text/exceptions/Autoconf-exception-generic-3.0"), + ), ( "Autoconf-exception-macro", include!("text/exceptions/Autoconf-exception-macro"), @@ -914,11 +983,19 @@ pub const EXCEPTION_TEXTS: &[(&str, &str)] = &[ "GCC-exception-2.0", include!("text/exceptions/GCC-exception-2.0"), ), + ( + "GCC-exception-2.0-note", + include!("text/exceptions/GCC-exception-2.0-note"), + ), ( "GCC-exception-3.1", include!("text/exceptions/GCC-exception-3.1"), ), ("GNAT-exception", include!("text/exceptions/GNAT-exception")), + ( + "GNU-compiler-exception", + include!("text/exceptions/GNU-compiler-exception"), + ), ( "GPL-3.0-interface-exception", include!("text/exceptions/GPL-3.0-interface-exception"), @@ -995,6 +1072,7 @@ pub const EXCEPTION_TEXTS: &[(&str, &str)] = &[ "Qwt-exception-1.0", include!("text/exceptions/Qwt-exception-1.0"), ), + ("SANE-exception", include!("text/exceptions/SANE-exception")), ("SHL-2.0", include!("text/exceptions/SHL-2.0")), ("SHL-2.1", include!("text/exceptions/SHL-2.1")), ("SWI-exception", include!("text/exceptions/SWI-exception")), @@ -1002,6 +1080,11 @@ pub const EXCEPTION_TEXTS: &[(&str, &str)] = &[ "Swift-exception", include!("text/exceptions/Swift-exception"), ), + ( + "Texinfo-exception", + include!("text/exceptions/Texinfo-exception"), + ), + ("UBDL-exception", include!("text/exceptions/UBDL-exception")), ( "Universal-FOSS-exception-1.0", include!("text/exceptions/Universal-FOSS-exception-1.0"), @@ -1039,6 +1122,10 @@ pub const EXCEPTION_TEXTS: &[(&str, &str)] = &[ "openvpn-openssl-exception", include!("text/exceptions/openvpn-openssl-exception"), ), + ( + "stunnel-exception", + include!("text/exceptions/stunnel-exception"), + ), ( "u-boot-exception-2.0", include!("text/exceptions/u-boot-exception-2.0"), diff --git a/src/text/exceptions/Autoconf-exception-generic-3.0 b/src/text/exceptions/Autoconf-exception-generic-3.0 new file mode 100644 index 0000000..6f3b145 --- /dev/null +++ b/src/text/exceptions/Autoconf-exception-generic-3.0 @@ -0,0 +1,7 @@ +r#"As a special exception to the GNU General Public License, if you +distribute this file as part of a program that contains a +configuration script generated by Autoconf, you may include it under +the same distribution terms that you use for the rest of that +program. This Exception is an additional permission under section 7 +of the GNU General Public License, version 3 ("GPLv3"). +"# \ No newline at end of file diff --git a/src/text/exceptions/GCC-exception-2.0-note b/src/text/exceptions/GCC-exception-2.0-note new file mode 100644 index 0000000..775a805 --- /dev/null +++ b/src/text/exceptions/GCC-exception-2.0-note @@ -0,0 +1,17 @@ +r#" In addition to the permissions in the GNU Lesser General Public + License, the Free Software Foundation gives you unlimited + permission to link the compiled version of this file with other + programs, and to distribute those programs without any restriction + coming from the use of this file. (The GNU Lesser General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into another program.) + + Note that people who make modified versions of this file are not + obligated to grant this special exception for their modified + versions; it is their choice whether to do so. The GNU Lesser + General Public License gives permission to release a modified + version without this exception; this exception also makes it + possible to release a modified version which carries forward this + exception. +"# \ No newline at end of file diff --git a/src/text/exceptions/GNU-compiler-exception b/src/text/exceptions/GNU-compiler-exception new file mode 100644 index 0000000..8e27f49 --- /dev/null +++ b/src/text/exceptions/GNU-compiler-exception @@ -0,0 +1,7 @@ +r#"As a special exception, if you link this library with files +compiled with a GNU compiler to produce an executable, this +does not cause the resulting executable to be covered by +the GNU General Public License. This exception does not +however invalidate any other reasons why the executable +file might be covered by the GNU General Public License. +"# \ No newline at end of file diff --git a/src/text/exceptions/SANE-exception b/src/text/exceptions/SANE-exception new file mode 100644 index 0000000..e68f3d8 --- /dev/null +++ b/src/text/exceptions/SANE-exception @@ -0,0 +1,21 @@ +r#"As a special exception, the authors of sane-airscan give permission for +additional uses of the libraries contained in this release of sane-airscan. + +The exception is that, if you link a sane-airscan library with other files +to produce an executable, this does not by itself cause the +resulting executable to be covered by the GNU General Public +License. Your use of that executable is in no way restricted on +account of linking the sane-airscan library code into it. + +This exception does not, however, invalidate any other reasons why +the executable file might be covered by the GNU General Public +License. + +If you submit changes to sane-airscan to the maintainers to be included in +a subsequent release, you agree by submitting the changes that +those changes may be distributed with this exception intact. + +If you write modifications of your own for sane-airscan, it is your choice +whether to permit this exception to apply to your modifications. +If you do not wish that, delete this exception notice. +"# \ No newline at end of file diff --git a/src/text/exceptions/Texinfo-exception b/src/text/exceptions/Texinfo-exception new file mode 100644 index 0000000..235d529 --- /dev/null +++ b/src/text/exceptions/Texinfo-exception @@ -0,0 +1,5 @@ +r#"As a special exception, when this file is read by TeX when +processing a Texinfo source document, you may use the result without +restriction. This Exception is an additional permission under +section 7 of the GNU General Public License, version 3 ("GPLv3"). +"# \ No newline at end of file diff --git a/src/text/exceptions/UBDL-exception b/src/text/exceptions/UBDL-exception new file mode 100644 index 0000000..b5b9c3a --- /dev/null +++ b/src/text/exceptions/UBDL-exception @@ -0,0 +1,60 @@ +r#"UNMODIFIED BINARY DISTRIBUTION LICENCE + + +PREAMBLE + +The GNU General Public License provides a legal guarantee that +software covered by it remains free (in the sense of freedom, not +price). It achieves this guarantee by imposing obligations on anyone +who chooses to distribute the software. + +Some of these obligations may be seen as unnecessarily burdensome. In +particular, when the source code for the software is already publicly +and freely available, there is minimal value in imposing upon each +distributor the obligation to provide the complete source code (or an +equivalent written offer to provide the complete source code). + +This Licence allows for the distribution of unmodified binaries built +from publicly available source code, without imposing the obligations +of the GNU General Public License upon anyone who chooses to +distribute only the unmodified binaries built from that source code. + +The extra permissions granted by this Licence apply only to unmodified +binaries built from source code which has already been made available +to the public in accordance with the terms of the GNU General Public +Licence. Nothing in this Licence allows for the creation of +closed-source modified versions of the Program. Any modified versions +of the Program are subject to the usual terms and conditions of the +GNU General Public License. + + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +This Licence applies to any Program or other work which contains a +notice placed by the copyright holder saying it may be distributed +under the terms of this Unmodified Binary Distribution Licence. All +terms used in the text of this Licence are to be interpreted as they +are used in version 2 of the GNU General Public License as published +by the Free Software Foundation. + +If you have made this Program available to the public in both source +code and executable form in accordance with the terms of the GNU +General Public License as published by the Free Software Foundation; +either version 2 of the License, or (at your option) any later +version, then you are hereby granted an additional permission to use, +copy, and distribute the unmodified executable form of this Program +(the "Unmodified Binary") without restriction, including the right to +permit persons to whom the Unmodified Binary is furnished to do +likewise, subject to the following conditions: + +- when started running, the Program must display an announcement which + includes the details of your existing publication of the Program + made in accordance with the terms of the GNU General Public License. + For example, the Program could display the URL of the publicly + available source code from which the Unmodified Binary was built. + +- when exercising your right to grant permissions under this Licence, + you do not need to refer directly to the text of this Licence, but + you may not grant permissions beyond those granted to you by this + Licence. +"# \ No newline at end of file diff --git a/src/text/exceptions/stunnel-exception b/src/text/exceptions/stunnel-exception new file mode 100644 index 0000000..4f22887 --- /dev/null +++ b/src/text/exceptions/stunnel-exception @@ -0,0 +1,6 @@ +r#"Linking stunnel statically or dynamically with other modules is making a combined work based on stunnel. Thus, the terms and conditions of the GNU General Public License cover the whole combination. + +In addition, as a special exception, the copyright holder of stunnel gives you permission to combine stunnel with free software programs or libraries that are released under the GNU LGPL and with code included in the standard release of OpenSSL under the OpenSSL License (or modified versions of such code, with unchanged license). You may copy and distribute such a system following the terms of the GNU GPL for stunnel and the licenses of the other code concerned. + +Note that people who make modified versions of stunnel are not obligated to grant this special exception for their modified versions; it is their choice whether to do so. The GNU General Public License gives permission to release a modified version without this exception; this exception also makes it possible to release a modified version which carries forward this exception. +"# \ No newline at end of file diff --git a/src/text/licenses/Adobe-Utopia b/src/text/licenses/Adobe-Utopia new file mode 100644 index 0000000..8efec30 --- /dev/null +++ b/src/text/licenses/Adobe-Utopia @@ -0,0 +1,13 @@ +r#"Permission to use, reproduce, display and distribute the listed typefaces +is hereby granted, provided that the Adobe Copyright notice appears in all +whole and partial copies of the software and that the following trademark +symbol and attribution appear in all unmodified copies of the software: + +The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font Metric +files) donated are: + + Utopia Regular + Utopia Italic + Utopia Bold + Utopia Bold Italic +"# \ No newline at end of file diff --git a/src/text/licenses/BSD-3-Clause-HP b/src/text/licenses/BSD-3-Clause-HP new file mode 100644 index 0000000..ea18e6b --- /dev/null +++ b/src/text/licenses/BSD-3-Clause-HP @@ -0,0 +1,24 @@ +r#"Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. Neither the name of the HP nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PATENT INFRINGEMENT; PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +"# \ No newline at end of file diff --git a/src/text/licenses/BSD-3-Clause-Sun b/src/text/licenses/BSD-3-Clause-Sun new file mode 100644 index 0000000..23acae3 --- /dev/null +++ b/src/text/licenses/BSD-3-Clause-Sun @@ -0,0 +1,30 @@ +r#"Copyright (c) 2001-2013 Oracle and/or its affiliates. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +- Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +- Redistribution in binary form must reproduct the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +Neither the name of Sun Microsystems, Inc. or the names of +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +This software is provided "AS IS," without a warranty of any kind. ALL +EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, +INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND +ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES OR LIABILITIES +SUFFERED BY LICENSEE AS A RESULT OF OR RELATING TO USE, MODIFICATION +OR DISTRIBUTION OF THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL +SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, +OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR +PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF +LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, +EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +"# \ No newline at end of file diff --git a/src/text/licenses/BSD-3-Clause-flex b/src/text/licenses/BSD-3-Clause-flex new file mode 100644 index 0000000..ca246e3 --- /dev/null +++ b/src/text/licenses/BSD-3-Clause-flex @@ -0,0 +1,43 @@ +r#"Flex carries the copyright used for BSD software, slightly modified +because it originated at the Lawrence Berkeley (not Livermore!) Laboratory, +which operates under a contract with the Department of Energy: + +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 The Flex Project. + +Copyright (c) 1990, 1997 The Regents of the University of California. +All rights reserved. + +This code is derived from software contributed to Berkeley by +Vern Paxson. + +The United States Government has rights in this work pursuant +to contract no. DE-AC03-76SF00098 between the United States +Department of Energy and the University of California. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +Neither the name of the University nor the names of its contributors +may be used to endorse or promote products derived from this software +without specific prior written permission. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. + +This basically says "do whatever you please with this software except +remove this notice or take advantage of the University's (or the flex +authors') name". + +Note that the "flex.skl" scanner skeleton carries no copyright notice. +You are free to do whatever you please with scanners generated using flex; +for them, you are not even bound by the above copyright. +"# \ No newline at end of file diff --git a/src/text/licenses/BSD-Inferno-Nettverk b/src/text/licenses/BSD-Inferno-Nettverk new file mode 100644 index 0000000..70cbfb6 --- /dev/null +++ b/src/text/licenses/BSD-Inferno-Nettverk @@ -0,0 +1,43 @@ +r#" Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 + 2017, 2018, 2019, 2020 + Inferno Nettverk A/S, Norway. All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. The above copyright notice, this list of conditions and the following + disclaimer must appear in all copies of the software, derivative works + or modified versions, and any portions thereof, aswell as in all + supporting documentation. + 2. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by + Inferno Nettverk A/S, Norway. + 3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + Inferno Nettverk A/S requests users of this software to return to + + Software Distribution Coordinator or sdc@inet.no + Inferno Nettverk A/S + Oslo Research Park + Gaustadalléen 21 + NO-0349 Oslo + Norway + + any improvements or extensions that they make and grant Inferno Nettverk A/S + the rights to redistribute these changes. + +"# \ No newline at end of file diff --git a/src/text/licenses/BSD-Systemics b/src/text/licenses/BSD-Systemics new file mode 100644 index 0000000..dd4d99b --- /dev/null +++ b/src/text/licenses/BSD-Systemics @@ -0,0 +1,40 @@ +r#"Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) +All rights reserved. + +This library and applications are FREE FOR COMMERCIAL AND NON-COMMERCIAL USE +as long as the following conditions are adhered to. + +Copyright remains with Systemics Ltd, and as such any Copyright notices +in the code are not to be removed. If this code is used in a product, +Systemics should be given attribution as the author of the parts used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by Systemics Ltd (http://www.systemics.com/) + +THIS SOFTWARE IS PROVIDED BY SYSTEMICS LTD ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence [including the GNU Public Licence.] +"# \ No newline at end of file diff --git a/src/text/licenses/Cronyx b/src/text/licenses/Cronyx new file mode 100644 index 0000000..e15f95e --- /dev/null +++ b/src/text/licenses/Cronyx @@ -0,0 +1,12 @@ +r#"This package contains a set of Russian fonts for X11 Release 6. +Copyright (C) 1994-1995 Cronyx Ltd. +Changes Copyright (C) 1996 by Sergey Vovk +Changes Copyright (C) 1999-2000 by Serge Winitzki +Changes Copyright (C) 1996-2000 by Andrey A. Chernov, Moscow, Russia. + +This software may be used, modified, copied, distributed, and sold, +in both source and binary form provided that the copyright +and these terms are retained. Under no circumstances is the author +responsible for the proper functioning of this software, nor does +the author assume any responsibility for damages incurred with its use. +"# \ No newline at end of file diff --git a/src/text/licenses/Crossword b/src/text/licenses/Crossword index 5cb29f5..58705fe 100644 --- a/src/text/licenses/Crossword +++ b/src/text/licenses/Crossword @@ -1,6 +1,6 @@ r#"Copyright (C) 1995-2009 Gerd Neugebauer cwpuzzle.dtx is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone for the consequences of using it or for whether it serves any particular purpose or works at all, unless he says so in writing. -. + Everyone is granted permission to copy, modify and redistribute cwpuzzle.dtx, provided this copyright notice is preserved and any modifications are indicated. "# \ No newline at end of file diff --git a/src/text/licenses/DL-DE-ZERO-2.0 b/src/text/licenses/DL-DE-ZERO-2.0 new file mode 100644 index 0000000..e8789fa --- /dev/null +++ b/src/text/licenses/DL-DE-ZERO-2.0 @@ -0,0 +1,26 @@ +r#"DL-DE->Zero-2.0 +Datenlizenz Deutschland – Zero – Version 2.0 + +Jede Nutzung ist ohne Einschränkungen oder Bedingungen zulässig. + +Die bereitgestellten Daten und Metadaten dürfen für die kommerzielle und nicht kommerzielle Nutzung insbesondere + + vervielfältigt, ausgedruckt, präsentiert, verändert, bearbeitet sowie an Dritte übermittelt werden; + mit eigenen Daten und Daten Anderer zusammengeführt und zu selbständigen neuen Datensätzen verbunden werden; + in interne und externe Geschäftsprozesse, Produkte und Anwendungen in öffentlichen und nicht öffentlichen elektronischen Netzwerken eingebunden werden. + + +Data licence Germany – Zero – version 2.0 + +Any use is permitted without restrictions or conditions. + +The data and meta-data provided may, for commercial and non-commercial use, in particular + + be copied, printed, presented, altered, processed and transmitted to third parties; + be merged with own data and with the data of others and be combined to form new and independent datasets; + be integrated in internal and external business processes, products and applications in public and non-public electronic networks. + + + +URL: https://www.govdata.de/dl-de/zero-2-0 +"# \ No newline at end of file diff --git a/src/text/licenses/FBM b/src/text/licenses/FBM new file mode 100644 index 0000000..630ce09 --- /dev/null +++ b/src/text/licenses/FBM @@ -0,0 +1,7 @@ +r#"Portions of this code Copyright (C) 1989 by Michael Mauldin. +Permission is granted to use this file in whole or in +part for any purpose, educational, recreational or commercial, +provided that this copyright notice is retained unchanged. +This software is available to all free of charge by anonymous +FTP and in the UUNET archives. +"# \ No newline at end of file diff --git a/src/text/licenses/Ferguson-Twofish b/src/text/licenses/Ferguson-Twofish new file mode 100644 index 0000000..d3a26ea --- /dev/null +++ b/src/text/licenses/Ferguson-Twofish @@ -0,0 +1,16 @@ +r#" The author hereby grants a perpetual license to everybody to + use this code for any purpose as long as the copyright message is included + in the source code of this or any derived work. + + Yes, this means that you, your company, your club, and anyone else + can use this code anywhere you want. You can change it and distribute it + under the GPL, include it in your commercial product without releasing + the source code, put it on the web, etc. + The only thing you cannot do is remove my copyright message, + or distribute any source code based on this implementation that does not + include my copyright message. + + I appreciate a mention in the documentation or credits, + but I understand if that is difficult to do. + I also appreciate it if you tell me where and why you used my code. +"# \ No newline at end of file diff --git a/src/text/licenses/Furuseth b/src/text/licenses/Furuseth new file mode 100644 index 0000000..eda7620 --- /dev/null +++ b/src/text/licenses/Furuseth @@ -0,0 +1,14 @@ +r#"Portions Copyright 1999-2008 Howard Y.H. Chu. +Portions Copyright 1999-2008 Symas Corporation. +Portions Copyright 1998-2003 Hallvard B. Furuseth. +Portions Copyright 2007-2011 Gavin Henry. +Portions Copyright 2007-2011 Suretec Systems Ltd. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that this notice is preserved. +The names of the copyright holders may not be used to endorse or +promote products derived from this software without their specific +prior written permission. This software is provided ``as is'' +without express or implied warranty. +"# \ No newline at end of file diff --git a/src/text/licenses/HP-1989 b/src/text/licenses/HP-1989 new file mode 100644 index 0000000..88b7a94 --- /dev/null +++ b/src/text/licenses/HP-1989 @@ -0,0 +1,17 @@ +r#"Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. +Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. +Digital Equipment Corporation, Maynard, Mass. +Copyright (c) 1998 Microsoft. +To anyone who acknowledges that this file is provided "AS IS" +without any express or implied warranty: permission to use, copy, +modify, and distribute this file for any purpose is hereby +granted without fee, provided that the above copyright notices and +this notice appears in all source code copies, and that none of +the names of Open Software Foundation, Inc., Hewlett-Packard +Company, Microsoft, or Digital Equipment Corporation be used in +advertising or publicity pertaining to distribution of the software +without specific, written prior permission. Neither Open Software +Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital +Equipment Corporation makes any representations about the +suitability of this software for any purpose. +"# \ No newline at end of file diff --git a/src/text/licenses/HPND b/src/text/licenses/HPND index 8121c91..e330319 100644 --- a/src/text/licenses/HPND +++ b/src/text/licenses/HPND @@ -1,8 +1,8 @@ r#"Historical Permission Notice and Disclaimer - +Copyright -Permission to use, copy, modify and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies, and that both that the copyright notice and this permission notice appear in supporting documentation, and that the name of or not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. +Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies, and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of or not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,. IN NO EVENT SHALL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. "# \ No newline at end of file diff --git a/src/text/licenses/HPND-DEC b/src/text/licenses/HPND-DEC new file mode 100644 index 0000000..ed3ffa0 --- /dev/null +++ b/src/text/licenses/HPND-DEC @@ -0,0 +1,23 @@ +r#"COPYRIGHT 1990 +DIGITAL EQUIPMENT CORPORATION +MAYNARD, MASSACHUSETTS +ALL RIGHTS RESERVED. + +THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT CORPORATION. +DIGITAL MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE +FOR ANY PURPOSE. IT IS SUPPLIED "AS IS" WITHOUT EXPRESS OR IMPLIED +WARRANTY. + +IF THE SOFTWARE IS MODIFIED IN A MANNER CREATING DERIVATIVE COPYRIGHT +RIGHTS, APPROPRIATE LEGENDS MAY BE PLACED ON THE DERIVATIVE WORK IN +ADDITION TO THAT SET FORTH ABOVE. + +Permission to use, copy, modify, and distribute this software and +its documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies +and that both that copyright notice and this permission notice appear in supporting +documentation, +and that the name of Digital Equipment Corporation not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. +"# \ No newline at end of file diff --git a/src/text/licenses/HPND-Pbmplus b/src/text/licenses/HPND-Pbmplus new file mode 100644 index 0000000..d27c683 --- /dev/null +++ b/src/text/licenses/HPND-Pbmplus @@ -0,0 +1,9 @@ +r#"Copyright (C) 1991 by Jef Poskanzer. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided +that the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. This software is provided "as is" without express or +implied warranty. +"# \ No newline at end of file diff --git a/src/text/licenses/HPND-UC b/src/text/licenses/HPND-UC new file mode 100644 index 0000000..a971ec2 --- /dev/null +++ b/src/text/licenses/HPND-UC @@ -0,0 +1,9 @@ +r#"Copyright 1989 Regents of the University of California + +Permission to use, +copy, modify, and distribute this software and its documentation for any +purpose and without fee is hereby granted, provided that the above +copyright notice appear in all copies. The University of California makes +no representations about the suitability of this software for any purpose. +It is provided "as is" without express or implied warranty. +"# \ No newline at end of file diff --git a/src/text/licenses/HPND-doc b/src/text/licenses/HPND-doc new file mode 100644 index 0000000..25bee6c --- /dev/null +++ b/src/text/licenses/HPND-doc @@ -0,0 +1,9 @@ +r#"Copyright + +Permission to use, copy, modify, and distribute this documentation for +any purpose and without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + makes no representations about the suitability for +any purpose of the information in this document. This documentation is +provided ``as is'' without express or implied warranty. +"# \ No newline at end of file diff --git a/src/text/licenses/HPND-doc-sell b/src/text/licenses/HPND-doc-sell new file mode 100644 index 0000000..20f0292 --- /dev/null +++ b/src/text/licenses/HPND-doc-sell @@ -0,0 +1,10 @@ +r#"Copyright + +Permission to use, copy, modify, distribute, and sell this +documentation for any purpose is hereby granted without fee, +provided that the above copyright notice and this permission +notice appear in all copies. +makes no representations about the suitability for any purpose +of the information in this document. This documentation +is provided "as is" without express or implied warranty. +"# \ No newline at end of file diff --git a/src/text/licenses/HPND-export-US-modify b/src/text/licenses/HPND-export-US-modify new file mode 100644 index 0000000..42f9075 --- /dev/null +++ b/src/text/licenses/HPND-export-US-modify @@ -0,0 +1,25 @@ +r#"Copyright (C) 1994 CyberSAFE Corporation. +Copyright 1990,1991,2007,2008 by the Massachusetts +Institute of Technology. +All Rights Reserved. + +Export of this software from the United States of America may +require a specific license from the United States Government. It +is the responsibility of any person or organization +contemplating export to obtain such a license before exporting. + +WITHIN THAT CONSTRAINT, permission to use, copy, modify, and +distribute this software and its documentation for any purpose and +without fee is hereby granted, provided that the above copyright +notice appear in all copies and that both that copyright notice and +this permission notice appear in supporting documentation, and that +the name of M.I.T. not be used in advertising or publicity +pertaining to distribution of the software without specific, +written prior permission. Furthermore if you modify this software +you must label your software as modified software and not +distribute it in such a fashion that it might be confused with the +original M.I.T. software. Neither M.I.T., the Open Computing +Security Group, nor CyberSAFE Corporation make any representations +about the suitability of this software for any purpose. It is +provided "as is" without express or implied warranty. +"# \ No newline at end of file diff --git a/src/text/licenses/HPND-sell-regexpr b/src/text/licenses/HPND-sell-regexpr new file mode 100644 index 0000000..60192b8 --- /dev/null +++ b/src/text/licenses/HPND-sell-regexpr @@ -0,0 +1,10 @@ +r#"Author: Tatu Ylonen + +Copyright (c) 1991 Tatu Ylonen, Espoo, Finland + +Permission to use, copy, modify, distribute, and sell this software +and its documentation for any purpose is hereby granted without +fee, provided that the above copyright notice appear in all copies. +This software is provided "as is" without express or implied +warranty. +"# \ No newline at end of file diff --git a/src/text/licenses/Kastrup b/src/text/licenses/Kastrup new file mode 100644 index 0000000..f7036df --- /dev/null +++ b/src/text/licenses/Kastrup @@ -0,0 +1,4 @@ +r#"Copyright(c) 2001 by David Kastrup +Any use of the code is permitted as long as this copyright +notice is preserved in the code. +"# \ No newline at end of file diff --git a/src/text/licenses/Lucida-Bitmap-Fonts b/src/text/licenses/Lucida-Bitmap-Fonts new file mode 100644 index 0000000..16864ff --- /dev/null +++ b/src/text/licenses/Lucida-Bitmap-Fonts @@ -0,0 +1,54 @@ +r#"This is the LEGAL NOTICE pertaining to the Lucida fonts from Bigelow & Holmes: + + NOTICE TO USER: The source code, including the glyphs or icons + forming a par of the OPEN LOOK TM Graphic User Interface, on this + tape and in these files is copyrighted under U.S. and international + laws. Sun Microsystems, Inc. of Mountain View, California owns + the copyright and has design patents pending on many of the icons. + AT&T is the owner of the OPEN LOOK trademark associated with the + materials on this tape. Users and possessors of this source code + are hereby granted a nonexclusive, royalty-free copyright and + design patent license to use this code in individual and + commercial software. A royalty-free, nonexclusive trademark + license to refer to the code and output as "OPEN LOOK" compatible + is available from AT&T if, and only if, the appearance of the + icons or glyphs is not changed in any manner except as absolutely + necessary to accommodate the standard resolution of the screen or + other output device, the code and output is not changed except as + authorized herein, and the code and output is validated by AT&T. + Bigelow & Holmes is the owner of the Lucida (R) trademark for the + fonts and bit-mapped images associated with the materials on this + tape. Users are granted a royalty-free, nonexclusive license to use + the trademark only to identify the fonts and bit-mapped images if, + and only if, the fonts and bit-mapped images are not modified in any + way by the user. + + Any use of this source code must include, in the user documentation + and internal comments to the code, notices to the end user as + follows: + + (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents + pending in the U.S. and foreign countries. OPEN LOOK is a + trademark of AT&T. Used by written permission of the owners. + + (c) Copyright Bigelow & Holmes 1986, 1985. Lucida is a registered + trademark of Bigelow & Holmes. Permission to use the Lucida + trademark is hereby granted only in association with the images + and fonts described in this file. + + SUN MICROSYSTEMS, INC., AT&T, AND BIGELOW & HOLMES + MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY OF + THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" + WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. + SUN MICROSYSTEMS, INC., AT&T AND BIGELOW & HOLMES, + SEVERALLY AND INDIVIDUALLY, DISCLAIM ALL WARRANTIES + WITH REGARD TO THIS SOURCE CODE, INCLUDING ALL IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE. IN NO EVENT SHALL SUN MICROSYSTEMS, + INC., AT&T OR BIGELOW & HOLMES BE LIABLE FOR ANY + SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, + OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA + OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION + WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. +"# \ No newline at end of file diff --git a/src/text/licenses/MIT-testregex b/src/text/licenses/MIT-testregex new file mode 100644 index 0000000..1b2aefd --- /dev/null +++ b/src/text/licenses/MIT-testregex @@ -0,0 +1,18 @@ +r#" * Permission is hereby granted, free of charge, to any person obtaining a + * copy of THIS SOFTWARE FILE (the "Software"), to deal in the Software + * without restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, and/or sell copies of the + * Software, and to permit persons to whom the Software is furnished to do + * so, subject to the following disclaimer: + * + * THIS SOFTWARE IS PROVIDED BY AT&T ``AS IS'' AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL AT&T BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +"# \ No newline at end of file diff --git a/src/text/licenses/MMIXware b/src/text/licenses/MMIXware new file mode 100644 index 0000000..3b8ad33 --- /dev/null +++ b/src/text/licenses/MMIXware @@ -0,0 +1,18 @@ +r#"copyright 1999 Donald E. Knuth + +This file may be freely copied and distributed, provided that +no changes whatsoever are made. All users are asked to help keep +the MMIXware files consistent and ``uncorrupted,'' +identical everywhere in the world. Changes are permissible only +if the modified file is given a new name, different from the names of +existing files in the MMIXware package, +and only if the modified file is clearly identified +as not being part of that package. +(The CWEB system has a ``change file'' facility by +which users can easily make minor alterations without modifying +the master source files in any way. Everybody is supposed to use +change files instead of changing the files.) +The author has tried his best to produce correct and useful programs, +in order to help promote computer science research, +but no warranty of any kind should be assumed. +"# \ No newline at end of file diff --git a/src/text/licenses/MPEG-SSG b/src/text/licenses/MPEG-SSG new file mode 100644 index 0000000..1742e9f --- /dev/null +++ b/src/text/licenses/MPEG-SSG @@ -0,0 +1,26 @@ +r#"Copyright (C) 1994, MPEG Software Simulation Group. All Rights Reserved. */ + +Disclaimer of Warranty + +These software programs are available to the user without any license fee or +royalty on an "as is" basis. The MPEG Software Simulation Group disclaims +any and all warranties, whether express, implied, or statuary, including any +implied warranties or merchantability or of fitness for a particular +purpose. In no event shall the copyright-holder be liable for any +incidental, punitive, or consequential damages of any kind whatsoever +arising from the use of these programs. + +This disclaimer of warranty extends to the user of these programs and user's +customers, employees, agents, transferees, successors, and assigns. + +The MPEG Software Simulation Group does not represent or warrant that the +programs furnished hereunder are free of infringement of any third-party +patents. + +Commercial implementations of MPEG-1 and MPEG-2 video, including shareware, +are subject to royalty fees to patent holders. Many of these patents are +general enough such that they are unavoidable regardless of implementation +design. + + +"# \ No newline at end of file diff --git a/src/text/licenses/McPhee-slideshow b/src/text/licenses/McPhee-slideshow new file mode 100644 index 0000000..a9a258a --- /dev/null +++ b/src/text/licenses/McPhee-slideshow @@ -0,0 +1,7 @@ +r#"Copyright 2001, Patrick TJ McPhee +everyone is welcome to use this code for any purpose, to modify it, and +to copy it in whole or in part for use in other macro sets, with the +conditions that this copyright notice be preserved with any significant +portion of the code, and that modifications to this file be clearly +marked. +"# \ No newline at end of file diff --git a/src/text/licenses/NPL-1.0 b/src/text/licenses/NPL-1.0 index 0f418a4..d8d2b9d 100644 --- a/src/text/licenses/NPL-1.0 +++ b/src/text/licenses/NPL-1.0 @@ -8,20 +8,20 @@ r#"NETSCAPE PUBLIC LICENSE Version 1.0 1.3. ``Covered Code'' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof. 1.4. ``Electronic Distribution Mechanism'' means a mechanism generally accepted in the software development community for the electronic transfer of data. 1.5. ``Executable'' means Covered Code in any form other than Source Code. - 1.6. ``Initial Developer'' means the individual or entity identified as the Initial Developer in the Source Code notice required byExhibit A. + 1.6. ``Initial Developer'' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. 1.7. ``Larger Work'' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. 1.8. ``License'' means this document. 1.9. ``Modifications'' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is: A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. B. Any new file that contains any part of the Original Code or previous Modifications. - 1.10. ``Original Code'' means Source Code of computer software code which is described in the Source Code notice required byExhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. + 1.10. ``Original Code'' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. 1.11. ``Source Code'' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge. 1.12. ``You'' means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, ``You'' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, ``control'' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. 2. Source Code License. 2.1. The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: - a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and + (a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and (b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell (``Utilize'') the Original Code (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or combinations. 2.2. Contributor Grant. Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: diff --git a/src/text/licenses/PADL b/src/text/licenses/PADL new file mode 100644 index 0000000..efa16a3 --- /dev/null +++ b/src/text/licenses/PADL @@ -0,0 +1,7 @@ +r#"Portions (C) Copyright PADL Software Pty Ltd. 1999 + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that this notice is preserved +and that due credit is given to PADL Software Pty Ltd. This software +is provided ``as is'' without express or implied warranty. +"# \ No newline at end of file diff --git a/src/text/licenses/SGI-OpenGL b/src/text/licenses/SGI-OpenGL new file mode 100644 index 0000000..8e778b1 --- /dev/null +++ b/src/text/licenses/SGI-OpenGL @@ -0,0 +1,35 @@ +r#"(c) Copyright 1993, Silicon Graphics, Inc. +ALL RIGHTS RESERVED +Permission to use, copy, modify, and distribute this software for +any purpose and without fee is hereby granted, provided that the above +copyright notice appear in all copies and that both the copyright notice +and this permission notice appear in supporting documentation, and that +the name of Silicon Graphics, Inc. not be used in advertising +or publicity pertaining to distribution of the software without specific, +written prior permission. + +THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS" +AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, +INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR +FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON +GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT, +SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY +KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION, +LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF +THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN +ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE +POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE. + +US Government Users Restricted Rights +Use, duplication, or disclosure by the Government is subject to +restrictions set forth in FAR 52.227.19(c)(2) or subparagraph +(c)(1)(ii) of the Rights in Technical Data and Computer Software +clause at DFARS 252.227-7013 and/or in similar or successor +clauses in the FAR or the DOD or NASA FAR Supplement. +Unpublished-- rights reserved under the copyright laws of the +United States. Contractor/manufacturer is Silicon Graphics, +Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311. + +OpenGL(TM) is a trademark of Silicon Graphics, Inc. +"# \ No newline at end of file diff --git a/src/text/licenses/SL b/src/text/licenses/SL new file mode 100644 index 0000000..0150cb9 --- /dev/null +++ b/src/text/licenses/SL @@ -0,0 +1,5 @@ +r#"Everyone is permitted to do anything on this program including copying, +modifying, and improving, unless you try to pretend that you wrote it. +i.e., the above copyright notice has to appear in all copies. +THE AUTHOR DISCLAIMS ANY RESPONSIBILITY WITH REGARD TO THIS SOFTWARE. +"# \ No newline at end of file diff --git a/src/text/licenses/Soundex b/src/text/licenses/Soundex new file mode 100644 index 0000000..3aae1ba --- /dev/null +++ b/src/text/licenses/Soundex @@ -0,0 +1,10 @@ +r#"(c) Copyright 1998-2007 by Mark Mielke + +Freedom to use these sources for whatever you want, as long as credit +is given where credit is due, is hereby granted. You may make modifications +where you see fit but leave this copyright somewhere visible. As well, try +to initial any changes you make so that if I like the changes I can +incorporate them into later versions. + + - Mark Mielke +"# \ No newline at end of file diff --git a/src/text/licenses/TTYP0 b/src/text/licenses/TTYP0 new file mode 100644 index 0000000..17404c5 --- /dev/null +++ b/src/text/licenses/TTYP0 @@ -0,0 +1,31 @@ +r#"THE TTYP0 LICENSE + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this font software and associated files (the "Software"), +to deal in the Software without restriction, including without +limitation the rights to use, copy, modify, merge, publish, +distribute, embed, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +(1) The above copyright notice, this permission notice, and the + disclaimer below shall be included in all copies or substantial + portions of the Software. + +(2) If the design of any glyphs in the fonts that are contained in the + Software or generated during the installation process is modified + or if additional glyphs are added to the fonts, the fonts + must be renamed. The new names may not contain the word "UW", + irrespective of capitalisation; the new names may contain the word + "ttyp0", irrespective of capitalisation, only if preceded by a + foundry name different from "UW". + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +"# \ No newline at end of file diff --git a/src/text/licenses/URT-RLE b/src/text/licenses/URT-RLE new file mode 100644 index 0000000..dace078 --- /dev/null +++ b/src/text/licenses/URT-RLE @@ -0,0 +1,16 @@ +r#" * This software is copyrighted as noted below. It may be freely copied, + * modified, and redistributed, provided that the copyright notice is + * preserved on all copies. + * + * There is no warranty or other guarantee of fitness for this software, + * it is provided solely "as is". Bug reports or fixes may be sent + * to the author, who may or may not act on them as he desires. + * + * You may not include this software in a program or other software product + * without supplying the source, or without informing the end-user that the + * source is available for no extra charge. + * + * If you modify this software, you should include a notice giving the + * name of the person performing the modification, the date of modification, + * and the reason for such modification. +"# \ No newline at end of file diff --git a/src/text/licenses/Zeeff b/src/text/licenses/Zeeff new file mode 100644 index 0000000..925b67a --- /dev/null +++ b/src/text/licenses/Zeeff @@ -0,0 +1,4 @@ +r#"Copyright 1988 Jon Zeeff (zeeff@b-tech.ann-arbor.mi.us) +You can use this code in any manner, as long as you leave my +name on it and don't hold me responsible for any problems with it. +"# \ No newline at end of file diff --git a/src/text/licenses/check-cvs b/src/text/licenses/check-cvs new file mode 100644 index 0000000..ad97006 --- /dev/null +++ b/src/text/licenses/check-cvs @@ -0,0 +1,3 @@ +r#"Permission is granted to copy and/or distribute this file, with or +without modifications, provided this notice is preserved. +"# \ No newline at end of file diff --git a/src/text/licenses/fwlw b/src/text/licenses/fwlw new file mode 100644 index 0000000..725ae70 --- /dev/null +++ b/src/text/licenses/fwlw @@ -0,0 +1,6 @@ +r#"Copyright (C) 1993,1995 by Donald Arseneau +Vancouver, Canada, email asnd@triumf.ca + +This software package may be freely used, transmitted, reproduced, or modified provided that +this notice is left intact. +"# \ No newline at end of file diff --git a/src/text/licenses/libpng-2.0 b/src/text/licenses/libpng-2.0 index 5eaede5..3c9ed69 100644 --- a/src/text/licenses/libpng-2.0 +++ b/src/text/licenses/libpng-2.0 @@ -10,7 +10,7 @@ r#"PNG Reference Library License version 2 The software is supplied "as is", without warranty of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose, title, and -non-infringement. In no even shall the Copyright owners, or +non-infringement. In no event shall the Copyright owners, or anyone distributing the software, be liable for any damages or other liability, whether in contract, tort or otherwise, arising from, out of, or in connection with the software, or the use or diff --git a/src/text/licenses/lsof b/src/text/licenses/lsof new file mode 100644 index 0000000..92c4874 --- /dev/null +++ b/src/text/licenses/lsof @@ -0,0 +1,27 @@ +r#"Copyright 2002 Purdue Research Foundation, West Lafayette, +Indiana 47907. All rights reserved. + +Written by Victor A. Abell + +This software is not subject to any license of the American +Telephone and Telegraph Company or the Regents of the +University of California. + +Permission is granted to anyone to use this software for +any purpose on any computer system, and to alter it and +redistribute it freely, subject to the following +restrictions: + +1. Neither the authors nor Purdue University are responsible + for any consequences of the use of this software. + +2. The origin of this software must not be misrepresented, + either by explicit claim or by omission. Credit to the + authors and Purdue University must appear in documentation + and sources. + +3. Altered versions must be plainly marked as such, and must + not be misrepresented as being the original software. + +4. This notice may not be removed or altered. +"# \ No newline at end of file diff --git a/src/text/licenses/magaz b/src/text/licenses/magaz new file mode 100644 index 0000000..a4713fa --- /dev/null +++ b/src/text/licenses/magaz @@ -0,0 +1,5 @@ +r#"Copyright 1999-2011, Donald Arseneau, asnd@triumf.ca, Vancouver, Canada + +This software may be freely used, transmitted, reproduced, or modified provided that +the copyright notice and this permission is retained. +"# \ No newline at end of file diff --git a/src/text/licenses/pnmstitch b/src/text/licenses/pnmstitch new file mode 100644 index 0000000..288e396 --- /dev/null +++ b/src/text/licenses/pnmstitch @@ -0,0 +1,24 @@ +r#"Copyright (c) 2002 Mark Salyzyn +All rights reserved. + +TERMS AND CONDITIONS OF USE + +Redistribution and use in source form, with or without modification, are +permitted provided that redistributions of source code must retain the +above copyright notice, this list of conditions and the following +disclaimer. + +This software is provided `as is' by Mark Salyzyn and any express or implied +warranties, including, but not limited to, the implied warranties of +merchantability and fitness for a particular purpose, are disclaimed. In no +event shall Mark Salyzyn be liable for any direct, indirect, incidental, +special, exemplary or consequential damages (including, but not limited to, +procurement of substitute goods or services; loss of use, data, or profits; +or business interruptions) however caused and on any theory of liability, +whether in contract, strict liability, or tort (including negligence or +otherwise) arising in any way out of the use of this software, even if +advised of the possibility of such damage. + +Any restrictions or encumberances added to this source code or derivitives, +is prohibited. +"# \ No newline at end of file diff --git a/src/text/licenses/python-ldap b/src/text/licenses/python-ldap new file mode 100644 index 0000000..4e6c7b1 --- /dev/null +++ b/src/text/licenses/python-ldap @@ -0,0 +1,11 @@ +r#"The python-ldap package is distributed under Python-style license. + +Standard disclaimer: + This software is made available by the author(s) to the public for free + and "as is". All users of this free software are solely and entirely + responsible for their own choice and use of this software for their + own purposes. By using this software, each user agrees that the + author(s) shall not be liable for damages of any kind in relation to + its use or performance. The author(s) do not warrant that this software + is fit for any purpose. +"# \ No newline at end of file diff --git a/src/text/licenses/ssh-keyscan b/src/text/licenses/ssh-keyscan new file mode 100644 index 0000000..28a6005 --- /dev/null +++ b/src/text/licenses/ssh-keyscan @@ -0,0 +1,6 @@ +r#"* Copyright 1995, 1996 by David Mazieres . +* +* Modification and redistribution in source and binary forms is +* permitted provided that due credit is given to the author and the +* OpenBSD project by leaving this copyright notice intact. +"# \ No newline at end of file diff --git a/src/text/licenses/swrule b/src/text/licenses/swrule new file mode 100644 index 0000000..00f2de4 --- /dev/null +++ b/src/text/licenses/swrule @@ -0,0 +1,2 @@ +r#"The style package is copyrighted but may be used and extended in any way, as long as a pointer to the original author is maintained. The author is not liable for any problem that may or may not result from using this package. Use at your own risk. +"# \ No newline at end of file diff --git a/src/text/licenses/ulem b/src/text/licenses/ulem new file mode 100644 index 0000000..5b9b1dd --- /dev/null +++ b/src/text/licenses/ulem @@ -0,0 +1,5 @@ +r#"Copyright 1989-2019 by Donald Arseneau (Vancouver, Canada, asnd@triumf.ca) + +This software may be freely transmitted, reproduced, or modified +for any purpose provided that this copyright notice is left intact. +"# \ No newline at end of file From 8fdadaaca90497782839448933523557c7cbac9f Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 4 Jan 2024 07:47:12 +0100 Subject: [PATCH 2/4] Oops --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9cec2d5..79d35a5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -542,7 +542,7 @@ pub fn exception_id(name: &str) -> Option { /// the license and exception identifiers are sourced from /// /// ``` -/// assert_eq!(spdx::license_version(), "3.21"); +/// assert_eq!(spdx::license_version(), "3.22"); /// ``` #[inline] #[must_use] From 4dc5e59d1c596c4c9b46e097ace525a9053d3c4e Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 4 Jan 2024 07:52:10 +0100 Subject: [PATCH 3/4] Update README --- CHANGELOG.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79628be..cdedde2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Changed +- [PR#63](https://github.com/EmbarkStudios/spdx/pull/63) update SPDX license list to 3.22. + ## [0.10.2] - 2023-07-14 ### Changed - [PR#61](https://github.com/EmbarkStudios/spdx/pull/61) updated the SPDX license list from `3.20` => `3.21`. diff --git a/README.md b/README.md index 17566d1..e6028db 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Crates.io](https://img.shields.io/crates/v/spdx.svg)](https://crates.io/crates/spdx) [![Docs](https://docs.rs/spdx/badge.svg)](https://docs.rs/spdx) [![Minimum Stable Rust Version](https://img.shields.io/badge/Rust-1.65.0-blue?color=fc8d62&logo=rust)](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html) -[![SPDX Version](https://img.shields.io/badge/SPDX%20Version-3.21-blue.svg)](https://spdx.org/licenses/) +[![SPDX Version](https://img.shields.io/badge/SPDX%20Version-3.22-blue.svg)](https://spdx.org/licenses/) [![dependency status](https://deps.rs/repo/github/EmbarkStudios/spdx/status.svg)](https://deps.rs/repo/github/EmbarkStudios/spdx) [![Build Status](https://github.com/EmbarkStudios/spdx/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/spdx/actions?workflow=CI) From 1289b5a5ea5209cb5767d0482bf17ced2477fd1d Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 4 Jan 2024 07:54:54 +0100 Subject: [PATCH 4/4] Use stable for clippy --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51f34f3..42cf227 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@1.65.0 + - uses: dtolnay/rust-toolchain@stable with: components: "rustfmt,clippy"