summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/COPYING
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-25 19:41:18 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-25 19:41:18 +0000
commitb39716c20b623ac85787b669363ba3f534d06e1a (patch)
tree9de2580634ccb9d590062a8956ab0a9be93db8d6 /archivers/libarchive/files/COPYING
parent8958141f9f3a47aa065779b39aba25bc077b3375 (diff)
downloadpkgsrc-b39716c20b623ac85787b669363ba3f534d06e1a.tar.gz
Import libarchive-2.5.4b. Major changes:
- much improved mtree support - fix a number of non-exploitable integer and buffer overflows - bsdtar get -s and SIGINFO/SIGUSR1 support - fix hardlink extraction bug where latter hardlinks would overwrite the permissions of earlier entries even when they don't carry data - fix bsdtar crashes on entries with empty filenames
Diffstat (limited to 'archivers/libarchive/files/COPYING')
-rw-r--r--archivers/libarchive/files/COPYING40
1 files changed, 37 insertions, 3 deletions
diff --git a/archivers/libarchive/files/COPYING b/archivers/libarchive/files/COPYING
index 6128d175fde..ec7d6c43603 100644
--- a/archivers/libarchive/files/COPYING
+++ b/archivers/libarchive/files/COPYING
@@ -1,7 +1,41 @@
-All of the C source code and documentation in this package is subject
-to the following:
+The libarchive distribution as a whole is Copyright by Tim Kientzle
+and is subject to the copyright notice reproduced at the bottom of
+this file.
-Copyright (c) 2003-2006 Tim Kientzle
+Each individual file in this distribution should have a clear
+copyright/licensing statement at the beginning of the file. If any do
+not, please let me know and I will rectify it. The following is
+intended to summarize the copyright status of the individual files;
+the actual statements in the files are controlling.
+
+* Except as listed below, all C sources (including .c and .h files)
+ and documentation files are subject to the copyright notice reproduced
+ at the bottom of this file.
+
+* The following source files are also subject in whole or in part to
+ a 3-clause UC Regents copyright; please read the individual source
+ files for details:
+ libarchive/archive_entry.c
+ libarchive/archive_read_support_compression_compress.c
+ libarchive/archive_write_set_compression_compress.c
+ libarchive/mtree.5
+ tar/matching.c
+
+* The following source files are in the public domain:
+ tar/getdate.y
+
+* The build files---including Makefiles, configure scripts,
+ and auxiliary scripts used as part of the compile process---have
+ widely varying licensing terms. Please check individual files before
+ distributing them to see if those restrictions apply to you.
+
+I intend for all new source code to use the license below and hope over
+time to replace code with other licenses with new implementations that
+do use the license below. The varying licensing of the build scripts
+seems to be an unavoidable mess.
+
+
+Copyright (c) 2003-2008 <author(s)>
All rights reserved.
Redistribution and use in source and binary forms, with or without