LICENSE (1736B)
1 Copyright © 2016-2023 Michael Forney 2 Copyright © 2023 Randy Palamar 3 4 Permission to use, copy, modify, and/or distribute this software for any purpose 5 with or without fee is hereby granted, provided that the above copyright notice 6 and this permission notice appear in all copies. 7 8 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 9 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 10 FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 11 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 12 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 14 THIS SOFTWARE. 15 -------------------------------------------------------------------------------- 16 Several packages include one or more patch files in a patch/ directory that are 17 applied before building the software. All of these patches can be used under the 18 same terms as the files they change or are derived from in the respective 19 projects. Unless specified below, these patches are original work, taken 20 directly from upstream, or generated directly from scripts within the package's 21 source tree. 22 23 pkg/unzip/patch/* 24 Taken from Debian's unzip package, 25 http://http.debian.net/debian/pool/main/u/unzip/unzip_6.0-16+deb8u2.debian.tar.xz 26 -------------------------------------------------------------------------------- 27 Many packages contain header files, usually named config.h or something along 28 those lines, are derived from files generated by the respective project's 29 configure scripts and/or Makefiles. They can be used under the terms of the 30 project to which they correspond.