Difference between revisions of "XZ"

From Free Software Directory
Jump to: navigation, search
m (moved LZMA Utils to XZ)
(xz itself is only used for compression. It can't administrate systems or do backups on its own.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=LZMA Utils
+
|Name=XZ Utils
|Short description=gzip-like tool with a zlib-like library
+
|Short description=XZ Utils is free general-purpose data compression software with high compression ratio.
|Full description=LZMA Utils is an attempt to provide LZMA compression to POSIX-like systems. The idea is to have a gzip-like command line tool and a zlib-like library, which would make it easy to adapt the new compression technology to existing applications.
+
|Full description=XZ Utils consist of several components:
 +
 
 +
liblzma is a compression library with API similar to that of zlib.
 +
xz is a command line tool with syntax similar to that of gzip.
 +
xzdec is a decompression-only tool smaller than the full-featured xz tool.
 +
A set of shell scripts (xzgrep, xzdiff, etc.) have been adapted from gzip to ease viewing, grepping, and comparing compressed files.
 +
Emulation of command line tools of LZMA Utils eases transition from LZMA Utils to XZ Utils.
 +
 
 +
While liblzma has a zlib-like API, liblzma doesn't include any file I/O functions. A separate I/O library is planned, which would abstract handling of .gz, .bz2, and .xz files with an easy to use API.
 +
|Homepage URL=http://tukaani.org/xz/
 +
|Version download=http://tukaani.org/xz/xz-5.2.5.tar.gz
 +
|Is GNU=No
 
|User level=beginner
 
|User level=beginner
|Status=Live
 
|Component programs=
 
|Homepage URL=http://tukaani.org/
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=
 
|Paid support=
 
|IRC help=
 
 
|IRC general=irc://irc.freenode.net/tukaani
 
|IRC general=irc://irc.freenode.net/tukaani
|IRC development=
 
 
|Related projects=Zlib,gzip
 
|Related projects=Zlib,gzip
 
|Keywords=Compression,library,tools,zip,unzip,zip file
 
|Keywords=Compression,library,tools,zip,unzip,zip file
|Is GNU=n
+
|Version identifier=5.0.3
|Last review by=Deb Nicholson
+
|Version status=stable
|Last review date=2010-11-16
+
|Last review by=Matt Lee
 +
|Last review date=2012/03/29
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=4.32.5
 
|Version date=2008-02-02
 
|Version status=stable
 
|Version download=http://tukaani.org/lzma/lzma-4.32.5-i586-1tukaani.tgz
 
 
|License verified date=2008-03-03
 
|License verified date=2008-03-03
|Version comment=
+
}}
 +
{{Project license
 +
|License=GPLv3orlater with exception
 +
|License copyright=build-aux/config.guess:
 +
#  Copyright 1992-2018 Free Software Foundation, Inc.
 +
|License verified by=Denis Carikli
 +
|License verified date=2023-03-08
 +
|License note=build-aux/config.guess:
 +
# This file is free software; you can redistribute it and/or modify it
 +
# under the terms of the GNU General Public License as published by
 +
# the Free Software Foundation; either version 3 of the License, or
 +
# (at your option) any later version.
 +
#
 +
# This program is distributed in the hope that it will be useful, but
 +
# WITHOUT ANY WARRANTY; without even the implied warranty of
 +
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 +
# General Public License for more details.
 +
#
 +
# You should have received a copy of the GNU General Public License
 +
# along with this program; if not, see <https://www.gnu.org/licenses/>.
 +
#
 +
# As a special exception to the GNU General Public License, if you
 +
# distribute this file as part of a program that contains a
 +
# configuration script generated by Autoconf, you may include it under
 +
# the same distribution terms that you use for the rest of that
 +
# program.  This Exception is an additional permission under section 7
 +
# of the GNU General Public License, version 3 ("GPLv3").
 +
#
 +
# Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
 +
#
 +
# You can get the latest version of this script from:
 +
# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
 +
#
 +
# Please send patches to <config-patches@gnu.org>.
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater with exception
 +
|License copyright=build-aux/config.sub:
 +
#  Copyright 1992-2018 Free Software Foundation, Inc.
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2023-03-08
 +
|License note=build-aux/config.sub:
 +
# This file is free software; you can redistribute it and/or modify it
 +
# under the terms of the GNU General Public License as published by
 +
# the Free Software Foundation; either version 3 of the License, or
 +
# (at your option) any later version.
 +
#
 +
# This program is distributed in the hope that it will be useful, but
 +
# WITHOUT ANY WARRANTY; without even the implied warranty of
 +
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 +
# General Public License for more details.
 +
#
 +
# You should have received a copy of the GNU General Public License
 +
# along with this program; if not, see <https://www.gnu.org/licenses/>.
 +
#
 +
# As a special exception to the GNU General Public License, if you
 +
# distribute this file as part of a program that contains a
 +
# configuration script generated by Autoconf, you may include it under
 +
# the same distribution terms that you use for the rest of that
 +
# program.  This Exception is an additional permission under section 7
 +
# of the GNU General Public License, version 3 ("GPLv3").
 +
}}
 +
{{Project license
 +
|License=GPL-3.0-or-later-with-exception
 +
|License copyright=m4/ax_pthread.m4:
 +
#  Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>
 +
#  Copyright (c) 2011 Daniel Richard G. <skunk@iSKUNK.ORG>
 +
#  Copyright (c) 2019 Marc Stevens <marc.stevens@cwi.nl>
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2023-03-08
 +
|License note=#  This program is free software: you can redistribute it and/or modify it
 +
#  under the terms of the GNU General Public License as published by the
 +
#  Free Software Foundation, either version 3 of the License, or (at your
 +
#  option) any later version.
 +
#
 +
#  This program is distributed in the hope that it will be useful, but
 +
#  WITHOUT ANY WARRANTY; without even the implied warranty of
 +
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 +
#  Public License for more details.
 +
#
 +
#  You should have received a copy of the GNU General Public License along
 +
#  with this program. If not, see <https://www.gnu.org/licenses/>.
 +
#
 +
#  As a special exception, the respective Autoconf Macro's copyright owner
 +
#  gives unlimited permission to copy, distribute and modify the configure
 +
#  scripts that are the output of Autoconf when processing the Macro. You
 +
#  need not follow the terms of the GNU General Public License when using
 +
#  or distributing such scripts, even though portions of the text of the
 +
#  Macro appear in them. The GNU General Public License (GPL) does govern
 +
#  all other use of the material that constitutes the Autoconf Macro.
 +
#
 +
#  This special exception to the GPL applies to versions of the Autoconf
 +
#  Macro released by the Autoconf Archive. When you make and distribute a
 +
#  modified version of the Autoconf Macro, you may extend this special
 +
#  exception to the GPL to apply to your modified version as well.
 +
}}
 +
{{Project license
 +
|License=GPL-2.0-or-later-with-exception
 +
|License copyright=build-aux/ltmain.sh:
 +
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
 +
# This is free software; see the source for copying conditions.  There is NO
 +
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2023-03-08
 +
|License note=build-aux/ltmain.sh:
 +
# GNU Libtool is free software; you can redistribute it and/or modify
 +
# it under the terms of the GNU General Public License as published by
 +
# the Free Software Foundation; either version 2 of the License, or
 +
# (at your option) any later version.
 +
#
 +
# 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.
 +
#
 +
# GNU Libtool is distributed in the hope that it will be useful, but
 +
# WITHOUT ANY WARRANTY; without even the implied warranty of
 +
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 +
# General Public License for more details.
 +
#
 +
# You should have received a copy of the GNU General Public License
 +
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License copyright=extra/scanlzma/scanlzma.c:
 +
    Copyright (C) 2006 Timo Lindfors
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2023-03-08
 +
|License note=extra/scanlzma/scanlzma.c:
 +
    This program is free software; you can redistribute it and/or modify
 +
    it under the terms of the GNU General Public License as published by
 +
    the Free Software Foundation; either version 2 of the License, or
 +
    (at your option) any later version.
 +
 
 +
    This program is distributed in the hope that it will be useful,
 +
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +
    GNU General Public License for more details.
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License copyright=lib/Makefile.am:
 +
## Copyright (C) 2004-2007 Free Software Foundation, Inc.
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2023-03-08
 +
|License note=lib/Makefile.am:
 +
## This program is free software; you can redistribute it and/or modify
 +
## it under the terms of the GNU General Public License as published by
 +
## the Free Software Foundation; either version 2 of the License, or
 +
## (at your option) any later version.
 +
##
 +
## This program is distributed in the hope that it will be useful,
 +
## but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +
## GNU General Public License for more details.
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License copyright=src/scripts/xzdiff.in:
 +
# Copyright (C) 1998, 2002, 2006, 2007 Free Software Foundation
 +
# Copyright (C) 1993 Jean-loup Gailly
 +
 
 +
# Modified for XZ Utils by Andrew Dudman and Lasse Collin.
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2023-03-08
 +
|License note=# This program is free software; you can redistribute it and/or modify
 +
# it under the terms of the GNU General Public License as published by
 +
# the Free Software Foundation; either version 2 of the License, or
 +
# (at your option) any later version.
 +
 
 +
src/scripts/xzdiff.in:
 +
# This program is distributed in the hope that it will be useful,
 +
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +
# GNU General Public License for more details.
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License copyright=src/scripts/xzless.in:
 +
# Copyright (C) 1998, 2002, 2006, 2007 Free Software Foundation
 +
 
 +
# The original version for gzip was written by Paul Eggert.
 +
# Modified for XZ Utils by Andrew Dudman and Lasse Collin.
 +
|License verified by=Denis 'GNUtoo' Cariki
 +
|License verified date=2023-03-08
 +
|License note=# This program is free software; you can redistribute it and/or modify
 +
# it under the terms of the GNU General Public License as published by
 +
# the Free Software Foundation; either version 2 of the License, or
 +
# (at your option) any later version.
 +
 
 +
src/scripts/xzless.in:
 +
# This program is distributed in the hope that it will be useful,
 +
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +
# GNU General Public License for more details.
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License copyright=src/scripts/xzgrep.in:
 +
# Adapted from a version sent by Charles Levert <charles@comm.polymtl.ca>
 +
 
 +
# Copyright (C) 1998, 2001, 2002, 2006, 2007 Free Software Foundation
 +
# Copyright (C) 1993 Jean-loup Gailly
 +
 
 +
# Modified for XZ Utils by Andrew Dudman and Lasse Collin.
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2023-03-08
 +
|License note=src/scripts/xzgrep.in:
 +
# This program is free software; you can redistribute it and/or modify
 +
# it under the terms of the GNU General Public License as published by
 +
# the Free Software Foundation; either version 2 of the License, or
 +
# (at your option) any later version.
 +
 
 +
# This program is distributed in the hope that it will be useful,
 +
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +
# GNU General Public License for more details.
 +
}}
 +
{{Project license
 +
|License=LGPL-2.1-or-later
 +
|License copyright=lib/getopt.c:
 +
/* Getopt for GNU.
 +
  NOTE: getopt is now part of the C library, so if you don't know what
 +
  "Keep this file name-space clean" means, talk to drepper@gnu.org
 +
  before changing it!
 +
  Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004,2006
 +
        Free Software Foundation, Inc.
 +
  This file is part of the GNU C Library.
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2023-03-08
 +
|License note=lib/getopt.c:
 +
  This program is free software; you can redistribute it and/or modify
 +
  it under the terms of the GNU Lesser General Public License as published by
 +
  the Free Software Foundation; either version 2.1, or (at your option)
 +
  any later version.
 +
 
 +
  This program is distributed in the hope that it will be useful,
 +
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +
  GNU Lesser General Public License for more details.
 +
 
 +
  You should have received a copy of the GNU Lesser General Public License along
 +
  with this program; if not, write to the Free Software Foundation,
 +
  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 +
}}
 +
{{Project license
 +
|License=LGPL-2.1-or-later
 +
|License copyright=lib/getopt1.c:
 +
/* getopt_long and getopt_long_only entry points for GNU getopt.
 +
  Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98,2004,2006
 +
    Free Software Foundation, Inc.
 +
  This file is part of the GNU C Library.
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2023-03-08
 +
|License note=lib/getopt1.c:
 +
  This program is free software; you can redistribute it and/or modify
 +
  it under the terms of the GNU Lesser General Public License as published by
 +
  the Free Software Foundation; either version 2.1, or (at your option)
 +
  any later version.
 +
 
 +
  This program is distributed in the hope that it will be useful,
 +
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +
  GNU Lesser General Public License for more details.
 +
 
 +
  You should have received a copy of the GNU Lesser General Public License along
 +
  with this program; if not, write to the Free Software Foundation,
 +
  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 +
}}
 +
{{Project license
 +
|License=LGPL-2.1-or-later
 +
|License copyright=lib/getopt.in.h:
 +
/* Declarations for getopt.
 +
  Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2005,2006,2007
 +
  Free Software Foundation, Inc.
 +
  This file is part of the GNU C Library.
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2023-03-08
 +
|License note=lib/getopt.in.h:
 +
  This program is free software; you can redistribute it and/or modify
 +
  it under the terms of the GNU Lesser General Public License as published by
 +
  the Free Software Foundation; either version 2.1, or (at your option)
 +
  any later version.
 +
 
 +
  This program is distributed in the hope that it will be useful,
 +
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +
  GNU Lesser General Public License for more details.
 +
 
 +
  You should have received a copy of the GNU Lesser General Public License along
 +
  with this program; if not, write to the Free Software Foundation,
 +
  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 +
}}
 +
{{Software category
 +
|Interface=command-line, library
 +
|Runs-on=Windows, GNU/Linux
 +
|Use=compressing
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Larhzu
 
|Role=Developer
 
|Role=Developer
|Real name=Larhzu
 
 
|Email=lasse.collin@tukaani.org
 
|Email=lasse.collin@tukaani.org
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 39: Line 338:
 
|Resource URL=https://lists.sourceforge.net/lists/listinfo/lzmautils-announce
 
|Resource URL=https://lists.sourceforge.net/lists/listinfo/lzmautils-announce
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line,library
+
|Is High Priority Project=No
|System-administration=backup
+
|Decommissioned or Obsolete=No
|Use=system-administration
+
|Accepts cryptocurrency donations=No
}}
+
|Test entry=No
{{Project license
 
|License=GPLv2orlater
 
|License verified by=Deborah Nicholson
 
|License verified date=2008-03-03
 
}}
 
{{Project license
 
|License=GPLv3orlater
 
|License verified by=Deborah Nicholson
 
|License verified date=2008-03-03
 
}}
 
{{Project license
 
|License=LGPLv2.1orlater
 
|License verified by=Deborah Nicholson
 
|License verified date=2008-03-03
 
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 12:56, 8 March 2023


[edit]

XZ Utils

http://tukaani.org/xz/
XZ Utils is free general-purpose data compression software with high compression ratio.

XZ Utils consist of several components:

liblzma is a compression library with API similar to that of zlib. xz is a command line tool with syntax similar to that of gzip. xzdec is a decompression-only tool smaller than the full-featured xz tool. A set of shell scripts (xzgrep, xzdiff, etc.) have been adapted from gzip to ease viewing, grepping, and comparing compressed files. Emulation of command line tools of LZMA Utils eases transition from LZMA Utils to XZ Utils.

While liblzma has a zlib-like API, liblzma doesn't include any file I/O functions. A separate I/O library is planned, which would abstract handling of .gz, .bz2, and .xz files with an easy to use API.





Licensing

License

Verified by

Verified on

Notes

Verified by

Denis 'GNUtoo' Carikli

Verified on

8 March 2023

Notes

build-aux/config.sub:

  1. This file is free software; you can redistribute it and/or modify it
  2. under the terms of the GNU General Public License as published by
  3. the Free Software Foundation; either version 3 of the License, or
  4. (at your option) any later version.
  5. This program is distributed in the hope that it will be useful, but
  6. WITHOUT ANY WARRANTY; without even the implied warranty of
  7. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  8. General Public License for more details.
  9. You should have received a copy of the GNU General Public License
  10. along with this program; if not, see <https://www.gnu.org/licenses/>.
  11. As a special exception to the GNU General Public License, if you
  12. distribute this file as part of a program that contains a
  13. configuration script generated by Autoconf, you may include it under
  14. the same distribution terms that you use for the rest of that
  15. program. This Exception is an additional permission under section 7
  16. of the GNU General Public License, version 3 ("GPLv3").

Verified by

Denis 'GNUtoo' Carikli

Verified on

8 March 2023

Notes

lib/Makefile.am:

    1. This program is free software; you can redistribute it and/or modify
    2. it under the terms of the GNU General Public License as published by
    3. the Free Software Foundation; either version 2 of the License, or
    4. (at your option) any later version.
    5. This program is distributed in the hope that it will be useful,
    6. but WITHOUT ANY WARRANTY; without even the implied warranty of
    7. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    8. GNU General Public License for more details.

Verified by

Denis 'GNUtoo' Carikli

Verified on

8 March 2023

Notes

extra/scanlzma/scanlzma.c:

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Verified by

Denis Carikli

Verified on

8 March 2023

Notes

build-aux/config.guess:

  1. This file is free software; you can redistribute it and/or modify it
  2. under the terms of the GNU General Public License as published by
  3. the Free Software Foundation; either version 3 of the License, or
  4. (at your option) any later version.
  5. This program is distributed in the hope that it will be useful, but
  6. WITHOUT ANY WARRANTY; without even the implied warranty of
  7. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  8. General Public License for more details.
  9. You should have received a copy of the GNU General Public License
  10. along with this program; if not, see <https://www.gnu.org/licenses/>.
  11. As a special exception to the GNU General Public License, if you
  12. distribute this file as part of a program that contains a
  13. configuration script generated by Autoconf, you may include it under
  14. the same distribution terms that you use for the rest of that
  15. program. This Exception is an additional permission under section 7
  16. of the GNU General Public License, version 3 ("GPLv3").
  17. Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
  18. You can get the latest version of this script from:
  19. https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
  20. Please send patches to <config-patches@gnu.org>.

Verified by

Denis 'GNUtoo' Carikli

Verified on

8 March 2023

Notes

# This program is free software: you can redistribute it and/or modify it

  1. under the terms of the GNU General Public License as published by the
  2. Free Software Foundation, either version 3 of the License, or (at your
  3. option) any later version.
  4. This program is distributed in the hope that it will be useful, but
  5. WITHOUT ANY WARRANTY; without even the implied warranty of
  6. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  7. Public License for more details.
  8. You should have received a copy of the GNU General Public License along
  9. with this program. If not, see <https://www.gnu.org/licenses/>.
  10. As a special exception, the respective Autoconf Macro's copyright owner
  11. gives unlimited permission to copy, distribute and modify the configure
  12. scripts that are the output of Autoconf when processing the Macro. You
  13. need not follow the terms of the GNU General Public License when using
  14. or distributing such scripts, even though portions of the text of the
  15. Macro appear in them. The GNU General Public License (GPL) does govern
  16. all other use of the material that constitutes the Autoconf Macro.
  17. This special exception to the GPL applies to versions of the Autoconf
  18. Macro released by the Autoconf Archive. When you make and distribute a
  19. modified version of the Autoconf Macro, you may extend this special
  20. exception to the GPL to apply to your modified version as well.

Verified by

Denis 'GNUtoo' Carikli

Verified on

8 March 2023

Notes

lib/getopt.c:

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation; either version 2.1, or (at your option)
  any later version.
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Lesser General Public License for more details.
  You should have received a copy of the GNU Lesser General Public License along
  with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */

Verified by

Denis 'GNUtoo' Carikli

Verified on

8 March 2023

Notes

build-aux/ltmain.sh:

  1. GNU Libtool is free software; you can redistribute it and/or modify
  2. it under the terms of the GNU General Public License as published by
  3. the Free Software Foundation; either version 2 of the License, or
  4. (at your option) any later version.
  5. As a special exception to the GNU General Public License,
  6. if you distribute this file as part of a program or library that
  7. is built using GNU Libtool, you may include this file under the
  8. same distribution terms that you use for the rest of that program.
  9. GNU Libtool is distributed in the hope that it will be useful, but
  10. WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <http://www.gnu.org/licenses/>.

Verified by

Denis 'GNUtoo' Cariki

Verified on

8 March 2023

Notes

# This program is free software; you can redistribute it and/or modify

  1. it under the terms of the GNU General Public License as published by
  2. the Free Software Foundation; either version 2 of the License, or
  3. (at your option) any later version.

src/scripts/xzless.in:

  1. This program is distributed in the hope that it will be useful,
  2. but WITHOUT ANY WARRANTY; without even the implied warranty of
  3. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  4. GNU General Public License for more details.

Verified by

Denis 'GNUtoo' Carikli

Verified on

8 March 2023

Notes

src/scripts/xzgrep.in:

  1. This program is free software; you can redistribute it and/or modify
  2. it under the terms of the GNU General Public License as published by
  3. the Free Software Foundation; either version 2 of the License, or
  4. (at your option) any later version.
  1. This program is distributed in the hope that it will be useful,
  2. but WITHOUT ANY WARRANTY; without even the implied warranty of
  3. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  4. GNU General Public License for more details.

Verified by

Denis 'GNUtoo' Carikli

Verified on

8 March 2023

Notes

# This program is free software; you can redistribute it and/or modify

  1. it under the terms of the GNU General Public License as published by
  2. the Free Software Foundation; either version 2 of the License, or
  3. (at your option) any later version.

src/scripts/xzdiff.in:

  1. This program is distributed in the hope that it will be useful,
  2. but WITHOUT ANY WARRANTY; without even the implied warranty of
  3. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  4. GNU General Public License for more details.

Verified by

Denis 'GNUtoo' Carikli

Verified on

8 March 2023

Notes

lib/getopt1.c:

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation; either version 2.1, or (at your option)
  any later version.
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Lesser General Public License for more details.
  You should have received a copy of the GNU Lesser General Public License along
  with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */

Verified by

Denis 'GNUtoo' Carikli

Verified on

8 March 2023

Notes

lib/getopt.in.h:

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation; either version 2.1, or (at your option)
  any later version.
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Lesser General Public License for more details.
  You should have received a copy of the GNU Lesser General Public License along
  with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */




Leaders and contributors

Contact(s)Role
Larhzu Developer


Resources and communication

AudienceResource typeURI
HelpMailing List Info/Archivehttps://lists.sourceforge.net/lists/listinfo/lzmautils-announce


Software prerequisites




Entry











"GPL-3.0-or-later-with-exception" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.




"GPL-2.0-or-later-with-exception" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.



















"LGPL-2.1-or-later" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.




"LGPL-2.1-or-later" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.




"LGPL-2.1-or-later" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.










Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.