diff --git a/CHANGELOG.md b/CHANGELOG.md index 1566776..438e40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Changed +- [PR#65](https://github.com/EmbarkStudios/spdx/pull/65) update SPDX license list to 3.23. + ## [0.10.3] - 2024-01-04 ### Changed - [PR#63](https://github.com/EmbarkStudios/spdx/pull/63) update SPDX license list to 3.22. ### Added -- [PR#64](https://github.com/EmbarkStudios/spdx/pull/64) resolved [#64](https://github.com/EmbarkStudios/spdx/issues/64) by adding `Expression::canonicalize` which fixes otherwise valid expressions into a form parsable with `ParseMode::STRICT` +- [PR#64](https://github.com/EmbarkStudios/spdx/pull/64) resolved [#56](https://github.com/EmbarkStudios/spdx/issues/56) by adding `Expression::canonicalize` which fixes otherwise valid expressions into a form parsable with `ParseMode::STRICT` ## [0.10.2] - 2023-07-14 ### Changed diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..84babd9 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,162 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "bstr" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" +dependencies = [ + "lazy_static", + "memchr", + "regex-automata", +] + +[[package]] +name = "console" +version = "0.15.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +dependencies = [ + "encode_unicode", + "lazy_static", + "libc", + "windows-sys", +] + +[[package]] +name = "encode_unicode" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + +[[package]] +name = "lazy_static" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" + +[[package]] +name = "libc" +version = "0.2.153" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" + +[[package]] +name = "memchr" +version = "2.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" + +[[package]] +name = "regex-automata" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" + +[[package]] +name = "similar" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" +dependencies = [ + "bstr", + "unicode-segmentation", +] + +[[package]] +name = "similar-asserts" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f" +dependencies = [ + "console", + "similar", +] + +[[package]] +name = "smallvec" +version = "1.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" + +[[package]] +name = "spdx" +version = "0.10.3" +dependencies = [ + "similar-asserts", + "smallvec", +] + +[[package]] +name = "unicode-segmentation" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets", +] + +[[package]] +name = "windows-targets" +version = "0.52.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f" +dependencies = [ + "windows_aarch64_gnullvm", + "windows_aarch64_msvc", + "windows_i686_gnu", + "windows_i686_msvc", + "windows_x86_64_gnu", + "windows_x86_64_gnullvm", + "windows_x86_64_msvc", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6" diff --git a/README.md b/README.md index e6028db..32ca9dd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +
# `🆔 spdx` @@ -9,7 +11,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.22-blue.svg)](https://spdx.org/licenses/) +[![SPDX Version](https://img.shields.io/badge/SPDX%20Version-3.23-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) diff --git a/src/identifiers.rs b/src/identifiers.rs index 7e0a595..1ece6dd 100644 --- a/src/identifiers.rs +++ b/src/identifiers.rs @@ -1,5 +1,5 @@ /* - * list fetched from https://github.com/spdx/license-list-data @ v3.22 + * list fetched from https://github.com/spdx/license-list-data @ v3.23 * * 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.22"; +pub const VERSION: &str = "3.23"; pub const LICENSES: &[(&str, &str, u8)] = &[ ("0BSD", r#"BSD Zero Clause License"#, IS_OSI_APPROVED), @@ -76,6 +76,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ), ("AMDPLPA", r#"AMD's plpa_map.c License"#, 0x0), ("AML", r#"Apple MIT License"#, 0x0), + ("AML-glslang", r#"AML glslang variant License"#, 0x0), ( "AMPAS", r#"Academy of Motion Picture Arts and Sciences BSD"#, @@ -126,6 +127,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Adobe Systems Incorporated Source Code License Agreement"#, 0x0, ), + ( + "Adobe-Display-PostScript", + r#"Adobe Display PostScript License"#, + 0x0, + ), ("Adobe-Glyph", r#"Adobe Glyph List License"#, 0x0), ("Adobe-Utopia", r#"Adobe Utopia Font License"#, 0x0), ("Afmparse", r#"Afmparse License"#, 0x0), @@ -165,6 +171,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"BSD 2-Clause "Simplified" License"#, IS_OSI_APPROVED | IS_FSF_LIBRE, ), + ( + "BSD-2-Clause-Darwin", + r#"BSD 2-Clause - Ian Darwin variant"#, + 0x0, + ), ( "BSD-2-Clause-FreeBSD", r#"BSD 2-Clause FreeBSD License"#, @@ -237,6 +248,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ 0x0, ), ("BSD-3-Clause-Sun", r#"BSD 3-Clause Sun Microsystems"#, 0x0), + ("BSD-3-Clause-acpica", r#"BSD 3-Clause acpica variant"#, 0x0), ("BSD-3-Clause-flex", r#"BSD 3-Clause Flex variant"#, 0x0), ( "BSD-4-Clause", @@ -264,7 +276,17 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("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-Source-beginning-file", + r#"BSD Source Code Attribution - beginning of file variant"#, + 0x0, + ), ("BSD-Systemics", r#"Systemics BSD variant license"#, 0x0), + ( + "BSD-Systemics-W3Works", + r#"Systemics W3Works BSD variant license"#, + 0x0, + ), ( "BSL-1.0", r#"Boost Software License 1.0"#, @@ -291,9 +313,18 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ 0x0, ), ("Bitstream-Vera", r#"Bitstream Vera Font License"#, 0x0), - ("BlueOak-1.0.0", r#"Blue Oak Model License 1.0.0"#, 0x0), + ( + "BlueOak-1.0.0", + r#"Blue Oak Model License 1.0.0"#, + IS_OSI_APPROVED, + ), ("Boehm-GC", r#"Boehm-Demers-Weiser GC License"#, 0x0), ("Borceux", r#"Borceux license"#, 0x0), + ( + "Brian-Gladman-2-Clause", + r#"Brian Gladman 2-Clause License"#, + 0x0, + ), ( "Brian-Gladman-3-Clause", r#"Brian Gladman 3-Clause License"#, @@ -349,6 +380,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Creative Commons Attribution 3.0 Austria"#, 0x0, ), + ( + "CC-BY-3.0-AU", + r#"Creative Commons Attribution 3.0 Australia"#, + 0x0, + ), ( "CC-BY-3.0-DE", r#"Creative Commons Attribution 3.0 Germany"#, @@ -654,6 +690,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ), ("CFITSIO", r#"CFITSIO License"#, 0x0), ("CMU-Mach", r#"CMU Mach License"#, 0x0), + ( + "CMU-Mach-nodoc", + r#"CMU Mach - no notices-in-documentation variant"#, + 0x0, + ), ("CNRI-Jython", r#"CNRI Jython License"#, 0x0), ("CNRI-Python", r#"CNRI Python License"#, IS_OSI_APPROVED), ( @@ -679,6 +720,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ IS_OSI_APPROVED, ), ("Caldera", r#"Caldera License"#, 0x0), + ( + "Caldera-no-preamble", + r#"Caldera License (without preamble)"#, + 0x0, + ), ("ClArtistic", r#"Clarified Artistic License"#, IS_FSF_LIBRE), ("Clips", r#"Clips License"#, 0x0), ( @@ -697,6 +743,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("CrystalStacker", r#"CrystalStacker License"#, 0x0), ("Cube", r#"Cube License"#, 0x0), ("D-FSL-1.0", r#"Deutsche Freie Software Lizenz"#, 0x0), + ("DEC-3-Clause", r#"DEC 3-Clause License"#, 0x0), ( "DL-DE-BY-2.0", r#"Data licence Germany – attribution – version 2.0"#, @@ -709,6 +756,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ), ("DOC", r#"DOC License"#, 0x0), ("DRL-1.0", r#"Detection Rule License 1.0"#, 0x0), + ("DRL-1.1", r#"Detection Rule License 1.1"#, 0x0), ("DSDP", r#"DSDP License"#, 0x0), ("Dotseqn", r#"Dotseqn License"#, 0x0), ( @@ -765,6 +813,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("FBM", r#"Fuzzy Bitmap License"#, 0x0), ("FDK-AAC", r#"Fraunhofer FDK AAC Codec Library"#, 0x0), ("FSFAP", r#"FSF All Permissive License"#, IS_FSF_LIBRE), + ( + "FSFAP-no-warranty-disclaimer", + r#"FSF All Permissive License (without Warranty)"#, + 0x0, + ), ("FSFUL", r#"FSF Unlimited License"#, 0x0), ( "FSFULLR", @@ -787,6 +840,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), + ("GCR-docs", r#"Gnome GCR Documentation License"#, 0x0), ("GD", r#"GD License"#, 0x0), ( "GFDL-1.1", @@ -1036,6 +1090,26 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Historical Permission Notice and Disclaimer - DEC variant"#, 0x0, ), + ( + "HPND-Fenneberg-Livingston", + r#"Historical Permission Notice and Disclaimer - Fenneberg-Livingston variant"#, + 0x0, + ), + ( + "HPND-INRIA-IMAG", + r#"Historical Permission Notice and Disclaimer - INRIA-IMAG variant"#, + 0x0, + ), + ( + "HPND-Kevlin-Henney", + r#"Historical Permission Notice and Disclaimer - Kevlin Henney variant"#, + 0x0, + ), + ( + "HPND-MIT-disclaimer", + r#"Historical Permission Notice and Disclaimer with MIT disclaimer"#, + 0x0, + ), ( "HPND-Markus-Kuhn", r#"Historical Permission Notice and Disclaimer - Markus Kuhn variant"#, @@ -1071,6 +1145,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"HPND with US Government export control warning and modification rqmt"#, 0x0, ), + ( + "HPND-sell-MIT-disclaimer-xserver", + r#"Historical Permission Notice and Disclaimer - sell xserver variant with MIT disclaimer"#, + 0x0, + ), ( "HPND-sell-regexpr", r#"Historical Permission Notice and Disclaimer - sell regexpr variant"#, @@ -1094,7 +1173,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"IBM PowerPC Initialization and Boot Software"#, 0x0, ), - ("ICU", r#"ICU License"#, 0x0), + ("ICU", r#"ICU License"#, IS_OSI_APPROVED), ( "IEC-Code-Components-EULA", r#"IEC Code Components End-user licence agreement"#, @@ -1113,6 +1192,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ IS_OSI_APPROVED | IS_FSF_LIBRE, ), ("ISC", r#"ISC License"#, IS_OSI_APPROVED | IS_FSF_LIBRE), + ("ISC-Veillard", r#"ISC Veillard variant"#, 0x0), ("ImageMagick", r#"ImageMagick License"#, 0x0), ("Imlib2", r#"Imlib2 License"#, IS_FSF_LIBRE), ("Info-ZIP", r#"Info-ZIP License"#, 0x0), @@ -1204,6 +1284,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ 0x0, ), ("LOOP", r#"Common Lisp LOOP License"#, 0x0), + ("LPD-document", r#"LPD Documentation License"#, 0x0), ( "LPL-1.0", r#"Lucent Public License Version 1.0"#, @@ -1340,6 +1421,12 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT, ), ("MTLL", r#"Matrix Template Library License"#, 0x0), + ("Mackerras-3-Clause", r#"Mackerras 3-Clause License"#, 0x0), + ( + "Mackerras-3-Clause-acknowledgment", + r#"Mackerras 3-Clause - acknowledgment variant"#, + 0x0, + ), ("MakeIndex", r#"MakeIndex License"#, 0x0), ("Martin-Birgmeier", r#"Martin Birgmeier License"#, 0x0), ("McPhee-slideshow", r#"McPhee Slideshow License"#, 0x0), @@ -1562,6 +1649,8 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ), ("OpenPBS-2.3", r#"OpenPBS v2.3 Software License"#, 0x0), ("OpenSSL", r#"OpenSSL License"#, IS_FSF_LIBRE), + ("OpenSSL-standalone", r#"OpenSSL License - standalone"#, 0x0), + ("OpenVision", r#"OpenVision License"#, 0x0), ("PADL", r#"PADL License"#, 0x0), ( "PDDL-1.0", @@ -1581,6 +1670,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ IS_COPYLEFT, ), ("Parity-7.0.0", r#"The Parity Public License 7.0.0"#, 0x0), + ("Pixar", r#"Pixar License"#, 0x0), ("Plexus", r#"Plexus Classworlds License"#, 0x0), ( "PolyForm-Noncommercial-1.0.0", @@ -1635,6 +1725,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("Rdisc", r#"Rdisc License"#, 0x0), ("Ruby", r#"Ruby License"#, IS_FSF_LIBRE), ("SAX-PD", r#"Sax Public Domain Notice"#, 0x0), + ("SAX-PD-2.0", r#"Sax Public Domain Notice 2.0"#, 0x0), ("SCEA", r#"SCEA Shared Source License"#, 0x0), ("SGI-B-1.0", r#"SGI Free Software License B v1.0"#, 0x0), ("SGI-B-1.1", r#"SGI Free Software License B v1.1"#, 0x0), @@ -1676,6 +1767,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ), ("SSH-OpenSSH", r#"SSH OpenSSH license"#, 0x0), ("SSH-short", r#"SSH short notice"#, 0x0), + ("SSLeay-standalone", r#"SSLeay License - standalone"#, 0x0), ("SSPL-1.0", r#"Server Side Public License, v 1"#, 0x0), ( "SWL", @@ -1702,11 +1794,17 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ IS_DEPRECATED | IS_FSF_LIBRE, ), ("SugarCRM-1.1.3", r#"SugarCRM Public License v1.1.3"#, 0x0), + ("Sun-PPP", r#"Sun PPP License"#, 0x0), ("SunPro", r#"SunPro License"#, 0x0), ("Symlinks", r#"Symlinks License"#, 0x0), ("TAPR-OHL-1.0", r#"TAPR Open Hardware License v1.0"#, 0x0), ("TCL", r#"TCL/TK License"#, 0x0), ("TCP-wrappers", r#"TCP Wrappers License"#, 0x0), + ( + "TGPPL-1.0", + r#"Transitive Grace Period Public Licence 1.0"#, + 0x0, + ), ("TMate", r#"TMate Open Source License"#, 0x0), ("TORQUE-1.1", r#"TORQUE v2.5+ Software License v1.1"#, 0x0), ("TOSL", r#"Trusster Open Source License"#, 0x0), @@ -1731,6 +1829,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Upstream Compatibility License v1.0"#, IS_OSI_APPROVED, ), + ("UMich-Merit", r#"Michigan/Merit Networks License"#, 0x0), ( "UPL-1.0", r#"Universal Permissive License v1.0"#, @@ -1741,6 +1840,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ r#"Utah Raster Toolkit Run Length Encoded License"#, 0x0, ), + ("Unicode-3.0", r#"Unicode License v3"#, IS_OSI_APPROVED), ( "Unicode-DFS-2015", r#"Unicode License Agreement - Data Files and Software (2015)"#, @@ -1827,6 +1927,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("Zimbra-1.3", r#"Zimbra Public License v1.3"#, IS_FSF_LIBRE), ("Zimbra-1.4", r#"Zimbra Public License v1.4"#, 0x0), ("Zlib", r#"zlib License"#, IS_OSI_APPROVED | IS_FSF_LIBRE), + ( + "bcrypt-Solar-Designer", + r#"bcrypt Solar Designer License"#, + 0x0, + ), ("blessing", r#"SQLite Blessing"#, 0x0), ( "bzip2-1.0.5", @@ -1852,6 +1957,8 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("fwlw", r#"fwlw License"#, 0x0), ("gSOAP-1.3b", r#"gSOAP Public License v1.3b"#, 0x0), ("gnuplot", r#"gnuplot License"#, IS_FSF_LIBRE), + ("gtkbook", r#"gtkbook License"#, 0x0), + ("hdparm", r#"hdparm License"#, 0x0), ( "iMatix", r#"iMatix Standard Function Library Agreement"#, @@ -1867,6 +1974,7 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ), ("lsof", r#"lsof License"#, 0x0), ("magaz", r#"magaz License"#, 0x0), + ("mailprio", r#"mailprio License"#, 0x0), ("metamail", r#"metamail License"#, 0x0), ("mpi-permissive", r#"mpi Permissive License"#, 0x0), ("mpich2", r#"mpich2 License"#, 0x0), @@ -1875,7 +1983,9 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ ("psfrag", r#"psfrag License"#, 0x0), ("psutils", r#"psutils License"#, 0x0), ("python-ldap", r#"Python ldap License"#, 0x0), + ("radvd", r#"radvd License"#, 0x0), ("snprintf", r#"snprintf License"#, 0x0), + ("softSurfer", r#"softSurfer License"#, 0x0), ("ssh-keyscan", r#"ssh-keyscan License"#, 0x0), ("swrule", r#"swrule License"#, 0x0), ("ulem", r#"ulem License"#, 0x0), @@ -1886,6 +1996,11 @@ pub const LICENSES: &[(&str, &str, u8)] = &[ IS_DEPRECATED | IS_OSI_APPROVED, ), ("xinetd", r#"xinetd License"#, IS_FSF_LIBRE | IS_COPYLEFT), + ( + "xkeyboard-config-Zinoviev", + r#"xkeyboard-config Zinoviev License"#, + 0x0, + ), ("xlock", r#"xlock License"#, 0x0), ("xpp", r#"XPP License"#, 0x0), ( @@ -1937,6 +2052,7 @@ pub const EXCEPTIONS: &[(&str, u8)] = &[ ("Autoconf-exception-generic", 0), ("Autoconf-exception-generic-3.0", 0), ("Autoconf-exception-macro", 0), + ("Bison-exception-1.24", 0), ("Bison-exception-2.2", 0), ("Bootloader-exception", 0), ("CLISP-exception-2.0", 0), @@ -1949,6 +2065,7 @@ pub const EXCEPTIONS: &[(&str, u8)] = &[ ("GCC-exception-2.0-note", 0), ("GCC-exception-3.1", 0), ("GNAT-exception", 0), + ("GNOME-examples-exception", 0), ("GNU-compiler-exception", 0), ("GPL-3.0-interface-exception", 0), ("GPL-3.0-linking-exception", 0), @@ -1956,6 +2073,7 @@ pub const EXCEPTIONS: &[(&str, u8)] = &[ ("GPL-CC-1.0", 0), ("GStreamer-exception-2005", 0), ("GStreamer-exception-2008", 0), + ("Gmsh-exception", 0), ("KiCad-libraries-exception", 0), ("LGPL-3.0-linking-exception", 0), ("LLGPL", 0), @@ -1983,6 +2101,7 @@ pub const EXCEPTIONS: &[(&str, u8)] = &[ ("WxWindows-exception-3.1", 0), ("cryptsetup-OpenSSL-exception", 0), ("eCos-exception-2.0", 0), + ("fmt-exception", 0), ("freertos-exception-2.0", 0), ("gnu-javamail-exception", 0), ("i2p-gpl-java-exception", 0), diff --git a/src/lib.rs b/src/lib.rs index d8df52f..df0155a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -539,7 +539,7 @@ pub fn exception_id(name: &str) -> Option { /// the license and exception identifiers are sourced from /// /// ``` -/// assert_eq!(spdx::license_version(), "3.22"); +/// assert_eq!(spdx::license_version(), "3.23"); /// ``` #[inline] #[must_use] diff --git a/src/text.rs b/src/text.rs index 7faba3b..36027bb 100644 --- a/src/text.rs +++ b/src/text.rs @@ -21,6 +21,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ), ("AMDPLPA", include!("text/licenses/AMDPLPA")), ("AML", include!("text/licenses/AML")), + ("AML-glslang", include!("text/licenses/AML-glslang")), ("AMPAS", include!("text/licenses/AMPAS")), ("ANTLR-PD", include!("text/licenses/ANTLR-PD")), ( @@ -44,6 +45,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("Abstyles", include!("text/licenses/Abstyles")), ("AdaCore-doc", include!("text/licenses/AdaCore-doc")), ("Adobe-2006", include!("text/licenses/Adobe-2006")), + ( + "Adobe-Display-PostScript", + include!("text/licenses/Adobe-Display-PostScript"), + ), ("Adobe-Glyph", include!("text/licenses/Adobe-Glyph")), ("Adobe-Utopia", include!("text/licenses/Adobe-Utopia")), ("Afmparse", include!("text/licenses/Afmparse")), @@ -65,6 +70,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("Artistic-2.0", include!("text/licenses/Artistic-2.0")), ("BSD-1-Clause", include!("text/licenses/BSD-1-Clause")), ("BSD-2-Clause", include!("text/licenses/BSD-2-Clause")), + ( + "BSD-2-Clause-Darwin", + include!("text/licenses/BSD-2-Clause-Darwin"), + ), ( "BSD-2-Clause-FreeBSD", include!("text/licenses/BSD-2-Clause-FreeBSD"), @@ -123,6 +132,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ "BSD-3-Clause-Sun", include!("text/licenses/BSD-3-Clause-Sun"), ), + ( + "BSD-3-Clause-acpica", + include!("text/licenses/BSD-3-Clause-acpica"), + ), ( "BSD-3-Clause-flex", include!("text/licenses/BSD-3-Clause-flex"), @@ -149,7 +162,15 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ), ("BSD-Protection", include!("text/licenses/BSD-Protection")), ("BSD-Source-Code", include!("text/licenses/BSD-Source-Code")), + ( + "BSD-Source-beginning-file", + include!("text/licenses/BSD-Source-beginning-file"), + ), ("BSD-Systemics", include!("text/licenses/BSD-Systemics")), + ( + "BSD-Systemics-W3Works", + include!("text/licenses/BSD-Systemics-W3Works"), + ), ("BSL-1.0", include!("text/licenses/BSL-1.0")), ("BUSL-1.1", include!("text/licenses/BUSL-1.1")), ("Baekmuk", include!("text/licenses/Baekmuk")), @@ -166,6 +187,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("BlueOak-1.0.0", include!("text/licenses/BlueOak-1.0.0")), ("Boehm-GC", include!("text/licenses/Boehm-GC")), ("Borceux", include!("text/licenses/Borceux")), + ( + "Brian-Gladman-2-Clause", + include!("text/licenses/Brian-Gladman-2-Clause"), + ), ( "Brian-Gladman-3-Clause", include!("text/licenses/Brian-Gladman-3-Clause"), @@ -183,6 +208,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("CC-BY-2.5-AU", include!("text/licenses/CC-BY-2.5-AU")), ("CC-BY-3.0", include!("text/licenses/CC-BY-3.0")), ("CC-BY-3.0-AT", include!("text/licenses/CC-BY-3.0-AT")), + ("CC-BY-3.0-AU", include!("text/licenses/CC-BY-3.0-AU")), ("CC-BY-3.0-DE", include!("text/licenses/CC-BY-3.0-DE")), ("CC-BY-3.0-IGO", include!("text/licenses/CC-BY-3.0-IGO")), ("CC-BY-3.0-NL", include!("text/licenses/CC-BY-3.0-NL")), @@ -281,6 +307,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("CERN-OHL-W-2.0", include!("text/licenses/CERN-OHL-W-2.0")), ("CFITSIO", include!("text/licenses/CFITSIO")), ("CMU-Mach", include!("text/licenses/CMU-Mach")), + ("CMU-Mach-nodoc", include!("text/licenses/CMU-Mach-nodoc")), ("CNRI-Jython", include!("text/licenses/CNRI-Jython")), ("CNRI-Python", include!("text/licenses/CNRI-Python")), ( @@ -293,6 +320,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("CPOL-1.02", include!("text/licenses/CPOL-1.02")), ("CUA-OPL-1.0", include!("text/licenses/CUA-OPL-1.0")), ("Caldera", include!("text/licenses/Caldera")), + ( + "Caldera-no-preamble", + include!("text/licenses/Caldera-no-preamble"), + ), ("ClArtistic", include!("text/licenses/ClArtistic")), ("Clips", include!("text/licenses/Clips")), ( @@ -309,10 +340,12 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("CrystalStacker", include!("text/licenses/CrystalStacker")), ("Cube", include!("text/licenses/Cube")), ("D-FSL-1.0", include!("text/licenses/D-FSL-1.0")), + ("DEC-3-Clause", include!("text/licenses/DEC-3-Clause")), ("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")), + ("DRL-1.1", include!("text/licenses/DRL-1.1")), ("DSDP", include!("text/licenses/DSDP")), ("Dotseqn", include!("text/licenses/Dotseqn")), ("ECL-1.0", include!("text/licenses/ECL-1.0")), @@ -333,6 +366,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("FBM", include!("text/licenses/FBM")), ("FDK-AAC", include!("text/licenses/FDK-AAC")), ("FSFAP", include!("text/licenses/FSFAP")), + ( + "FSFAP-no-warranty-disclaimer", + include!("text/licenses/FSFAP-no-warranty-disclaimer"), + ), ("FSFUL", include!("text/licenses/FSFUL")), ("FSFULLR", include!("text/licenses/FSFULLR")), ("FSFULLRWD", include!("text/licenses/FSFULLRWD")), @@ -346,6 +383,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("FreeBSD-DOC", include!("text/licenses/FreeBSD-DOC")), ("FreeImage", include!("text/licenses/FreeImage")), ("Furuseth", include!("text/licenses/Furuseth")), + ("GCR-docs", include!("text/licenses/GCR-docs")), ("GD", include!("text/licenses/GD")), ("GFDL-1.1", include!("text/licenses/GFDL-1.1")), ( @@ -496,6 +534,19 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("HP-1989", include!("text/licenses/HP-1989")), ("HPND", include!("text/licenses/HPND")), ("HPND-DEC", include!("text/licenses/HPND-DEC")), + ( + "HPND-Fenneberg-Livingston", + include!("text/licenses/HPND-Fenneberg-Livingston"), + ), + ("HPND-INRIA-IMAG", include!("text/licenses/HPND-INRIA-IMAG")), + ( + "HPND-Kevlin-Henney", + include!("text/licenses/HPND-Kevlin-Henney"), + ), + ( + "HPND-MIT-disclaimer", + include!("text/licenses/HPND-MIT-disclaimer"), + ), ( "HPND-Markus-Kuhn", include!("text/licenses/HPND-Markus-Kuhn"), @@ -509,6 +560,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ "HPND-export-US-modify", include!("text/licenses/HPND-export-US-modify"), ), + ( + "HPND-sell-MIT-disclaimer-xserver", + include!("text/licenses/HPND-sell-MIT-disclaimer-xserver"), + ), ( "HPND-sell-regexpr", include!("text/licenses/HPND-sell-regexpr"), @@ -535,6 +590,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("IPA", include!("text/licenses/IPA")), ("IPL-1.0", include!("text/licenses/IPL-1.0")), ("ISC", include!("text/licenses/ISC")), + ("ISC-Veillard", include!("text/licenses/ISC-Veillard")), ("ImageMagick", include!("text/licenses/ImageMagick")), ("Imlib2", include!("text/licenses/Imlib2")), ("Info-ZIP", include!("text/licenses/Info-ZIP")), @@ -575,6 +631,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ), ("LGPLLR", include!("text/licenses/LGPLLR")), ("LOOP", include!("text/licenses/LOOP")), + ("LPD-document", include!("text/licenses/LPD-document")), ("LPL-1.0", include!("text/licenses/LPL-1.0")), ("LPL-1.02", include!("text/licenses/LPL-1.02")), ("LPPL-1.0", include!("text/licenses/LPPL-1.0")), @@ -646,6 +703,14 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("MS-PL", include!("text/licenses/MS-PL")), ("MS-RL", include!("text/licenses/MS-RL")), ("MTLL", include!("text/licenses/MTLL")), + ( + "Mackerras-3-Clause", + include!("text/licenses/Mackerras-3-Clause"), + ), + ( + "Mackerras-3-Clause-acknowledgment", + include!("text/licenses/Mackerras-3-Clause-acknowledgment"), + ), ("MakeIndex", include!("text/licenses/MakeIndex")), ( "Martin-Birgmeier", @@ -741,6 +806,11 @@ 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")), + ( + "OpenSSL-standalone", + include!("text/licenses/OpenSSL-standalone"), + ), + ("OpenVision", include!("text/licenses/OpenVision")), ("PADL", include!("text/licenses/PADL")), ("PDDL-1.0", include!("text/licenses/PDDL-1.0")), ("PHP-3.0", include!("text/licenses/PHP-3.0")), @@ -748,6 +818,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("PSF-2.0", include!("text/licenses/PSF-2.0")), ("Parity-6.0.0", include!("text/licenses/Parity-6.0.0")), ("Parity-7.0.0", include!("text/licenses/Parity-7.0.0")), + ("Pixar", include!("text/licenses/Pixar")), ("Plexus", include!("text/licenses/Plexus")), ( "PolyForm-Noncommercial-1.0.0", @@ -775,6 +846,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("Rdisc", include!("text/licenses/Rdisc")), ("Ruby", include!("text/licenses/Ruby")), ("SAX-PD", include!("text/licenses/SAX-PD")), + ("SAX-PD-2.0", include!("text/licenses/SAX-PD-2.0")), ("SCEA", include!("text/licenses/SCEA")), ("SGI-B-1.0", include!("text/licenses/SGI-B-1.0")), ("SGI-B-1.1", include!("text/licenses/SGI-B-1.1")), @@ -792,6 +864,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("SPL-1.0", include!("text/licenses/SPL-1.0")), ("SSH-OpenSSH", include!("text/licenses/SSH-OpenSSH")), ("SSH-short", include!("text/licenses/SSH-short")), + ( + "SSLeay-standalone", + include!("text/licenses/SSLeay-standalone"), + ), ("SSPL-1.0", include!("text/licenses/SSPL-1.0")), ("SWL", include!("text/licenses/SWL")), ("Saxpath", include!("text/licenses/Saxpath")), @@ -806,11 +882,13 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("Spencer-99", include!("text/licenses/Spencer-99")), ("StandardML-NJ", include!("text/licenses/StandardML-NJ")), ("SugarCRM-1.1.3", include!("text/licenses/SugarCRM-1.1.3")), + ("Sun-PPP", include!("text/licenses/Sun-PPP")), ("SunPro", include!("text/licenses/SunPro")), ("Symlinks", include!("text/licenses/Symlinks")), ("TAPR-OHL-1.0", include!("text/licenses/TAPR-OHL-1.0")), ("TCL", include!("text/licenses/TCL")), ("TCP-wrappers", include!("text/licenses/TCP-wrappers")), + ("TGPPL-1.0", include!("text/licenses/TGPPL-1.0")), ("TMate", include!("text/licenses/TMate")), ("TORQUE-1.1", include!("text/licenses/TORQUE-1.1")), ("TOSL", include!("text/licenses/TOSL")), @@ -823,8 +901,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("TermReadKey", include!("text/licenses/TermReadKey")), ("UCAR", include!("text/licenses/UCAR")), ("UCL-1.0", include!("text/licenses/UCL-1.0")), + ("UMich-Merit", include!("text/licenses/UMich-Merit")), ("UPL-1.0", include!("text/licenses/UPL-1.0")), ("URT-RLE", include!("text/licenses/URT-RLE")), + ("Unicode-3.0", include!("text/licenses/Unicode-3.0")), ( "Unicode-DFS-2015", include!("text/licenses/Unicode-DFS-2015"), @@ -868,6 +948,10 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("Zimbra-1.3", include!("text/licenses/Zimbra-1.3")), ("Zimbra-1.4", include!("text/licenses/Zimbra-1.4")), ("Zlib", include!("text/licenses/Zlib")), + ( + "bcrypt-Solar-Designer", + include!("text/licenses/bcrypt-Solar-Designer"), + ), ("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")), @@ -891,6 +975,8 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("fwlw", include!("text/licenses/fwlw")), ("gSOAP-1.3b", include!("text/licenses/gSOAP-1.3b")), ("gnuplot", include!("text/licenses/gnuplot")), + ("gtkbook", include!("text/licenses/gtkbook")), + ("hdparm", include!("text/licenses/hdparm")), ("iMatix", include!("text/licenses/iMatix")), ("libpng-2.0", include!("text/licenses/libpng-2.0")), ("libselinux-1.0", include!("text/licenses/libselinux-1.0")), @@ -901,6 +987,7 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ), ("lsof", include!("text/licenses/lsof")), ("magaz", include!("text/licenses/magaz")), + ("mailprio", include!("text/licenses/mailprio")), ("metamail", include!("text/licenses/metamail")), ("mpi-permissive", include!("text/licenses/mpi-permissive")), ("mpich2", include!("text/licenses/mpich2")), @@ -909,13 +996,19 @@ pub const LICENSE_TEXTS: &[(&str, &str)] = &[ ("psfrag", include!("text/licenses/psfrag")), ("psutils", include!("text/licenses/psutils")), ("python-ldap", include!("text/licenses/python-ldap")), + ("radvd", include!("text/licenses/radvd")), ("snprintf", include!("text/licenses/snprintf")), + ("softSurfer", include!("text/licenses/softSurfer")), ("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")), + ( + "xkeyboard-config-Zinoviev", + include!("text/licenses/xkeyboard-config-Zinoviev"), + ), ("xlock", include!("text/licenses/xlock")), ("xpp", include!("text/licenses/xpp")), ( @@ -950,6 +1043,10 @@ pub const EXCEPTION_TEXTS: &[(&str, &str)] = &[ "Autoconf-exception-macro", include!("text/exceptions/Autoconf-exception-macro"), ), + ( + "Bison-exception-1.24", + include!("text/exceptions/Bison-exception-1.24"), + ), ( "Bison-exception-2.2", include!("text/exceptions/Bison-exception-2.2"), @@ -992,6 +1089,10 @@ pub const EXCEPTION_TEXTS: &[(&str, &str)] = &[ include!("text/exceptions/GCC-exception-3.1"), ), ("GNAT-exception", include!("text/exceptions/GNAT-exception")), + ( + "GNOME-examples-exception", + include!("text/exceptions/GNOME-examples-exception"), + ), ( "GNU-compiler-exception", include!("text/exceptions/GNU-compiler-exception"), @@ -1017,6 +1118,7 @@ pub const EXCEPTION_TEXTS: &[(&str, &str)] = &[ "GStreamer-exception-2008", include!("text/exceptions/GStreamer-exception-2008"), ), + ("Gmsh-exception", include!("text/exceptions/Gmsh-exception")), ( "KiCad-libraries-exception", include!("text/exceptions/KiCad-libraries-exception"), @@ -1101,6 +1203,7 @@ pub const EXCEPTION_TEXTS: &[(&str, &str)] = &[ "eCos-exception-2.0", include!("text/exceptions/eCos-exception-2.0"), ), + ("fmt-exception", include!("text/exceptions/fmt-exception")), ( "freertos-exception-2.0", include!("text/exceptions/freertos-exception-2.0"), diff --git a/src/text/exceptions/Bison-exception-1.24 b/src/text/exceptions/Bison-exception-1.24 new file mode 100644 index 0000000..b15d275 --- /dev/null +++ b/src/text/exceptions/Bison-exception-1.24 @@ -0,0 +1,5 @@ +r#"As a special exception, when this file is copied by Bison into a +Bison output file, you may use that output file without restriction. +This special exception was added by the Free Software Foundation +in version 1.24 of Bison. +"# \ No newline at end of file diff --git a/src/text/exceptions/GNOME-examples-exception b/src/text/exceptions/GNOME-examples-exception new file mode 100644 index 0000000..d520ae4 --- /dev/null +++ b/src/text/exceptions/GNOME-examples-exception @@ -0,0 +1,2 @@ +r#"As a special exception, the copyright holders give you permission to copy, modify, and distribute the example code contained in this document under the terms of your choosing, without restriction. +"# \ No newline at end of file diff --git a/src/text/exceptions/Gmsh-exception b/src/text/exceptions/Gmsh-exception new file mode 100644 index 0000000..b302286 --- /dev/null +++ b/src/text/exceptions/Gmsh-exception @@ -0,0 +1,17 @@ +r#"The copyright holders of Gmsh give you permission to combine Gmsh + with code included in the standard release of Netgen (from Joachim + Sch"oberl), METIS (from George Karypis at the University of + Minnesota), OpenCASCADE (from Open CASCADE S.A.S) and ParaView + (from Kitware, Inc.) under their respective licenses. You may copy + and distribute such a system following the terms of the GNU GPL for + Gmsh and the licenses of the other code concerned, provided that + you include the source code of that other code when and as the GNU + GPL requires distribution of source code. + + Note that people who make modified versions of Gmsh 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/exceptions/fmt-exception b/src/text/exceptions/fmt-exception new file mode 100644 index 0000000..d207525 --- /dev/null +++ b/src/text/exceptions/fmt-exception @@ -0,0 +1,7 @@ +r#"--- Optional exception to the license --- + +As an exception, if, as a result of your compiling your source code, portions +of this Software are embedded into a machine-executable object form of such +source code, you may redistribute such embedded portions in such object form +without including the above copyright and permission notices. +"# \ No newline at end of file diff --git a/src/text/licenses/AML-glslang b/src/text/licenses/AML-glslang new file mode 100644 index 0000000..7337223 --- /dev/null +++ b/src/text/licenses/AML-glslang @@ -0,0 +1,42 @@ +r#"Copyright (c) 2002, NVIDIA Corporation. + +NVIDIA Corporation("NVIDIA") supplies this software to you in +consideration of your agreement to the following terms, and your use, +installation, modification or redistribution of this NVIDIA software +constitutes acceptance of these terms. If you do not agree with these +terms, please do not use, install, modify or redistribute this NVIDIA +software. + +In consideration of your agreement to abide by the following terms, and +subject to these terms, NVIDIA grants you a personal, non-exclusive +license, under NVIDIA's copyrights in this original NVIDIA software (the +"NVIDIA Software"), to use, reproduce, modify and redistribute the +NVIDIA Software, with or without modifications, in source and/or binary +forms; provided that if you redistribute the NVIDIA Software, you must +retain the copyright notice of NVIDIA, this notice and the following +text and disclaimers in all such redistributions of the NVIDIA Software. +Neither the name, trademarks, service marks nor logos of NVIDIA +Corporation may be used to endorse or promote products derived from the +NVIDIA Software without specific prior written permission from NVIDIA. +Except as expressly stated in this notice, no other rights or licenses +express or implied, are granted by NVIDIA herein, including but not +limited to any patent rights that may be infringed by your derivative +works or by other works in which the NVIDIA Software may be +incorporated. No hardware is licensed hereunder. + +THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, +INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER +PRODUCTS. + +IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, +INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY +OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE +NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, +TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF +NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +"# \ No newline at end of file diff --git a/src/text/licenses/Adobe-Display-PostScript b/src/text/licenses/Adobe-Display-PostScript new file mode 100644 index 0000000..c238cee --- /dev/null +++ b/src/text/licenses/Adobe-Display-PostScript @@ -0,0 +1,31 @@ +r#"(c)Copyright 1988,1991 Adobe Systems Incorporated. +All rights reserved. + +Permission to use, copy, modify, distribute, and sublicense this software and its +documentation for any purpose and without fee is hereby granted, provided that +the above copyright notices appear in all copies and that both those copyright +notices and this permission notice appear in supporting documentation and that +the name of Adobe Systems Incorporated not be used in advertising or publicity +pertaining to distribution of the software without specific, written prior +permission. No trademark license to use the Adobe trademarks is hereby +granted. If the Adobe trademark "Display PostScript"(tm) is used to describe +this software, its functionality or for any other purpose, such use shall be +limited to a statement that this software works in conjunction with the Display +PostScript system. Proper trademark attribution to reflect Adobe's ownership +of the trademark shall be given whenever any such reference to the Display +PostScript system is made. + +ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY +PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE +DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON- +INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU +OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT +LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER +SUPPORT FOR THE SOFTWARE. + +Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems +Incorporated which may be registered in certain jurisdictions. +"# \ No newline at end of file diff --git a/src/text/licenses/Apache-1.1 b/src/text/licenses/Apache-1.1 index 6b47ed2..ae51349 100644 --- a/src/text/licenses/Apache-1.1 +++ b/src/text/licenses/Apache-1.1 @@ -1,4 +1,4 @@ -r#"Apache License 1.1 +r#"The Apache Software License, Version 1.1 Copyright (c) 2000 The Apache Software Foundation. All rights reserved. @@ -14,9 +14,9 @@ Alternately, this acknowledgment may appear in the software itself, if and where 4. The names "Apache" and "Apache Software Foundation" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact apache@apache.org. -5. Products derived from this software may not be called "Apache" [ex. "Jakarta," "Apache," or "Apache Commons,"] nor may "Apache" [ex. the names] appear in their name, without prior written permission of the Apache Software Foundation. +5. Products derived from this software may not be called "Apache" nor may "Apache" appear in their name, without prior written permission of the Apache Software Foundation. -THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR ITS 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. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR ITS 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. - This software consists of voluntary contributions made by many individuals on behalf of the Apache Software Foundation. For more information on the Apache Software Foundation, please see http://www.apache.org/. Portions of this software are based upon public domain software originally written at the National Center for Supercomputing Applications, University of Illinois, Urbana-Champaign. + This software consists of voluntary contributions made by many individuals on behalf of the Apache Software Foundation. For more information on the Apache Software Foundation, please see . Portions of this software are based upon public domain software originally written at the National Center for Supercomputing Applications, University of Illinois, Urbana-Champaign. "# \ No newline at end of file diff --git a/src/text/licenses/BSD-2-Clause-Darwin b/src/text/licenses/BSD-2-Clause-Darwin new file mode 100644 index 0000000..5962671 --- /dev/null +++ b/src/text/licenses/BSD-2-Clause-Darwin @@ -0,0 +1,29 @@ +r#"Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995. +Software written by Ian F. Darwin and others; +maintained 1994- Christos Zoulas. + +This software is not subject to any export provision of the United States +Department of Commerce, and may be exported to any country or planet. + +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 immediately at the beginning of the file, without modification, + 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. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``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. +"# \ No newline at end of file diff --git a/src/text/licenses/BSD-3-Clause-acpica b/src/text/licenses/BSD-3-Clause-acpica new file mode 100644 index 0000000..9017a47 --- /dev/null +++ b/src/text/licenses/BSD-3-Clause-acpica @@ -0,0 +1,27 @@ +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, + without modification. +2. Redistributions in binary form must reproduce at minimum a disclaimer + substantially similar to the "NO WARRANTY" disclaimer below + ("Disclaimer") and any redistribution must be conditioned upon + including a substantially similar Disclaimer requirement for further + binary redistribution. +3. Neither the names of the above-listed copyright holders nor the names + of any contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"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 COPYRIGHT +OWNER 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. +"# \ No newline at end of file diff --git a/src/text/licenses/BSD-Source-beginning-file b/src/text/licenses/BSD-Source-beginning-file new file mode 100644 index 0000000..30c187a --- /dev/null +++ b/src/text/licenses/BSD-Source-beginning-file @@ -0,0 +1,24 @@ +r#"Copyright (c) 1997 Justin T. Gibbs. +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. Redistributions of source code must retain the above copyright + notice, this list of conditions, and the following disclaimer, + without modification, immediately at the beginning of the file. +2. 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 AND CONTRIBUTORS ``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. +"# \ No newline at end of file diff --git a/src/text/licenses/BSD-Systemics-W3Works b/src/text/licenses/BSD-Systemics-W3Works new file mode 100644 index 0000000..c2a1d16 --- /dev/null +++ b/src/text/licenses/BSD-Systemics-W3Works @@ -0,0 +1,63 @@ +r#"Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) + +Modifications and Current Implimentation Copyright (C) 2000 W3Works, LLC. + +All rights reserved. + +Current implimentation contains modifications made by W3Works, LLC. The +modifications remain copyright of W3Works, LLC and attribution for these +modification should be made to W3Works, LLC. These modifications and +this copyright must remain with this package. + +Additions to the Restrictions set out below are: +1. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product inculdes software developed by W3Works, LLC (http://www.w3works.com) + + NO ADDITIONAL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE EXTENDED BY THIS DISTRIBUTION. + + Any subsequent derrivations of this package must retainl this copyright. + + +Original Copyright Below + +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/Brian-Gladman-2-Clause b/src/text/licenses/Brian-Gladman-2-Clause new file mode 100644 index 0000000..df8d36c --- /dev/null +++ b/src/text/licenses/Brian-Gladman-2-Clause @@ -0,0 +1,18 @@ +r#"Copyright (C) 1998-2013, Brian Gladman, Worcester, UK. All + rights reserved. + +The redistribution and use of this software (with or without +changes) is allowed without the payment of fees or royalties +provided that: + + source code distributions include the above copyright notice, + this list of conditions and the following disclaimer; + + binary distributions include the above copyright notice, this + list of conditions and the following disclaimer in their + documentation. + +This software is provided 'as is' with no explicit or implied +warranties in respect of its operation, including, but not limited +to, correctness and fitness for purpose. +"# \ No newline at end of file diff --git a/src/text/licenses/CC-BY-3.0-AU b/src/text/licenses/CC-BY-3.0-AU new file mode 100644 index 0000000..c07105c --- /dev/null +++ b/src/text/licenses/CC-BY-3.0-AU @@ -0,0 +1,137 @@ +r#"Creative Commons Attribution 3.0 Australia + +CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENCE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. +Licence + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENCE ("LICENCE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORISED UNDER THIS LICENCE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENCE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + +1. Definitions + + a. "Collection" means the Work in its entirety in unmodified form along with one or more other separate and independent works, assembled into a collective whole. A Collection may, for example, include a periodical, encyclopedia or anthology. A Collection will not be considered a Derivative Work for the purposes of this Licence. + b. "Derivative Work" means material in any form that is created by editing, modifying or adapting the Work, a substantial part of the Work, or the Work and other pre-existing works. Derivative Works may, for example, include a translation, adaptation, musical arrangement, dramatisation, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be transformed or adapted, except that a Collection will not be considered a Derivative Work for the purpose of this Licence. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this Licence. + c. "Distribute" means to make available to the public by any means, including publication, electronic communication, or broadcast. + d. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this Licence. + e. "Original Author" means the individual, individuals, entity or entities who created the Work. + f. "Reproduce" means to make a copy of the Work in any material form (eg storage in digital form). + g. "Work" means the material (including any work or other subject matter) protected by copyright which is offered under the terms of this Licence. This may include (without limitation) a literary, dramatic, musical or artistic work; a sound recording or cinematograph film; a published edition of a literary, dramatic, musical or artistic work; or a television or sound broadcast. + h. "You" means an individual or entity exercising rights under this Licence who has not previously violated the terms of this Licence with respect to the Work, or who has received express permission from the Licensor to exercise rights under this Licence despite a previous violation. + +2. Fair Dealing and Other Rights + +Nothing in this Licence is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions under copyright law or any other applicable laws. + +3. Licence Grant + +3A Grant of Rights + +Provided that the terms set out in this Licence are satisfied, the Licensor grants to You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) licence to exercise the following rights: + a. Reproduce the Work; + b. incorporate the Work into one or more Collections; + c. Reproduce the Work as incorporated in any Collection; + d. create and Reproduce one or more Derivative Works; and + e. Distribute and publicly perform the Work, a Derivative Work or the Work as incorporated in any Collection. + +3B Media and Formats + +The above rights may be exercised in any media or format whether now known or hereafter created. They include the right to make modifications that are technically necessary to exercise the rights in other media and formats. + +3C Other Rights Reserved + +All rights not expressly granted by the Licensor are reserved. The Licensor waives the right to collect royalties for any exercise by You of the rights granted under this Licence. + +4. Restrictions + +The licence granted above is limited by the following restrictions. + +4A Restrictions on Distribution and Public Performance of the Work + + a. You may Distribute and publicly perform the Work only under the terms of this Licence. + b. You must include a copy of, or the Uniform Resource Identifier (such as a web link) for, this Licence with every copy of the Work You Distribute or publicly perform. + c. You must not offer or impose any terms on the Work that restrict this Licence or the ability of a recipient of the Work from You to exercise the rights granted to them by this Licence. + d. You are not granted the right to sublicense the Work. The rights of recipients of the Work from You are governed by clause 9. + e. You must keep intact all notices that refer to this Licence and to the disclaimer of warranties with every copy of the Work You Distribute or publicly perform. + f. When You Distribute or publicly perform the Work, You must not impose any technological measures on it that restrict the ability of a recipient of the Work from You to exercise the rights granted to them by this Licence. + g. For the avoidance of doubt, while this clause 4A applies to the Work as incorporated into a Collection, it does not require other material within the Collection, or the Collection apart from the Work itself, to be made subject to this Licence. + +4B Attribution and Notice Requirements + + a. When You Distribute or publicly perform the Work or any Derivative Work or Collection You must keep intact all copyright notices for the Work. + b. When You Distribute or publicly perform the Work or any Derivative Work or Collection You must provide, in a manner reasonable to the medium or means You are using: + i. the name or pseudonym (if provided) of the Original Author and/or of any other party (such as a sponsor institute, publishing entity or journal) that the Original Author or Licensor has requested be attributed (such as in the copyright notice or terms of use). In this clause 4B these parties are referred to as "Attribution Parties"; + ii. the title of the Work (if provided); and + iii. to the extent reasonably practicable, any Uniform Resource Identifier (such as a web link) that the Licensor specifies should be associated with the Work that refers to the copyright notice or licensing information for the Work. + c. For any Derivative Work You Distribute or publicly perform, You must take reasonable steps to clearly identify that changes were made to the Work. For example, a translation could be marked "The original work was translated from English to Spanish". + d. In the case of a Derivative Work or Collection, the above attribution should, at a minimum, appear as part of any credits for other contributing authors and be as prominent as the credits for those other authors. + e. You must, to the extent practicable, remove the above attribution from any Collection or Derivative Work if requested to do so by the Licensor or Original Author. + f. For the avoidance of doubt, You may only use the credit required by this clause 4B for the purpose of attribution in the manner set out above. By exercising Your rights under this Licence, You must not assert or imply: + i. any connection between the Original Author, Licensor or any other Attribution Party and You or Your use of the Work; or + ii. sponsorship or endorsement by the Original Author, Licensor or any other Attribution Party of You or Your use of the Work, + without their separate, express prior written permission. + +4C Moral Rights + +Moral rights remain unaffected to the extent they are recognised and nonwaivable at law. In this clause 4C, "moral rights" means the personal rights granted by law to the Original Author of a copyright work. For example, Part IX of the Copyright Act 1968 (Cth) grants authors the right of integrity of authorship, the right of attribution of authorship, and the right not to have authorship falsely attributed. + +5. Representations, Warranties and Disclaimer + +Except as expressly stated in this Licence or otherwise agreed to by the parties in writing, and to the full extent permitted by applicable law, the Licensor offers the Work "as-is" and makes no representations, warranties or conditions of any kind concerning the Work, express, implied, statutory or otherwise. This includes, without limitation, any representations, warranties or conditions regarding: + a. the contents or accuracy of the Work; + i. title, merchantability, or fitness for a particular purpose; + ii. non-infringement; + iii. the absence of latent or other defects; or + iv. the presence or absence of errors, whether or not discoverable. + b. The Trade Practices Act 1974 (Cth), and the corresponding State and Territory fair trading legislation, imply certain warranties and conditions in certain circumstances, such as the right to supply or fitness for purpose of goods or services supplied to a consumer. Clause 5(a) cannot and is not intended to exclude, restrict or modify these warranties. + +6. Limit of Liability + + a. To the full extent permitted by applicable law, and except for any liability arising from contrary agreement, in no event will the Licensor be liable to You on any legal basis (including without limitation, negligence) for any loss or damage whatsoever, including (without limitation): + i. loss of production or operation time, loss, damage or corruption of data or records; or + ii. loss of anticipated savings, opportunity, revenue, profit or goodwill, or other economic loss; or + iii. any special, incidental, consequential, punitive or exemplary damages arising out of or in connection with this Licence or the use of the Work, even if the Licensor has been advised of the possibility of such damages. + b. If applicable legislation implies warranties or conditions, or imposes obligations or liability on the Licensor in respect of this Licence that cannot be wholly or partly excluded, restricted or modified, the Licensor’s liability is limited, to the full extent permitted by the applicable legislation, at its option, to: + i. in the case of goods, any one or more of the following: + * the replacement of the goods or the supply of equivalent goods; + * the repair of the goods; + * the payment of the cost of replacing the goods or of acquiring equivalent goods; + * the payment of the cost of having the goods repaired; or + ii. in the case of services: + * the supplying of the services again; or + * the payment of the cost of having the services supplied again. + c. The Trade Practices Act 1974 (Cth), and the corresponding State and Territory fair trading legislation, restrict the limitation of liability in certain circumstances, such as a contract for the supply of goods or services of a kind ordinarily acquired for personal, domestic, or household use. Clauses 6(a) and 6(b) cannot and are not intended to apply in circumstances where it is prohibited by law. + +7. Termination + +This Licence and the rights granted to You under this Licence shall terminate automatically upon any breach by You of the terms of the Licence. Individuals or entities who have received a Derivative Work or a Collection from You pursuant to this Licence, however, will not have their licences terminated provided they remain in full compliance with those licences. Clauses 1, 2, 5, 6, 7, 8, 9, 10, 11, 12 and 13 shall survive any termination of this Licence. + +8. Licensor’s Rights Retained + +Subject to the above terms, the Licence granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding this, the Licensor reserves the right to release the Work under different licence terms or to stop distributing the Work at any time. However, any such release will not serve to withdraw this Licence (or any other licence that has been granted under the terms of this Licence), and this Licence will continue in full force and effect unless terminated as stated above. + +9. Licence Grant to Recipients of the Work from You + +Each time You Distribute or publicly perform the Work, a Derivative Work or a Collection the Licensor offers the recipient a licence to the Work on the same terms as are granted to You under this Licence. + +10. Severability + +If any provision of this Licence is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Licence. Without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + +11. Waivers and Consents + +No term of this Licence shall be deemed waived and no breach consented to unless such waiver or consent is in writing and signed by the relevant party. + +12. Entire Agreement + +This Licence constitutes the entire agreement between the parties. To the full extent permitted by law, there are no understandings, agreements or representations with respect to the Work not specified here. The Licensor shall not be bound by any additional provisions that may appear in any communication from You. This Licence may not be modified without the written agreement of the Licensor and You. + +13. Governing Law + +The construction, validity and performance of this Licence shall be governed by the laws in force in the Australian Capital Territory, Australia. + +Creative Commons Notice + +Creative Commons is not a party to this Licence, and, to the full extent permitted by applicable law, makes no representation or warranty whatsoever in connection with the Work. To the full extent permitted by applicable law, Creative Commons will not be liable to You or any party on any legal theory (including, without limitation, negligence) for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this licence. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. Except for the limited purpose of indicating to the public that the Work is licensed under the Licence, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons’ then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. + +Creative Commons may be contacted at https://creativecommons.org/ . +"# \ No newline at end of file diff --git a/src/text/licenses/CMU-Mach-nodoc b/src/text/licenses/CMU-Mach-nodoc new file mode 100644 index 0000000..3e024af --- /dev/null +++ b/src/text/licenses/CMU-Mach-nodoc @@ -0,0 +1,12 @@ +r#"Copyright (C) 2002 Naval Research Laboratory (NRL/CCS) + +Permission to use, copy, modify and distribute this software and +its documentation is hereby granted, provided that both the +copyright notice and this permission notice appear in all copies of +the software, derivative works or modified versions, and any +portions thereof. + +NRL ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND +DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER +RESULTING FROM THE USE OF THIS SOFTWARE. +"# \ No newline at end of file diff --git a/src/text/licenses/Caldera-no-preamble b/src/text/licenses/Caldera-no-preamble new file mode 100644 index 0000000..9d7a8ad --- /dev/null +++ b/src/text/licenses/Caldera-no-preamble @@ -0,0 +1,36 @@ +r#"Copyright(C) Caldera International Inc. 2001-2002. 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 and documentation must retain the above +copyright notice, this list of conditions and the following disclaimer. + +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. + +All advertising materials mentioning features or use of this software +must display the following acknowledgement: + + This product includes software developed or owned by Caldera + International, Inc. + +Neither the name of Caldera International, Inc. nor the names of other +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA +INTERNATIONAL, INC. AND CONTRIBUTORS ``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 CALDERA INTERNATIONAL, INC. 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/DEC-3-Clause b/src/text/licenses/DEC-3-Clause new file mode 100644 index 0000000..2bc18a7 --- /dev/null +++ b/src/text/licenses/DEC-3-Clause @@ -0,0 +1,29 @@ +r#"Copyright 1997 Digital Equipment Corporation. +All rights reserved. + +This software is furnished under license and may be used and copied only in +accordance with the following terms and conditions. Subject to these +conditions, you may download, copy, install, use, modify and distribute +this software in source and/or binary form. No title or ownership is +transferred hereby. + +1) Any source code used, modified or distributed must reproduce and retain + this copyright notice and list of conditions as they appear in the + source file. + +2) No right is granted to use any trade name, trademark, or logo of Digital + Equipment Corporation. Neither the "Digital Equipment Corporation" + name nor any trademark or logo of Digital Equipment Corporation may be + used to endorse or promote products derived from this software without + the prior written permission of Digital Equipment Corporation. + +3) This software is provided "AS-IS" and any express or implied warranties, + including but not limited to, any implied warranties of merchantability, + fitness for a particular purpose, or non-infringement are disclaimed. + In no event shall DIGITAL be liable for any damages whatsoever, and in + particular, DIGITAL shall not be liable for special, indirect, + consequential, or incidental damages or damages for lost profits, loss + of revenue or loss of use, whether such damages arise in contract, + negligence, tort, under statute, in equity, at law or otherwise, even + if advised of the possibility of such damage. +"# \ No newline at end of file diff --git a/src/text/licenses/DRL-1.1 b/src/text/licenses/DRL-1.1 new file mode 100644 index 0000000..9f929c4 --- /dev/null +++ b/src/text/licenses/DRL-1.1 @@ -0,0 +1,18 @@ +r#"Detection Rule License (DRL) 1.1 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this rule set and associated documentation files (the "Rules"), to deal in the Rules without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Rules, and to permit persons to whom the Rules are furnished to do so, subject to the following conditions: + +If you share the Rules (including in modified form), you must retain the following if it is supplied within the Rules: + +identification of the authors(s) ("author" field) of the Rule and any others designated to receive attribution, in any reasonable manner requested by the Rule author (including by pseudonym if designated). + +a URI or hyperlink to the Rule set or explicit Rule to the extent reasonably practicable + +indicate the Rules are licensed under this Detection Rule License, and include the text of, or the URI or hyperlink to, this Detection Rule License to the extent reasonably practicable + +If you use the Rules (including in modified form) on data, messages based on matches with the Rules must retain the following if it is supplied within the Rules: + +identification of the authors(s) ("author" field) of the Rule and any others designated to receive attribution, in any reasonable manner requested by the Rule author (including by pseudonym if designated). + +THE RULES ARE 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 RULES OR THE USE OR OTHER DEALINGS IN THE RULES. +"# \ No newline at end of file diff --git a/src/text/licenses/FSFAP-no-warranty-disclaimer b/src/text/licenses/FSFAP-no-warranty-disclaimer new file mode 100644 index 0000000..5edd5fd --- /dev/null +++ b/src/text/licenses/FSFAP-no-warranty-disclaimer @@ -0,0 +1,6 @@ +r#"Copyright (C) 2008 Micah J. Cowan + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. +"# \ No newline at end of file diff --git a/src/text/licenses/GCR-docs b/src/text/licenses/GCR-docs new file mode 100644 index 0000000..1473766 --- /dev/null +++ b/src/text/licenses/GCR-docs @@ -0,0 +1,31 @@ +r#"This work may be reproduced and distributed in whole or in part, in +any medium, physical or electronic, so as long as this copyright +notice remains intact and unchanged on all copies. Commercial +redistribution is permitted and encouraged, but you may not +redistribute, in whole or in part, under terms more restrictive than +those under which you received it. If you redistribute a modified or +translated version of this work, you must also make the source code to +the modified or translated version available in electronic form +without charge. However, mere aggregation as part of a larger work +shall not count as a modification for this purpose. + +All code examples in this work are placed into the public domain, +and may be used, modified and redistributed without restriction. + +BECAUSE THIS WORK IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE WORK, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE WORK "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. SHOULD THE WORK PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY REPAIR OR CORRECTION. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE WORK AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +WORK, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. +"# \ No newline at end of file diff --git a/src/text/licenses/GPL-2.0+ b/src/text/licenses/GPL-2.0+ index 1576c0a..2f710d7 100644 --- a/src/text/licenses/GPL-2.0+ +++ b/src/text/licenses/GPL-2.0+ @@ -104,7 +104,7 @@ This program is free software; you can redistribute it and/or modify it under th This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA . Also add information on how to contact you by electronic and paper mail. diff --git a/src/text/licenses/HPND-Fenneberg-Livingston b/src/text/licenses/HPND-Fenneberg-Livingston new file mode 100644 index 0000000..4470cb0 --- /dev/null +++ b/src/text/licenses/HPND-Fenneberg-Livingston @@ -0,0 +1,14 @@ +r#"Copyright (C) 1995,1996,1997,1998 Lars Fenneberg + +Permission to use, copy, modify, and distribute this software for any +purpose and without fee is hereby granted, provided that this copyright and +permission notice appear on all copies and supporting documentation, the +name of Lars Fenneberg not be used in advertising or publicity pertaining to +distribution of the program without specific prior permission, and notice be +given in supporting documentation that copying and distribution is by +permission of Lars Fenneberg. + +Lars Fenneberg 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-INRIA-IMAG b/src/text/licenses/HPND-INRIA-IMAG new file mode 100644 index 0000000..fab0e91 --- /dev/null +++ b/src/text/licenses/HPND-INRIA-IMAG @@ -0,0 +1,10 @@ +r#"This software is available with usual "research" terms with +the aim of retain credits of the software. Permission to use, +copy, modify and distribute this software for any purpose and +without fee is hereby granted, provided that the above copyright +notice and this permission notice appear in all copies, and +the name of INRIA, IMAG, or any contributor not be used in +advertising or publicity pertaining to this material without +the prior explicit permission. The software is provided "as +is" without any warranties, support or liabilities of any kind. +"# \ No newline at end of file diff --git a/src/text/licenses/HPND-Kevlin-Henney b/src/text/licenses/HPND-Kevlin-Henney new file mode 100644 index 0000000..8acc993 --- /dev/null +++ b/src/text/licenses/HPND-Kevlin-Henney @@ -0,0 +1,11 @@ +r#"Copyright Kevlin Henney, 1997, 2003, 2012. All rights reserved. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose is hereby granted without fee, provided +that this copyright and permissions notice appear in all copies and +derivatives. + +This software is supplied "as is" without express or implied warranty. + +But that said, if there are any problems please get in touch. +"# \ No newline at end of file diff --git a/src/text/licenses/HPND-MIT-disclaimer b/src/text/licenses/HPND-MIT-disclaimer new file mode 100644 index 0000000..8a993a2 --- /dev/null +++ b/src/text/licenses/HPND-MIT-disclaimer @@ -0,0 +1,19 @@ +r#" LICENSE + ======= + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided +that the original copyright notices appear in all copies and that both +copyright notice and this permission notice appear in supporting +documentation, and that the name of the author not be used in advertising +or publicity pertaining to distribution of the software without specific +prior written permission. + +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/HPND-sell-MIT-disclaimer-xserver b/src/text/licenses/HPND-sell-MIT-disclaimer-xserver new file mode 100644 index 0000000..a6f16b0 --- /dev/null +++ b/src/text/licenses/HPND-sell-MIT-disclaimer-xserver @@ -0,0 +1,13 @@ +r#"Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +this permission notice appear in supporting documentation. This permission +notice shall be included in all copies or substantial portions of the +Software. + +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 +AUTHOR 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/ISC-Veillard b/src/text/licenses/ISC-Veillard new file mode 100644 index 0000000..648ba2b --- /dev/null +++ b/src/text/licenses/ISC-Veillard @@ -0,0 +1,10 @@ +r#"Copyright (C) 2003-2012 Daniel Veillard. +Permission to use, copy, +modify, and distribute this software for any purpose with or +without fee is hereby granted, provided that the above copyright +notice and this permission notice appear in all copies. 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. THE AUTHORS +AND CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. +"# \ No newline at end of file diff --git a/src/text/licenses/LPD-document b/src/text/licenses/LPD-document new file mode 100644 index 0000000..4758e5a --- /dev/null +++ b/src/text/licenses/LPD-document @@ -0,0 +1,9 @@ +r#"Copyright (c) 1996 L. Peter Deutsch + +Permission is granted to copy and distribute this +document for any purpose and without charge, including +translations into other languages and incorporation +into compilations, provided that the copyright notice +and this notice are preserved, and that any substantive +changes or deletions from the original are clearly marked. +"# \ No newline at end of file diff --git a/src/text/licenses/Mackerras-3-Clause b/src/text/licenses/Mackerras-3-Clause new file mode 100644 index 0000000..d14c13f --- /dev/null +++ b/src/text/licenses/Mackerras-3-Clause @@ -0,0 +1,26 @@ +r#"Copyright (c) 1995 Eric Rosenquist. 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. 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. The name(s) of the authors of this software must not be used to + endorse or promote products derived from this software without + prior written permission. + + THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO + THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS, IN NO EVENT SHALL THE AUTHORS 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/Mackerras-3-Clause-acknowledgment b/src/text/licenses/Mackerras-3-Clause-acknowledgment new file mode 100644 index 0000000..dfb4067 --- /dev/null +++ b/src/text/licenses/Mackerras-3-Clause-acknowledgment @@ -0,0 +1,26 @@ +r#"Copyright (c) 1993-2002 Paul Mackerras. 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. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. The name(s) of the authors of this software must not be used to + endorse or promote products derived from this software without + prior written permission. + +3. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by Paul Mackerras + ". + +THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS, IN NO EVENT SHALL THE AUTHORS 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/OpenSSL-standalone b/src/text/licenses/OpenSSL-standalone new file mode 100644 index 0000000..c755396 --- /dev/null +++ b/src/text/licenses/OpenSSL-standalone @@ -0,0 +1,51 @@ +r#"Copyright (c) 1998-2019 The OpenSSL Project. 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. 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. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + + 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + + 5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + + 6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + + THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + EXPRESSED 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 OpenSSL PROJECT OR + ITS 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. + ==================================================================== + + This product includes cryptographic software written by Eric Young + (eay@cryptsoft.com). This product includes software written by Tim + Hudson (tjh@cryptsoft.com). +"# \ No newline at end of file diff --git a/src/text/licenses/OpenVision b/src/text/licenses/OpenVision new file mode 100644 index 0000000..cc74fa7 --- /dev/null +++ b/src/text/licenses/OpenVision @@ -0,0 +1,34 @@ +r#"Copyright, OpenVision Technologies, Inc., 1993-1996, All Rights +Reserved + +WARNING: Retrieving the OpenVision Kerberos Administration system +source code, as described below, indicates your acceptance of the +following terms. If you do not agree to the following terms, do +not retrieve the OpenVision Kerberos administration system. + +You may freely use and distribute the Source Code and Object Code +compiled from it, with or without modification, but this Source +Code is provided to you "AS IS" EXCLUSIVE OF ANY WARRANTY, +INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY OR +FITNESS FOR A PARTICULAR PURPOSE, OR ANY OTHER WARRANTY, WHETHER +EXPRESS OR IMPLIED. IN NO EVENT WILL OPENVISION HAVE ANY LIABILITY +FOR ANY LOST PROFITS, LOSS OF DATA OR COSTS OF PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES, OR FOR ANY SPECIAL, INDIRECT, OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, INCLUDING, +WITHOUT LIMITATION, THOSE RESULTING FROM THE USE OF THE SOURCE +CODE, OR THE FAILURE OF THE SOURCE CODE TO PERFORM, OR FOR ANY +OTHER REASON. + +OpenVision retains all copyrights in the donated Source Code. +OpenVision also retains copyright to derivative works of the Source +Code, whether created by OpenVision or by a third party. The +OpenVision copyright notice must be preserved if derivative works +are made based on the donated Source Code. + +OpenVision Technologies, Inc. has donated this Kerberos +Administration system to MIT for inclusion in the standard Kerberos +5 distribution. This donation underscores our commitment to +continuing Kerberos technology development and our gratitude for +the valuable work which has been performed by MIT and the Kerberos +community. +"# \ No newline at end of file diff --git a/src/text/licenses/Pixar b/src/text/licenses/Pixar new file mode 100644 index 0000000..3662fb5 --- /dev/null +++ b/src/text/licenses/Pixar @@ -0,0 +1,176 @@ +r#" + Modified Apache 2.0 License + + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor + and its affiliates, except as required to comply with Section 4(c) of + the License and to reproduce the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +"# \ No newline at end of file diff --git a/src/text/licenses/SAX-PD-2.0 b/src/text/licenses/SAX-PD-2.0 new file mode 100644 index 0000000..b1260b6 --- /dev/null +++ b/src/text/licenses/SAX-PD-2.0 @@ -0,0 +1,11 @@ +r#"SAX2 is Free! + +I hereby abandon any property rights to SAX 2.0 (the Simple API for +XML), and release all of the SAX 2.0 source code, compiled code, and +documentation contained in this distribution into the Public Domain. +SAX comes with NO WARRANTY or guarantee of fitness for any +purpose. + +David Megginson, david@megginson.com +2000-05-05 +"# \ No newline at end of file diff --git a/src/text/licenses/SSLeay-standalone b/src/text/licenses/SSLeay-standalone new file mode 100644 index 0000000..1f3cca4 --- /dev/null +++ b/src/text/licenses/SSLeay-standalone @@ -0,0 +1,59 @@ +r#"Original SSLeay License + ----------------------- + + Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + All rights reserved. + + This package is an SSL implementation written + by Eric Young (eay@cryptsoft.com). + The implementation was written so as to conform with Netscapes SSL. + + This library is free for commercial and non-commercial use as long as + the following conditions are aheared to. The following conditions + apply to all code found in this distribution, be it the RC4, RSA, + lhash, DES, etc., code; not just the SSL code. The SSL documentation + included with this distribution is covered by the same copyright terms + except that the holder is Tim Hudson (tjh@cryptsoft.com). + + Copyright remains Eric Young's, and as such any Copyright notices in + the code are not to be removed. + If this package is used in a product, Eric Young should be given attribution + as the author of the parts of the library 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 cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). + 4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + + THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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/Sun-PPP b/src/text/licenses/Sun-PPP new file mode 100644 index 0000000..d06f436 --- /dev/null +++ b/src/text/licenses/Sun-PPP @@ -0,0 +1,14 @@ +r#"Copyright (c) 2001 by Sun Microsystems, Inc. +All rights reserved. + +Non-exclusive rights to redistribute, modify, translate, and use +this software in source and binary forms, in whole or in part, is +hereby granted, provided that the above copyright notice is +duplicated in any source form, and that neither the name of the +copyright holder nor the author is used to endorse or promote +products derived from this software. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +"# \ No newline at end of file diff --git a/src/text/licenses/TGPPL-1.0 b/src/text/licenses/TGPPL-1.0 new file mode 100644 index 0000000..d6573b5 --- /dev/null +++ b/src/text/licenses/TGPPL-1.0 @@ -0,0 +1,182 @@ +r#"======================================================= +Transitive Grace Period Public Licence ("TGPPL") v. 1.0 +======================================================= + +This Transitive Grace Period Public Licence (the "License") applies to any +original work of authorship (the "Original Work") whose owner (the +"Licensor") has placed the following licensing notice adjacent to the +copyright notice for the Original Work: + + *Licensed under the Transitive Grace Period Public Licence version 1.0* + +1. **Grant of Copyright License.** Licensor grants You a worldwide, + royalty-free, non-exclusive, sublicensable license, for the duration of + the copyright, to do the following: + + a. to reproduce the Original Work in copies, either alone or as part of a + collective work; + + b. to translate, adapt, alter, transform, modify, or arrange the Original + Work, thereby creating derivative works ("Derivative Works") based upon + the Original Work; + + c. to distribute or communicate copies of the Original Work and Derivative + Works to the public, with the proviso that copies of Original Work or + Derivative Works that You distribute or communicate shall be licensed + under this Transitive Grace Period Public Licence no later than 12 + months after You distributed or communicated said copies; + + d. to perform the Original Work publicly; and + + e. to display the Original Work publicly. + +2. **Grant of Patent License.** Licensor grants You a worldwide, + royalty-free, non-exclusive, sublicensable license, under patent claims + owned or controlled by the Licensor that are embodied in the Original + Work as furnished by the Licensor, for the duration of the patents, to + make, use, sell, offer for sale, have made, and import the Original Work + and Derivative Works. + +3. **Grant of Source Code License.** The term "Source Code" means the + preferred form of the Original Work for making modifications to it and + all available documentation describing how to modify the Original + Work. Licensor agrees to provide a machine-readable copy of the Source + Code of the Original Work along with each copy of the Original Work that + Licensor distributes. Licensor reserves the right to satisfy this + obligation by placing a machine-readable copy of the Source Code in an + information repository reasonably calculated to permit inexpensive and + convenient access by You for as long as Licensor continues to distribute + the Original Work. + +4. **Exclusions From License Grant.** Neither the names of Licensor, nor the + names of any contributors to the Original Work, nor any of their + trademarks or service marks, may be used to endorse or promote products + derived from this Original Work without express prior permission of the + Licensor. Except as expressly stated herein, nothing in this License + grants any license to Licensor's trademarks, copyrights, patents, trade + secrets or any other intellectual property. No patent license is granted + to make, use, sell, offer for sale, have made, or import embodiments of + any patent claims other than the licensed claims defined in Section 2. No + license is granted to the trademarks of Licensor even if such marks are + included in the Original Work. Nothing in this License shall be + interpreted to prohibit Licensor from licensing under terms different + from this License any Original Work that Licensor otherwise would have a + right to license. + +5. **External Deployment.** The term "External Deployment" means the use, + distribution, or communication of the Original Work or Derivative Works + in any way such that the Original Work or Derivative Works may be used by + anyone other than You, whether those works are distributed or + communicated to those persons or made available as an application + intended for use over a network. As an express condition for the grants + of license hereunder, You must treat any External Deployment by You of + the Original Work or a Derivative Work as a distribution under section + 1(c). + +6. **Attribution Rights.** You must retain, in the Source Code of any + Derivative Works that You create, all copyright, patent, or trademark + notices from the Source Code of the Original Work, as well as any notices + of licensing and any descriptive text identified therein as an + "Attribution Notice." You must cause the Source Code for any Derivative + Works that You create to carry a prominent Attribution Notice reasonably + calculated to inform recipients that You have modified the Original Work. + +7. **Warranty of Provenance and Disclaimer of Warranty.** Licensor warrants + that the copyright in and to the Original Work and the patent rights + granted herein by Licensor are owned by the Licensor or are sublicensed + to You under the terms of this License with the permission of the + contributor(s) of those copyrights and patent rights. Except as expressly + stated in the immediately preceding sentence, the Original Work is + provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, + either express or implied, including, without limitation, the warranties + of non-infringement, merchantability or fitness for a particular + purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH + YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this + License. No license to the Original Work is granted by this License + except under this disclaimer. + +8. **Limitation of Liability.** Under no circumstances and under no legal + theory, whether in tort (including negligence), contract, or otherwise, + shall the Licensor be liable to anyone for any indirect, special, + incidental, or consequential damages of any character arising as a result + of this License or the use of the Original Work including, without + limitation, damages for loss of goodwill, work stoppage, computer failure + or malfunction, or any and all other commercial damages or losses. This + limitation of liability shall not apply to the extent applicable law + prohibits such limitation. + +9. **Acceptance and Termination.** If, at any time, You expressly assented + to this License, that assent indicates your clear and irrevocable + acceptance of this License and all of its terms and conditions. If You + distribute or communicate copies of the Original Work or a Derivative + Work, You must make a reasonable effort under the circumstances to obtain + the express assent of recipients to the terms of this License. This + License conditions your rights to undertake the activities listed in + Section 1, including your right to create Derivative Works based upon the + Original Work, and doing so without honoring these terms and conditions + is prohibited by copyright law and international treaty. Nothing in this + License is intended to affect copyright exceptions and limitations + (including 'fair use' or 'fair dealing'). This License shall terminate + immediately and You may no longer exercise any of the rights granted to + You by this License upon your failure to honor the conditions in Section + 1(c). + +10. **Termination for Patent Action.** This License shall terminate + automatically and You may no longer exercise any of the rights granted to + You by this License as of the date You commence an action, including a + cross-claim or counterclaim, against Licensor or any licensee alleging + that the Original Work infringes a patent. This termination provision + shall not apply for an action alleging patent infringement by + combinations of the Original Work with other software or hardware. + +11. **Jurisdiction, Venue and Governing Law.** Any action or suit relating to + this License may be brought only in the courts of a jurisdiction wherein + the Licensor resides or in which Licensor conducts its primary business, + and under the laws of that jurisdiction excluding its conflict-of-law + provisions. The application of the United Nations Convention on Contracts + for the International Sale of Goods is expressly excluded. Any use of the + Original Work outside the scope of this License or after its termination + shall be subject to the requirements and penalties of copyright or patent + law in the appropriate jurisdiction. This section shall survive the + termination of this License. + +12. **Attorneys' Fees.** In any action to enforce the terms of this License + or seeking damages relating thereto, the prevailing party shall be + entitled to recover its costs and expenses, including, without + limitation, reasonable attorneys' fees and costs incurred in connection + with such action, including any appeal of such action. This section shall + survive the termination of this License. + +13. **Miscellaneous.** If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. + +14. **Definition of "You" in This License.** "You" throughout this License, + whether in upper or lower case, means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License. For legal entities, "You" includes any entity that controls, is + controlled by, or is under common control with you. For purposes of this + definition, "control" means (i) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + +15. **Right to Use.** You may use the Original Work in all ways not otherwise + restricted or conditioned by this License or by law, and Licensor + promises not to interfere with or be responsible for such uses by You. + +16. **Modification of This License.** This License is Copyright © 2007 Zooko + Wilcox-O'Hearn. Permission is granted to copy, distribute, or communicate + this License without modification. Nothing in this License permits You to + modify this License as applied to the Original Work or to Derivative + Works. However, You may modify the text of this License and copy, + distribute or communicate your modified version (the "Modified License") + and apply it to other original works of authorship subject to the + following conditions: (i) You may not indicate in any way that your + Modified License is the "Transitive Grace Period Public Licence" or + "TGPPL" and you may not use those names in the name of your Modified + License; and (ii) You must replace the notice specified in the first + paragraph above with the notice "Licensed under " or with a notice of your own that is not confusingly similar to + the notice in this License. +"# \ No newline at end of file diff --git a/src/text/licenses/UMich-Merit b/src/text/licenses/UMich-Merit new file mode 100644 index 0000000..ed5e9a7 --- /dev/null +++ b/src/text/licenses/UMich-Merit @@ -0,0 +1,20 @@ +r#"[C] The Regents of the University of Michigan and Merit Network, Inc. 1992, +1993, 1994, 1995 All Rights Reserved + +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 and this permission notice appear in all +copies of the software and derivative works or modified versions thereof, +and that both the copyright notice and this permission and disclaimer +notice appear in supporting documentation. + +THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER +EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE REGENTS OF THE +UNIVERSITY OF MICHIGAN AND MERIT NETWORK, INC. DO NOT WARRANT THAT THE +FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR +THAT OPERATION WILL BE UNINTERRUPTED OR ERROR FREE. The Regents of the +University of Michigan and Merit Network, Inc. shall not be liable for any +special, indirect, incidental or consequential damages with respect to any +claim by Licensee or any third party arising from use of the software. +"# \ No newline at end of file diff --git a/src/text/licenses/Unicode-3.0 b/src/text/licenses/Unicode-3.0 new file mode 100644 index 0000000..30a4933 --- /dev/null +++ b/src/text/licenses/Unicode-3.0 @@ -0,0 +1,40 @@ +r#"UNICODE LICENSE V3 + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2023 Unicode, Inc. + +NOTICE TO USER: Carefully read the following legal agreement. BY +DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR +SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT +DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of data files and any associated documentation (the "Data Files") or +software and any associated documentation (the "Software") to deal in the +Data Files or Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, and/or sell +copies of the Data Files or Software, and to permit persons to whom the +Data Files or Software are furnished to do so, provided that either (a) +this copyright and permission notice appear with all copies of the Data +Files or Software, or (b) this copyright and permission notice appear in +associated Documentation. + +THE DATA FILES AND SOFTWARE ARE 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 OF +THIRD PARTY RIGHTS. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE +BE LIABLE FOR ANY CLAIM, OR 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 THE DATA +FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder shall +not be used in advertising or otherwise to promote the sale, use or other +dealings in these Data Files or Software without prior written +authorization of the copyright holder. +"# \ No newline at end of file diff --git a/src/text/licenses/bcrypt-Solar-Designer b/src/text/licenses/bcrypt-Solar-Designer new file mode 100644 index 0000000..0ed2244 --- /dev/null +++ b/src/text/licenses/bcrypt-Solar-Designer @@ -0,0 +1,12 @@ +r#"Written by Solar Designer in 1998-2014. +No copyright is claimed, and the software is hereby placed in the public +domain. In case this attempt to disclaim copyright and place the software +in the public domain is deemed null and void, then the software is +Copyright (c) 1998-2014 Solar Designer and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. +"# \ No newline at end of file diff --git a/src/text/licenses/gtkbook b/src/text/licenses/gtkbook new file mode 100644 index 0000000..b7fe98a --- /dev/null +++ b/src/text/licenses/gtkbook @@ -0,0 +1,7 @@ +r#"Copyright 2005 Syd Logan, All Rights Reserved + +This code is distributed without warranty. You are free to use +this code for any purpose, however, if this code is republished or +redistributed in its original form, as hardcopy or electronically, +then you must include this copyright notice along with the code. +"# \ No newline at end of file diff --git a/src/text/licenses/hdparm b/src/text/licenses/hdparm new file mode 100644 index 0000000..3ed7a33 --- /dev/null +++ b/src/text/licenses/hdparm @@ -0,0 +1,10 @@ +r#"BSD-Style Open Source License: + +You may freely use, modify, and redistribute the hdparm program, +as either binary or source, or both. + +The only condition is that my name and copyright notice +remain in the source code as-is. + +Mark Lord (mlord@pobox.com) +"# \ No newline at end of file diff --git a/src/text/licenses/mailprio b/src/text/licenses/mailprio new file mode 100644 index 0000000..17c2704 --- /dev/null +++ b/src/text/licenses/mailprio @@ -0,0 +1,10 @@ +r#"Copyright 1994, 1996, Tony Sanders + +Rights are hereby granted to download, use, modify, sell, copy, and +redistribute this software so long as the original copyright notice +and this list of conditions remain intact and modified versions are +noted as such. + +I would also very much appreciate it if you could send me a copy of +any changes you make so I can possibly integrate them into my version. +"# \ No newline at end of file diff --git a/src/text/licenses/radvd b/src/text/licenses/radvd new file mode 100644 index 0000000..b3c4faf --- /dev/null +++ b/src/text/licenses/radvd @@ -0,0 +1,38 @@ +r#" The author(s) grant permission for redistribution and use in source and +binary forms, with or without modification, of the software and documentation +provided that the following conditions are met: + +0. If you receive a version of the software that is specifically labelled + as not being for redistribution (check the version message and/or README), + you are not permitted to redistribute that version of the software in any + way or form. +1. All terms of all other applicable copyrights and licenses must be + followed. +2. Redistributions of source code must retain the authors' copyright + notice(s), this list of conditions, and the following disclaimer. +3. Redistributions in binary form must reproduce the authors' copyright + notice(s), this list of conditions, and the following disclaimer in the + documentation and/or other materials provided with the distribution. +4. All advertising materials mentioning features or use of this software + must display the following acknowledgement with the name(s) of the + authors as specified in the copyright notice(s) substituted where + indicated: + + This product includes software developed by the authors which are + mentioned at the start of the source files and other contributors. + +5. Neither the name(s) of the author(s) 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 ITS AUTHORS AND CONTRIBUTORS ``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 AUTHORS 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. +"# \ No newline at end of file diff --git a/src/text/licenses/softSurfer b/src/text/licenses/softSurfer new file mode 100644 index 0000000..e9feb90 --- /dev/null +++ b/src/text/licenses/softSurfer @@ -0,0 +1,7 @@ +r#"Copyright 2001, softSurfer (www.softsurfer.com) +This code may be freely used and modified for any purpose +providing that this copyright notice is included with it. +SoftSurfer makes no warranty for this code, and cannot be held +liable for any real or imagined damage resulting from its use. +Users of this code must verify correctness for their application. +"# \ No newline at end of file diff --git a/src/text/licenses/xkeyboard-config-Zinoviev b/src/text/licenses/xkeyboard-config-Zinoviev new file mode 100644 index 0000000..9627284 --- /dev/null +++ b/src/text/licenses/xkeyboard-config-Zinoviev @@ -0,0 +1,16 @@ +r#"Copyright (C) 1999, 2000 by Anton Zinoviev + +This software may be used, modified, copied, distributed, and sold, +in both source and binary form provided that the above 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. + +Permission is granted to anyone to use, distribute and modify +this file in any way, provided that the above copyright notice +is left intact and the author of the modification summarizes +the changes in this header. + +This file is distributed without any expressed or implied warranty. +"# \ No newline at end of file diff --git a/tests/check.rs b/tests/check.rs index c0eccd7..4f61625 100644 --- a/tests/check.rs +++ b/tests/check.rs @@ -127,6 +127,7 @@ fn allow_excessive_parens() { } #[test] +#[allow(clippy::blocks_in_conditions)] fn allow_osi_fsf() { // Borceux is neither OSI or FSF // MIT is both