├── .editorconfig ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── config.yml │ └── new-license-request.yaml └── workflows │ ├── deploy.yaml │ ├── finalised-license-comment.yaml │ └── validate.yaml ├── .gitignore ├── CONTRIBUTING.md ├── DOCS ├── README.md ├── faq.md ├── git-usage.md ├── history-OSI-SPDX.md ├── history.md ├── images │ ├── git-usage-clone-ui.png │ ├── git-usage-git-status-added.png │ ├── git-usage-git-status-clean.png │ ├── git-usage-git-status-untracked.png │ └── git-usage-push-ui.png ├── license-fields.md ├── license-inclusion-principles.md ├── license-match.md ├── license-matching-guidelines-and-templates.md ├── new-license-workflow.md ├── release-process.md ├── request-new-license.md ├── review.md ├── template-decision.md ├── template-license-review-checklist.md └── xml-fields.md ├── Makefile ├── README.md ├── RELEASE-HISTORY.md ├── RELEASE-NOTES.md ├── auto-comment.yaml ├── equivalentwords.txt ├── expected-warnings ├── goneall.gpg ├── rename-license ├── requirements.txt ├── schema ├── ListedLicense.xsd └── schema-version.md ├── src ├── 0BSD.xml ├── 3D-Slicer-1.0.xml ├── AAL.xml ├── ADSL.xml ├── AFL-1.1.xml ├── AFL-1.2.xml ├── AFL-2.0.xml ├── AFL-2.1.xml ├── AFL-3.0.xml ├── AGPL-1.0-only.xml ├── AGPL-1.0-or-later.xml ├── AGPL-1.0.xml ├── AGPL-3.0-only.xml ├── AGPL-3.0-or-later.xml ├── AGPL-3.0.xml ├── AMD-newlib.xml ├── AMDPLPA.xml ├── AML-glslang.xml ├── AML.xml ├── AMPAS.xml ├── ANTLR-PD-fallback.xml ├── ANTLR-PD.xml ├── APAFML.xml ├── APL-1.0.xml ├── APSL-1.0.xml ├── APSL-1.1.xml ├── APSL-1.2.xml ├── APSL-2.0.xml ├── ASWF-Digital-Assets-1.0.xml ├── ASWF-Digital-Assets-1.1.xml ├── Abstyles.xml ├── AdaCore-doc.xml ├── Adobe-2006.xml ├── Adobe-Display-PostScript.xml ├── Adobe-Glyph.xml ├── Adobe-Utopia.xml ├── Afmparse.xml ├── Aladdin.xml ├── Apache-1.0.xml ├── Apache-1.1.xml ├── Apache-2.0.xml ├── App-s2p.xml ├── Arphic-1999.xml ├── Artistic-1.0-Perl.xml ├── Artistic-1.0-cl8.xml ├── Artistic-1.0.xml ├── Artistic-2.0.xml ├── Artistic-dist.xml ├── Aspell-RU.xml ├── BSD-1-Clause.xml ├── BSD-2-Clause-Darwin.xml ├── BSD-2-Clause-FreeBSD.xml ├── BSD-2-Clause-NetBSD.xml ├── BSD-2-Clause-Patent.xml ├── BSD-2-Clause-Views.xml ├── BSD-2-Clause-first-lines.xml ├── BSD-2-Clause-pkgconf-disclaimer.xml ├── BSD-2-Clause.xml ├── BSD-3-Clause-Attribution.xml ├── BSD-3-Clause-Clear.xml ├── BSD-3-Clause-HP.xml ├── BSD-3-Clause-LBNL.xml ├── BSD-3-Clause-Modification.xml ├── BSD-3-Clause-No-Military-License.xml ├── BSD-3-Clause-No-Nuclear-License-2014.xml ├── BSD-3-Clause-No-Nuclear-License.xml ├── BSD-3-Clause-No-Nuclear-Warranty.xml ├── BSD-3-Clause-Open-MPI.xml ├── BSD-3-Clause-Sun.xml ├── BSD-3-Clause-acpica.xml ├── BSD-3-Clause-flex.xml ├── BSD-3-Clause.xml ├── BSD-4-Clause-Shortened.xml ├── BSD-4-Clause-UC.xml ├── BSD-4-Clause.xml ├── BSD-4.3RENO.xml ├── BSD-4.3TAHOE.xml ├── BSD-Advertising-Acknowledgement.xml ├── BSD-Attribution-HPND-disclaimer.xml ├── BSD-Inferno-Nettverk.xml ├── BSD-Protection.xml ├── BSD-Source-Code.xml ├── BSD-Source-beginning-file.xml ├── BSD-Systemics-W3Works.xml ├── BSD-Systemics.xml ├── BSL-1.0.xml ├── BUSL-1.1.xml ├── Baekmuk.xml ├── Bahyph.xml ├── Barr.xml ├── Beerware.xml ├── BitTorrent-1.0.xml ├── BitTorrent-1.1.xml ├── Bitstream-Charter.xml ├── Bitstream-Vera.xml ├── BlueOak-1.0.0.xml ├── Boehm-GC-without-fee.xml ├── Boehm-GC.xml ├── Borceux.xml ├── Brian-Gladman-2-Clause.xml ├── Brian-Gladman-3-Clause.xml ├── C-UDA-1.0.xml ├── CAL-1.0-Combined-Work-Exception.xml ├── CAL-1.0.xml ├── CATOSL-1.1.xml ├── CC-BY-1.0.xml ├── CC-BY-2.0.xml ├── CC-BY-2.5-AU.xml ├── CC-BY-2.5.xml ├── CC-BY-3.0-AT.xml ├── CC-BY-3.0-AU.xml ├── CC-BY-3.0-DE.xml ├── CC-BY-3.0-IGO.xml ├── CC-BY-3.0-NL.xml ├── CC-BY-3.0-US.xml ├── CC-BY-3.0.xml ├── CC-BY-4.0.xml ├── CC-BY-NC-1.0.xml ├── CC-BY-NC-2.0.xml ├── CC-BY-NC-2.5.xml ├── CC-BY-NC-3.0-DE.xml ├── CC-BY-NC-3.0.xml ├── CC-BY-NC-4.0.xml ├── CC-BY-NC-ND-1.0.xml ├── CC-BY-NC-ND-2.0.xml ├── CC-BY-NC-ND-2.5.xml ├── CC-BY-NC-ND-3.0-DE.xml ├── CC-BY-NC-ND-3.0-IGO.xml ├── CC-BY-NC-ND-3.0.xml ├── CC-BY-NC-ND-4.0.xml ├── CC-BY-NC-SA-1.0.xml ├── CC-BY-NC-SA-2.0-DE.xml ├── CC-BY-NC-SA-2.0-FR.xml ├── CC-BY-NC-SA-2.0-UK.xml ├── CC-BY-NC-SA-2.0.xml ├── CC-BY-NC-SA-2.5.xml ├── CC-BY-NC-SA-3.0-DE.xml ├── CC-BY-NC-SA-3.0-IGO.xml ├── CC-BY-NC-SA-3.0.xml ├── CC-BY-NC-SA-4.0.xml ├── CC-BY-ND-1.0.xml ├── CC-BY-ND-2.0.xml ├── CC-BY-ND-2.5.xml ├── CC-BY-ND-3.0-DE.xml ├── CC-BY-ND-3.0.xml ├── CC-BY-ND-4.0.xml ├── CC-BY-SA-1.0.xml ├── CC-BY-SA-2.0-UK.xml ├── CC-BY-SA-2.0.xml ├── CC-BY-SA-2.1-JP.xml ├── CC-BY-SA-2.5.xml ├── CC-BY-SA-3.0-AT.xml ├── CC-BY-SA-3.0-DE.xml ├── CC-BY-SA-3.0-IGO.xml ├── CC-BY-SA-3.0.xml ├── CC-BY-SA-4.0.xml ├── CC-PDDC.xml ├── CC-PDM-1.0.xml ├── CC-SA-1.0.xml ├── CC0-1.0.xml ├── CDDL-1.0.xml ├── CDDL-1.1.xml ├── CDL-1.0.xml ├── CDLA-Permissive-1.0.xml ├── CDLA-Permissive-2.0.xml ├── CDLA-Sharing-1.0.xml ├── CECILL-1.0.xml ├── CECILL-1.1.xml ├── CECILL-2.0.xml ├── CECILL-2.1.xml ├── CECILL-B.xml ├── CECILL-C.xml ├── CERN-OHL-1.1.xml ├── CERN-OHL-1.2.xml ├── CERN-OHL-P-2.0.xml ├── CERN-OHL-S-2.0.xml ├── CERN-OHL-W-2.0.xml ├── CFITSIO.xml ├── CMU-Mach-nodoc.xml ├── CMU-Mach.xml ├── CNRI-Jython.xml ├── CNRI-Python-GPL-Compatible.xml ├── CNRI-Python.xml ├── COIL-1.0.xml ├── CPAL-1.0.xml ├── CPL-1.0.xml ├── CPOL-1.02.xml ├── CUA-OPL-1.0.xml ├── Caldera-no-preamble.xml ├── Caldera.xml ├── Catharon.xml ├── ClArtistic.xml ├── Clips.xml ├── Community-Spec-1.0.xml ├── Condor-1.1.xml ├── Cornell-Lossless-JPEG.xml ├── Cronyx.xml ├── Crossword.xml ├── CryptoSwift.xml ├── CrystalStacker.xml ├── Cube.xml ├── D-FSL-1.0.xml ├── DEC-3-Clause.xml ├── DL-DE-BY-2.0.xml ├── DL-DE-ZERO-2.0.xml ├── DOC.xml ├── DRL-1.0.xml ├── DRL-1.1.xml ├── DSDP.xml ├── DocBook-DTD.xml ├── DocBook-Schema.xml ├── DocBook-Stylesheet.xml ├── DocBook-XML.xml ├── Dotseqn.xml ├── ECL-1.0.xml ├── ECL-2.0.xml ├── EFL-1.0.xml ├── EFL-2.0.xml ├── EPICS.xml ├── EPL-1.0.xml ├── EPL-2.0.xml ├── EUDatagrid.xml ├── EUPL-1.0.xml ├── EUPL-1.1.xml ├── EUPL-1.2.xml ├── Elastic-2.0.xml ├── Entessa.xml ├── ErlPL-1.1.xml ├── Eurosym.xml ├── FBM.xml ├── FDK-AAC.xml ├── FSFAP-no-warranty-disclaimer.xml ├── FSFAP.xml ├── FSFUL.xml ├── FSFULLR.xml ├── FSFULLRSD.xml ├── FSFULLRWD.xml ├── FSL-1.1-ALv2.xml ├── FSL-1.1-MIT.xml ├── FTL.xml ├── Fair.xml ├── Ferguson-Twofish.xml ├── Frameworx-1.0.xml ├── FreeBSD-DOC.xml ├── FreeImage.xml ├── Furuseth.xml ├── GCR-docs.xml ├── GD.xml ├── GFDL-1.1-invariants-only.xml ├── GFDL-1.1-invariants-or-later.xml ├── GFDL-1.1-no-invariants-only.xml ├── GFDL-1.1-no-invariants-or-later.xml ├── GFDL-1.1-only.xml ├── GFDL-1.1-or-later.xml ├── GFDL-1.1.xml ├── GFDL-1.2-invariants-only.xml ├── GFDL-1.2-invariants-or-later.xml ├── GFDL-1.2-no-invariants-only.xml ├── GFDL-1.2-no-invariants-or-later.xml ├── GFDL-1.2-only.xml ├── GFDL-1.2-or-later.xml ├── GFDL-1.2.xml ├── GFDL-1.3-invariants-only.xml ├── GFDL-1.3-invariants-or-later.xml ├── GFDL-1.3-no-invariants-only.xml ├── GFDL-1.3-no-invariants-or-later.xml ├── GFDL-1.3-only.xml ├── GFDL-1.3-or-later.xml ├── GFDL-1.3.xml ├── GL2PS.xml ├── GLWTPL.xml ├── GPL-1.0+.xml ├── GPL-1.0-only.xml ├── GPL-1.0-or-later.xml ├── GPL-1.0.xml ├── GPL-2.0+.xml ├── GPL-2.0-only.xml ├── GPL-2.0-or-later.xml ├── GPL-2.0-with-GCC-exception.xml ├── GPL-2.0-with-autoconf-exception.xml ├── GPL-2.0-with-bison-exception.xml ├── GPL-2.0-with-classpath-exception.xml ├── GPL-2.0-with-font-exception.xml ├── GPL-2.0.xml ├── GPL-3.0+.xml ├── GPL-3.0-only.xml ├── GPL-3.0-or-later.xml ├── GPL-3.0-with-GCC-exception.xml ├── GPL-3.0-with-autoconf-exception.xml ├── GPL-3.0.xml ├── Game-Programming-Gems.xml ├── Giftware.xml ├── Glide.xml ├── Glulxe.xml ├── Graphics-Gems.xml ├── Gutmann.xml ├── HDF5.xml ├── HIDAPI.xml ├── HP-1986.xml ├── HP-1989.xml ├── HPND-DEC.xml ├── HPND-Fenneberg-Livingston.xml ├── HPND-INRIA-IMAG.xml ├── HPND-Intel.xml ├── HPND-Kevlin-Henney.xml ├── HPND-MIT-disclaimer.xml ├── HPND-Markus-Kuhn.xml ├── HPND-Netrek.xml ├── HPND-Pbmplus.xml ├── HPND-UC-export-US.xml ├── HPND-UC.xml ├── HPND-doc-sell.xml ├── HPND-doc.xml ├── HPND-export-US-acknowledgement.xml ├── HPND-export-US-modify.xml ├── HPND-export-US.xml ├── HPND-export2-US.xml ├── HPND-merchantability-variant.xml ├── HPND-sell-MIT-disclaimer-xserver.xml ├── HPND-sell-regexpr.xml ├── HPND-sell-variant-MIT-disclaimer-rev.xml ├── HPND-sell-variant-MIT-disclaimer.xml ├── HPND-sell-variant.xml ├── HPND.xml ├── HTMLTIDY.xml ├── HaskellReport.xml ├── Hippocratic-2.1.xml ├── IBM-pibs.xml ├── ICU.xml ├── IEC-Code-Components-EULA.xml ├── IJG-short.xml ├── IJG.xml ├── IPA.xml ├── IPL-1.0.xml ├── ISC-Veillard.xml ├── ISC.xml ├── ImageMagick.xml ├── Imlib2.xml ├── Info-ZIP.xml ├── Inner-Net-2.0.xml ├── InnoSetup.xml ├── Intel-ACPI.xml ├── Intel.xml ├── Interbase-1.0.xml ├── JPL-image.xml ├── JPNIC.xml ├── JSON.xml ├── Jam.xml ├── JasPer-2.0.xml ├── Kastrup.xml ├── Kazlib.xml ├── Knuth-CTAN.xml ├── LAL-1.2.xml ├── LAL-1.3.xml ├── LGPL-2.0+.xml ├── LGPL-2.0-only.xml ├── LGPL-2.0-or-later.xml ├── LGPL-2.0.xml ├── LGPL-2.1+.xml ├── LGPL-2.1-only.xml ├── LGPL-2.1-or-later.xml ├── LGPL-2.1.xml ├── LGPL-3.0+.xml ├── LGPL-3.0-only.xml ├── LGPL-3.0-or-later.xml ├── LGPL-3.0.xml ├── LGPLLR.xml ├── LOOP.xml ├── LPD-document.xml ├── LPL-1.0.xml ├── LPL-1.02.xml ├── LPPL-1.0.xml ├── LPPL-1.1.xml ├── LPPL-1.2.xml ├── LPPL-1.3a.xml ├── LPPL-1.3c.xml ├── LZMA-SDK-9.11-to-9.20.xml ├── LZMA-SDK-9.22.xml ├── Latex2e-translated-notice.xml ├── Latex2e.xml ├── Leptonica.xml ├── LiLiQ-P-1.1.xml ├── LiLiQ-R-1.1.xml ├── LiLiQ-Rplus-1.1.xml ├── Libpng.xml ├── Linux-OpenIB.xml ├── Linux-man-pages-1-para.xml ├── Linux-man-pages-copyleft-2-para.xml ├── Linux-man-pages-copyleft-var.xml ├── Linux-man-pages-copyleft.xml ├── Lucida-Bitmap-Fonts.xml ├── MIPS.xml ├── MIT-0.xml ├── MIT-CMU.xml ├── MIT-Click.xml ├── MIT-Festival.xml ├── MIT-Khronos-old.xml ├── MIT-Modern-Variant.xml ├── MIT-Wu.xml ├── MIT-advertising.xml ├── MIT-enna.xml ├── MIT-feh.xml ├── MIT-open-group.xml ├── MIT-testregex.xml ├── MIT.xml ├── MITNFA.xml ├── MMIXware.xml ├── MPEG-SSG.xml ├── MPL-1.0.xml ├── MPL-1.1.xml ├── MPL-2.0-no-copyleft-exception.xml ├── MPL-2.0.xml ├── MS-LPL.xml ├── MS-PL.xml ├── MS-RL.xml ├── MTLL.xml ├── Mackerras-3-Clause-acknowledgment.xml ├── Mackerras-3-Clause.xml ├── MakeIndex.xml ├── Martin-Birgmeier.xml ├── McPhee-slideshow.xml ├── Minpack.xml ├── MirOS.xml ├── Motosoto.xml ├── MulanPSL-1.0.xml ├── MulanPSL-2.0.xml ├── Multics.xml ├── Mup.xml ├── NAIST-2003.xml ├── NASA-1.3.xml ├── NBPL-1.0.xml ├── NCBI-PD.xml ├── NCGL-UK-2.0.xml ├── NCL.xml ├── NCSA.xml ├── NGPL.xml ├── NICTA-1.0.xml ├── NIST-PD-fallback.xml ├── NIST-PD.xml ├── NIST-Software.xml ├── NLOD-1.0.xml ├── NLOD-2.0.xml ├── NLPL.xml ├── NOSL.xml ├── NPL-1.0.xml ├── NPL-1.1.xml ├── NPOSL-3.0.xml ├── NRL.xml ├── NTIA-PD.xml ├── NTP-0.xml ├── NTP.xml ├── Naumen.xml ├── Net-SNMP.xml ├── NetCDF.xml ├── Newsletr.xml ├── Nokia.xml ├── Noweb.xml ├── Nunit.xml ├── O-UDA-1.0.xml ├── OAR.xml ├── OCCT-PL.xml ├── OCLC-2.0.xml ├── ODC-By-1.0.xml ├── ODbL-1.0.xml ├── OFFIS.xml ├── OFL-1.0-RFN.xml ├── OFL-1.0-no-RFN.xml ├── OFL-1.0.xml ├── OFL-1.1-RFN.xml ├── OFL-1.1-no-RFN.xml ├── OFL-1.1.xml ├── OGC-1.0.xml ├── OGDL-Taiwan-1.0.xml ├── OGL-Canada-2.0.xml ├── OGL-UK-1.0.xml ├── OGL-UK-2.0.xml ├── OGL-UK-3.0.xml ├── OGTSL.xml ├── OLDAP-1.1.xml ├── OLDAP-1.2.xml ├── OLDAP-1.3.xml ├── OLDAP-1.4.xml ├── OLDAP-2.0.1.xml ├── OLDAP-2.0.xml ├── OLDAP-2.1.xml ├── OLDAP-2.2.1.xml ├── OLDAP-2.2.2.xml ├── OLDAP-2.2.xml ├── OLDAP-2.3.xml ├── OLDAP-2.4.xml ├── OLDAP-2.5.xml ├── OLDAP-2.6.xml ├── OLDAP-2.7.xml ├── OLDAP-2.8.xml ├── OLFL-1.3.xml ├── OML.xml ├── OPL-1.0.xml ├── OPL-UK-3.0.xml ├── OPUBL-1.0.xml ├── OSET-PL-2.1.xml ├── OSL-1.0.xml ├── OSL-1.1.xml ├── OSL-2.0.xml ├── OSL-2.1.xml ├── OSL-3.0.xml ├── OpenPBS-2.3.xml ├── OpenSSL-standalone.xml ├── OpenSSL.xml ├── OpenVision.xml ├── PADL.xml ├── PDDL-1.0.xml ├── PHP-3.0.xml ├── PHP-3.01.xml ├── PPL.xml ├── PSF-2.0.xml ├── Parity-6.0.0.xml ├── Parity-7.0.0.xml ├── Pixar.xml ├── Plexus.xml ├── PolyForm-Noncommercial-1.0.0.xml ├── PolyForm-Small-Business-1.0.0.xml ├── PostgreSQL.xml ├── Python-2.0.1.xml ├── Python-2.0.xml ├── QPL-1.0-INRIA-2004.xml ├── QPL-1.0.xml ├── Qhull.xml ├── RHeCos-1.1.xml ├── RPL-1.1.xml ├── RPL-1.5.xml ├── RPSL-1.0.xml ├── RSA-MD.xml ├── RSCPL.xml ├── Rdisc.xml ├── Ruby-pty.xml ├── Ruby.xml ├── SAX-PD-2.0.xml ├── SAX-PD.xml ├── SCEA.xml ├── SGI-B-1.0.xml ├── SGI-B-1.1.xml ├── SGI-B-2.0.xml ├── SGI-OpenGL.xml ├── SGP4.xml ├── SHL-0.5.xml ├── SHL-0.51.xml ├── SISSL-1.2.xml ├── SISSL.xml ├── SL.xml ├── SMAIL-GPL.xml ├── SMLNJ.xml ├── SMPPL.xml ├── SNIA.xml ├── SOFA.xml ├── SPL-1.0.xml ├── SSH-OpenSSH.xml ├── SSH-short.xml ├── SSLeay-standalone.xml ├── SSPL-1.0.xml ├── SWL.xml ├── Saxpath.xml ├── SchemeReport.xml ├── Sendmail-8.23.xml ├── Sendmail-Open-Source-1.1.xml ├── Sendmail.xml ├── SimPL-2.0.xml ├── Sleepycat.xml ├── Soundex.xml ├── Spencer-86.xml ├── Spencer-94.xml ├── Spencer-99.xml ├── StandardML-NJ.xml ├── SugarCRM-1.1.3.xml ├── Sun-PPP-2000.xml ├── Sun-PPP.xml ├── SunPro.xml ├── Symlinks.xml ├── TAPR-OHL-1.0.xml ├── TCL.xml ├── TCP-wrappers.xml ├── TGPPL-1.0.xml ├── TMate.xml ├── TORQUE-1.1.xml ├── TOSL.xml ├── TPDL.xml ├── TPL-1.0.xml ├── TTWL.xml ├── TTYP0.xml ├── TU-Berlin-1.0.xml ├── TU-Berlin-2.0.xml ├── TermReadKey.xml ├── ThirdEye.xml ├── TrustedQSL.xml ├── UCAR.xml ├── UCL-1.0.xml ├── UMich-Merit.xml ├── UPL-1.0.xml ├── URT-RLE.xml ├── Ubuntu-font-1.0.xml ├── Unicode-3.0.xml ├── Unicode-DFS-2015.xml ├── Unicode-DFS-2016.xml ├── Unicode-TOU.xml ├── UnixCrypt.xml ├── Unlicense-libtelnet.xml ├── Unlicense-libwhirlpool.xml ├── Unlicense.xml ├── VOSTROM.xml ├── VSL-1.0.xml ├── Vim.xml ├── W3C-19980720.xml ├── W3C-20150513.xml ├── W3C.xml ├── WTFPL.xml ├── Watcom-1.0.xml ├── Widget-Workshop.xml ├── Wsuipa.xml ├── X11-distribute-modifications-variant.xml ├── X11-swapped.xml ├── X11.xml ├── XFree86-1.1.xml ├── XSkat.xml ├── Xdebug-1.03.xml ├── Xerox.xml ├── Xfig.xml ├── Xnet.xml ├── YPL-1.0.xml ├── YPL-1.1.xml ├── ZPL-1.1.xml ├── ZPL-2.0.xml ├── ZPL-2.1.xml ├── Zed.xml ├── Zeeff.xml ├── Zend-2.0.xml ├── Zimbra-1.3.xml ├── Zimbra-1.4.xml ├── Zlib.xml ├── any-OSI-perl-modules.xml ├── any-OSI.xml ├── bcrypt-Solar-Designer.xml ├── blessing.xml ├── bzip2-1.0.5.xml ├── bzip2-1.0.6.xml ├── check-cvs.xml ├── checkmk.xml ├── copyleft-next-0.3.0.xml ├── copyleft-next-0.3.1.xml ├── curl.xml ├── cve-tou.xml ├── diffmark.xml ├── dtoa.xml ├── dvipdfm.xml ├── eCos-2.0.xml ├── eGenix.xml ├── etalab-2.0.xml ├── exceptions │ ├── 389-exception.xml │ ├── Asterisk-exception.xml │ ├── Asterisk-linking-protocols-exception.xml │ ├── Autoconf-exception-2.0.xml │ ├── Autoconf-exception-3.0.xml │ ├── Autoconf-exception-generic-3.0.xml │ ├── Autoconf-exception-generic.xml │ ├── Autoconf-exception-macro.xml │ ├── Bison-exception-1.24.xml │ ├── Bison-exception-2.2.xml │ ├── Bootloader-exception.xml │ ├── CGAL-linking-exception.xml │ ├── CLISP-exception-2.0.xml │ ├── Classpath-exception-2.0.xml │ ├── DigiRule-FOSS-exception.xml │ ├── Digia-Qt-LGPL-exception-1.1.xml │ ├── FLTK-exception.xml │ ├── Fawkes-Runtime-exception.xml │ ├── Font-exception-2.0.xml │ ├── GCC-exception-2.0-note.xml │ ├── GCC-exception-2.0.xml │ ├── GCC-exception-3.1.xml │ ├── GNAT-exception.xml │ ├── GNOME-examples-exception.xml │ ├── GNU-compiler-exception.xml │ ├── GPL-3.0-389-ds-base-exception.xml │ ├── GPL-3.0-interface-exception.xml │ ├── GPL-3.0-linking-exception.xml │ ├── GPL-3.0-linking-source-exception.xml │ ├── GPL-CC-1.0.xml │ ├── GStreamer-exception-2005.xml │ ├── GStreamer-exception-2008.xml │ ├── Gmsh-exception.xml │ ├── Independent-modules-exception.xml │ ├── KiCad-libraries-exception.xml │ ├── LGPL-3.0-linking-exception.xml │ ├── LLGPL.xml │ ├── LLVM-exception.xml │ ├── LZMA-exception.xml │ ├── Libtool-exception.xml │ ├── Linux-syscall-note.xml │ ├── Nokia-Qt-exception-1.1.xml │ ├── OCCT-exception-1.0.xml │ ├── OCaml-LGPL-linking-exception.xml │ ├── OpenJDK-assembly-exception-1.0.xml │ ├── PCRE2-exception.xml │ ├── PS-or-PDF-font-exception-20170817.xml │ ├── QPL-1.0-INRIA-2004-exception.xml │ ├── Qt-GPL-exception-1.0.xml │ ├── Qt-LGPL-exception-1.1.xml │ ├── Qwt-exception-1.0.xml │ ├── RRDtool-FLOSS-exception-2.0.xml │ ├── SANE-exception.xml │ ├── SHL-2.0.xml │ ├── SHL-2.1.xml │ ├── SWI-exception.xml │ ├── Swift-exception.xml │ ├── Texinfo-exception.xml │ ├── UBDL-exception.xml │ ├── Universal-FOSS-exception-1.0.xml │ ├── WxWindows-exception-3.1.xml │ ├── cryptsetup-OpenSSL-exception.xml │ ├── eCos-exception-2.0.xml │ ├── erlang-otp-linking-exception.xml │ ├── fmt-exception.xml │ ├── freertos-exception-2.0.xml │ ├── gnu-javamail-exception.xml │ ├── harbour-exception.xml │ ├── i2p-gpl-java-exception.xml │ ├── libpri-OpenH323-exception.xml │ ├── mif-exception.xml │ ├── mxml-exception.xml │ ├── openvpn-openssl-exception.xml │ ├── polyparse-exception.xml │ ├── romic-exception.xml │ ├── stunnel-exception.xml │ ├── u-boot-exception-2.0.xml │ ├── vsftpd-openssl-exception.xml │ └── x11vnc-openssl-exception.xml ├── fwlw.xml ├── gSOAP-1.3b.xml ├── generic-xts.xml ├── gnuplot.xml ├── gtkbook.xml ├── hdparm.xml ├── iMatix.xml ├── jove.xml ├── libpng-1.6.35.xml ├── libpng-2.0.xml ├── libselinux-1.0.xml ├── libtiff.xml ├── libutil-David-Nugent.xml ├── lsof.xml ├── magaz.xml ├── mailprio.xml ├── man2html.xml ├── metamail.xml ├── mpi-permissive.xml ├── mpich2.xml ├── mplus.xml ├── ngrep.xml ├── pkgconf.xml ├── pnmstitch.xml ├── psfrag.xml ├── psutils.xml ├── python-ldap.xml ├── radvd.xml ├── snprintf.xml ├── softSurfer.xml ├── ssh-keyscan.xml ├── swrule.xml ├── threeparttable.xml ├── ulem.xml ├── w3m.xml ├── wwl.xml ├── wxWindows.xml ├── xinetd.xml ├── xkeyboard-config-Zinoviev.xml ├── xlock.xml ├── xpp.xml ├── xzoom.xml └── zlib-acknowledgement.xml ├── test-one-license ├── test ├── fullTestForGenerator │ └── BSD-3-Clause │ │ └── license │ │ ├── bad │ │ └── must-not-reproduce.txt │ │ └── good │ │ ├── changed-copyright.txt │ │ └── original.txt └── simpleTestForGenerator │ ├── 0BSD.txt │ ├── 389-exception.txt │ ├── 3D-Slicer-1.0.txt │ ├── AAL.txt │ ├── ADSL.txt │ ├── AFL-1.1.txt │ ├── AFL-1.2.txt │ ├── AFL-2.0.txt │ ├── AFL-2.1.txt │ ├── AFL-3.0.txt │ ├── AGPL-1.0-only.txt │ ├── AGPL-1.0-or-later.txt │ ├── AGPL-1.0.txt │ ├── AGPL-3.0-only.txt │ ├── AGPL-3.0-or-later.txt │ ├── AGPL-3.0.txt │ ├── AMD-newlib.txt │ ├── AMDPLPA.txt │ ├── AML-glslang.txt │ ├── AML.txt │ ├── AMPAS.txt │ ├── ANTLR-PD-fallback.txt │ ├── ANTLR-PD.txt │ ├── APAFML.txt │ ├── APL-1.0.txt │ ├── APSL-1.0.txt │ ├── APSL-1.1.txt │ ├── APSL-1.2.txt │ ├── APSL-2.0.txt │ ├── ASWF-Digital-Assets-1.0.txt │ ├── ASWF-Digital-Assets-1.1.txt │ ├── Abstyles.txt │ ├── AdaCore-doc.txt │ ├── Adobe-2006.txt │ ├── Adobe-Display-PostScript.txt │ ├── Adobe-Glyph.txt │ ├── Adobe-Utopia.txt │ ├── Afmparse.txt │ ├── Aladdin.txt │ ├── Apache-1.0.txt │ ├── Apache-1.1.txt │ ├── Apache-2.0.txt │ ├── App-s2p.txt │ ├── Arphic-1999.txt │ ├── Artistic-1.0-Perl.txt │ ├── Artistic-1.0-cl8.txt │ ├── Artistic-1.0.txt │ ├── Artistic-2.0.txt │ ├── Artistic-dist.txt │ ├── Aspell-RU.txt │ ├── Asterisk-exception.txt │ ├── Asterisk-linking-protocols-exception.txt │ ├── Autoconf-exception-2.0.txt │ ├── Autoconf-exception-3.0.txt │ ├── Autoconf-exception-generic-3.0.txt │ ├── Autoconf-exception-generic.txt │ ├── Autoconf-exception-macro.txt │ ├── BSD-1-Clause.txt │ ├── BSD-2-Clause-Darwin.txt │ ├── BSD-2-Clause-FreeBSD.txt │ ├── BSD-2-Clause-NetBSD.txt │ ├── BSD-2-Clause-Patent.txt │ ├── BSD-2-Clause-Views.txt │ ├── BSD-2-Clause-first-lines.txt │ ├── BSD-2-Clause-pkgconf-disclaimer.txt │ ├── BSD-2-Clause.txt │ ├── BSD-3-Clause-Attribution.txt │ ├── BSD-3-Clause-Clear.txt │ ├── BSD-3-Clause-HP.txt │ ├── BSD-3-Clause-LBNL.txt │ ├── BSD-3-Clause-Modification.txt │ ├── BSD-3-Clause-No-Military-License.txt │ ├── BSD-3-Clause-No-Nuclear-License-2014.txt │ ├── BSD-3-Clause-No-Nuclear-License.txt │ ├── BSD-3-Clause-No-Nuclear-Warranty.txt │ ├── BSD-3-Clause-Open-MPI.txt │ ├── BSD-3-Clause-Sun.txt │ ├── BSD-3-Clause-acpica.txt │ ├── BSD-3-Clause-flex.txt │ ├── BSD-3-Clause.txt │ ├── BSD-4-Clause-Shortened.txt │ ├── BSD-4-Clause-UC.txt │ ├── BSD-4-Clause.txt │ ├── BSD-4.3RENO.txt │ ├── BSD-4.3TAHOE.txt │ ├── BSD-Advertising-Acknowledgement.txt │ ├── BSD-Attribution-HPND-disclaimer.txt │ ├── BSD-Inferno-Nettverk.txt │ ├── BSD-Protection.txt │ ├── BSD-Source-Code.txt │ ├── BSD-Source-beginning-file.txt │ ├── BSD-Systemics-W3Works.txt │ ├── BSD-Systemics.txt │ ├── BSL-1.0.txt │ ├── BUSL-1.1.txt │ ├── Baekmuk.txt │ ├── Bahyph.txt │ ├── Barr.txt │ ├── Beerware.txt │ ├── Bison-exception-1.24.txt │ ├── Bison-exception-2.2.txt │ ├── BitTorrent-1.0.txt │ ├── BitTorrent-1.1.txt │ ├── Bitstream-Charter.txt │ ├── Bitstream-Vera.txt │ ├── BlueOak-1.0.0.txt │ ├── Boehm-GC-without-fee.txt │ ├── Boehm-GC.txt │ ├── Bootloader-exception.txt │ ├── Borceux.txt │ ├── Brian-Gladman-2-Clause.txt │ ├── Brian-Gladman-3-Clause.txt │ ├── C-UDA-1.0.txt │ ├── CAL-1.0-Combined-Work-Exception.txt │ ├── CAL-1.0.txt │ ├── CATOSL-1.1.txt │ ├── CC-BY-1.0.txt │ ├── CC-BY-2.0.txt │ ├── CC-BY-2.5-AU.txt │ ├── CC-BY-2.5.txt │ ├── CC-BY-3.0-AT.txt │ ├── CC-BY-3.0-AU.txt │ ├── CC-BY-3.0-DE.txt │ ├── CC-BY-3.0-IGO.txt │ ├── CC-BY-3.0-NL.txt │ ├── CC-BY-3.0-US.txt │ ├── CC-BY-3.0.txt │ ├── CC-BY-4.0.txt │ ├── CC-BY-NC-1.0.txt │ ├── CC-BY-NC-2.0.txt │ ├── CC-BY-NC-2.5.txt │ ├── CC-BY-NC-3.0-DE.txt │ ├── CC-BY-NC-3.0.txt │ ├── CC-BY-NC-4.0.txt │ ├── CC-BY-NC-ND-1.0.txt │ ├── CC-BY-NC-ND-2.0.txt │ ├── CC-BY-NC-ND-2.5.txt │ ├── CC-BY-NC-ND-3.0-DE.txt │ ├── CC-BY-NC-ND-3.0-IGO.txt │ ├── CC-BY-NC-ND-3.0.txt │ ├── CC-BY-NC-ND-4.0.txt │ ├── CC-BY-NC-SA-1.0.txt │ ├── CC-BY-NC-SA-2.0-DE.txt │ ├── CC-BY-NC-SA-2.0-FR.txt │ ├── CC-BY-NC-SA-2.0-UK.txt │ ├── CC-BY-NC-SA-2.0.txt │ ├── CC-BY-NC-SA-2.5.txt │ ├── CC-BY-NC-SA-3.0-DE.txt │ ├── CC-BY-NC-SA-3.0-IGO.txt │ ├── CC-BY-NC-SA-3.0.txt │ ├── CC-BY-NC-SA-4.0.txt │ ├── CC-BY-ND-1.0.txt │ ├── CC-BY-ND-2.0.txt │ ├── CC-BY-ND-2.5.txt │ ├── CC-BY-ND-3.0-DE.txt │ ├── CC-BY-ND-3.0.txt │ ├── CC-BY-ND-4.0.txt │ ├── CC-BY-SA-1.0.txt │ ├── CC-BY-SA-2.0-UK.txt │ ├── CC-BY-SA-2.0.txt │ ├── CC-BY-SA-2.1-JP.txt │ ├── CC-BY-SA-2.5.txt │ ├── CC-BY-SA-3.0-AT.txt │ ├── CC-BY-SA-3.0-DE.txt │ ├── CC-BY-SA-3.0-IGO.txt │ ├── CC-BY-SA-3.0.txt │ ├── CC-BY-SA-4.0.txt │ ├── CC-PDDC.txt │ ├── CC-PDM-1.0.txt │ ├── CC-SA-1.0.txt │ ├── CC0-1.0.txt │ ├── CDDL-1.0.txt │ ├── CDDL-1.1.txt │ ├── CDL-1.0.txt │ ├── CDLA-Permissive-1.0.txt │ ├── CDLA-Permissive-2.0.txt │ ├── CDLA-Sharing-1.0.txt │ ├── CECILL-1.0.txt │ ├── CECILL-1.1.txt │ ├── CECILL-2.0.txt │ ├── CECILL-2.1.txt │ ├── CECILL-B.txt │ ├── CECILL-C.txt │ ├── CERN-OHL-1.1.txt │ ├── CERN-OHL-1.2.txt │ ├── CERN-OHL-P-2.0.txt │ ├── CERN-OHL-S-2.0.txt │ ├── CERN-OHL-W-2.0.txt │ ├── CFITSIO.txt │ ├── CGAL-linking-exception.txt │ ├── CLISP-exception-2.0.txt │ ├── CMU-Mach-nodoc.txt │ ├── CMU-Mach.txt │ ├── CNRI-Jython.txt │ ├── CNRI-Python-GPL-Compatible.txt │ ├── CNRI-Python.txt │ ├── COIL-1.0.txt │ ├── CPAL-1.0.txt │ ├── CPL-1.0.txt │ ├── CPOL-1.02.txt │ ├── CUA-OPL-1.0.txt │ ├── Caldera-no-preamble.txt │ ├── Caldera.txt │ ├── Catharon.txt │ ├── ClArtistic.txt │ ├── Classpath-exception-2.0.txt │ ├── Clips.txt │ ├── Community-Spec-1.0.txt │ ├── Condor-1.1.txt │ ├── Cornell-Lossless-JPEG.txt │ ├── Cronyx.txt │ ├── Crossword.txt │ ├── CryptoSwift.txt │ ├── CrystalStacker.txt │ ├── Cube.txt │ ├── D-FSL-1.0.txt │ ├── DEC-3-Clause.txt │ ├── DL-DE-BY-2.0.txt │ ├── DL-DE-ZERO-2.0.txt │ ├── DOC.txt │ ├── DRL-1.0.txt │ ├── DRL-1.1.txt │ ├── DSDP.txt │ ├── DigiRule-FOSS-exception.txt │ ├── Digia-Qt-LGPL-exception-1.1.txt │ ├── DocBook-DTD.txt │ ├── DocBook-Schema.txt │ ├── DocBook-Stylesheet.txt │ ├── DocBook-XML.txt │ ├── Dotseqn.txt │ ├── ECL-1.0.txt │ ├── ECL-2.0.txt │ ├── EFL-1.0.txt │ ├── EFL-2.0.txt │ ├── EPICS.txt │ ├── EPL-1.0.txt │ ├── EPL-2.0.txt │ ├── EUDatagrid.txt │ ├── EUPL-1.0.txt │ ├── EUPL-1.1.txt │ ├── EUPL-1.2.txt │ ├── Elastic-2.0.txt │ ├── Entessa.txt │ ├── ErlPL-1.1.txt │ ├── Eurosym.txt │ ├── FBM.txt │ ├── FDK-AAC.txt │ ├── FLTK-exception.txt │ ├── FSFAP-no-warranty-disclaimer.txt │ ├── FSFAP.txt │ ├── FSFUL.txt │ ├── FSFULLR.txt │ ├── FSFULLRSD.txt │ ├── FSFULLRWD.txt │ ├── FSL-1.1-ALv2.txt │ ├── FSL-1.1-MIT.txt │ ├── FTL.txt │ ├── Fair.txt │ ├── Fawkes-Runtime-exception.txt │ ├── Ferguson-Twofish.txt │ ├── Font-exception-2.0.txt │ ├── Frameworx-1.0.txt │ ├── FreeBSD-DOC.txt │ ├── FreeImage.txt │ ├── Furuseth.txt │ ├── GCC-exception-2.0-note.txt │ ├── GCC-exception-2.0.txt │ ├── GCC-exception-3.1.txt │ ├── GCR-docs.txt │ ├── GD.txt │ ├── GFDL-1.1-invariants-only.txt │ ├── GFDL-1.1-invariants-or-later.txt │ ├── GFDL-1.1-no-invariants-only.txt │ ├── GFDL-1.1-no-invariants-or-later.txt │ ├── GFDL-1.1-only.txt │ ├── GFDL-1.1-or-later.txt │ ├── GFDL-1.1.txt │ ├── GFDL-1.2-invariants-only.txt │ ├── GFDL-1.2-invariants-or-later.txt │ ├── GFDL-1.2-no-invariants-only.txt │ ├── GFDL-1.2-no-invariants-or-later.txt │ ├── GFDL-1.2-only.txt │ ├── GFDL-1.2-or-later.txt │ ├── GFDL-1.2.txt │ ├── GFDL-1.3-invariants-only.txt │ ├── GFDL-1.3-invariants-or-later.txt │ ├── GFDL-1.3-no-invariants-only.txt │ ├── GFDL-1.3-no-invariants-or-later.txt │ ├── GFDL-1.3-only.txt │ ├── GFDL-1.3-or-later.txt │ ├── GFDL-1.3.txt │ ├── GL2PS.txt │ ├── GLWTPL.txt │ ├── GNAT-exception.txt │ ├── GNOME-examples-exception.txt │ ├── GNU-compiler-exception.txt │ ├── GPL-1.0-only.txt │ ├── GPL-1.0-or-later.txt │ ├── GPL-1.0.txt │ ├── GPL-2.0-only.txt │ ├── GPL-2.0-or-later.txt │ ├── GPL-2.0.txt │ ├── GPL-3.0-389-ds-base-exception.txt │ ├── GPL-3.0-interface-exception.txt │ ├── GPL-3.0-linking-exception.txt │ ├── GPL-3.0-linking-source-exception.txt │ ├── GPL-3.0-only.txt │ ├── GPL-3.0-or-later.txt │ ├── GPL-3.0.txt │ ├── GPL-CC-1.0.txt │ ├── GStreamer-exception-2005.txt │ ├── GStreamer-exception-2008.txt │ ├── Game-Programming-Gems.txt │ ├── Giftware.txt │ ├── Glide.txt │ ├── Glulxe.txt │ ├── Gmsh-exception.txt │ ├── Graphics-Gems.txt │ ├── Gutmann.txt │ ├── HDF5.txt │ ├── HIDAPI.txt │ ├── HP-1986.txt │ ├── HP-1989.txt │ ├── HPND-DEC.txt │ ├── HPND-Fenneberg-Livingston.txt │ ├── HPND-INRIA-IMAG.txt │ ├── HPND-Intel.txt │ ├── HPND-Kevlin-Henney.txt │ ├── HPND-MIT-disclaimer.txt │ ├── HPND-Markus-Kuhn.txt │ ├── HPND-Netrek.txt │ ├── HPND-Pbmplus.txt │ ├── HPND-UC-export-US.txt │ ├── HPND-UC.txt │ ├── HPND-doc-sell.txt │ ├── HPND-doc.txt │ ├── HPND-export-US-acknowledgement.txt │ ├── HPND-export-US-modify.txt │ ├── HPND-export-US.txt │ ├── HPND-export2-US.txt │ ├── HPND-merchantability-variant.txt │ ├── HPND-sell-MIT-disclaimer-xserver.txt │ ├── HPND-sell-regexpr.txt │ ├── HPND-sell-variant-MIT-disclaimer-rev.txt │ ├── HPND-sell-variant-MIT-disclaimer.txt │ ├── HPND-sell-variant.txt │ ├── HPND.txt │ ├── HTMLTIDY.txt │ ├── HaskellReport.txt │ ├── Hippocratic-2.1.txt │ ├── IBM-pibs.txt │ ├── ICU.txt │ ├── IEC-Code-Components-EULA.txt │ ├── IJG-short.txt │ ├── IJG.txt │ ├── IPA.txt │ ├── IPL-1.0.txt │ ├── ISC-Veillard.txt │ ├── ISC.txt │ ├── ImageMagick.txt │ ├── Imlib2.txt │ ├── Independent-modules-exception.txt │ ├── Info-ZIP.txt │ ├── Inner-Net-2.0.txt │ ├── InnoSetup.txt │ ├── Intel-ACPI.txt │ ├── Intel.txt │ ├── Interbase-1.0.txt │ ├── JPL-image.txt │ ├── JPNIC.txt │ ├── JSON.txt │ ├── Jam.txt │ ├── JasPer-2.0.txt │ ├── Kastrup.txt │ ├── Kazlib.txt │ ├── KiCad-libraries-exception.txt │ ├── Knuth-CTAN.txt │ ├── LAL-1.2.txt │ ├── LAL-1.3.txt │ ├── LGPL-2.0-only.txt │ ├── LGPL-2.0-or-later.txt │ ├── LGPL-2.0.txt │ ├── LGPL-2.1-only.txt │ ├── LGPL-2.1-or-later.txt │ ├── LGPL-2.1.txt │ ├── LGPL-3.0-linking-exception.txt │ ├── LGPL-3.0-only.txt │ ├── LGPL-3.0-or-later.txt │ ├── LGPL-3.0.txt │ ├── LGPLLR.txt │ ├── LLGPL.txt │ ├── LLVM-exception.txt │ ├── LOOP.txt │ ├── LPD-document.txt │ ├── LPL-1.0.txt │ ├── LPL-1.02.txt │ ├── LPPL-1.0.txt │ ├── LPPL-1.1.txt │ ├── LPPL-1.2.txt │ ├── LPPL-1.3a.txt │ ├── LPPL-1.3c.txt │ ├── LZMA-SDK-9.11-to-9.20.txt │ ├── LZMA-SDK-9.22.txt │ ├── LZMA-exception.txt │ ├── Latex2e-translated-notice.txt │ ├── Latex2e.txt │ ├── Leptonica.txt │ ├── LiLiQ-P-1.1.txt │ ├── LiLiQ-R-1.1.txt │ ├── LiLiQ-Rplus-1.1.txt │ ├── Libpng.txt │ ├── Libtool-exception.txt │ ├── Linux-OpenIB.txt │ ├── Linux-man-pages-1-para.txt │ ├── Linux-man-pages-copyleft-2-para.txt │ ├── Linux-man-pages-copyleft-var.txt │ ├── Linux-man-pages-copyleft.txt │ ├── Linux-syscall-note.txt │ ├── Lucida-Bitmap-Fonts.txt │ ├── MIPS.txt │ ├── MIT-0.txt │ ├── MIT-CMU.txt │ ├── MIT-Click.txt │ ├── MIT-Festival.txt │ ├── MIT-Khronos-old.txt │ ├── MIT-Modern-Variant.txt │ ├── MIT-Wu.txt │ ├── MIT-advertising.txt │ ├── MIT-enna.txt │ ├── MIT-feh.txt │ ├── MIT-open-group.txt │ ├── MIT-testregex.txt │ ├── MIT.txt │ ├── MITNFA.txt │ ├── MMIXware.txt │ ├── MPEG-SSG.txt │ ├── MPL-1.0.txt │ ├── MPL-1.1.txt │ ├── MPL-2.0-no-copyleft-exception.txt │ ├── MPL-2.0.txt │ ├── MS-LPL.txt │ ├── MS-PL.txt │ ├── MS-RL.txt │ ├── MTLL.txt │ ├── Mackerras-3-Clause-acknowledgment.txt │ ├── Mackerras-3-Clause.txt │ ├── MakeIndex.txt │ ├── Martin-Birgmeier.txt │ ├── McPhee-slideshow.txt │ ├── Minpack.txt │ ├── MirOS.txt │ ├── Motosoto.txt │ ├── MulanPSL-1.0.txt │ ├── MulanPSL-2.0.txt │ ├── Multics.txt │ ├── Mup.txt │ ├── NAIST-2003.txt │ ├── NASA-1.3.txt │ ├── NBPL-1.0.txt │ ├── NCBI-PD.txt │ ├── NCGL-UK-2.0.txt │ ├── NCL.txt │ ├── NCSA.txt │ ├── NGPL.txt │ ├── NICTA-1.0.txt │ ├── NIST-PD-fallback.txt │ ├── NIST-PD.txt │ ├── NIST-Software.txt │ ├── NLOD-1.0.txt │ ├── NLOD-2.0.txt │ ├── NLPL.txt │ ├── NOSL.txt │ ├── NPL-1.0.txt │ ├── NPL-1.1.txt │ ├── NPOSL-3.0.txt │ ├── NRL.txt │ ├── NTIA-PD.txt │ ├── NTP-0.txt │ ├── NTP.txt │ ├── Naumen.txt │ ├── Net-SNMP.txt │ ├── NetCDF.txt │ ├── Newsletr.txt │ ├── Nokia-Qt-exception-1.1.txt │ ├── Nokia.txt │ ├── Noweb.txt │ ├── Nunit.txt │ ├── O-UDA-1.0.txt │ ├── OAR.txt │ ├── OCCT-PL.txt │ ├── OCCT-exception-1.0.txt │ ├── OCLC-2.0.txt │ ├── OCaml-LGPL-linking-exception.txt │ ├── ODC-By-1.0.txt │ ├── ODbL-1.0.txt │ ├── OFFIS.txt │ ├── OFL-1.0-RFN.txt │ ├── OFL-1.0-no-RFN.txt │ ├── OFL-1.0.txt │ ├── OFL-1.1-RFN.txt │ ├── OFL-1.1-no-RFN.txt │ ├── OFL-1.1.txt │ ├── OGC-1.0.txt │ ├── OGDL-Taiwan-1.0.txt │ ├── OGL-Canada-2.0.txt │ ├── OGL-UK-1.0.txt │ ├── OGL-UK-2.0.txt │ ├── OGL-UK-3.0.txt │ ├── OGTSL.txt │ ├── OLDAP-1.1.txt │ ├── OLDAP-1.2.txt │ ├── OLDAP-1.3.txt │ ├── OLDAP-1.4.txt │ ├── OLDAP-2.0.1.txt │ ├── OLDAP-2.0.txt │ ├── OLDAP-2.1.txt │ ├── OLDAP-2.2.1.txt │ ├── OLDAP-2.2.2.txt │ ├── OLDAP-2.2.txt │ ├── OLDAP-2.3.txt │ ├── OLDAP-2.4.txt │ ├── OLDAP-2.5.txt │ ├── OLDAP-2.6.txt │ ├── OLDAP-2.7.txt │ ├── OLDAP-2.8.txt │ ├── OLFL-1.3.txt │ ├── OML.txt │ ├── OPL-1.0.txt │ ├── OPL-UK-3.0.txt │ ├── OPUBL-1.0.txt │ ├── OSET-PL-2.1.txt │ ├── OSL-1.0.txt │ ├── OSL-1.1.txt │ ├── OSL-2.0.txt │ ├── OSL-2.1.txt │ ├── OSL-3.0.txt │ ├── OpenJDK-assembly-exception-1.0.txt │ ├── OpenPBS-2.3.txt │ ├── OpenSSL-standalone.txt │ ├── OpenSSL.txt │ ├── OpenVision.txt │ ├── PADL.txt │ ├── PCRE2-exception.txt │ ├── PDDL-1.0.txt │ ├── PHP-3.0.txt │ ├── PHP-3.01.txt │ ├── PPL.txt │ ├── PS-or-PDF-font-exception-20170817.txt │ ├── PSF-2.0.txt │ ├── Parity-6.0.0.txt │ ├── Parity-7.0.0.txt │ ├── Pixar.txt │ ├── Plexus.txt │ ├── PolyForm-Noncommercial-1.0.0.txt │ ├── PolyForm-Small-Business-1.0.0.txt │ ├── PostgreSQL.txt │ ├── Python-2.0.1.txt │ ├── Python-2.0.txt │ ├── QPL-1.0-INRIA-2004-exception.txt │ ├── QPL-1.0-INRIA-2004.txt │ ├── QPL-1.0.txt │ ├── Qhull.txt │ ├── Qt-GPL-exception-1.0.txt │ ├── Qt-LGPL-exception-1.1.txt │ ├── Qwt-exception-1.0.txt │ ├── RHeCos-1.1.txt │ ├── RPL-1.1.txt │ ├── RPL-1.5.txt │ ├── RPSL-1.0.txt │ ├── RRDtool-FLOSS-exception-2.0.txt │ ├── RSA-MD.txt │ ├── RSCPL.txt │ ├── Rdisc.txt │ ├── Ruby-pty.txt │ ├── Ruby.txt │ ├── SANE-exception.txt │ ├── SAX-PD-2.0.txt │ ├── SAX-PD.txt │ ├── SCEA.txt │ ├── SGI-B-1.0.txt │ ├── SGI-B-1.1.txt │ ├── SGI-B-2.0.txt │ ├── SGI-OpenGL.txt │ ├── SGP4.txt │ ├── SHL-0.5.txt │ ├── SHL-0.51.txt │ ├── SHL-2.0.txt │ ├── SHL-2.1.txt │ ├── SISSL-1.2.txt │ ├── SISSL.txt │ ├── SL.txt │ ├── SMAIL-GPL.txt │ ├── SMLNJ.txt │ ├── SMPPL.txt │ ├── SNIA.txt │ ├── SOFA.txt │ ├── SPL-1.0.txt │ ├── SSH-OpenSSH.txt │ ├── SSH-short.txt │ ├── SSLeay-standalone.txt │ ├── SSPL-1.0.txt │ ├── SWI-exception.txt │ ├── SWL.txt │ ├── Saxpath.txt │ ├── SchemeReport.txt │ ├── Sendmail-8.23.txt │ ├── Sendmail-Open-Source-1.1.txt │ ├── Sendmail.txt │ ├── SimPL-2.0.txt │ ├── Sleepycat.txt │ ├── Soundex.txt │ ├── Spencer-86.txt │ ├── Spencer-94.txt │ ├── Spencer-99.txt │ ├── SugarCRM-1.1.3.txt │ ├── Sun-PPP-2000.txt │ ├── Sun-PPP.txt │ ├── SunPro.txt │ ├── Swift-exception.txt │ ├── Symlinks.txt │ ├── TAPR-OHL-1.0.txt │ ├── TCL.txt │ ├── TCP-wrappers.txt │ ├── TGPPL-1.0.txt │ ├── TMate.txt │ ├── TORQUE-1.1.txt │ ├── TOSL.txt │ ├── TPDL.txt │ ├── TPL-1.0.txt │ ├── TTWL.txt │ ├── TTYP0.txt │ ├── TU-Berlin-1.0.txt │ ├── TU-Berlin-2.0.txt │ ├── TermReadKey.txt │ ├── Texinfo-exception.txt │ ├── ThirdEye.txt │ ├── TrustedQSL.txt │ ├── UBDL-exception.txt │ ├── UCAR.txt │ ├── UCL-1.0.txt │ ├── UMich-Merit.txt │ ├── UPL-1.0.txt │ ├── URT-RLE.txt │ ├── Ubuntu-font-1.0.txt │ ├── Unicode-3.0.txt │ ├── Unicode-DFS-2015.txt │ ├── Unicode-DFS-2016.txt │ ├── Unicode-TOU.txt │ ├── Universal-FOSS-exception-1.0.txt │ ├── UnixCrypt.txt │ ├── Unlicense-libtelnet.txt │ ├── Unlicense-libwhirlpool.txt │ ├── Unlicense.txt │ ├── VOSTROM.txt │ ├── VSL-1.0.txt │ ├── Vim.txt │ ├── W3C-19980720.txt │ ├── W3C-20150513.txt │ ├── W3C.txt │ ├── WTFPL.txt │ ├── Watcom-1.0.txt │ ├── Widget-Workshop.txt │ ├── Wsuipa.txt │ ├── WxWindows-exception-3.1.txt │ ├── X11-distribute-modifications-variant.txt │ ├── X11-swapped.txt │ ├── X11.txt │ ├── XFree86-1.1.txt │ ├── XSkat.txt │ ├── Xdebug-1.03.txt │ ├── Xerox.txt │ ├── Xfig.txt │ ├── Xnet.txt │ ├── YPL-1.0.txt │ ├── YPL-1.1.txt │ ├── ZPL-1.1.txt │ ├── ZPL-2.0.txt │ ├── ZPL-2.1.txt │ ├── Zed.txt │ ├── Zeeff.txt │ ├── Zend-2.0.txt │ ├── Zimbra-1.3.txt │ ├── Zimbra-1.4.txt │ ├── Zlib.txt │ ├── any-OSI-perl-modules.txt │ ├── any-OSI.txt │ ├── bcrypt-Solar-Designer.txt │ ├── blessing.txt │ ├── bzip2-1.0.5.txt │ ├── bzip2-1.0.6.txt │ ├── check-cvs.txt │ ├── checkmk.txt │ ├── copyleft-next-0.3.0.txt │ ├── copyleft-next-0.3.1.txt │ ├── cryptsetup-OpenSSL-exception.txt │ ├── curl.txt │ ├── cve-tou.txt │ ├── depreciate_GPL-1.0+.txt │ ├── depreciate_GPL-2.0+.txt │ ├── depreciate_GPL-2.0-with-GCC-exception.txt │ ├── depreciate_GPL-2.0-with-autoconf-exception.txt │ ├── depreciate_GPL-2.0-with-bison-exception.txt │ ├── depreciate_GPL-2.0-with-classpath-exception.txt │ ├── depreciate_GPL-2.0-with-font-exception.txt │ ├── depreciate_GPL-3.0+.txt │ ├── depreciate_GPL-3.0-with-GCC-exception.txt │ ├── depreciate_GPL-3.0-with-autoconf-exception.txt │ ├── depreciate_LGPL-2.0+.txt │ ├── depreciate_LGPL-2.1+.txt │ ├── depreciate_LGPL-3.0+.txt │ ├── depreciate_StandardML-NJ.txt │ ├── depreciate_WXwindows.txt │ ├── depreciate_eCos-2.0.txt │ ├── diffmark.txt │ ├── dtoa.txt │ ├── dvipdfm.txt │ ├── eCos-exception-2.0.txt │ ├── eGenix.txt │ ├── erlang-otp-linking-exception.txt │ ├── etalab-2.0.txt │ ├── fmt-exception.txt │ ├── freertos-exception-2.0.txt │ ├── fwlw.txt │ ├── gSOAP-1.3b.txt │ ├── generic-xts.txt │ ├── gnu-javamail-exception.txt │ ├── gnuplot.txt │ ├── gtkbook.txt │ ├── harbour-exception.txt │ ├── hdparm.txt │ ├── i2p-gpl-java-exception.txt │ ├── iMatix.txt │ ├── jove.txt │ ├── libpng-1.6.35.txt │ ├── libpng-2.0.txt │ ├── libpri-OpenH323-exception.txt │ ├── libselinux-1.0.txt │ ├── libtiff.txt │ ├── libutil-David-Nugent.txt │ ├── lsof.txt │ ├── magaz.txt │ ├── mailprio.txt │ ├── man2html.txt │ ├── metamail.txt │ ├── mif-exception.txt │ ├── mpi-permissive.txt │ ├── mpich2.txt │ ├── mplus.txt │ ├── mxml-exception.txt │ ├── ngrep.txt │ ├── openvpn-openssl-exception.txt │ ├── pkgconf.txt │ ├── pnmstitch.txt │ ├── polyparse-exception.txt │ ├── psfrag.txt │ ├── psutils.txt │ ├── python-ldap.txt │ ├── radvd.txt │ ├── romic-exception.txt │ ├── snprintf.txt │ ├── softSurfer.txt │ ├── ssh-keyscan.txt │ ├── stunnel-exception.txt │ ├── swrule.txt │ ├── threeparttable.txt │ ├── u-boot-exception-2.0.txt │ ├── ulem.txt │ ├── vsftpd-openssl-exception.txt │ ├── w3m.txt │ ├── wwl.txt │ ├── x11vnc-openssl-exception.txt │ ├── xinetd.txt │ ├── xkeyboard-config-Zinoviev.txt │ ├── xlock.txt │ ├── xpp.txt │ ├── xzoom.txt │ └── zlib-acknowledgement.txt └── validate-schema.py /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig definitions: https://EditorConfig.org 2 | 3 | # top-most EditorConfig file 4 | root = true 5 | 6 | # Definitions for all files: 7 | [*] 8 | insert_final_newline = true 9 | trim_trailing_whitespace = true 10 | charset = utf-8 11 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: true 2 | contact_links: 3 | - name: New license request via SPDX Online Tool 4 | url: https://tools.spdx.org/app/submit_new_license/ 5 | about: Preferred way to request a license, so that it appears on https://tools.spdx.org/app/license_requests/ 6 | -------------------------------------------------------------------------------- /.github/workflows/finalised-license-comment.yaml: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: 0BSD OR CC0-1.0 2 | 3 | name: Comment automatically on accepted license requests 4 | 5 | on: 6 | push: 7 | branches: 8 | - '**' 9 | schedule: 10 | - cron: '0 06,16,18 * * *' # every day at 06:00, 16:00 and 18:00. 11 | 12 | jobs: 13 | comment: 14 | name: Comment automatically on accepted license requests 15 | runs-on: ubuntu-latest 16 | steps: 17 | - uses: actions/checkout@v4 18 | - name: Install git3po 19 | run: npm install -g git3po 20 | - name: Run `git3po` to leave comment 21 | env: 22 | GIT3PO_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} 23 | run: git3po -c auto-comment.yaml 24 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | 3 | # Ignore all hidden files and directories 4 | # except .editorconfig, .gitattributes, .gitignore and .travis.yml 5 | .* 6 | !/.editorconfig 7 | !/.gitattributes 8 | !/.gitignore 9 | !/.travis.yml 10 | !/.github 11 | 12 | /resources 13 | /licenseListPublisher-*.jar* 14 | 15 | # vim backup/swap files 16 | [._]*.s[a-w][a-z] 17 | [._]s[a-w][a-z] 18 | *.*~ 19 | *~ 20 | *.txt~ # 21 | *.md~ # These 3 are overkill but meh, no harm done 22 | *.xml~ # 23 | -------------------------------------------------------------------------------- /DOCS/images/git-usage-clone-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spdx/license-list-XML/aa8324ff8717f81f681a2cc0597f03cb891959ea/DOCS/images/git-usage-clone-ui.png -------------------------------------------------------------------------------- /DOCS/images/git-usage-git-status-added.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spdx/license-list-XML/aa8324ff8717f81f681a2cc0597f03cb891959ea/DOCS/images/git-usage-git-status-added.png -------------------------------------------------------------------------------- /DOCS/images/git-usage-git-status-clean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spdx/license-list-XML/aa8324ff8717f81f681a2cc0597f03cb891959ea/DOCS/images/git-usage-git-status-clean.png -------------------------------------------------------------------------------- /DOCS/images/git-usage-git-status-untracked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spdx/license-list-XML/aa8324ff8717f81f681a2cc0597f03cb891959ea/DOCS/images/git-usage-git-status-untracked.png -------------------------------------------------------------------------------- /DOCS/images/git-usage-push-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spdx/license-list-XML/aa8324ff8717f81f681a2cc0597f03cb891959ea/DOCS/images/git-usage-push-ui.png -------------------------------------------------------------------------------- /DOCS/template-decision.md: -------------------------------------------------------------------------------- 1 | # License Inclusion Decision 2 | 3 | ## Decision: 4 | 5 | - [ ] approved 6 | - [ ] not approved 7 | 8 | ## Name 9 | 10 | ## License ID 11 | 12 | ## XML markup 13 | 14 | ## Notes: 15 | 16 | ## Next steps ## 17 | If the license has been accepted, please follow [the accepted-license process to create the PR](https://github.com/spdx/license-list-XML/blob/main/DOCS/request-new-license.md#accepted-license-process). 18 | -------------------------------------------------------------------------------- /goneall.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spdx/license-list-XML/aa8324ff8717f81f681a2cc0597f03cb891959ea/goneall.gpg -------------------------------------------------------------------------------- /rename-license: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | 4 | if [ -z "$1" ] || [ -z "$2" ]; then 5 | echo "Usage: " 6 | exit 1 7 | fi 8 | 9 | if [ ! -f "src/$1.xml" ]; then 10 | echo "No source file for \"$1\" found." 11 | exit 1 12 | fi 13 | 14 | # Copy the source file and update identifier. 15 | sed "s/licenseId=\"$1\"/licenseId=\"$2\"/g" "src/$1.xml" > "src/$2.xml" 16 | # Remove the old source file. 17 | rm "src/$1.xml" 18 | 19 | # Rename the test file, if there is one. 20 | tests="test/simpleTestForGenerator" 21 | if [ -f "$tests/$1.txt" ]; then 22 | mv "$tests/$1.txt" "$tests/$2.txt" 23 | else 24 | echo "No test file found." 25 | fi 26 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | # used for validate-schema.py 2 | xmlschema 3 | -------------------------------------------------------------------------------- /schema/schema-version.md: -------------------------------------------------------------------------------- 1 | # Schema Version Mapping 2 | 3 | The following table maps the License List Version to the Schema Version used and supported when publishing that version of the license list 4 | 5 | |License List Version(s)|Schema Version| 6 | |--|--| 7 | | version 3.21 and prior versions | Unversioned | 8 | | version 3.22 and later | 1.0.0 | -------------------------------------------------------------------------------- /src/ADSL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense 6 | 7 | 8 | 9 |

This software code is made available "AS IS" without warranties of any kind. You may copy, display, 10 | modify and redistribute the software code either by itself or as incorporated into your code; provided 11 | that you do not remove any proprietary notices. Your use of this software code is at your own 12 | risk and you waive any claim against Amazon Digital Services, Inc. or its affiliates with respect to 13 | your use of this software code. (c) 2006 Amazon Digital Services, Inc. or its affiliates.

14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /src/AdaCore-doc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/AdaCore/xmlada/blob/master/docs/index.rst 7 | https://github.com/AdaCore/gnatcoll-core/blob/master/docs/index.rst 8 | https://github.com/AdaCore/gnatcoll-db/blob/master/docs/index.rst 9 | 10 | 11 |

12 | This document may be copied, in whole or in part, in any form 13 | or by any means, as is or with alterations, provided that 14 | (1) alterations are clearly marked as alterations and (2) 15 | this copyright notice is included unmodified in any copy. 16 |

17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/App-s2p.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://fedoraproject.org/wiki/Licensing/App-s2p 7 | 8 | 9 | 10 | COPYRIGHT and LICENSE 11 |

12 | This program is free and open software. You may use, 13 | modify, distribute, and sell this program (and any 14 | modified variants) in any way you wish, provided 15 | you do not restrict others from doing the same. 16 |

17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/Aspell-RU.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2 7 | 8 | 9 |

10 | Permission to use, copy, redistribute is granted. 11 | Permission to redistribute modifications in patch form 12 | is granted. Permission to redistribute binaries made of 13 | modified sources is granted. All other rights reserved. 14 |

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/Beerware.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://fedoraproject.org/wiki/Licensing/Beerware 6 | https://people.freebsd.org/~phk/ 7 | 8 | 9 | 10 |

"THE BEER-WARE LICENSE" (Revision 42):

11 |

<phk@FreeBSD.ORG> wrote this file. As long as you retain 12 | this notice you can do whatever you want with this stuff. If we meet some day, and you think this 13 | stuff is worth it, you can buy me a beer in return Poul-Henning Kamp

14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /src/Dotseqn.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://fedoraproject.org/wiki/Licensing/Dotseqn 6 | 7 | 8 | 9 |

Copyright (C) 1995 by Donald Arseneau

10 |
11 | 12 |

This file may be freely transmitted and reproduced, but it may not be changed unless the name is changed 13 | also (except that you may freely change the paper-size option for \documentclass).

14 |

This notice must be left intact.

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/FBM.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/SWI-Prolog/packages-xpce/blob/161a40cd82004f731ba48024f9d30af388a7edf5/src/img/gifwrite.c#L21-L26 7 | 8 | 9 | 10 | Portions of this code Copyright (C) 1989 by Michael Mauldin. 11 | 12 |

Permission is granted to use this file in whole or in 13 | part for any purpose, educational, recreational or commercial, 14 | provided that this copyright notice is retained unchanged. 15 | This software is available to all free of charge by anonymous 16 | FTP and in the UUNET archives.

17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/FSFAP.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html 6 | 7 | 8 |

Copying and distribution of this file, with or without 9 | modification, are permitted in any medium without royalty 10 | provided the copyright notice and this notice are preserved. 11 | This file is offered as-is, without any warranty.

12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /src/FSFUL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License 6 | 7 | 8 | 9 |

Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.

10 |
11 | 12 |

This configure script is free software; the Free Software Foundation gives unlimited permission to copy, 13 | distribute and modify it.

14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /src/FSFULLR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant 7 | 8 | 9 | 10 |

Copyright 1996-2006 Free Software Foundation, Inc.

11 |
12 | 13 |

This file is free software; the Free Software Foundation gives unlimited permission to copy and/or 14 | distribute it, with or without modifications, as long as this notice is preserved.

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/FSFULLRSD.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | https://git.savannah.gnu.org/cgit/gnulib.git/tree/modules/COPYING?id=7b08932179d0d6b017f7df01a2ddf6e096b038e3 8 | 9 | 10 | This is the same as FSFULLR but adds a short disclaimer of warranties. 11 | 12 | 13 |

14 | This file is free software; the Free Software Foundation 15 | gives unlimited permission to copy and/or distribute it, 16 | with or without modifications, as long as this notice is preserved. 17 | This file is offered as-is, without any warranty. 18 |

19 |
20 |
21 |
22 | -------------------------------------------------------------------------------- /src/Fair.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://web.archive.org/web/20150926120323/http://fairlicense.org/ 6 | https://opensource.org/licenses/Fair 7 | 8 | 9 | 10 |

Fair License

11 |
12 | 13 |

<Copyright Information>

14 |
15 | 16 |

Usage of the works is permitted provided that this instrument is retained with the works, so that any 17 | entity that uses the works is notified of this instrument.

18 |

DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

19 |
20 |
21 |
22 | -------------------------------------------------------------------------------- /src/Glulxe.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://fedoraproject.org/wiki/Licensing/Glulxe 6 | 7 | 8 | 9 |

The source code in this package is copyright 1999-2010 by Andrew Plotkin.

10 |
11 | 12 |

You may copy and distribute it freely, by any means and under any conditions, as long as the code and 13 | documentation is not changed. You may also incorporate this code into your own program and distribute 14 | that, or modify this code and use and distribute the modified version, as long as you retain a notice 15 | in your program or documentation which mentions my name and the URL shown above.

16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/Gutmann.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c 7 | 8 | 9 |

10 | You can use this code in whatever way you want, 11 | as long as you don't try to claim you wrote it. 12 |

13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/HIDAPI.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/signal11/hidapi/blob/master/LICENSE-orig.txt 7 | 8 | 9 |

10 | This software may be used by anyone for any reason so long 11 | as the copyright notice in the source files remains intact. 12 |

13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/HPND-Markus-Kuhn.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c 7 | https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=readline/readline/support/wcwidth.c;h=0f5ec995796f4813abbcf4972aec0378ab74722a;hb=HEAD#l55 8 | 9 | 10 |

11 | Permission to use, copy, modify, and distribute this software 12 | for any purpose and without fee is hereby granted. The author 13 | disclaims all warranties with regard to this software. 14 |

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/Jam.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://www.boost.org/doc/libs/1_35_0/doc/html/jam.html 6 | https://web.archive.org/web/20160330173339/https://swarm.workshop.perforce.com/files/guest/perforce_software/jam/src/README 7 | 8 | 9 | 10 |

Copyright 1993-2014 Christopher Seiwald and Perforce Software, Inc.

11 |
12 | 13 |

14 | License is hereby granted to use this software and distribute it 15 | freely, as long as this copyright notice is retained and modifications 16 | are clearly marked. 17 |

18 | 19 |

20 | ALL WARRANTIES ARE HEREBY DISCLAIMED. 21 |

22 |
23 |
24 |
25 | -------------------------------------------------------------------------------- /src/Kastrup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://ctan.math.utah.edu/ctan/tex-archive/macros/generic/kastrup/binhex.dtx 7 | 8 | 9 | 10 | Copyright(c) 2001 by David Kastrup 11 | 12 |

13 | Any use of the code is permitted 14 | as long as this copyright notice is preserved in the code. 15 |

16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/Knuth-CTAN.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://ctan.org/license/knuth 7 | 8 | This license is very similar to Wsuipa. 9 | 10 | 11 |

12 | This software is copyrighted. Unlimited copying and redistribution 13 | of this package and/or its individual files are permitted 14 | as long as there are no modifications. Modifications, and 15 | redistribution of modifications, are also permitted, but 16 | only if the resulting package and/or files are renamed. 17 |

18 |
19 |
20 |
-------------------------------------------------------------------------------- /src/Linux-man-pages-1-para.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/getcpu.2#n4 7 | 8 | 9 |

10 | Permission is granted to distribute possibly modified 11 | copies of this page provided the header is included 12 | verbatim, and in case of nontrivial modification author 13 | and date of the modification is added to the header. 14 |

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/MIPS.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://sourceware.org/cgit/binutils-gdb/tree/include/coff/sym.h#n11 7 | 8 | 9 | This is shorter version of ThirdEye license. 10 | 11 | 12 |

13 | 14 | Copyright (c) 1992, 1991, 1990 MIPS Computer Systems, Inc. 15 | 16 | MIPS Computer Systems, Inc. grants reproduction and use 17 | rights to all parties, PROVIDED that this comment is 18 | maintained in the copy. 19 |

20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /src/McPhee-slideshow.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://mirror.las.iastate.edu/tex-archive/graphics/metapost/contrib/macros/slideshow/slideshow.mp 7 | 8 | 9 | 10 | 11 | Copyright 2001, Patrick TJ McPhee 12 | 13 |

14 | everyone is welcome to use this code for any purpose, to modify 15 | it, and to copy it in whole or in part for use in other macro 16 | sets, with the conditions that this copyright notice 17 | be preserved with any significant portion of the code, 18 | and that modifications to this file be clearly marked. 19 |

20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /src/SGP4.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://celestrak.org/publications/AIAA/2006-6753/faq.php 7 | 8 | 9 | 10 | SGP4 Permission Notice 11 | 12 |

13 | There is no license associated with the code and you may use it for any 14 | purpose—personal or commercial—as you wish. We ask only that you include 15 | citations in your documentation and source code to show the source of 16 | the code and provide links to the 17 | main page, to 18 | facilitate communications regarding any questions on the theory or source 19 | code. 20 |

21 |
22 |
23 |
24 | -------------------------------------------------------------------------------- /src/SL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/mtoyoda/sl/blob/master/LICENSE 7 | 8 | 9 | 10 | SL License 11 | 12 |

13 | Everyone is permitted to do anything on this program including copying, 14 | modifying, and improving, unless you try to pretend that you wrote it. 15 | i.e., the above copyright notice has to appear in all copies. 16 | THE AUTHOR DISCLAIMS ANY RESPONSIBILITY WITH REGARD TO THIS SOFTWARE. 17 |

18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/SchemeReport.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 |

Code derived from the document "Revised Report on 8 | Scheme" and subsequent revisions, is distributed under the following license: 9 |

10 |
11 | 12 | 13 |

We intend this report to belong to the entire Scheme community, 14 | and so we grant permission to copy it in whole or in part without fee. 15 | In particular, we encourage implementors of Scheme to use this report 16 | as a starting point for manuals and other documentation, modifying it as necessary. 17 |

18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/SunPro.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_acosh.c 7 | https://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_lgammal.c 8 | 9 | 10 | 11 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 12 | 13 |

14 | Developed atSunPro 15 | , a Sun Microsystems, Inc. business. 16 |

17 |

18 | Permission to use, copy, modify, and distribute this software 19 | is freely granted, provided that this notice is preserved. 20 |

21 |
22 |
23 |
24 | -------------------------------------------------------------------------------- /src/TPDL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://metacpan.org/pod/Time::ParseDate#LICENSE 7 | 8 | 9 | 10 | Copyright (C) 1996-2010 David Muir 11 | Sharnoff. Copyright (C) 2011 Google, Inc. 12 | 13 |

License hereby granted for anyone to use, modify or redistribute this 14 | module at their own risk. Please feed useful changes back to 15 | cpan@dave.sharnoff.org. 16 |

17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/TermReadKey.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/jonathanstowe/TermReadKey/blob/master/README#L9-L10 7 | 8 | 9 |

10 | Unlimited distribution and/or modification is allowed 11 | as long as this copyright notice remains intact. 12 |

13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/Zed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://fedoraproject.org/wiki/Licensing/Zed 6 | 7 | 8 | 9 |

(c) Jim Davies, January 1995

10 |
11 | 12 |

You may copy and distribute this file freely. Any queries and complaints should be forwarded to 13 | Jim.Davies@comlab.ox.ac.uk.

14 |

If you make any changes to this file, please do not distribute the results under the name `zed-csp.sty'.

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/Zeeff.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ftp://ftp.tin.org/pub/news/utils/newsx/newsx-1.6.tar.gz 7 | 8 | 9 | 10 | Copyright 1988 Jon Zeeff (zeeff@b-tech.ann-arbor.mi.us) 11 | 12 |

13 | You can use this code in any manner, as long as you leave my name 14 | on it and don't hold me responsible for any problems with it. 15 |

16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/any-OSI.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://metacpan.org/pod/Exporter::Tidy#LICENSE 7 | 8 | 9 |

10 | Pick your favourite OSI approved license :) 11 |

12 |

13 | http://www.opensource.org/licenses/alphabetical 14 |

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/blessing.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln=4-9 6 | https://sqlite.org/src/artifact/df5091916dbb40e6 7 | 8 | 9 |

The author disclaims copyright to this source code. In place of a legal notice, here is a blessing:

10 | 11 |

May you do good and not evil.

12 |

May you find forgiveness for yourself and forgive others.

13 |

May you share freely, never taking more than you give.

14 |
15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/check-cvs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | http://cvs.savannah.gnu.org/viewvc/cvs/ccvs/contrib/check_cvs.in?revision=1.1.4.3&view=markup&pathrev=cvs1-11-23#l2 7 | 8 | 9 | This license is similar to FSFULLR. 10 | 11 | 12 |

13 | Permission is granted to copy and/or distribute this file, with 14 | or without modifications, provided this notice is preserved. 15 |

16 |
17 |
18 |
19 | 20 | -------------------------------------------------------------------------------- /src/checkmk.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://github.com/libcheck/check/blob/master/checkmk/checkmk.in 6 | 7 | 8 | 9 | 10 |

Copyright (c) 2006, 2010 Micah Cowan

11 |
12 | 13 |

Redistribution of this program in any form, with or without 14 | modifications, is permitted, provided that the above copyright is 15 | retained in distributions of this program in source form.

16 | 17 |

(This is a free, non-copyleft license compatible with pretty much any 18 | other free or proprietary license, including the GPL. It's essentially 19 | a scaled-down version of the "modified" BSD license.) 20 |

21 |
22 |
23 |
24 | -------------------------------------------------------------------------------- /src/diffmark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://fedoraproject.org/wiki/Licensing/diffmark 6 | 7 | 8 | 9 | 10 | 1. 11 | you can do what you want with it 12 | 13 | 14 | 2. 15 | I refuse any responsibility for the consequences 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /src/dvipdfm.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://fedoraproject.org/wiki/Licensing/dvipdfm 6 | 7 | 8 |

A modified version of this file may be distributed, but it should be distributed with a *different* name. 9 | Changed files must be distributed *together with a complete and unchanged* distribution of these 10 | files.

11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /src/exceptions/Asterisk-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/asterisk/libpri/blob/7f91151e6bd10957c746c031c1f4a030e8146e9a/pri.c#L22 7 | https://github.com/asterisk/libss7/blob/03e81bcd0d28ff25d4c77c78351ddadc82ff5c3f/ss7.c#L24 8 | 9 | 10 |

11 | In addition, when this program is distributed with Asterisk in any 12 | form that would qualify as a 'combined work' or as a 'derivative 13 | work' (but not mere aggregation), you can redistribute and/or 14 | modify the combination under the terms of the license provided with 15 | that copy of Asterisk, instead of the license terms granted here. 16 |

17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/exceptions/Bison-exception-1.24.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/arineng/rwhoisd/blob/master/rwhoisd/mkdb/y.tab.c#L180 7 | 8 | 9 |

10 | As a special exception, when this file is copied by Bison 11 | into a Bison output file, you may use that output file 12 | without restriction. This special exception was added by 13 | the Free Software Foundation in version 1.24 of Bison. 14 |

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/exceptions/CGAL-linking-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/openscad/openscad/blob/openscad-2021.01/COPYING#L3 7 | https://github.com/floriankirsch/OpenCSG/blob/opencsg-1-4-2-release/license.txt#L3 8 | 9 | 10 |

11 | As a special exception, you have permission to link this 12 | program with the CGAL library 13 | (http://www.cgal.org) and distribute executables, as 14 | long as you follow the requirements of the GNU GPL in regard 15 | to all of the software in the executable aside from CGAL. 16 |

17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/exceptions/GNAT-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/AdaCore/florist/blob/master/libsrc/posix-configurable_file_limits.adb 7 | 8 | 9 | This exception has been used with both versions 2.0 and 3.0 of the GPL. 10 | 11 | 12 |

13 | As a special exception, if other files instantiate generics from this 14 | unit, or you link this unit with other files to produce an executable, 15 | this unit does not by itself cause the resulting executable to be 16 | covered by the GNU General Public License. This exception does not 17 | however invalidate any other reasons why the executable file might be 18 | covered by the GNU Public License. 19 |

20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /src/exceptions/GNOME-examples-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://gitlab.gnome.org/Archive/gnome-devel-docs/-/blob/master/platform-demos/C/legal.xml?ref_type=heads 7 | http://meldmerge.org/help/ 8 | 9 | 10 | This exception has been used with CC-BY-SA-3.0. 11 | 12 | 13 |

14 | As a special exception, the copyright holders give you permission 15 | to copy, modify, and distribute the example code contained in this 16 | document under the terms of your choosing, without restriction. 17 |

18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/exceptions/KiCad-libraries-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | https://www.kicad.org/libraries/license/ 5 | 6 | 7 | Typically used with CC-BY-SA-4.0 8 | 9 | 10 |

To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material', then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided as part of the 'Licensed Material'.

11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /src/exceptions/Libtool-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | http://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4 6 | https://git.savannah.gnu.org/cgit/libtool.git/tree/libltdl/lt__alloc.c#n15 7 | 8 | 9 |

As a special exception to the GNU Lesser General Public License, if you 10 | distribute this file as part of a program or library that is 11 | built using GNU Libtool, you may include this file under the 12 | same distribution terms that you use for the rest of that 13 | program.

14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /src/exceptions/PCRE2-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://www.pcre.org/licence.txt 7 | 8 | 9 | This exception has been used with BSD-3-Clause. 10 | 11 | 12 |

13 | EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
14 | ------------------------------------------ 15 |

16 | 17 |

18 | The second condition in the BSD licence (covering binary redistributions) does 19 | not apply all the way down a chain of software. If binary package A includes 20 | PCRE2, it must respect the condition, but if package B is software that 21 | includes package A, the condition is not imposed on package B unless it uses 22 | PCRE2 independently. 23 |

24 |
25 |
26 |
27 | 28 | -------------------------------------------------------------------------------- /src/exceptions/Texinfo-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://git.savannah.gnu.org/cgit/automake.git/tree/lib/texinfo.tex?h=v1.16.5#n23 7 | 8 | 9 |

10 | As a special exception, when this file is read by TeX when 11 | processing a Texinfo source document, you may use the result without 12 | restriction. This Exception is an additional permission under 13 | section 7 of the GNU General Public License, version 3 ("GPLv3"). 14 |

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/exceptions/fmt-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://github.com/fmtlib/fmt/blob/master/LICENSE 6 | https://github.com/fmtlib/fmt/blob/2eb363297b24cd71a68ccfb20ff755430f17e60f/LICENSE#L22C1-L27C62 7 | 8 | 9 | Typically used with MIT. 10 | 11 | 12 |

--- Optional exception to the license ---

13 |

14 | As an exception, if, as a result of your compiling your source code, portions 15 | of this Software are embedded into a machine-executable object form of such 16 | source code, you may redistribute such embedded portions in such object form 17 | without including the above copyright and permission notices. 18 |

19 |
20 |
21 |
22 | -------------------------------------------------------------------------------- /src/exceptions/gnu-javamail-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | http://www.gnu.org/software/classpathx/javamail/javamail.html 6 | 7 | Typically used with GPL (any version) 8 | 9 |

As a special exception, if you link this library with other files 10 | to produce an executable, this library does not by itself 11 | cause the resulting executable to be covered by the GNU 12 | General Public License. This exception does not however 13 | invalidate any other reasons why the executable file might be 14 | covered by the GNU General Public License.

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/exceptions/libpri-OpenH323-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/asterisk/libpri/blob/1.6.0/README#L19-L22 7 | 8 | 9 |

10 | As a special exception, libpri may also be linked to the 11 | OpenH323 library, so long as the entirity of the derivative 12 | work (as defined within the GPL) is licensed either under 13 | the MPL of the OpenH323 license or the GPL of libpri. 14 |

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/exceptions/polyparse-exception.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://hackage.haskell.org/package/polyparse-1.13/src/COPYRIGHT 7 | 8 | 9 |

10 | As a relaxation of clause 6 of the LGPL, the copyright holders of this 11 | library give permission to use, copy, link, modify, and distribute, 12 | binary-only object-code versions of an executable linked with the 13 | original unmodified Library, without requiring the supply of any 14 | mechanism to modify or replace the Library and relink (clauses 6a, 15 | 6b, 6c, 6d, 6e), provided that all the other terms of clause 6 are 16 | complied with. 17 |

18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/fwlw.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://mirrors.nic.cz/tex-archive/macros/latex/contrib/fwlw/README 7 | 8 | 9 | This license is a very similar to ulem and magaz, but has slightly different obligations. 10 | 11 | 12 | 13 | Copyright (C) 1993,1995 by Donald Arseneau
14 | Vancouver, Canada, email asnd@triumf.ca 15 |
16 |

17 | This software package may be freely used, transmitted, reproduced, or modified 18 | provided that this notice is left intact. 19 |

20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /src/gtkbook.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/slogan621/gtkbook 7 | https://github.com/oetiker/rrdtool-1.x/blob/master/src/plbasename.c#L8-L11 8 | 9 | 10 | 11 | Copyright 2005 Syd Logan, All Rights Reserved 12 | 13 |

14 | This code is distributed without warranty. You are free to use 15 | this code for any purpose, however, if this code is republished or 16 | redistributed in its original form, as hardcopy or electronically, 17 | then you must include this copyright notice along with the code. 18 |

19 |
20 |
21 |
22 | -------------------------------------------------------------------------------- /src/hdparm.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/Distrotech/hdparm/blob/4517550db29a91420fb2b020349523b1b4512df2/LICENSE.TXT 7 | 8 | 9 |

10 | BSD-Style Open Source License: 11 |

12 |

13 | You may freely use, modify, and redistribute the 14 | hdparm program, as either binary or source, or both. 15 |

16 |

17 | The only condition is that my name and copyright 18 | notice remain in the source code as-is. 19 |

20 | 21 |

22 | Mark Lord (mlord@pobox.com) 23 |

24 |
25 |
26 |
27 |
28 | -------------------------------------------------------------------------------- /src/jove.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/jonmacs/jove/blob/4_17/LICENSE 7 | 8 | 9 |

10 | This program is Copyright (C) 1986-2002 by Jonathan 11 | Payne. JOVE is provided by Jonathan and Jovehacks without 12 | charge and without warranty. You may copy, modify, 13 | and/or distribute JOVE, provided that this notice is 14 | included in all the source files and documentation. 15 |

16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/man2html.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | http://primates.ximian.com/~flucifredi/man/man-1.6g.tar.gz 7 | https://github.com/hamano/man2html/blob/master/man2html.c 8 | https://docs.oracle.com/cd/E81115_01/html/E81116/licenses.html 9 | 10 | 11 | This license is very similar to check-cvs. 12 | 13 | 14 |

15 | Permission is granted to distribute, modify and use this 16 | program as long as this comment is not removed or changed. 17 |

18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/mplus.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://fedoraproject.org/wiki/Licensing:Mplus?rd=Licensing/mplus 7 | 8 | 9 | 10 |

11 | These fonts are free softwares. Unlimited permission is 12 | granted to use, copy, and distribute it, with or without 13 | modification, either commercially and noncommercially. 14 | THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. 15 |

16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/pkgconf.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/pkgconf/pkgconf/blob/master/cli/main.c#L8 7 | 8 | 9 |

10 | Permission to use, copy, modify, and/or distribute this software 11 | for any purpose with or without fee is hereby granted, provided 12 | that the above copyright notice and this permission notice appear 13 | in all copies. 14 |

15 |

16 | This software is provided 'as is' and without any 17 | warranty, express or implied. In no event shall the authors be 18 | liable for any damages arising from the use of this software. 19 |

20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /src/snprintf.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/openssh/openssh-portable/blob/master/openbsd-compat/bsd-snprintf.c#L2 7 | 8 | 9 | 10 | Copyright Patrick Powell 1995 11 | 12 |

13 | This code is based on code written by Patrick Powell 14 | (papowell@astart.com) It may be used for any purpose as long 15 | as this notice remains intact on all source code distributions 16 |

17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/ssh-keyscan.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://github.com/openssh/openssh-portable/blob/master/LICENCE#L82 7 | 8 | 9 | 10 | Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. 11 | 12 |

13 | Modification and redistribution in source and binary forms is 14 | permitted provided that due credit is given to the author and 15 | the OpenBSD project by leaving this copyright notice intact. 16 |

17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/swrule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://ctan.math.utah.edu/ctan/tex-archive/macros/generic/misc/swrule.sty 7 | 8 | 9 |

10 | The style package is copyrighted but may be used and extended 11 | in any way, as long as a pointer to the original author is 12 | maintained. The author is not liable for any problem that may 13 | or may not result from using this package. Use at your own risk. 14 |

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/threeparttable.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://fedoraproject.org/wiki/Licensing/Threeparttable 7 | 8 | 9 |

10 | This file may be distributed, modified, and used in other works 11 | with just one restriction: modified versions must clearly indicate 12 | the modification (a name change, or a displayed message, or ?). 13 |

14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /src/ulem.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | https://mirrors.ctan.org/macros/latex/contrib/ulem/README 7 | 8 | This license is a very similar to fwlw and magaz, but has slightly different obligations. 9 | 10 | 11 | 12 | Copyright 1989-2019 by Donald Arseneau (Vancouver, Canada, asnd@triumf.ca) 13 | 14 |

15 | This software may be freely transmitted, reproduced, or modified 16 | for any purpose provided that this copyright notice is left intact. 17 |

18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/wwl.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | http://www.db.net/downloads/wwl+db-1.3.tgz 7 | 8 | 9 |

10 | db@FreeBSD.ORG wrote this file. As long as you retain this notice 11 | you can do whatever you want with this code, except you may not 12 | license it under any form of the GPL. A postcard or QSL card 13 | showing me you appreciate this code would be nice. Diane Bruce va3db 14 |

15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /test-one-license: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | TOOL_VERSION=`awk '/^TOOL_VERSION/{print $NF}' Makefile` 4 | PUBLISHER=licenseListPublisher-${TOOL_VERSION}.jar 5 | 6 | # if license list publisher is not present, download it 7 | test ! -f ${PUBLISHER} && make ${PUBLISHER}-valid 8 | 9 | java -jar ${PUBLISHER} TestLicenseXML "src/${@}.xml" "test/simpleTestForGenerator/${@}.txt" "test/fullTestForGenerator" 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/0BSD.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) YEAR by AUTHOR EMAIL 2 | 3 | Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. 4 | 5 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 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. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/ADSL.txt: -------------------------------------------------------------------------------- 1 | This software code is made available "AS IS" without warranties of any kind. You may copy, display, modify and redistribute the software code either by itself or as incorporated into your code; provided that you do not remove any proprietary notices. Your use of this software code is at your own risk and you waive any claim against Amazon Digital Services, Inc. or its affiliates with respect to your use of this software code. (c) 2006 Amazon Digital Services, Inc. or its affiliates. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/AMD-newlib.txt: -------------------------------------------------------------------------------- 1 | Copyright 1989, 1990 Advanced Micro Devices, Inc. 2 | 3 | This software is the property of Advanced Micro Devices, Inc (AMD) which 4 | specifically grants the user the right to modify, use and distribute this 5 | software provided this notice is not removed or altered. All other rights 6 | are reserved by AMD. 7 | 8 | AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS 9 | SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL 10 | DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR 11 | USE OF THIS SOFTWARE. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/ANTLR-PD.txt: -------------------------------------------------------------------------------- 1 | ANTLR 2 License 2 | 3 | We reserve no legal rights to the ANTLR--it is fully in the public domain. An individual or company may do whatever they wish with source code distributed with ANTLR or the code generated by ANTLR, including the incorporation of ANTLR, or its output, into commerical software. 4 | 5 | We encourage users to develop software with ANTLR. However, we do ask that credit is given to us for developing ANTLR. By "credit", we mean that if you use ANTLR or incorporate any source code into one of your programs (commercial product, research project, or otherwise) that you acknowledge this fact somewhere in the documentation, research report, etc... If you like ANTLR and have developed a nice tool with the output, please mention that you developed it using ANTLR. In addition, we ask that the headers remain intact in our source code. As long as these guidelines are kept, we expect to continue enhancing this system and expect to make other tools available as they are completed. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/APAFML.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. 2 | 3 | This file and the 14 PostScript(R) AFM files it accompanies may be used, copied, and distributed for any purpose and without charge, with or without modification, provided that all copyright notices are retained; that the AFM files are not distributed without this file; that all modifications to this file or any of the AFM files are prominently noted in the modified file(s); and that this paragraph is not modified. Adobe Systems has no responsibility or obligation to support the use of the AFM files. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Abstyles.txt: -------------------------------------------------------------------------------- 1 | This is APREAMBL.TEX, version 1.10e, written by Hans-Hermann Bode 2 | (HHBODE@DOSUNI1.BITNET), for the BibTeX `adaptable' family, version 1.10. 3 | See the file APREAMBL.DOC for a detailed documentation. 4 | 5 | This program is distributed WITHOUT ANY WARRANTY, express or implied. 6 | 7 | Copyright (C) 1991, 1992 Hans-Hermann Bode 8 | 9 | Permission is granted to make and distribute verbatim copies of this document provided that the copyright notice and this permission notice are preserved on all copies. 10 | 11 | Permission is granted to copy and distribute modified versions of this document under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/AdaCore-doc.txt: -------------------------------------------------------------------------------- 1 | This document may be copied, in whole or in part, in any form or by any means, as is or with alterations, provided that (1) alterations are clearly marked as alterations and (2) this copyright notice is included unmodified in any copy. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Adobe-Utopia.txt: -------------------------------------------------------------------------------- 1 | Permission to use, reproduce, display and distribute the listed typefaces 2 | is hereby granted, provided that the Adobe Copyright notice appears in all 3 | whole and partial copies of the software and that the following trademark 4 | symbol and attribution appear in all unmodified copies of the software: 5 | 6 | The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font Metric 7 | files) donated are: 8 | 9 | Utopia Regular 10 | Utopia Italic 11 | Utopia Bold 12 | Utopia Bold Italic 13 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Afmparse.txt: -------------------------------------------------------------------------------- 1 | (C) 1988, 1989 by Adobe Systems Incorporated. All rights reserved. 2 | 3 | This file may be freely copied and redistributed as long as: 4 | 5 | 1) This entire notice continues to be included in the file, 6 | 2) If the file has been modified in any way, a notice of such modification is conspicuously indicated. 7 | 8 | PostScript, Display PostScript,and Adobe are registered trademarks of Adobe Systems Incorporated. 9 | 10 | THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO CHANGE WITHOUT NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ADOBE SYSTEMS INCORPORATED. ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO WARRANTY OF ANY KIND (EXPRESS, IMPLIED OR STATUTORY) WITH RESPECT TO THIS INFORMATION, AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY, FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/App-s2p.txt: -------------------------------------------------------------------------------- 1 | COPYRIGHT and LICENSE 2 | 3 | This program is free and open software. You may use, modify, 4 | distribute, and sell this program (and any modified variants) in any 5 | way you wish, provided you do not restrict others from doing the same. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Aspell-RU.txt: -------------------------------------------------------------------------------- 1 | Permission to use, copy, redistribute is granted. 2 | Permission to redistribute modifications in patch form is granted. 3 | Permission to redistribute binaries made of modified sources is granted. 4 | All other rights reserved. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Asterisk-exception.txt: -------------------------------------------------------------------------------- 1 | In addition, when this program is distributed with Asterisk in any 2 | form that would qualify as a 'combined work' or as a 'derivative work' 3 | (but not mere aggregation), you can redistribute and/or modify the 4 | combination under the terms of the license provided with that copy 5 | of Asterisk, instead of the license terms granted here. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Asterisk-linking-protocols-exception.txt: -------------------------------------------------------------------------------- 1 | Specific permission is also granted to link Asterisk with OpenSSL, OpenH323 2 | UniMRCP, and/or the UW IMAP Toolkit and distribute the resulting binary files. 3 | 4 | In addition, Asterisk implements several management/control protocols. 5 | This includes the Asterisk Manager Interface (AMI), the Asterisk Gateway 6 | Interface (AGI), and the Asterisk REST Interface (ARI). It is our belief 7 | that applications using these protocols to manage or control an Asterisk 8 | instance do not have to be licensed under the GPL or a compatible license, 9 | as we believe these protocols do not create a 'derivative work' as referred 10 | to in the GPL. However, should any court or other judiciary body find that 11 | these protocols do fall under the terms of the GPL, then we hereby grant you a 12 | license to use these protocols in combination with Asterisk in external 13 | applications licensed under any license you wish. 14 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Autoconf-exception-generic-3.0.txt: -------------------------------------------------------------------------------- 1 | As a special exception to the GNU General Public License, if you 2 | distribute this file as part of a program that contains a 3 | configuration script generated by Autoconf, you may include it under 4 | the same distribution terms that you use for the rest of that 5 | program. This Exception is an additional permission under section 7 6 | of the GNU General Public License, version 3 ("GPLv3"). 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Autoconf-exception-generic.txt: -------------------------------------------------------------------------------- 1 | As a special exception to the GNU General Public License, 2 | if you distribute this file as part of a program that contains 3 | a configuration script generated by Autoconf, you may include 4 | it under the same distribution terms that you use for the rest of that program. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Autoconf-exception-macro.txt: -------------------------------------------------------------------------------- 1 | As a special exception, the respective Autoconf Macro's copyright owner 2 | gives unlimited permission to copy, distribute and modify the configure 3 | scripts that are the output of Autoconf when processing the Macro. You 4 | need not follow the terms of the GNU General Public License when using 5 | or distributing such scripts, even though portions of the text of the 6 | Macro appear in them. The GNU General Public License (GPL) does govern 7 | all other use of the material that constitutes the Autoconf Macro. 8 | 9 | This special exception to the GPL applies to versions of the Autoconf 10 | Macro released by the Autoconf Archive. When you make and distribute a 11 | modified version of the Autoconf Macro, you may extend this special 12 | exception to the GPL to apply to your modified version as well. 13 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/BSD-2-Clause-pkgconf-disclaimer.txt: -------------------------------------------------------------------------------- 1 | Copyright © 2001-2025 Audacious developers and others 2 | 3 | Redistribution and use in source and binary forms, with or without 4 | modification, are permitted provided that the following conditions are met: 5 | 6 | 1. Redistributions of source code must retain the above copyright notice, 7 | this list of conditions, and the following disclaimer. 8 | 9 | 2. Redistributions in binary form must reproduce the above copyright notice, 10 | this list of conditions, and the following disclaimer in the 11 | documentation provided with the distribution. 12 | 13 | This software is provided “as is” and without any warranty, express or 14 | implied. In no event shall the authors be liable for any damages arising 15 | from the use of this software. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/BSD-4.3RENO.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1987 Regents of the University of California. 2 | All rights reserved. 3 | 4 | Redistribution and use in source and binary forms are permitted 5 | provided that this notice is preserved and that due credit is given 6 | to the University of California at Berkeley. The name of the University 7 | may not be used to endorse or promote products derived from this 8 | software without specific written prior permission. This software 9 | is provided ``as is'' without express or implied warranty. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/BSD-4.3TAHOE.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1987 Regents of the University of California. All rights reserved. 2 | 3 | Redistribution and use in source and binary forms are permitted provided 4 | that the above copyright notice and this paragraph are duplicated in all 5 | such forms and that any documentation, advertising materials, and other 6 | materials related to such distribution and use acknowledge that the software 7 | was developed by the University of California, Berkeley. The name of the 8 | University may not be used to endorse or promote products derived from this 9 | software without specific prior written permission. THIS SOFTWARE IS PROVIDED 10 | ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT 11 | LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Baekmuk.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1986-2002 Kim Jeong-Hwan All rights reserved. 2 | 3 | Permission to use, copy, modify and distribute this font 4 | is hereby granted, provided that both the copyright notice 5 | and this permission notice appear in all copies of the 6 | font, derivative works or modified versions, and that the 7 | following acknowledgement appear in supporting documentation: 8 | Baekmuk Batang, Baekmuk Dotum, Baekmuk Gulim, and Baekmuk 9 | Headline are registered trademarks owned by Kim Jeong-Hwan. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Barr.txt: -------------------------------------------------------------------------------- 1 | This is a package of commutative diagram macros built on top of Xy-pic by Michael Barr (email: barr@barrs.org). Its use is unrestricted. It may be freely distributed, unchanged, for non-commercial or commercial use. If changed, it must be renamed. Inclusion in a commercial software package is also permitted, but I would appreciate receiving a free copy for my personal examination and use. There are no guarantees that this package is good for anything. I have tested it with LaTeX 2e, LaTeX 2.09 and Plain TeX. Although I know of no reason it will not work with AMSTeX, I have not tested it. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Beerware.txt: -------------------------------------------------------------------------------- 1 | "THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Bison-exception-1.24.txt: -------------------------------------------------------------------------------- 1 | As a special exception, when this file is copied by Bison into a 2 | Bison output file, you may use that output file without restriction. 3 | This special exception was added by the Free Software Foundation 4 | in version 1.24 of Bison. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Bison-exception-2.2.txt: -------------------------------------------------------------------------------- 1 | Bison Exception 2 | 3 | As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. 4 | 5 | This special exception was added by the Free Software Foundation in version 2.2 of Bison. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Bitstream-Charter.txt: -------------------------------------------------------------------------------- 1 | (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. 2 | 3 | You are hereby granted permission under all Bitstream propriety rights 4 | to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream 5 | Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts for 6 | any purpose and without restriction; provided, that this notice is left 7 | intact on all copies of such fonts and that Bitstream's trademark is acknowledged 8 | as shown below on all unmodified copies of the 4 Charter Type 1 fonts. 9 | BITSTREAM CHARTER is a registered trademark of Bitstream Inc. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Boehm-GC-without-fee.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2000 2 | SWsoft company 3 | 4 | Modifications copyright (c) 2001, 2013. Oracle and/or its affiliates. 5 | All rights reserved. 6 | 7 | This material is provided "as is", with absolutely no warranty expressed 8 | or implied. Any use is at your own risk. 9 | 10 | Permission to use or copy this software for any purpose is hereby granted 11 | without fee, provided the above notices are retained on all copies. 12 | Permission to modify the code and to distribute modified code is granted, 13 | provided the above notices are retained, and a notice that the code was 14 | modified is included with the above copyright notice. 15 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Boehm-GC.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) ... 2 | 3 | THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED 4 | OR IMPLIED. ANY USE IS AT YOUR OWN RISK. 5 | 6 | Permission is hereby granted to use or copy this program 7 | for any purpose, provided the above notices are retained on all copies. 8 | Permission to modify the code and to distribute modified code is granted, 9 | provided the above notices are retained, and a notice that the code was 10 | modified is included with the above copyright notice. 11 | 12 | A few files have other copyright holders. 13 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Bootloader-exception.txt: -------------------------------------------------------------------------------- 1 | Bootloader Exception 2 | -------------------- 3 | 4 | In addition to the permissions in the GNU General Public License, the 5 | authors give you unlimited permission to link or embed compiled bootloader 6 | and related files into combinations with other programs, and to distribute 7 | those combinations without any restriction coming from the use of those 8 | files. (The General Public License restrictions do apply in other respects; 9 | for example, they cover modification of the files, and distribution when 10 | not linked into a combine executable.) 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Borceux.txt: -------------------------------------------------------------------------------- 1 | Copyright 1993 Francis Borceux 2 | You may freely use, modify, and/or distribute each of the files in this package without limitation. The package consists of the following files: 3 | 4 | README 5 | compatibility/OldDiagram 6 | compatibility/OldMaxiDiagram 7 | compatibility/OldMicroDiagram 8 | compatibility/OldMiniDiagram 9 | compatibility/OldMultipleArrows 10 | diagram/Diagram 11 | diagram/MaxiDiagram 12 | diagram/MicroDiagram 13 | diagram/MiniDiagram 14 | diagram/MultipleArrows 15 | user-guides/Diagram_Mode_d_Emploi 16 | user-guides/Diagram_Read_Me 17 | 18 | Of course no support is guaranteed, but the author will attempt to assist with problems. Current email address: 19 | francis dot borceux at uclouvain dot be. 20 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Brian-Gladman-2-Clause.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1998-2013, Brian Gladman, Worcester, UK. All 2 | rights reserved. 3 | 4 | The redistribution and use of this software (with or without 5 | changes) is allowed without the payment of fees or royalties 6 | provided that: 7 | 8 | source code distributions include the above copyright notice, 9 | this list of conditions and the following disclaimer; 10 | 11 | binary distributions include the above copyright notice, this 12 | list of conditions and the following disclaimer in their 13 | documentation. 14 | 15 | This software is provided 'as is' with no explicit or implied 16 | warranties in respect of its operation, including, but not limited 17 | to, correctness and fitness for purpose. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/CGAL-linking-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception, you have permission to link this library 2 | with the CGAL library (http://www.cgal.org) and distribute executables, 3 | as long as you follow the requirements of the GNU GPL in regard to 4 | all of the software in the executable aside from CGAL. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/CMU-Mach-nodoc.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 2002 Naval Research Laboratory (NRL/CCS) 2 | 3 | Permission to use, copy, modify and distribute this software and 4 | its documentation is hereby granted, provided that both the 5 | copyright notice and this permission notice appear in all copies of 6 | the software, derivative works or modified versions, and any 7 | portions thereof. 8 | 9 | NRL ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND 10 | DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER 11 | RESULTING FROM THE USE OF THIS SOFTWARE. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/CMU-Mach.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1991,1990,1989 Carnegie Mellon University 2 | All Rights Reserved. 3 | 4 | Permission to use, copy, modify and distribute this software and its 5 | documentation is hereby granted, provided that both the copyright 6 | notice and this permission notice appear in all copies of the 7 | software, derivative works or modified versions, and any portions 8 | thereof, and that both notices appear in supporting documentation. 9 | 10 | CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" 11 | CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR 12 | ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. 13 | 14 | Carnegie Mellon requests users of this software to return to 15 | 16 | Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU 17 | School of Computer Science 18 | Carnegie Mellon University 19 | Pittsburgh PA 15213-3890 20 | 21 | any improvements or extensions that they make and grant Carnegie Mellon 22 | the rights to redistribute these changes. 23 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Classpath-exception-2.0.txt: -------------------------------------------------------------------------------- 1 | Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. 2 | 3 | As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Clips.txt: -------------------------------------------------------------------------------- 1 | Permission is hereby granted, free of charge, to any person obtaining 2 | a copy of this software and associated documentation files (the 3 | "Software"), to deal in the Software without restriction, including 4 | without limitation the rights to use, copy, modify, merge, publish, 5 | distribute, and/or sell copies of the Software, and to permit persons 6 | to whom the Software is furnished to do so. 7 | 8 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 9 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 11 | OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY 12 | CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES 13 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Cronyx.txt: -------------------------------------------------------------------------------- 1 | This package contains a set of Russian fonts for X11 Release 6. 2 | Copyright (C) 1994-1995 Cronyx Ltd. 3 | Changes Copyright (C) 1996 by Sergey Vovk 4 | Changes Copyright (C) 1999-2000 by Serge Winitzki 5 | Changes Copyright (C) 1996-2000 by Andrey A. Chernov, Moscow, Russia. 6 | 7 | This software may be used, modified, copied, distributed, and sold, 8 | in both source and binary form provided that the copyright 9 | and these terms are retained. Under no circumstances is the author 10 | responsible for the proper functioning of this software, nor does 11 | the author assume any responsibility for damages incurred with its use. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Crossword.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1995-2009 Gerd Neugebauer 2 | 3 | cwpuzzle.dtx is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone for the consequences of using it or for whether it serves any particular purpose or works at all, unless he says so in writing. 4 | 5 | Everyone is granted permission to copy, modify and redistribute cwpuzzle.dtx, provided this copyright notice is preserved and any modifications are indicated. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/CryptoSwift.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 2014-3099 Marcin Krzyżanowski 2 | This software is provided 'as-is', without any express or implied warranty. 3 | 4 | In no event will the authors be held liable for any damages arising from the use of this software. 5 | 6 | Permission is granted to anyone to use this software for any purpose,including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 7 | 8 | - The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation is required. 9 | - Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 10 | - This notice may not be removed or altered from any source or binary distribution. 11 | - Redistributions of any form whatsoever must retain the following acknowledgment: 'This product includes software developed by the "Marcin Krzyzanowski" (http://krzyzanowskim.com/).' 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/CrystalStacker.txt: -------------------------------------------------------------------------------- 1 | Crystal Stacker is freeware. This means you can pass copies around freely provided you include this document in it's original form in your distribution. Please see the "Contacting Us" section of this document if you need to contact us for any reason. 2 | 3 | Disclaimer 4 | 5 | NewCreature Design makes no guarantees regarding the Crystal Stacker software. We are not responsible for damages caused by it, though the software is not known to cause any problems. If you have trouble with the software, see the "Contacting Us" section of this document. 6 | 7 | The source code is provided as-is and you may do with it whatsoever you please provided that you include this file in its unmodified form with any new distribution. NewCreature Design makes no gaurantees regarding the usability of the source but are willing to help with any problems you might run into. Please see the "Contacting Us" section of this document if you need to get in touch with us about any issues you have regarding the source. 8 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Digia-Qt-LGPL-exception-1.1.txt: -------------------------------------------------------------------------------- 1 | Digia Qt LGPL Exception version 1.1 2 | 3 | As a special exception to the GNU Lesser General Public License version 2.1, 4 | the object code form of a "work that uses the Library" may incorporate material 5 | from a header file that is part of the Library. You may distribute such object 6 | code under terms of your choice, provided that the incorporated material (i) 7 | does not exceed more than 5% of the total size of the Library; and (ii) is 8 | limited to numerical parameters, data structure layouts, accessors, macros, 9 | inline functions and templates. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/DocBook-Stylesheet.txt: -------------------------------------------------------------------------------- 1 | Copyright 2005 Norman Walsh, Sun Microsystems, 2 | Inc., and the Organization for the Advancement 3 | of Structured Information Standards (OASIS). 4 | 5 | Release: $Id: db4-upgrade.xsl 8905 2010-09-12 11:47:07Z bobstayton $ 6 | 7 | Permission to use, copy, modify and distribute this stylesheet 8 | and its accompanying documentation for any purpose and 9 | without fee is hereby granted in perpetuity, provided that 10 | the above copyright notice and this paragraph appear in 11 | all copies. The copyright holders make no representation 12 | about the suitability of the schema for any purpose. It 13 | is provided "as is" without expressed or implied warranty. 14 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Dotseqn.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1995 by Donald Arseneau 2 | 3 | This file may be freely transmitted and reproduced, but it may not be changed unless the name is changed also (except that you may freely change the paper-size option for \documentclass). 4 | 5 | This notice must be left intact. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/EFL-1.0.txt: -------------------------------------------------------------------------------- 1 | Eiffel Forum License, version 1 2 | 3 | Permission is hereby granted to use, copy, modify and/or distribute this package, provided that: 4 | 5 | - copyright notices are retained unchanged 6 | 7 | - any distribution of this package, whether modified or not, includes this file 8 | 9 | Permission is hereby also granted to distribute binary programs which depend on this package, provided that: 10 | 11 | - if the binary program depends on a modified version of this package, you must publicly release the modified version of this package 12 | 13 | THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. 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 BE LIABLE TO ANY PARTY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS PACKAGE. 14 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/EFL-2.0.txt: -------------------------------------------------------------------------------- 1 | Eiffel Forum License, version 2 2 | 3 | 1. Permission is hereby granted to use, copy, modify and/or distribute this package, provided that: 4 | - copyright notices are retained unchanged, 5 | - any distribution of this package, whether modified or not, includes this license text. 6 | 7 | 2. Permission is hereby also granted to distribute binary programs which depend on this package. If the binary program depends on a modified version of this package, you are encouraged to publicly release the modified version of this package. 8 | 9 | THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. 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 BE LIABLE TO ANY PARTY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS PACKAGE. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/FBM.txt: -------------------------------------------------------------------------------- 1 | Portions of this code Copyright (C) 1989 by Michael Mauldin. 2 | Permission is granted to use this file in whole or in 3 | part for any purpose, educational, recreational or commercial, 4 | provided that this copyright notice is retained unchanged. 5 | This software is available to all free of charge by anonymous 6 | FTP and in the UUNET archives. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/FSFAP-no-warranty-disclaimer.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 2008 Micah J. Cowan 2 | 3 | Copying and distribution of this file, with or without modification, 4 | are permitted in any medium without royalty provided the copyright 5 | notice and this notice are preserved. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/FSFAP.txt: -------------------------------------------------------------------------------- 1 | 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. This file is offered as-is, without any warranty. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/FSFUL.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 2 | 3 | This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/FSFULLR.txt: -------------------------------------------------------------------------------- 1 | Copyright 1996-2006 Free Software Foundation, Inc. 2 | 3 | This file is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/FSFULLRSD.txt: -------------------------------------------------------------------------------- 1 | This file is free software; the Free Software Foundation 2 | gives unlimited permission to copy and/or distribute it, 3 | with or without modifications, as long as this notice is preserved. 4 | This file is offered as-is, without any warranty. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/FSFULLRWD.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 3 | 4 | This Makefile.in is free software; the Free Software Foundation 5 | gives unlimited permission to copy and/or distribute it, 6 | with or without modifications, as long as this notice is preserved. 7 | 8 | This program is distributed in the hope that it will be useful, 9 | but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 | even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 | PARTICULAR PURPOSE. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Fair.txt: -------------------------------------------------------------------------------- 1 | Fair License 2 | 3 | 4 | 5 | Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument. 6 | 7 | DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY. 8 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Ferguson-Twofish.txt: -------------------------------------------------------------------------------- 1 | The author hereby grants a perpetual license to everybody to 2 | use this code for any purpose as long as the copyright message is included 3 | in the source code of this or any derived work. 4 | 5 | Yes, this means that you, your company, your club, and anyone else 6 | can use this code anywhere you want. You can change it and distribute it 7 | under the GPL, include it in your commercial product without releasing 8 | the source code, put it on the web, etc. 9 | The only thing you cannot do is remove my copyright message, 10 | or distribute any source code based on this implementation that does not 11 | include my copyright message. 12 | 13 | I appreciate a mention in the documentation or credits, 14 | but I understand if that is difficult to do. 15 | I also appreciate it if you tell me where and why you used my code. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Font-exception-2.0.txt: -------------------------------------------------------------------------------- 1 | As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Furuseth.txt: -------------------------------------------------------------------------------- 1 | Portions Copyright 1999-2008 Howard Y.H. Chu. 2 | Portions Copyright 1999-2008 Symas Corporation. 3 | Portions Copyright 1998-2003 Hallvard B. Furuseth. 4 | Portions Copyright 2007-2011 Gavin Henry. 5 | Portions Copyright 2007-2011 Suretec Systems Ltd. 6 | All rights reserved. 7 | 8 | Redistribution and use in source and binary forms, with or without 9 | modification, are permitted provided that this notice is preserved. 10 | The names of the copyright holders may not be used to endorse or 11 | promote products derived from this software without their specific 12 | prior written permission. This software is provided ``as is'' 13 | without express or implied warranty. 14 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GCC-exception-2.0-note.txt: -------------------------------------------------------------------------------- 1 | In addition to the permissions in the GNU Lesser General Public 2 | License, the Free Software Foundation gives you unlimited 3 | permission to link the compiled version of this file with other 4 | programs, and to distribute those programs without any restriction 5 | coming from the use of this file. (The GNU Lesser General Public 6 | License restrictions do apply in other respects; for example, they 7 | cover modification of the file, and distribution when not linked 8 | into another program.) 9 | 10 | Note that people who make modified versions of this file are not 11 | obligated to grant this special exception for their modified 12 | versions; it is their choice whether to do so. The GNU Lesser 13 | General Public License gives permission to release a modified 14 | version without this exception; this exception also makes it 15 | possible to release a modified version which carries forward this 16 | exception. 17 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GCC-exception-2.0.txt: -------------------------------------------------------------------------------- 1 | In addition to the permissions in the GNU General Public License, the Free Software Foundation gives you unlimited permission to link the compiled version of this file into combinations with other programs, and to distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combine executable.) 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GL2PS.txt: -------------------------------------------------------------------------------- 1 | GL2PS LICENSE Version 2, November 2003 2 | 3 | Copyright (C) 2003, Christophe Geuzaine 4 | 5 | Permission to use, copy, and distribute this software and its documentation for any purpose with or without fee is hereby granted, provided that the copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. 6 | 7 | Permission to modify and distribute modified versions of this software is granted, provided that: 8 | 9 | 1) the modifications are licensed under the same terms as this software; 10 | 11 | 2) you make available the source code of any modifications that you distribute, either on the same media as you distribute any executable or other form of this software, or via a mechanism generally accepted in the software development community for the electronic transfer of data. 12 | 13 | This software is provided "as is" without express or implied warranty. 14 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GNAT-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception, if other files instantiate generics from this 2 | unit, or you link this unit with other files to produce an executable, 3 | this unit does not by itself cause the resulting executable to be 4 | covered by the GNU General Public License. This exception does not 5 | however invalidate any other reasons why the executable file might be 6 | covered by the GNU Public License. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GNOME-examples-exception.txt: -------------------------------------------------------------------------------- 1 | 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. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GNU-compiler-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception, if you link this library with files 2 | compiled with a GNU compiler to produce an executable, this 3 | does not cause the resulting executable to be covered by 4 | the GNU General Public License. This exception does not 5 | however invalidate any other reasons why the executable 6 | file might be covered by the GNU General Public License. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GPL-3.0-389-ds-base-exception.txt: -------------------------------------------------------------------------------- 1 | Additional permission under GPLv3 section 7: 2 | 3 | If you modify this Program, or any covered work, by 4 | linking or combining it with OpenSSL, or a modified 5 | version of OpenSSL licensed under the OpenSSL license 6 | (https://www.openssl.org/source/license.html), the licensors of this 7 | Program grant you additional permission to convey the resulting work. 8 | Corresponding Source for a non-source form of such a combination 9 | shall include the source code for the parts that are licensed 10 | under the OpenSSL license as well as that of the covered work. 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GPL-3.0-linking-exception.txt: -------------------------------------------------------------------------------- 1 | Additional permission under GNU GPL version 3 section 7 2 | 3 | If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GPL-3.0-linking-source-exception.txt: -------------------------------------------------------------------------------- 1 | Additional permission under GNU GPL version 3 section 7 2 | 3 | If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GStreamer-exception-2005.txt: -------------------------------------------------------------------------------- 1 | The Totem project hereby grant permission for non-gpl compatible GStreamer plugins to be used and distributed together with GStreamer and Totem. This permission are above and beyond the permissions granted by the GPL license Totem is covered by. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/GStreamer-exception-2008.txt: -------------------------------------------------------------------------------- 1 | This project hereby grants permission for non-GPL compatible GStreamer plugins to be used and distributed together with GStreamer and this project. This permission is above and beyond the permissions granted by the GPL license by which this project is covered. If you modify this code, you may extend this exception to your version of the code, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Game-Programming-Gems.txt: -------------------------------------------------------------------------------- 1 | Original version Copyright (C) Scott Bilas, 2000. 2 | All rights reserved worldwide. 3 | 4 | This software is provided "as is" without express or implied 5 | warranties. You may freely copy and compile this source into 6 | applications you distribute provided that the copyright text 7 | below is included in the resulting source code, for example: 8 | "Portions Copyright (C) Scott Bilas, 2000" 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Glulxe.txt: -------------------------------------------------------------------------------- 1 | The source code in this package is copyright 1999-2010 by Andrew Plotkin. 2 | 3 | You may copy and distribute it freely, by any means and under any conditions, as long as the code and documentation is not changed. You may also incorporate this code into your own program and distribute that, or modify this code and use and distribute the modified version, as long as you retain a notice in your program or documentation which mentions my name and the URL shown above. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Gmsh-exception.txt: -------------------------------------------------------------------------------- 1 | The copyright holders of Gmsh give you permission to combine Gmsh 2 | with code included in the standard release of Netgen (from Joachim 3 | Sch"oberl), METIS (from George Karypis at the University of 4 | Minnesota), OpenCASCADE (from Open CASCADE S.A.S) and ParaView 5 | (from Kitware, Inc.) under their respective licenses. You may copy 6 | and distribute such a system following the terms of the GNU GPL for 7 | Gmsh and the licenses of the other code concerned, provided that 8 | you include the source code of that other code when and as the GNU 9 | GPL requires distribution of source code. 10 | 11 | Note that people who make modified versions of Gmsh are not 12 | obligated to grant this special exception for their modified 13 | versions; it is their choice whether to do so. The GNU General 14 | Public License gives permission to release a modified version 15 | without this exception; this exception also makes it possible to 16 | release a modified version which carries forward this exception. 17 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Graphics-Gems.txt: -------------------------------------------------------------------------------- 1 | LICENSE 2 | 3 | This code repository predates the concept of Open Source, and predates most licenses along such lines. As such, the official license truly is: 4 | 5 | EULA: The Graphics Gems code is copyright-protected. In other words, you cannot claim the text of the code as your own and resell it. Using the code is permitted in any program, product, or library, non-commercial or commercial. Giving credit is not required, though is a nice gesture. The code comes as-is, and if there are any flaws or problems with any Gems code, nobody involved with Gems - authors, editors, publishers, or webmasters - are to be held responsible. Basically, don't be a jerk, and remember that anything free comes with no guarantee. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Gutmann.txt: -------------------------------------------------------------------------------- 1 | You can use this code in whatever way you want, as long as you don't try 2 | to claim you wrote it. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HIDAPI.txt: -------------------------------------------------------------------------------- 1 | This software may be used by anyone for any reason so long 2 | as the copyright notice in the source files remains intact. 3 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HP-1986.txt: -------------------------------------------------------------------------------- 1 | (c) Copyright 1986 HEWLETT-PACKARD COMPANY 2 | 3 | To anyone who acknowledges that this file is provided "AS IS" 4 | without any express or implied warranty: permission to use, copy, 5 | modify, and distribute this file for any purpose is hereby granted 6 | without fee, provided that the above copyright notice and this notice 7 | appears in all copies, and that the name of Hewlett-Packard Company 8 | not be used in advertising or publicity pertaining to distribution 9 | of the software without specific, written prior permission. Hewlett-Packard 10 | Company makes no representations about the suitability of this software for any purpose. 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HP-1989.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. 2 | Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. 3 | Digital Equipment Corporation, Maynard, Mass. 4 | Copyright (c) 1998 Microsoft. 5 | To anyone who acknowledges that this file is provided "AS IS" 6 | without any express or implied warranty: permission to use, copy, 7 | modify, and distribute this file for any purpose is hereby 8 | granted without fee, provided that the above copyright notices and 9 | this notice appears in all source code copies, and that none of 10 | the names of Open Software Foundation, Inc., Hewlett-Packard 11 | Company, Microsoft, or Digital Equipment Corporation be used in 12 | advertising or publicity pertaining to distribution of the software 13 | without specific, written prior permission. Neither Open Software 14 | Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital 15 | Equipment Corporation makes any representations about the 16 | suitability of this software for any purpose. 17 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-Fenneberg-Livingston.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1995,1996,1997,1998 Lars Fenneberg 2 | 3 | Permission to use, copy, modify, and distribute this software for any 4 | purpose and without fee is hereby granted, provided that this copyright and 5 | permission notice appear on all copies and supporting documentation, the 6 | name of Lars Fenneberg not be used in advertising or publicity pertaining to 7 | distribution of the program without specific prior permission, and notice be 8 | given in supporting documentation that copying and distribution is by 9 | permission of Lars Fenneberg. 10 | 11 | Lars Fenneberg makes no representations about the suitability of this 12 | software for any purpose. It is provided "as is" without express or implied 13 | warranty. 14 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-INRIA-IMAG.txt: -------------------------------------------------------------------------------- 1 | This software is available with usual "research" terms with 2 | the aim of retain credits of the software. Permission to use, 3 | copy, modify and distribute this software for any purpose and 4 | without fee is hereby granted, provided that the above copyright 5 | notice and this permission notice appear in all copies, and 6 | the name of INRIA, IMAG, or any contributor not be used in 7 | advertising or publicity pertaining to this material without 8 | the prior explicit permission. The software is provided "as 9 | is" without any warranties, support or liabilities of any kind. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-Kevlin-Henney.txt: -------------------------------------------------------------------------------- 1 | Copyright Kevlin Henney, 1997, 2003, 2012. All rights reserved. 2 | 3 | Permission to use, copy, modify, and distribute this software and its 4 | documentation for any purpose is hereby granted without fee, provided 5 | that this copyright and permissions notice appear in all copies and 6 | derivatives. 7 | 8 | This software is supplied "as is" without express or implied warranty. 9 | 10 | But that said, if there are any problems please get in touch. 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-MIT-disclaimer.txt: -------------------------------------------------------------------------------- 1 | LICENSE 2 | ======= 3 | 4 | Permission to use, copy, modify, and distribute this software and its 5 | documentation for any purpose and without fee is hereby granted, provided 6 | that the original copyright notices appear in all copies and that both 7 | copyright notice and this permission notice appear in supporting 8 | documentation, and that the name of the author not be used in advertising 9 | or publicity pertaining to distribution of the software without specific 10 | prior written permission. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15 | THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 16 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 17 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 18 | DEALINGS IN THE SOFTWARE. 19 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-Markus-Kuhn.txt: -------------------------------------------------------------------------------- 1 | Permission to use, copy, modify, and distribute this software 2 | for any purpose and without fee is hereby granted. The author 3 | disclaims all warranties with regard to this software. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-Netrek.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1995 S. M. Patel (smpatel@wam.umd.edu) 2 | 3 | Permission to use, copy, modify, and distribute this 4 | software and its documentation for any purpose and without 5 | fee is hereby granted, provided that the above copyright 6 | notice appear in all copies and that both that copyright 7 | notice and this permission notice appear in supporting 8 | documentation. No representations are made about the 9 | suitability of this software for any purpose. It is 10 | provided "as is" without express or implied warranty. 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-Pbmplus.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1991 by Jef Poskanzer. 2 | 3 | Permission to use, copy, modify, and distribute this software and its 4 | documentation for any purpose and without fee is hereby granted, provided 5 | that the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. This software is provided "as is" without express or 8 | implied warranty. 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-UC-export-US.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1985, 1990 Regents of the University of California. 2 | 3 | Permission to use, copy, modify, and distribute this 4 | software and its documentation for any purpose and without 5 | fee is hereby granted, provided that the above copyright 6 | notice appear in all copies. The University of California 7 | makes no representations about the suitability of this 8 | software for any purpose. It is provided "as is" without 9 | express or implied warranty. Export of this software outside 10 | of the United States of America may require an export license. 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-UC.txt: -------------------------------------------------------------------------------- 1 | Copyright 1989 Regents of the University of California 2 | 3 | Permission to use, 4 | copy, modify, and distribute this software and its documentation for any 5 | purpose and without fee is hereby granted, provided that the above 6 | copyright notice appear in all copies. The University of California makes 7 | no representations about the suitability of this software for any purpose. 8 | It is provided "as is" without express or implied warranty. 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-doc-sell.txt: -------------------------------------------------------------------------------- 1 | Copyright 2 | 3 | Permission to use, copy, modify, distribute, and sell this 4 | documentation for any purpose is hereby granted without fee, 5 | provided that the above copyright notice and this permission 6 | notice appear in all copies. 7 | makes no representations about the suitability for any purpose 8 | of the information in this document. This documentation 9 | is provided "as is" without express or implied warranty. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-doc.txt: -------------------------------------------------------------------------------- 1 | Copyright 2 | 3 | Permission to use, copy, modify, and distribute this documentation for 4 | any purpose and without fee is hereby granted, provided that the above 5 | copyright notice and this permission notice appear in all copies. 6 | makes no representations about the suitability for 7 | any purpose of the information in this document. This documentation is 8 | provided ``as is'' without express or implied warranty. 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-export-US.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1990 by the Massachusetts Institute of Technology 2 | 3 | Export of this software from the United States of America may require a specific license from the United States Government. It is the responsibility of any person or organization contemplating export to obtain such a license before exporting. 4 | 5 | WITHIN THAT CONSTRAINT, permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of M.I.T. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. M.I.T. makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-merchantability-variant.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 2004 Christian Groessler 2 | 3 | Permission to use, copy, modify, and distribute this file 4 | for any purpose is hereby granted without fee, provided that 5 | the above copyright notice and this notice appears in all 6 | copies. 7 | 8 | This file is distributed WITHOUT ANY WARRANTY; without even the implied 9 | warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-sell-MIT-disclaimer-xserver.txt: -------------------------------------------------------------------------------- 1 | Permission to use, copy, modify, distribute, and sell this software and its 2 | documentation for any purpose is hereby granted without fee, provided that 3 | this permission notice appear in supporting documentation. This permission 4 | notice shall be included in all copies or substantial portions of the 5 | Software. 6 | 7 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 10 | AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 11 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 12 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-sell-regexpr.txt: -------------------------------------------------------------------------------- 1 | Author: Tatu Ylonen 2 | 3 | Copyright (c) 1991 Tatu Ylonen, Espoo, Finland 4 | 5 | Permission to use, copy, modify, distribute, and sell this software 6 | and its documentation for any purpose is hereby granted without 7 | fee, provided that the above copyright notice appear in all copies. 8 | This software is provided "as is" without express or implied 9 | warranty. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-sell-variant-MIT-disclaimer-rev.txt: -------------------------------------------------------------------------------- 1 | Disclaimer: 2 | 3 | The software is provided "as is", without warranty of any kind, 4 | express or implied, including but not limited to the warranties 5 | of merchantability, fitness for a particular purpose and 6 | noninfringement. In no event shall the author(s) be liable for 7 | any claim, damages or other liability, whether in an action of 8 | contract, tort or otherwise, arising from, out of or in connection 9 | with the software or the use or other dealings in the software. 10 | 11 | Permission to use, copy, modify, distribute, and sell this 12 | software and its documentation for any purpose is hereby 13 | granted without fee, provided that the above copyright notice 14 | appear in all copies and that both that copyright notice and 15 | this permission notice appear in supporting documentation. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HPND-sell-variant-MIT-disclaimer.txt: -------------------------------------------------------------------------------- 1 | by Jim Knoble 2 | Copyright (C) 1999,2000,2001 Jim Knoble 3 | 4 | Permission to use, copy, modify, distribute, and sell this software 5 | and its documentation for any purpose is hereby granted without fee, 6 | provided that the above copyright notice appear in all copies and 7 | that both that copyright notice and this permission notice appear in 8 | supporting documentation. 9 | 10 | +------------+ 11 | | Disclaimer | 12 | +------------+ 13 | 14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15 | express or implied, including but not limited to the warranties of 16 | merchantability, fitness for a particular purpose and 17 | noninfringement. In no event shall the author(s) be liable for any 18 | claim, damages or other liability, whether in an action of contract, 19 | tort or otherwise, arising from, out of or in connection with the 20 | software or the use or other dealings in the software. 21 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/HaskellReport.txt: -------------------------------------------------------------------------------- 1 | Code derived from the document "Report on the Programming Language 2 | Haskell 2010", is distributed under the following license: 3 | 4 | Copyright (c) 2010 Simon Marlow 5 | 6 | The authors intend this Report to belong to the entire Haskell community, and so we grant permission to copy and distribute it for any purpose, provided that it is reproduced in its entirety, including this Notice. Modified versions of this Report may also be copied and distributed for any purpose, provided that the modified version is clearly presented as such, and that it does not claim to be a definition of the Haskell 2010 Language. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/IBM-pibs.txt: -------------------------------------------------------------------------------- 1 | This source code has been made available to you by IBM on an AS-IS basis. Anyone receiving this source is licensed under IBM copyrights to use it in any way he or she deems fit, including copying it, modifying it, compiling it, and redistributing it either with or without modifications. No license under IBM patents or patent applications is to be implied by the copyright license. 2 | 3 | Any user of this software should understand that IBM cannot provide technical support for this software and will not be responsible for any consequences resulting from the use of this software. 4 | 5 | Any person who transfers this source code or any derivative work must include the IBM copyright notice, this paragraph, and the preceding two paragraphs in the transferred software. 6 | 7 | COPYRIGHT I B M CORPORATION 2002 8 | LICENSED MATERIAL - PROGRAM PROPERTY OF I B M 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/ISC-Veillard.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 2003-2012 Daniel Veillard. 2 | Permission to use, copy, 3 | modify, and distribute this software for any purpose with or 4 | without fee is hereby granted, provided that the above copyright 5 | notice and this permission notice appear in all copies. THIS 6 | SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 7 | WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES 8 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS 9 | AND CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/ISC.txt: -------------------------------------------------------------------------------- 1 | ISC License: 2 | 3 | Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") 4 | Copyright (c) 1995-2003 by Internet Software Consortium 5 | 6 | Permission to use, copy, modify, and/or 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. 7 | 8 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 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. 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Jam.txt: -------------------------------------------------------------------------------- 1 | License is hereby granted to use this software and distribute it freely, 2 | as long as this copyright notice is retained and modifications are 3 | clearly marked. 4 | 5 | ALL WARRANTIES ARE HEREBY DISCLAIMED. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Kastrup.txt: -------------------------------------------------------------------------------- 1 | Copyright(c) 2001 by David Kastrup 2 | Any use of the code is permitted as long as this copyright 3 | notice is preserved in the code. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Kazlib.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1999 Kaz Kylheku 2 | 3 | Free Software License: 4 | All rights are reserved by the author, with the following exceptions: Permission is granted to freely reproduce and distribute this software, possibly in exchange for a fee, provided that this copyright notice appears intact. Permission is also granted to adapt this software to produce derivative works, as long as the modified versions carry this copyright notice and additional notices stating that the work has been modified. This source code may be translated into executable form and incorporated into proprietary software; there is no requirement for such software to contain a copyright notice related to this source. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/KiCad-libraries-exception.txt: -------------------------------------------------------------------------------- 1 | To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material', then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided as part of the 'Licensed Material'. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Knuth-CTAN.txt: -------------------------------------------------------------------------------- 1 | This software is copyrighted. Unlimited copying and redistribution 2 | of this package and/or its individual files are permitted 3 | as long as there are no modifications. Modifications, and 4 | redistribution of modifications, are also permitted, but 5 | only if the resulting package and/or files are renamed. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/LLVM-exception.txt: -------------------------------------------------------------------------------- 1 | ---- LLVM Exceptions to the Apache 2.0 License ---- 2 | 3 | As an exception, if, as a result of your compiling your source code, portions 4 | of this Software are embedded into an Object form of such source code, you 5 | may redistribute such embedded portions in such Object form without complying 6 | with the conditions of Sections 4(a), 4(b) and 4(d) of the License. 7 | 8 | In addition, if you combine or link compiled forms of this Software with 9 | software that is licensed under the GPLv2 ("Combined Software") and if a 10 | court of competent jurisdiction determines that the patent provision (Section 11 | 3), the indemnity provision (Section 9) or other Section of the License 12 | conflicts with the conditions of the GPLv2, you may retroactively and 13 | prospectively choose to deem waived or otherwise exclude such Section(s) of 14 | the License, but only in their entirety and only with respect to the Combined 15 | Software. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/LPD-document.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1996 L. Peter Deutsch 2 | 3 | Permission is granted to copy and distribute this 4 | document for any purpose and without charge, including 5 | translations into other languages and incorporation 6 | into compilations, provided that the copyright notice 7 | and this notice are preserved, and that any substantive 8 | changes or deletions from the original are clearly marked. 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/LZMA-SDK-9.11-to-9.20.txt: -------------------------------------------------------------------------------- 1 | LICENSE 2 | ------- 3 | 4 | LZMA SDK is written and placed in the public domain by Igor Pavlov. 5 | 6 | Some code in LZMA is based on public domain code from another developers: 7 | 1) PPMd var.H (2001): Dmitry Shkarin 8 | 2) SHA-256: Wei Dai (Crypto++ library) 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/LZMA-SDK-9.22.txt: -------------------------------------------------------------------------------- 1 | LICENSE 2 | ------- 3 | 4 | LZMA SDK is written and placed in the public domain by Igor Pavlov. 5 | 6 | Some code in LZMA SDK is based on public domain code from another developers: 7 | 1) PPMd var.H (2001): Dmitry Shkarin 8 | 2) SHA-256: Wei Dai (Crypto++ library) 9 | 10 | Anyone is free to copy, modify, publish, use, compile, sell, or distribute the 11 | original LZMA SDK code, either in source code form or as a compiled binary, for 12 | any purpose, commercial or non-commercial, and by any means. 13 | 14 | LZMA SDK code is compatible with open source licenses, for example, you can 15 | include it to GNU GPL or GNU LGPL code. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/LZMA-exception.txt: -------------------------------------------------------------------------------- 1 | I.6 Special exception for LZMA compression module 2 | 3 | Igor Pavlov and Amir Szekely, the authors of the LZMA compression module for NSIS, expressly permit you to statically or dynamically link your code (or bind by name) to the files from the LZMA compression module for NSIS without subjecting your linked code to the terms of the Common Public license version 1.0. Any modifications or additions to files from the LZMA compression module for NSIS, however, are subject to the terms of the Common Public License version 1.0. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Latex2e.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 2007, 2008, 2009, 2010 Karl Berry. 2 | Copyright (C) 1988, 1994, 2007 Stephen Gilmore. 3 | Copyright (C) 1994, 1995, 1996 Torsten Martinsen. 4 | 5 | Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. 6 | 7 | Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. 8 | 9 | Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Leptonica.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 2001 Leptonica. All rights reserved. 2 | 3 | This software is distributed in the hope that it will be useful, but with NO WARRANTY OF ANY KIND. 4 | 5 | No author or distributor accepts responsibility to anyone for the consequences of using this software, or for whether it serves any particular purpose or works at all, unless he or she says so in writing. Everyone is granted permission to copy, modify and redistribute this source code, for commercial or non-commercial purposes, with the following restrictions: 6 | 7 | (1) the origin of this source code must not be misrepresented; 8 | (2) modified versions must be plainly marked as such; and 9 | (3) this notice may not be removed or altered from any source or modified source distribution. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Libtool-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception to the GNU General Public License, if you distribute this file as part of a program or library that is built using GNU Libtool, you may include this file under the same distribution terms that you use for the rest of that program. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Linux-OpenIB.txt: -------------------------------------------------------------------------------- 1 | Redistribution and use in source and binary forms, with or 2 | without modification, are permitted provided that the following 3 | conditions are met: 4 | 5 | - Redistributions of source code must retain the above copyright notice, this 6 | list of conditions and the following disclaimer. 7 | 8 | - Redistributions in binary form must reproduce the above copyright notice, 9 | this list of conditions and the following disclaimer in the documentation 10 | and/or other materials provided with the distribution. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 16 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 17 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 18 | SOFTWARE. 19 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Linux-man-pages-1-para.txt: -------------------------------------------------------------------------------- 1 | Permission is granted to distribute possibly modified 2 | copies of this page provided the header is included 3 | verbatim, and in case of nontrivial modification author 4 | and date of the modification is added to the header. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Linux-man-pages-copyleft-2-para.txt: -------------------------------------------------------------------------------- 1 | Permission is granted to make and distribute verbatim copies of this 2 | manual provided the copyright notice and this permission notice are 3 | preserved on all copies. 4 | 5 | Permission is granted to copy and distribute modified versions of this 6 | manual under the conditions for verbatim copying, provided that the 7 | entire resulting derived work is distributed under the terms of a 8 | permission notice identical to this one. 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Linux-man-pages-copyleft-var.txt: -------------------------------------------------------------------------------- 1 | Permission is granted to make and distribute verbatim copies of 2 | this manual provided the copyright notice and this permission 3 | notice are preserved on all copies. 4 | 5 | Permission is granted to copy and distribute modified versions of 6 | this manual under the conditions for verbatim copying, provided 7 | that the entire resulting derived work is distributed under the 8 | terms of a permission notice identical to this one. 9 | 10 | Since the Linux kernel and libraries are constantly changing, this 11 | manual page may be incorrect or out-of-date. The author(s) assume 12 | no responsibility for errors or omissions, or for damages resulting 13 | from the use of the information contained herein. 14 | 15 | Formatted or processed versions of this manual, if unaccompanied by 16 | the source, must acknowledge the copyright and authors of this work. 17 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Linux-syscall-note.txt: -------------------------------------------------------------------------------- 1 | NOTE! This copyright does *not* cover user programs that use kernel 2 | services by normal system calls - this is merely considered normal use 3 | of the kernel, and does *not* fall under the heading of "derived work". 4 | Also note that the GPL below is copyrighted by the Free Software 5 | Foundation, but the instance of code that it refers to (the Linux 6 | kernel) is copyrighted by me and others who actually wrote it. 7 | 8 | Also note that the only valid version of the GPL as far as the kernel 9 | is concerned is _this_ particular version of the license (ie v2, not 10 | v2.2 or v3.x or whatever), unless explicitly otherwise stated. 11 | 12 | Linus Torvalds 13 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/MIPS.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1992, 1991, 1990 MIPS Computer Systems, Inc. 2 | MIPS Computer Systems, Inc. grants reproduction and use 3 | rights to all parties, PROVIDED that this comment is 4 | maintained in the copy. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/MIT-0.txt: -------------------------------------------------------------------------------- 1 | MIT No Attribution 2 | 3 | Copyright 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of this 6 | software and associated documentation files (the "Software"), to deal in the Software 7 | without restriction, including without limitation the rights to use, copy, modify, 8 | merge, publish, distribute, sublicense, and/or sell copies of the Software, and to 9 | permit persons to whom the Software is furnished to do so. 10 | 11 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 12 | INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 13 | PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 14 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 15 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 16 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/MIT-Modern-Variant.txt: -------------------------------------------------------------------------------- 1 | Permission is hereby granted, without written agreement and without 2 | license or royalty fees, to use, copy, modify, and distribute this 3 | software and its documentation for any purpose, provided that the 4 | above copyright notice and the following two paragraphs appear in 5 | all copies of this software. 6 | 7 | IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 8 | DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES 9 | ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN 10 | IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 11 | DAMAGE. 12 | 13 | THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, 14 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 15 | FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS 16 | ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 17 | PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/MMIXware.txt: -------------------------------------------------------------------------------- 1 | copyright 1999 Donald E. Knuth 2 | 3 | This file may be freely copied and distributed, provided that 4 | no changes whatsoever are made. All users are asked to help keep 5 | the MMIXware files consistent and ``uncorrupted,'' 6 | identical everywhere in the world. Changes are permissible only 7 | if the modified file is given a new name, different from the names of 8 | existing files in the MMIXware package, 9 | and only if the modified file is clearly identified 10 | as not being part of that package. 11 | (The CWEB system has a ``change file'' facility by 12 | which users can easily make minor alterations without modifying 13 | the master source files in any way. Everybody is supposed to use 14 | change files instead of changing the files.) 15 | The author has tried his best to produce correct and useful programs, 16 | in order to help promote computer science research, 17 | but no warranty of any kind should be assumed. 18 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Martin-Birgmeier.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1993 Martin Birgmeier All rights reserved. 2 | 3 | You may redistribute unmodified or modified versions of this source code provided that the above copyright notice and this and the following conditions are retained. 4 | 5 | This software is provided ``as is'', and comes with no warranties of any kind. I shall in no event be liable for anything that happens to anyone/anything when using this software. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/McPhee-slideshow.txt: -------------------------------------------------------------------------------- 1 | Copyright 2001, Patrick TJ McPhee 2 | everyone is welcome to use this code for any purpose, to modify it, and 3 | to copy it in whole or in part for use in other macro sets, with the 4 | conditions that this copyright notice be preserved with any significant 5 | portion of the code, and that modifications to this file be clearly 6 | marked. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/MirOS.txt: -------------------------------------------------------------------------------- 1 | The MirOS Licence 2 | 3 | Copyright [YEAR] [NAME] [EMAIL] 4 | 5 | Provided that these terms and disclaimer and all copyright notices are retained or reproduced in an accompanying document, permission is granted to deal in this work without restriction, including unlimited rights to use, publicly perform, distribute, sell, modify, merge, give away, or sublicence. 6 | 7 | This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to the utmost extent permitted by applicable law, neither express nor implied; without malicious intent or gross negligence. In no event may a licensor, author or contributor be held liable for indirect, direct, other damage, loss, or other issues arising in any way out of dealing in the work, even if advised of the possibility of such damage or existence of a defect, except proven that it results out of said person's immediate fault when using the work as intended. 8 | 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/NCBI-PD.txt: -------------------------------------------------------------------------------- 1 | PUBLIC DOMAIN NOTICE 2 | National Center for Biotechnology Information 3 | 4 | This software is a "United States Government Work" under the terms of the 5 | United States Copyright Act. It was written as part of the authors' 6 | official duties as United States Government employees and thus cannot 7 | be copyrighted. This software is freely available to the public for 8 | use. The National Library of Medicine and the U.S. Government have not 9 | placed any restriction on its use or reproduction. 10 | 11 | Although all reasonable efforts have been taken to ensure the accuracy 12 | and reliability of the software and data, the NLM and the U.S. 13 | Government do not and cannot warrant the performance or results that 14 | may be obtained by using this software or data. The NLM and the U.S. 15 | Government disclaim all warranties, express or implied, including 16 | warranties of performance, merchantability or fitness for any 17 | particular purpose. 18 | 19 | Please cite the author in any work or product based on this material. 20 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/NIST-PD.txt: -------------------------------------------------------------------------------- 1 | Terms Of Use 2 | 3 | This software was developed by employees of the National Institute of Standards 4 | and Technology (NIST), and others. This software has been contributed to the 5 | public domain. Pursuant to title 15 Untied States Code Section 105, works of 6 | NIST employees are not subject to copyright protection in the United States and 7 | are considered to be in the public domain. As a result, a formal license is 8 | not needed to use this software. 9 | 10 | This software is provided "AS IS." NIST MAKES NO WARRANTY OF ANY KIND, EXPRESS, 11 | IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTY OF 12 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT AND DATA 13 | ACCURACY. NIST does not warrant or make any representations regarding the use 14 | of the software or the results thereof, including but not limited to the 15 | correctness, accuracy, reliability or usefulness of this software. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/NLPL.txt: -------------------------------------------------------------------------------- 1 | NO LIMIT PUBLIC LICENSE 2 | Version 0, June 2012 3 | 4 | Gilles LAMIRAL 5 | La Billais 6 | 35580 Baulon 7 | France 8 | 9 | NO LIMIT PUBLIC LICENSE 10 | 11 | Terms and conditions for copying, distribution, modification 12 | or anything else. 13 | 14 | 0. No limit to do anything with this work and this license. 15 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/NTP-0.txt: -------------------------------------------------------------------------------- 1 | NTP No Attribution (NTP-0) 2 | 3 | Copyright (4-digit-year) by (CopyrightHoldersName) 4 | 5 | Permission to use, copy, modify, and distribute this software and its documentation for any purpose is hereby granted, provided that the name of (TrademarkedName) not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. (TrademarkedName) make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/NTP.txt: -------------------------------------------------------------------------------- 1 | NTP License (NTP) 2 | 3 | Copyright (c) (CopyrightHoldersName) (From 4-digit-year)-(To 4-digit-year) 4 | 5 | Permission to use, copy, modify, and distribute this software and its documentation for any purpose with or without fee is hereby granted, provided that the above copyright notice appears in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name (TrademarkedName) not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. (TrademarkedName) makes no representations about the suitability this software for any purpose. It is provided "as is" without express or implied warranty. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Newsletr.txt: -------------------------------------------------------------------------------- 1 | Copyright 1989--2004 by Hunter Goatley. 2 | 3 | Permission is granted to anyone to use this software for any purpose on any computer system, and to redistribute it freely, subject to the following restrictions: 4 | 5 | 1. This software 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. 6 | 7 | 2. Altered versions must be plainly marked as such, and must not be misrepresented as being the original software. 8 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/OAR.txt: -------------------------------------------------------------------------------- 1 | COPYRIGHT (c) 1989-2013, 2015. 2 | On-Line Applications Research Corporation (OAR). 3 | 4 | Permission to use, copy, modify, and distribute this software for any 5 | purpose without fee is hereby granted, provided that this entire notice 6 | is included in all copies of any software which is or includes a copy 7 | or modification of this software. 8 | 9 | THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED 10 | WARRANTY. IN PARTICULAR, THE AUTHOR MAKES NO REPRESENTATION 11 | OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS 12 | SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. 13 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/OCCT-exception-1.0.txt: -------------------------------------------------------------------------------- 1 | Open CASCADE Exception (version 1.0) to GNU LGPL version 2.1. 2 | 3 | The object code (i.e. not a source) form of a "work that uses the Library" can incorporate material from a header file that is part of the Library. As a special exception to the GNU Lesser General Public License version 2.1, you may distribute such object code incorporating material from header files provided with the Open CASCADE Technology libraries (including code of CDL generic classes) under terms of your choice, provided that you give prominent notice in supporting documentation to this code that it makes use of or is based on facilities provided by the Open CASCADE Technology software. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/OCaml-LGPL-linking-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception to the GNU Lesser General Public License, you may link, statically or dynamically, a "work that uses the OCaml Core System" with a publicly distributed version of the OCaml Core System to produce an executable file containing portions of the OCaml Core System, and distribute that executable file under terms of your choice, without any of the additional requirements listed in clause 6 of the GNU Lesser General Public License. By "a publicly distributed version of the OCaml Core System", we mean either the unmodified OCaml Core System as distributed by INRIA, or a modified version of the OCaml Core System that is distributed under the conditions defined in clause 2 of the GNU Lesser General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Lesser General Public License. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/PADL.txt: -------------------------------------------------------------------------------- 1 | Portions (C) Copyright PADL Software Pty Ltd. 1999 2 | 3 | Redistribution and use in source and binary forms, with or without 4 | modification, are permitted provided that this notice is preserved 5 | and that due credit is given to PADL Software Pty Ltd. This software 6 | is provided ``as is'' without express or implied warranty. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/PCRE2-exception.txt: -------------------------------------------------------------------------------- 1 | EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES 2 | ------------------------------------------ 3 | 4 | The second condition in the BSD licence (covering binary redistributions) does 5 | not apply all the way down a chain of software. If binary package A includes 6 | PCRE2, it must respect the condition, but if package B is software that 7 | includes package A, the condition is not imposed on package B unless it uses 8 | PCRE2 independently. 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/PS-or-PDF-font-exception-20170817.txt: -------------------------------------------------------------------------------- 1 | The font and related files in this directory are distributed under the 2 | GNU AFFERO GENERAL PUBLIC LICENSE Version 3 (see the file COPYING), with 3 | the following exemption: 4 | 5 | As a special exception, permission is granted to include these font 6 | programs in a Postscript or PDF file that consists of a document that 7 | contains text to be displayed or printed using this font, regardless 8 | of the conditions or license applying to the document itself. 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/QPL-1.0-INRIA-2004-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception to the Q Public Licence, you may develop 2 | application programs, reusable components and other software items 3 | that link with the original or modified versions of the Software 4 | and are not made available to the general public, without any of the 5 | additional requirements listed in clause 6c of the Q Public licence. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/RSA-MD.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. 2 | 3 | License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing this software or this function. 4 | 5 | License is also granted to make and use derivative works provided that such works are identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing the derived work. 6 | 7 | RSA Data Security, Inc. makes no representations concerning either the merchantability of this software or the suitability of this software for any particular purpose. It is provided "as is" without express or implied warranty of any kind. 8 | 9 | These notices must be retained in any copies of any part of this documentation and/or software. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Ruby-pty.txt: -------------------------------------------------------------------------------- 1 | (c) Copyright 1998 by Akinori Ito. 2 | 3 | This software may be redistributed freely for this purpose, in full 4 | or in part, provided that this entire copyright notice is included 5 | on any copies of this software and applications and derivations thereof. 6 | 7 | This software is provided on an "as is" basis, without warranty of any 8 | kind, either expressed or implied, as to any matter including, but not 9 | limited to warranty of fitness of purpose, or merchantability, or 10 | results obtained from use of this software. 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/SAX-PD-2.0.txt: -------------------------------------------------------------------------------- 1 | SAX2 is Free! 2 | 3 | I hereby abandon any property rights to SAX 2.0 (the Simple API for 4 | XML), and release all of the SAX 2.0 source code, compiled code, and 5 | documentation contained in this distribution into the Public Domain. 6 | SAX comes with NO WARRANTY or guarantee of fitness for any 7 | purpose. 8 | 9 | David Megginson, david@megginson.com 10 | 2000-05-05 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/SGP4.txt: -------------------------------------------------------------------------------- 1 | There is no license associated with the code and you may use it for any purpose—personal or commercial—as you wish. We ask only that you include citations in your documentation and source code to show the source of the code and provide links to the main page, to facilitate communications regarding any questions on the theory or source code. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/SL.txt: -------------------------------------------------------------------------------- 1 | Everyone is permitted to do anything on this program including copying, 2 | modifying, and improving, unless you try to pretend that you wrote it. 3 | i.e., the above copyright notice has to appear in all copies. 4 | THE AUTHOR DISCLAIMS ANY RESPONSIBILITY WITH REGARD TO THIS SOFTWARE. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/SSH-short.txt: -------------------------------------------------------------------------------- 1 | As far as I am concerned, the code I have written for this software 2 | can be used freely for any purpose. Any derived versions of this 3 | software must be clearly marked as such, and if the derived work is 4 | incompatible with the protocol description in the RFC file, it must be 5 | called by a name other than "ssh" or "Secure Shell". 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/SWI-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception, if you link this library with other files, 2 | compiled with a Free Software compiler, to produce an executable, this 3 | library does not by itself cause the resulting executable to be covered 4 | by the GNU General Public License. This exception does not however 5 | invalidate any other reasons why the executable file might be covered by 6 | the GNU General Public License. 7 | 8 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/SchemeReport.txt: -------------------------------------------------------------------------------- 1 | We intend this report to belong to the entire Scheme community, and so we grant permission 2 | to copy it in whole or in part without fee. In particular, we encourage implementors of Scheme 3 | to use this report as a starting point for manuals and other documentation, modifying it as necessary. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Soundex.txt: -------------------------------------------------------------------------------- 1 | (c) Copyright 1998-2007 by Mark Mielke 2 | 3 | Freedom to use these sources for whatever you want, as long as credit 4 | is given where credit is due, is hereby granted. You may make modifications 5 | where you see fit but leave this copyright somewhere visible. As well, try 6 | to initial any changes you make so that if I like the changes I can 7 | incorporate them into later versions. 8 | 9 | - Mark Mielke 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Spencer-86.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1986 by University of Toronto. Written by Henry Spencer. Not derived from licensed software. 2 | 3 | Permission is granted to anyone to use this software for any purpose on any computer system, and to redistribute it freely, subject to the following restrictions: 4 | 5 | 1. The author is not responsible for the consequences of use of this software, no matter how awful, even if they arise from defects in it. 6 | 7 | 2. The origin of this software must not be misrepresented, either by explicit claim or by omission. 8 | 9 | 3. Altered versions must be plainly marked as such, and must not be misrepresented as being the original software. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Spencer-94.txt: -------------------------------------------------------------------------------- 1 | Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved. 2 | This software is not subject to any license of the American Telephone and Telegraph Company or of the Regents of the University of California. 3 | 4 | Permission is granted to anyone to use this software for any purpose on any computer system, and to alter it and redistribute it, subject to the following restrictions: 5 | 6 | 1. The author is not responsible for the consequences of use of this software, no matter how awful, even if they arise from flaws in it. 7 | 8 | 2. The origin of this software must not be misrepresented, either by explicit claim or by omission. Since few users ever read sources, credits must appear in the documentation. 9 | 10 | 3. Altered versions must be plainly marked as such, and must not be misrepresented as being the original software. Since few users ever read sources, credits must appear in the documentation. 11 | 12 | 4. This notice may not be removed or altered. 13 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Sun-PPP-2000.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2000 by Sun Microsystems, Inc. 2 | All rights reserved. 3 | 4 | Permission to use, copy, modify, and distribute this software and its 5 | documentation is hereby granted, provided that the above copyright 6 | notice appears in all copies. 7 | 8 | SUN MAKES NO REPRESENTATION OR WARRANTIES ABOUT THE SUITABILITY OF 9 | THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED 10 | TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 11 | PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR 12 | ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR 13 | DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES 14 | 15 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Sun-PPP.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2001 by Sun Microsystems, Inc. 2 | All rights reserved. 3 | 4 | Non-exclusive rights to redistribute, modify, translate, and use 5 | this software in source and binary forms, in whole or in part, is 6 | hereby granted, provided that the above copyright notice is 7 | duplicated in any source form, and that neither the name of the 8 | copyright holder nor the author is used to endorse or promote 9 | products derived from this software. 10 | 11 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 12 | IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 13 | WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 14 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/SunPro.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 2 | 3 | Developed at SunSoft, a Sun Microsystems, Inc. business. 4 | Permission to use, copy, modify, and distribute this 5 | software is freely granted, provided that this notice 6 | is preserved. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Swift-exception.txt: -------------------------------------------------------------------------------- 1 | ### Runtime Library Exception to the Apache 2.0 License: ### 2 | 3 | As an exception, if you use this Software to compile your source code and 4 | portions of this Software are embedded into the binary product as a result, 5 | you may redistribute such product without providing attribution as would 6 | otherwise be required by Sections 4(a), 4(b) and 4(d) of the License. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Symlinks.txt: -------------------------------------------------------------------------------- 1 | My "symlinks" utility pre-dates the "open source licensing" 2 | fad by a number of years. Just to clarify, this is 100% 3 | freeware, written entirely by myself. The intent is to use 4 | it to detect missing/obsolete symlink targets on an installed 5 | distro, before creating the "gold" (or "final") release discs. 6 | 7 | Use and distribute and modify as you (or anyone 8 | else) sees fit. There have no formal restrictions or 9 | requirements whatsoever regarding distribution of either 10 | binaries or source code, whether modified or original. 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/TCP-wrappers.txt: -------------------------------------------------------------------------------- 1 | Copyright 1995 by Wietse Venema. All rights reserved. Some individual files may be covered by other copyrights. 2 | 3 | This material was originally written and compiled by Wietse Venema at Eindhoven University of Technology, The Netherlands, in 1990, 1991, 1992, 1993, 1994 and 1995. 4 | 5 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that this entire copyright notice is duplicated in all such copies. 6 | 7 | This software is provided "as is" and without any expressed or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for any particular purpose. 8 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/TPDL.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1996-2010 David Muir Sharnoff. Copyright (C) 2011 Google, Inc. 2 | License hereby granted for anyone to use, modify or redistribute this module at their own risk. Please feed useful changes back to cpan@dave.sharnoff.org. 3 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/TTWL.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1996-2002,2005,2006 David Muir Sharnoff. 2 | Copyright (C) 2005 Aristotle Pagaltzis 3 | Copyright (C) 2012-2013 Google, Inc. 4 | 5 | This module may be modified, used, copied, and redistributed at your own risk. 6 | Although allowed by the preceding license, please do not publicly 7 | redistribute modified versions of this code with the name "Text::Tabs" 8 | unless it passes the unmodified Text::Tabs test suite. 9 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/TU-Berlin-1.0.txt: -------------------------------------------------------------------------------- 1 | Copyright 1992 by Jutta Degener and Carsten Bormann, 2 | Technische Universitaet Berlin 3 | 4 | Any use of this software is permitted provided that this notice is not removed and that neither the authors nor the Technische Universitaet Berlin are deemed to have made any representations as to the suitability of this software for any purpose nor are held responsible for any defects of this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. 5 | 6 | As a matter of courtesy, the authors request to be informed about uses this software has found, about bugs in this software, and about any improvements that may be of general interest. 7 | 8 | Berlin, 15.09.1992 9 | Jutta Degener 10 | Carsten Bormann 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/TermReadKey.txt: -------------------------------------------------------------------------------- 1 | Unlimited distribution and/or modification is allowed as long as this copyright notice remains intact. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Texinfo-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception, when this file is read by TeX when 2 | processing a Texinfo source document, you may use the result without 3 | restriction. This Exception is an additional permission under 4 | section 7 of the GNU General Public License, version 3 ("GPLv3"). 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/ThirdEye.txt: -------------------------------------------------------------------------------- 1 | (C) Copyright 1984 by Third Eye Software, Inc. 2 | 3 | Third Eye Software, Inc. grants reproduction and use rights to 4 | all parties, PROVIDED that this comment is maintained in the copy. 5 | 6 | Third Eye makes no claims about the applicability of this 7 | symbol table to a particular use. 8 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/URT-RLE.txt: -------------------------------------------------------------------------------- 1 | * This software is copyrighted as noted below. It may be freely copied, 2 | * modified, and redistributed, provided that the copyright notice is 3 | * preserved on all copies. 4 | * 5 | * There is no warranty or other guarantee of fitness for this software, 6 | * it is provided solely "as is". Bug reports or fixes may be sent 7 | * to the author, who may or may not act on them as he desires. 8 | * 9 | * You may not include this software in a program or other software product 10 | * without supplying the source, or without informing the end-user that the 11 | * source is available for no extra charge. 12 | * 13 | * If you modify this software, you should include a notice giving the 14 | * name of the person performing the modification, the date of modification, 15 | * and the reason for such modification. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/UnixCrypt.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1996 Aki Yoshida. All rights reserved. 2 | 3 | Permission to use, copy, modify and distribute this software 4 | for non-commercial or commercial purposes and without fee is 5 | hereby granted provided that this copyright notice appears in 6 | all copies. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Unlicense-libtelnet.txt: -------------------------------------------------------------------------------- 1 | The author or authors of this code dedicate any and all copyright interest in this code to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this code under copyright law. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Unlicense-libwhirlpool.txt: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | Anyone is free to copy, modify, publish, use, compile, sell, or 3 | distribute this software, either in source code form or as a compiled 4 | binary, for any purpose, commercial or non-commercial, and by any means. 5 | 6 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 7 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 8 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/WTFPL.txt: -------------------------------------------------------------------------------- 1 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 2 | Version 2, December 2004 3 | 4 | Copyright (C) 2004 Sam Hocevar 5 | 6 | Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. 7 | 8 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 9 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 10 | 11 | 0. You just DO WHAT THE FUCK YOU WANT TO. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Wsuipa.txt: -------------------------------------------------------------------------------- 1 | This file was added by Clea F. Rees on 2008/11/30 with the permission of Dean Guenther and pointers to this file were added to all source files. 2 | 3 | Unlimited copying and redistribution of each of the files is permitted as long as the file is not modified. Modifications, and redistribution of modified versions, are also permitted, but only if the resulting file is renamed. 4 | 5 | The copyright holder is Washington State University. The original author of the fonts is Janene Winter. The primary contact (as of 2008) is Dean Guenther. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/XSkat.txt: -------------------------------------------------------------------------------- 1 | This program is free software; you can redistribute it freely. 2 | Use it at your own risk; there is NO WARRANTY. 3 | 4 | Redistribution of modified versions is permitted provided that the following conditions are met: 5 | 6 | 1. All copyright & permission notices are preserved. 7 | 8 | 2.a) Only changes required for packaging or porting are made. 9 | or 10 | 2.b) It is clearly stated who last changed the program. The program is renamed or the version number is of the form x.y.z, where x.y is the version of the original program and z is an arbitrary suffix. 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Xerox.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1995, 1996 Xerox Corporation. All Rights Reserved. 2 | 3 | Use and copying of this software and preparation of derivative works based upon this software are permitted. Any copy of this software or of any derivative work must include the above copyright notice of Xerox Corporation, this paragraph and the one after it. Any distribution of this software or derivative works must comply with all applicable United States export control laws. 4 | 5 | This software is made available AS IS, and XEROX CORPORATION DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND NOTWITHSTANDING ANY OTHER PROVISION CONTAINED HEREIN, ANY LIABILITY FOR DAMAGES RESULTING FROM THE SOFTWARE OR ITS USE IS EXPRESSLY DISCLAIMED, WHETHER ARISING IN CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, EVEN IF XEROX CORPORATION IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Xfig.txt: -------------------------------------------------------------------------------- 1 | Any party obtaining a copy of these files is granted, free of charge, 2 | a full and unrestricted irrevocable, world-wide, paid up, royalty-free, 3 | nonexclusive right and license to deal in this software and documentation 4 | files (the "Software"), including without limitation the rights to use, 5 | copy, modify, merge, publish and/or distribute copies of the Software, 6 | and to permit persons who receive copies from any such party to do so, 7 | with the only requirement being that this copyright notice remain intact. 8 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Zed.txt: -------------------------------------------------------------------------------- 1 | (c) Jim Davies, January 1995 2 | You may copy and distribute this file freely. Any queries and complaints should be forwarded to Jim.Davies@comlab.ox.ac.uk. 3 | If you make any changes to this file, please do not distribute the results under the name `zed-csp.sty'. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Zeeff.txt: -------------------------------------------------------------------------------- 1 | Copyright 1988 Jon Zeeff (zeeff@b-tech.ann-arbor.mi.us) 2 | You can use this code in any manner, as long as you leave my 3 | name on it and don't hold me responsible for any problems with it. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/Zlib.txt: -------------------------------------------------------------------------------- 1 | zlib License 2 | 3 | This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. 4 | 5 | Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 6 | 7 | 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 8 | 9 | 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 10 | 11 | 3. This notice may not be removed or altered from any source distribution. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/any-OSI-perl-modules.txt: -------------------------------------------------------------------------------- 1 | This software may be redistributed under the terms of the GPL, LGPL, 2 | modified BSD, or Artistic license, or any of the other OSI approved 3 | licenses listed at http://www.opensource.org/licenses/alphabetical. 4 | Distribution is allowed under all of these licenses, or any smaller 5 | subset of multiple or just one of these licenses. 6 | 7 | When using a packaged version, please refer to the package metadata to see 8 | under which license terms it was distributed. Alternatively, a distributor 9 | may choose to replace the LICENSE section of the documentation and/or 10 | include a LICENSE file to reflect the license(s) they chose to redistribute 11 | under. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/any-OSI.txt: -------------------------------------------------------------------------------- 1 | Pick your favourite OSI approved license :) 2 | 3 | http://www.opensource.org/licenses/alphabetical 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/bcrypt-Solar-Designer.txt: -------------------------------------------------------------------------------- 1 | Written by Solar Designer in 1998-2014. 2 | No copyright is claimed, and the software is hereby placed in the public 3 | domain. In case this attempt to disclaim copyright and place the software 4 | in the public domain is deemed null and void, then the software is 5 | Copyright (c) 1998-2014 Solar Designer and it is hereby released to the 6 | general public under the following terms: 7 | 8 | Redistribution and use in source and binary forms, with or without 9 | modification, are permitted. 10 | 11 | There's ABSOLUTELY NO WARRANTY, express or implied. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/blessing.txt: -------------------------------------------------------------------------------- 1 | The author disclaims copyright to this source code. In place of a legal notice, here is a blessing: 2 | 3 | May you do good and not evil. 4 | May you find forgiveness for yourself and forgive others. 5 | May you share freely, never taking more than you give. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/check-cvs.txt: -------------------------------------------------------------------------------- 1 | Permission is granted to copy and/or distribute this file, with or 2 | without modifications, provided this notice is preserved. 3 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/checkmk.txt: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2006, 2010 Micah Cowan 2 | # 3 | # Redistribution of this program in any form, with or without 4 | # modifications, is permitted, provided that the above copyright is 5 | # retained in distributions of this program in source form. 6 | # 7 | # (This is a free, non-copyleft license compatible with pretty much any 8 | # other free or proprietary license, including the GPL. It's essentially 9 | # a scaled-down version of the "modified" BSD license.) 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/cryptsetup-OpenSSL-exception.txt: -------------------------------------------------------------------------------- 1 | In addition, as a special exception, the copyright holders give 2 | permission to link the code of portions of this program with the OpenSSL 3 | library under certain conditions as described in each individual source 4 | file, and distribute linked combinations including the two. 5 | 6 | You must obey the GNU General Public License in all respects for all of 7 | the code used other than OpenSSL. If you modify file(s) with this 8 | exception, you may extend this exception to your version of the file(s), 9 | but you are not obligated to do so. If you do not wish to do so, delete 10 | this exception statement from your version. If you delete this exception 11 | statement from all source files in the program, then also delete it 12 | here. 13 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/cve-tou.txt: -------------------------------------------------------------------------------- 1 | CVE Usage: MITRE hereby grants you a perpetual, worldwide, non-exclusive, 2 | no-charge, royalty-free, irrevocable copyright license to reproduce, prepare 3 | derivative works of, publicly display, publicly perform, sublicense, and 4 | distribute Common Vulnerabilities and Exposures (CVE®). Any copy you make for 5 | such purposes is authorized provided that you reproduce MITRE's copyright 6 | designation and this license in any such copy. 7 | 8 | DISCLAIMERS 9 | 10 | ALL DOCUMENTS AND THE INFORMATION CONTAINED THEREIN PROVIDED BY MITRE ARE 11 | PROVIDED ON AN "AS IS" BASIS AND THE CONTRIBUTOR, THE ORGANIZATION HE/SHE 12 | REPRESENTS OR IS SPONSORED BY (IF ANY), THE MITRE CORPORATION, ITS BOARD OF 13 | TRUSTEES, OFFICERS, AGENTS, AND EMPLOYEES, DISCLAIM ALL WARRANTIES, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE 15 | INFORMATION THEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF 16 | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 17 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/depreciate_GPL-2.0-with-GCC-exception.txt: -------------------------------------------------------------------------------- 1 | insert GPL v2 text here 2 | 3 | GCC Linking Exception 4 | In addition to the permissions in the GNU General Public License, the Free Software Foundation gives you unlimited permission to link the compiled version of this file into combinations with other programs, and to distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combine executable.) 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/depreciate_GPL-2.0-with-bison-exception.txt: -------------------------------------------------------------------------------- 1 | Bison Exception 2 | 3 | As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. 4 | 5 | This special exception was added by the Free Software Foundation in version 2.2 of Bison. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/depreciate_GPL-2.0-with-classpath-exception.txt: -------------------------------------------------------------------------------- 1 | insert GPL v2 license text here 2 | 3 | Class Path Exception 4 | 5 | Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. 6 | 7 | As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. 8 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/depreciate_GPL-2.0-with-font-exception.txt: -------------------------------------------------------------------------------- 1 | insert GPL v2 text here 2 | 3 | Font Exception 4 | 5 | As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/diffmark.txt: -------------------------------------------------------------------------------- 1 | 1. you can do what you want with it 2 | 2. I refuse any responsibility for the consequences 3 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/dtoa.txt: -------------------------------------------------------------------------------- 1 | The author of this software is David M. Gay. 2 | 3 | Copyright (c) 1991, 2000, 2001 by Lucent Technologies. 4 | 5 | Permission to use, copy, modify, and distribute this software for any 6 | purpose without fee is hereby granted, provided that this entire notice 7 | is included in all copies of any software which is or includes a copy 8 | or modification of this software and in all copies of the supporting 9 | documentation for such software. 10 | 11 | THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED 12 | WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY 13 | REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY 14 | OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. 15 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/dvipdfm.txt: -------------------------------------------------------------------------------- 1 | A modified version of this file may be distributed, but it should be distributed with a *different* name. Changed files must be distributed *together with a complete and unchanged* distribution of these files. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/eCos-exception-2.0.txt: -------------------------------------------------------------------------------- 1 | As a special exception, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and link it with other works to produce a work based on this file, this file does not by itself cause the resulting work to be covered by the GNU General Public License. However the source code for this file must still be made available in accordance with section (3) of the GNU General Public License. 2 | 3 | This exception does not invalidate any other reasons why a work based on this file might be covered by the GNU General Public License. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/erlang-otp-linking-exception.txt: -------------------------------------------------------------------------------- 1 | If you modify this Program, or any covered work, by linking or 2 | combining it with runtime libraries of Erlang/OTP as released by 3 | Ericsson on https://www.erlang.org (or a modified version of these 4 | libraries), containing parts covered by the terms of the Erlang Public 5 | License (https://www.erlang.org/EPLICENSE), the licensors of this 6 | Program grant you additional permission to convey the resulting work 7 | without the need to license the runtime libraries of Erlang/OTP under 8 | the GNU Affero General Public License. Corresponding Source for a 9 | non-source form of such a combination shall include the source code 10 | for the parts of the runtime libraries of Erlang/OTP used as well as 11 | that of the covered work. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/fmt-exception.txt: -------------------------------------------------------------------------------- 1 | --- Optional exception to the license --- 2 | 3 | As an exception, if, as a result of your compiling your source code, portions 4 | of this Software are embedded into a machine-executable object form of such 5 | source code, you may redistribute such embedded portions in such object form 6 | without including the above copyright and permission notices. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/fwlw.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1993,1995 by Donald Arseneau 2 | Vancouver, Canada, email asnd@triumf.ca 3 | 4 | This software package may be freely used, transmitted, reproduced, or modified provided that 5 | this notice is left intact. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/generic-xts.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 2008, Damien Miller 2 | Copyright (C) 2011, Alex Hornung 3 | 4 | Permission to use, copy, and modify this software with or without fee 5 | is hereby granted, provided that this entire notice is included in 6 | all copies of any software which is or includes a copy or 7 | modification of this software. 8 | You may use this code under the GNU public license if you so wish. Please 9 | contribute changes back to the authors under this freer than GPL license 10 | so that we may further the use of strong encryption without limitations to 11 | all. 12 | 13 | THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR 14 | IMPLIED WARRANTY. IN PARTICULAR, NONE OF THE AUTHORS MAKES ANY 15 | REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE 16 | MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR 17 | PURPOSE. 18 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/gnu-javamail-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception, if you link this library with other files to produce an executable, this library does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/gtkbook.txt: -------------------------------------------------------------------------------- 1 | Copyright 2005 Syd Logan, All Rights Reserved 2 | 3 | This code is distributed without warranty. You are free to use 4 | this code for any purpose, however, if this code is republished or 5 | redistributed in its original form, as hardcopy or electronically, 6 | then you must include this copyright notice along with the code. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/hdparm.txt: -------------------------------------------------------------------------------- 1 | BSD-Style Open Source License: 2 | 3 | You may freely use, modify, and redistribute the hdparm program, 4 | as either binary or source, or both. 5 | 6 | The only condition is that my name and copyright notice 7 | remain in the source code as-is. 8 | 9 | Mark Lord (mlord@pobox.com) 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/i2p-gpl-java-exception.txt: -------------------------------------------------------------------------------- 1 | In addition, as a special exception, <> gives permission to link the code of this program with the proprietary Java implementation provided by Sun (or other vendors as well), and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than the proprietary Java implementation. If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/jove.txt: -------------------------------------------------------------------------------- 1 | This program is Copyright (C) 1986-2002 by Jonathan Payne. JOVE is 2 | provided by Jonathan and Jovehacks without charge and without 3 | warranty. You may copy, modify, and/or distribute JOVE, provided that 4 | this notice is included in all the source files and documentation. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/libpri-OpenH323-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception, libpri may also be linked to the 2 | OpenH323 library, so long as the entirity of the derivative 3 | work (as defined within the GPL) is licensed either under 4 | the MPL of the OpenH323 license or the GPL of libpri. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/libutil-David-Nugent.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1995 David Nugent 2 | All rights reserved. 3 | 4 | 5 | Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 6 | 7 | 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. 8 | 9 | 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. 10 | 11 | 3. This work was done expressly for inclusion into FreeBSD. Other use is permitted provided this notation is included. 12 | 13 | 4. Absolutely no warranty of function or purpose is made by the author David Nugent. 14 | 15 | 5. Modifications may be freely made to this file providing the above conditions are met. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/lsof.txt: -------------------------------------------------------------------------------- 1 | Copyright 2002 Purdue Research Foundation, West Lafayette, 2 | Indiana 47907. All rights reserved. 3 | 4 | Written by Victor A. Abell 5 | 6 | This software is not subject to any license of the American 7 | Telephone and Telegraph Company or the Regents of the 8 | University of California. 9 | 10 | Permission is granted to anyone to use this software for 11 | any purpose on any computer system, and to alter it and 12 | redistribute it freely, subject to the following 13 | restrictions: 14 | 15 | 1. Neither the authors nor Purdue University are responsible 16 | for any consequences of the use of this software. 17 | 18 | 2. The origin of this software must not be misrepresented, 19 | either by explicit claim or by omission. Credit to the 20 | authors and Purdue University must appear in documentation 21 | and sources. 22 | 23 | 3. Altered versions must be plainly marked as such, and must 24 | not be misrepresented as being the original software. 25 | 26 | 4. This notice may not be removed or altered. 27 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/magaz.txt: -------------------------------------------------------------------------------- 1 | Copyright 1999-2011, Donald Arseneau, asnd@triumf.ca, Vancouver, Canada 2 | 3 | This software may be freely used, transmitted, reproduced, or modified provided that 4 | the copyright notice and this permission is retained. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/mailprio.txt: -------------------------------------------------------------------------------- 1 | Copyright 1994, 1996, Tony Sanders 2 | 3 | Rights are hereby granted to download, use, modify, sell, copy, and 4 | redistribute this software so long as the original copyright notice 5 | and this list of conditions remain intact and modified versions are 6 | noted as such. 7 | 8 | I would also very much appreciate it if you could send me a copy of 9 | any changes you make so I can possibly integrate them into my version. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/man2html.txt: -------------------------------------------------------------------------------- 1 | Permission is granted to distribute, modify and use this program 2 | as long as this comment is not removed or changed. 3 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/metamail.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore) 2 | 3 | Permission to use, copy, modify, and distribute this material 4 | for any purpose and without fee is hereby granted, provided 5 | that the above copyright notice and this permission notice 6 | appear in all copies, and that the name of Bellcore not be 7 | used in advertising or publicity pertaining to this 8 | material without the specific, prior written permission 9 | of an authorized representative of Bellcore. BELLCORE 10 | MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY 11 | OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS", 12 | WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. 13 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/mif-exception.txt: -------------------------------------------------------------------------------- 1 | As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and link it with other files to produce an executable, this file does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/mpi-permissive.txt: -------------------------------------------------------------------------------- 1 | * Copyright (C) 2000-2004 by Etnus, LLC 2 | * 3 | * Permission is hereby granted to use, reproduce, prepare derivative 4 | * works, and to redistribute to others. 5 | * 6 | * DISCLAIMER 7 | * 8 | * Neither Etnus, nor any of their employees, makes any warranty 9 | * express or implied, or assumes any legal liability or 10 | * responsibility for the accuracy, completeness, or usefulness of any 11 | * information, apparatus, product, or process disclosed, or 12 | * represents that its use would not infringe privately owned rights. 13 | * 14 | * This code was written by 15 | * James Cownie: Etnus, LLC. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/mplus.txt: -------------------------------------------------------------------------------- 1 | 2 | These fonts are free softwares. Unlimited permission is 3 | granted to use, copy, and distribute it, with or without 4 | modification, either commercially and noncommercially. 5 | THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. 6 | 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/mxml-exception.txt: -------------------------------------------------------------------------------- 1 | Mini-XML 2 | 3 | Copyright © 2003-2024 by Michael R Sweet 4 | 5 | 6 | (Optional) Exceptions to the Apache 2.0 License: 7 | ================================================ 8 | 9 | In addition, if you combine or link compiled forms of this Software with 10 | software that is licensed under the GPLv2 or LGPLv2 (“Combined Software”) and if 11 | a court of competent jurisdiction determines that the patent provision (Section 12 | 3), the indemnity provision (Section 9) or other Section of the License 13 | conflicts with the conditions of the GPLv2 or LGPLv2, you may retroactively and 14 | prospectively choose to deem waived or otherwise exclude such Section(s) of the 15 | License, but only in their entirety and only with respect to the Combined 16 | Software. 17 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/openvpn-openssl-exception.txt: -------------------------------------------------------------------------------- 1 | Special exception for linking OpenVPN with OpenSSL: 2 | 3 | In addition, as a special exception, OpenVPN Technologies, Inc. gives permission to link the code of this program with the OpenSSL Library (or with modified versions of OpenSSL that use the same license as OpenSSL), and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than OpenSSL. If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/pkgconf.txt: -------------------------------------------------------------------------------- 1 | Permission to use, copy, modify, and/or distribute this software for any 2 | purpose with or without fee is hereby granted, provided that the above 3 | copyright notice and this permission notice appear in all copies. 4 | 5 | This software is provided 'as is' and without any warranty, express or 6 | implied. In no event shall the authors be liable for any damages arising 7 | from the use of this software. 8 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/polyparse-exception.txt: -------------------------------------------------------------------------------- 1 | As a relaxation of clause 6 of the LGPL, the copyright holders of this 2 | library give permission to use, copy, link, modify, and distribute, 3 | binary-only object-code versions of an executable linked with the 4 | original unmodified Library, without requiring the supply of any 5 | mechanism to modify or replace the Library and relink (clauses 6a, 6 | 6b, 6c, 6d, 6e), provided that all the other terms of clause 6 are 7 | complied with. 8 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/psfrag.txt: -------------------------------------------------------------------------------- 1 | psfrag.dtx 2 | Copyright (C) 1996 Craig Barratt, Michael C. Grant, and David Carlisle. 3 | All rights are reserved. 4 | 5 | This system 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. Don't come complaining to us if you modify this file and it doesn't work! If this file is modified by anyone but the authors, those changes and their authors must be explicitly stated HERE. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/python-ldap.txt: -------------------------------------------------------------------------------- 1 | The python-ldap package is distributed under Python-style license. 2 | 3 | Standard disclaimer: 4 | This software is made available by the author(s) to the public for free 5 | and "as is". All users of this free software are solely and entirely 6 | responsible for their own choice and use of this software for their 7 | own purposes. By using this software, each user agrees that the 8 | author(s) shall not be liable for damages of any kind in relation to 9 | its use or performance. The author(s) do not warrant that this software 10 | is fit for any purpose. 11 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/romic-exception.txt: -------------------------------------------------------------------------------- 1 | Additional permission under the GNU Affero GPL version 3 section 7: 2 | 3 | If you modify this Program, or any covered work, by linking or 4 | combining it with other code, such other code is not for that reason 5 | alone subject to any of the requirements of the GNU Affero GPL 6 | version 3. 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/snprintf.txt: -------------------------------------------------------------------------------- 1 | Copyright Patrick Powell 1995 2 | 3 | This code is based on code written by Patrick Powell (papowell@astart.com) It may be used for any purpose as long as this notice remains intact on all source code distributions 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/softSurfer.txt: -------------------------------------------------------------------------------- 1 | Copyright 2001, softSurfer (www.softsurfer.com) 2 | This code may be freely used and modified for any purpose 3 | providing that this copyright notice is included with it. 4 | SoftSurfer makes no warranty for this code, and cannot be held 5 | liable for any real or imagined damage resulting from its use. 6 | Users of this code must verify correctness for their application. -------------------------------------------------------------------------------- /test/simpleTestForGenerator/ssh-keyscan.txt: -------------------------------------------------------------------------------- 1 | * Copyright 1995, 1996 by David Mazieres . 2 | * 3 | * Modification and redistribution in source and binary forms is 4 | * permitted provided that due credit is given to the author and the 5 | * OpenBSD project by leaving this copyright notice intact. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/stunnel-exception.txt: -------------------------------------------------------------------------------- 1 | Linking stunnel statically or dynamically with other modules is making a combined work based on stunnel. Thus, the terms and conditions of the GNU General Public License cover the whole combination. 2 | 3 | In addition, as a special exception, the copyright holder of stunnel gives you permission to combine stunnel with free software programs or libraries that are released under the GNU LGPL and with code included in the standard release of OpenSSL under the OpenSSL License (or modified versions of such code, with unchanged license). You may copy and distribute such a system following the terms of the GNU GPL for stunnel and the licenses of the other code concerned. 4 | 5 | Note that people who make modified versions of stunnel are not obligated to grant this special exception for their modified versions; it is their choice whether to do so. The GNU General Public License gives permission to release a modified version without this exception; this exception also makes it possible to release a modified version which carries forward this exception. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/swrule.txt: -------------------------------------------------------------------------------- 1 | The style package is copyrighted but may be used and extended in any way, as long as a pointer to the original author is maintained. The author is not liable for any problem that may or may not result from using this package. Use at your own risk. 2 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/threeparttable.txt: -------------------------------------------------------------------------------- 1 | This file may be distributed, modified, and used in other works with just 2 | one restriction: modified versions must clearly indicate the modification 3 | (a name change, or a displayed message, or ?). 4 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/u-boot-exception-2.0.txt: -------------------------------------------------------------------------------- 1 | The U-Boot License Exception: 2 | 3 | Even though U-Boot in general is covered by the GPL-2.0/GPL-2.0+, this does *not* cover the so-called "standalone" applications that use U-Boot services by means of the jump table provided by U-Boot exactly for this purpose - this is merely considered normal use of U-Boot, and does *not* fall under the heading of "derived work". 4 | 5 | The header files "include/image.h" and "arch/*/include/asm/u-boot.h" define interfaces to U-Boot. Including these (unmodified) header files in another file is considered normal use of U-Boot, and does *not* fall under the heading of "derived work". 6 | -- Wolfgang Denk 7 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/ulem.txt: -------------------------------------------------------------------------------- 1 | Copyright 1989-2019 by Donald Arseneau (Vancouver, Canada, asnd@triumf.ca) 2 | 3 | This software may be freely transmitted, reproduced, or modified 4 | for any purpose provided that this copyright notice is left intact. 5 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/vsftpd-openssl-exception.txt: -------------------------------------------------------------------------------- 1 | vsftpd is licensed under version 2 of the GNU GPL. 2 | As copyright holder, I give permission for vsftpd to be linked to the OpenSSL 3 | libraries. This includes permission for vsftpd binaries to be distributed 4 | linked against the OpenSSL libraries. All other obligations under the GPL v2 5 | remain intact. 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/w3m.txt: -------------------------------------------------------------------------------- 1 | (C) Copyright 1994-2002 by Akinori Ito 2 | (C) Copyright 2002-2011 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 3 | 4 | Use, modification and redistribution of this software is hereby granted, 5 | provided that this entire copyright notice is included on any copies of 6 | this software and applications and derivations thereof. 7 | 8 | This software is provided on an "as is" basis, without warranty of any 9 | kind, either expressed or implied, as to any matter including, but not 10 | limited to warranty of fitness of purpose, or merchantability, or 11 | results obtained from use of this software. 12 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/wwl.txt: -------------------------------------------------------------------------------- 1 | db@FreeBSD.ORG wrote this file. As long as you retain this notice you 2 | can do whatever you want with this code, except you may not 3 | license it under any form of the GPL. 4 | A postcard or QSL card showing me you appreciate 5 | this code would be nice. Diane Bruce va3db 6 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/x11vnc-openssl-exception.txt: -------------------------------------------------------------------------------- 1 | In addition, as a special exception, Karl J. Runge 2 | gives permission to link the code of its release of x11vnc with the 3 | OpenSSL project's "OpenSSL" library (or with modified versions of it 4 | that use the same license as the "OpenSSL" library), and distribute 5 | the linked executables. You must obey the GNU General Public License 6 | in all respects for all of the code used other than "OpenSSL". If you 7 | modify this file, you may extend this exception to your version of the 8 | file, but you are not obligated to do so. If you do not wish to do 9 | so, delete this exception statement from your version. 10 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/xkeyboard-config-Zinoviev.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 1999, 2000 by Anton Zinoviev 2 | 3 | This software may be used, modified, copied, distributed, and sold, 4 | in both source and binary form provided that the above copyright 5 | and these terms are retained. Under no circumstances is the author 6 | responsible for the proper functioning of this software, nor does 7 | the author assume any responsibility for damages incurred with its 8 | use. 9 | 10 | Permission is granted to anyone to use, distribute and modify 11 | this file in any way, provided that the above copyright notice 12 | is left intact and the author of the modification summarizes 13 | the changes in this header. 14 | 15 | This file is distributed without any expressed or implied warranty. 16 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/xlock.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 1990 by Sun Microsystems, Inc. 2 | Author: Patrick J. Naughton naughton@wind.sun.com 3 | 4 | Permission to use, copy, modify, and distribute this software and its 5 | documentation for any purpose and without fee is hereby granted, 6 | provided that the above copyright notice appear in all copies and 7 | that both that copyright notice and this permission notice appear in 8 | supporting documentation. 9 | 10 | This file is provided AS IS with no warranties of any kind. The author 11 | shall have no liability with respect to the infringement of copyrights, 12 | trade secrets or any patents by this file or any part thereof. In no event 13 | will the author be liable for any lost revenue or profits or other special, 14 | indirect and consequential damages. 15 | -------------------------------------------------------------------------------- /test/simpleTestForGenerator/xzoom.txt: -------------------------------------------------------------------------------- 1 | Copyright Itai Nahshon 1995, 1996. 2 | This program is distributed with no warranty. 3 | 4 | Source files for this program may be distributed freely. 5 | Modifications to this file are okay as long as: 6 | a. This copyright notice and comment are preserved and 7 | left at the top of the file. 8 | b. The man page is fixed to reflect the change. 9 | c. The author of this change adds his name and change 10 | description to the list of changes below. 11 | Executable files may be distributed with sources, or with 12 | exact location where the source code can be obtained. 13 | --------------------------------------------------------------------------------