1 1.1 joerg The libarchive distribution as a whole is Copyright by Tim Kientzle 2 1.1 joerg and is subject to the copyright notice reproduced at the bottom of 3 1.1 joerg this file. 4 1.1 joerg 5 1.1 joerg Each individual file in this distribution should have a clear 6 1.1 joerg copyright/licensing statement at the beginning of the file. If any do 7 1.1 joerg not, please let me know and I will rectify it. The following is 8 1.1 joerg intended to summarize the copyright status of the individual files; 9 1.1 joerg the actual statements in the files are controlling. 10 1.1 joerg 11 1.1 joerg * Except as listed below, all C sources (including .c and .h files) 12 1.1 joerg and documentation files are subject to the copyright notice reproduced 13 1.1 joerg at the bottom of this file. 14 1.1 joerg 15 1.1 joerg * The following source files are also subject in whole or in part to 16 1.1 joerg a 3-clause UC Regents copyright; please read the individual source 17 1.1 joerg files for details: 18 1.1.1.3 joerg libarchive/archive_read_support_filter_compress.c 19 1.1.1.3 joerg libarchive/archive_write_add_filter_compress.c 20 1.1 joerg libarchive/mtree.5 21 1.1 joerg 22 1.1 joerg * The following source files are in the public domain: 23 1.1.1.6 christos libarchive/archive_parse_date.c 24 1.1 joerg 25 1.1.1.4 joerg * The following source files are triple-licensed with the ability to choose 26 1.1.1.4 joerg from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses: 27 1.1.1.4 joerg libarchive/archive_blake2.h 28 1.1.1.4 joerg libarchive/archive_blake2_impl.h 29 1.1.1.4 joerg libarchive/archive_blake2s_ref.c 30 1.1.1.4 joerg libarchive/archive_blake2sp_ref.c 31 1.1.1.4 joerg 32 1.1 joerg * The build files---including Makefiles, configure scripts, 33 1.1 joerg and auxiliary scripts used as part of the compile process---have 34 1.1 joerg widely varying licensing terms. Please check individual files before 35 1.1 joerg distributing them to see if those restrictions apply to you. 36 1.1 joerg 37 1.1 joerg I intend for all new source code to use the license below and hope over 38 1.1 joerg time to replace code with other licenses with new implementations that 39 1.1 joerg do use the license below. The varying licensing of the build scripts 40 1.1 joerg seems to be an unavoidable mess. 41 1.1 joerg 42 1.1 joerg 43 1.1.1.4 joerg Copyright (c) 2003-2018 <author(s)> 44 1.1 joerg All rights reserved. 45 1.1 joerg 46 1.1 joerg Redistribution and use in source and binary forms, with or without 47 1.1 joerg modification, are permitted provided that the following conditions 48 1.1 joerg are met: 49 1.1 joerg 1. Redistributions of source code must retain the above copyright 50 1.1 joerg notice, this list of conditions and the following disclaimer 51 1.1 joerg in this position and unchanged. 52 1.1 joerg 2. Redistributions in binary form must reproduce the above copyright 53 1.1 joerg notice, this list of conditions and the following disclaimer in the 54 1.1 joerg documentation and/or other materials provided with the distribution. 55 1.1 joerg 56 1.1 joerg THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR 57 1.1 joerg IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 58 1.1 joerg OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 59 1.1 joerg IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, 60 1.1 joerg INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 61 1.1 joerg NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 62 1.1 joerg DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 63 1.1 joerg THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 64 1.1 joerg (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 65 1.1 joerg THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 66