Skip to content
Snippets Groups Projects
Select Git revision
  • 61e629abfc1a59f2269bd656d3f022a96e379939
  • branch/OpenVMS default protected
  • wild/95631dbbf0d27e9c384a9e5c663c511498582616
  • branch/default
  • wild/2ae3cba9e9359949aabb0fe8badc2daf4cbe34f4
  • wild/1c0c438fd50ed1d1509be1138be105c56cc22e68
  • wild/be009b9853e7a0e9c016f97ad49e7b59cb4d0525
  • wild/5ee8de1961a3777185b6c25a397297b1b6412311
  • wild/7860b1b292d0b2d807b43fb435e4d262a3ee7c94
  • wild/91c80664d7b0b491d3edcf79db1567c23994c616
  • wild/877aec816f6cc6b9c95dfc09c8df969d528ddcaa
  • wild/c10b53d233cb39dffa7c4870fdfeac0557fd1215
  • wild/8ace824dce4086673d1bc73b7e913b2eac315e1a
  • wild/4488fd5a5b82ae8f868677602151ed9fd651113d
  • 1.7.13-vms
  • 1.7.10-vms
16 results

appveyor.yml

Blame
  • COPYING 2.71 KiB
    
    XZ Utils Licensing
    ==================
    
        Different licenses apply to different files in this package. Here
        is a rough summary of which licenses apply to which parts of this
        package (but check the individual files to be sure!):
    
          - liblzma is in the public domain.
    
          - xz, xzdec, and lzmadec command line tools are in the public
            domain unless GNU getopt_long had to be compiled and linked
            in from the lib directory. The getopt_long code is under
            GNU LGPLv2.1+.
    
          - The scripts to grep, diff, and view compressed files have been
            adapted from gzip. These scripts and their documentation are
            under GNU GPLv2+.
    
          - All the documentation in the doc directory and most of the
            XZ Utils specific documentation files in other directories
            are in the public domain.
    
          - Translated messages are in the public domain.
    
          - The build system contains public domain files, and files that
            are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
            in the binaries being built.
    
          - Test files and test code in the tests directory, and debugging
            utilities in the debug directory are in the public domain.
    
          - The extra directory may contain public domain files, and files
            that are under various free software licenses.
    
        You can do whatever you want with the files that have been put into
        the public domain. If you find public domain legally problematic,
        take the previous sentence as a license grant. If you still find
        the lack of copyright legally problematic, you have too many
        lawyers.
    
        As usual, this software is provided "as is", without any warranty.
    
        If you copy significant amounts of public domain code from XZ Utils
        into your project, acknowledging this somewhere in your software is
        polite (especially if it is proprietary, non-free software), but
        naturally it is not legally required. Here is an example of a good
        notice to put into "about box" or into documentation:
    
            This software includes code from XZ Utils <https://tukaani.org/xz/>.
    
        The following license texts are included in the following files:
          - COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1
          - COPYING.GPLv2: GNU General Public License version 2
          - COPYING.GPLv3: GNU General Public License version 3
    
        Note that the toolchain (compiler, linker etc.) may add some code
        pieces that are copyrighted. Thus, it is possible that e.g. liblzma
        binary wouldn't actually be in the public domain in its entirety
        even though it contains no copyrighted code from the XZ Utils source
        package.
    
        If you have questions, don't hesitate to ask the author(s) for more
        information.