diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-25 19:41:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-25 19:41:18 +0000 |
commit | 02817a895bea75b65dbc718ef8a9845f64b4f53e (patch) | |
tree | 59b008076bf4fb6579b6176e2bf59f2c8a31694e /archivers/libarchive/files/COPYING | |
parent | 899ff7764531c3d365340a37ee193a4d38839bad (diff) | |
download | pkgsrc-02817a895bea75b65dbc718ef8a9845f64b4f53e.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/COPYING | 40 |
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 |