Blame COPYING

Packit Service 1d0348
The libarchive distribution as a whole is Copyright by Tim Kientzle
Packit Service 1d0348
and is subject to the copyright notice reproduced at the bottom of
Packit Service 1d0348
this file.
Packit Service 1d0348
Packit Service 1d0348
Each individual file in this distribution should have a clear
Packit Service 1d0348
copyright/licensing statement at the beginning of the file.  If any do
Packit Service 1d0348
not, please let me know and I will rectify it.  The following is
Packit Service 1d0348
intended to summarize the copyright status of the individual files;
Packit Service 1d0348
the actual statements in the files are controlling.
Packit Service 1d0348
Packit Service 1d0348
* Except as listed below, all C sources (including .c and .h files)
Packit Service 1d0348
  and documentation files are subject to the copyright notice reproduced
Packit Service 1d0348
  at the bottom of this file.
Packit Service 1d0348
Packit Service 1d0348
* The following source files are also subject in whole or in part to
Packit Service 1d0348
  a 3-clause UC Regents copyright; please read the individual source
Packit Service 1d0348
  files for details:
Packit Service 1d0348
   libarchive/archive_entry.c
Packit Service 1d0348
   libarchive/archive_read_support_filter_compress.c
Packit Service 1d0348
   libarchive/archive_write_add_filter_compress.c
Packit Service 1d0348
   libarchive/mtree.5
Packit Service 1d0348
Packit Service 1d0348
* The following source files are in the public domain:
Packit Service 1d0348
   libarchive/archive_getdate.c
Packit Service 1d0348
Packit Service 1d0348
* The build files---including Makefiles, configure scripts,
Packit Service 1d0348
  and auxiliary scripts used as part of the compile process---have
Packit Service 1d0348
  widely varying licensing terms.  Please check individual files before
Packit Service 1d0348
  distributing them to see if those restrictions apply to you.
Packit Service 1d0348
Packit Service 1d0348
I intend for all new source code to use the license below and hope over
Packit Service 1d0348
time to replace code with other licenses with new implementations that
Packit Service 1d0348
do use the license below.  The varying licensing of the build scripts
Packit Service 1d0348
seems to be an unavoidable mess.
Packit Service 1d0348
Packit Service 1d0348
Packit Service 1d0348
Copyright (c) 2003-2009 <author(s)>
Packit Service 1d0348
All rights reserved.
Packit Service 1d0348
Packit Service 1d0348
Redistribution and use in source and binary forms, with or without
Packit Service 1d0348
modification, are permitted provided that the following conditions
Packit Service 1d0348
are met:
Packit Service 1d0348
1. Redistributions of source code must retain the above copyright
Packit Service 1d0348
   notice, this list of conditions and the following disclaimer
Packit Service 1d0348
   in this position and unchanged.
Packit Service 1d0348
2. Redistributions in binary form must reproduce the above copyright
Packit Service 1d0348
   notice, this list of conditions and the following disclaimer in the
Packit Service 1d0348
   documentation and/or other materials provided with the distribution.
Packit Service 1d0348
Packit Service 1d0348
THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
Packit Service 1d0348
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Packit Service 1d0348
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Packit Service 1d0348
IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
Packit Service 1d0348
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
Packit Service 1d0348
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Packit Service 1d0348
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Packit Service 1d0348
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit Service 1d0348
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
Packit Service 1d0348
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.