diff options
| author | Michael Forney <mforney@mforney.org> | 2016-07-07 20:27:08 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-07-07 20:27:08 -0700 |
| commit | fa8632662ceb9c688d6cf3e43869b6efbdf7d41b (patch) | |
| tree | d58e1b66c9d234605228a511cb575748457720e9 | |
| parent | fd1c15ca606068b5b10ab3ee067e56a790c49dce (diff) | |
Some license updates
| -rw-r--r-- | LICENSE | 47 |
1 files changed, 9 insertions, 38 deletions
@@ -12,46 +12,12 @@ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- -The following files are based off of files generated from various projects' -configure scripts and/or Makefiles. They can be used under the same terms as the -files that generated them in the respective projects. - -core/bc/config.h -core/curl/curl_config.h -core/curl/tool_hugehelp.c -core/e2fsprogs/config.h -core/file/config.h -core/kbd/config.h -core/mdocml/config.h -core/openssh/config.h -core/sinit/config.h -core/tz/version.h -core/xz/config.h -desktop/expat/expat_config.h -desktop/libdrm/config.h -desktop/libevdev/config.h -desktop/libffi/fficonfig.h -desktop/libpciaccess/config.h -desktop/pixman/config.h -desktop/wayland/config.h -devel/make/config.h -devel/mc/config.h -extra/hostap/config.h -extra/libevent/config.h -extra/libfuse/config.h -extra/libnl/defs.h -extra/msmtp/config.h -extra/pcre/config.h -extra/sshfs/config.h -extra/the_silver_searcher/config.h -extra/transmission/config.h --------------------------------------------------------------------------------- Several packages include one or more patch files in a patch/ directory that are applied before building the software. All of these patches can be used under the -same terms as the files they change or the files they are derived from in the -respective projects. Unless specified below, these patches are original work, -taken directly from upstream, or generated directly from scripts within the -package's source tree. +same terms as the files they change or are derived from in the respective +projects. Unless specified below, these patches are original work, taken +directly from upstream, or generated directly from scripts within the package's +source tree. core/bc/patch/0001-Fix-use-of-uninitialized-f_void.patch http://www.pixelbeat.org/programming/oss_bug_flow.html @@ -70,3 +36,8 @@ core/ubase/patch/0007-stty-simplify.patch extra/unzip/patch/* Taken from Debian's unzip package, http://http.debian.net/debian/pool/main/u/unzip/unzip_6.0-16+deb8u2.debian.tar.xz +-------------------------------------------------------------------------------- +Many packages contain header files, usually named config.h or something along +those lines, are derived from files generated by the respective project's +configure scripts and/or Makefiles. They can be used under the terms of the +project to which they correspond. |
