Blame COPYING

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