From: Vincent Bernat Date: Tue, 13 Sep 2016 08:23:45 +0000 (+0200) Subject: doc: add a license file X-Git-Tag: 0.9.5~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d534a60ee33aa2431acb6bfe6d499d2e72d66d5;p=thirdparty%2Flldpd.git doc: add a license file This help audit software to automatically detect the license. --- diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..8351a30e --- /dev/null +++ b/LICENSE @@ -0,0 +1,11 @@ +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, 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. diff --git a/Makefile.am b/Makefile.am index 79cb43f9..80abf73e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = $(DX_CONFIG) include get-version autogen.sh DIST_SUBDIRS = $(SUBDIRS) libevent DISTCLEANFILES = ChangeLog -dist_doc_DATA = README.md NEWS CONTRIBUTE.md +dist_doc_DATA = README.md NEWS CONTRIBUTE.md LICENSE doc_DATA = ChangeLog __force-changelog-generation: