summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-09-28 16:24:36 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-09-28 16:24:36 +0200
commite4fb7e9a1ac7b1695235519ac81bfda616776504 (patch)
treeb0f17da0b9ff27279a54c95a602be7b2b98742b7
parent949dba7afd1cb7cd36a77e238a5d180009fdeffe (diff)
downloadlibnet-e4fb7e9a1ac7b1695235519ac81bfda616776504.tar.gz
Relocate license file to top directory
- Move to top directory, where GitHub looks for it - Name the file LICENSE, COPYING is customary for GPL'ed works - Adjust file header to match standard BSD 2-clause style Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--LICENSE (renamed from doc/COPYING)9
-rw-r--r--Makefile.am4
2 files changed, 5 insertions, 8 deletions
diff --git a/doc/COPYING b/LICENSE
index 994b3db..c4e7e7f 100644
--- a/doc/COPYING
+++ b/LICENSE
@@ -1,10 +1,5 @@
-LIBNET 1.1.x:
- Copyright (c) 1998 - 2002 Mike D. Schiffman <mike@infonexus.com>
- http://www.packetfactory.net/libnet
-
-LIBNET 1.1.3 and later:
- Copyright (c) 2009 - 2013 Sam Roberts <vieuxtech@gmail.com>
- http://github.com/sam-github/libnet
+Copyright (c) 1998 - 2002 Mike D. Schiffman <mike@infonexus.com>
+Copyright (c) 2009 - 2013 Sam Roberts <vieuxtech@gmail.com>
All rights reserved.
diff --git a/Makefile.am b/Makefile.am
index 8a1e4c6..048fad9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,9 @@ endif
doc: doxygen-doc
$(AM_V_GEN)cd $(DX_DOCDIR) && ./fixmanpages && cd -
-EXTRA_DIST = msvcbuild.bat \
+doc_DATA = README.md LICENSE
+EXTRA_DIST = README.md LICENSE \
+ msvcbuild.bat \
README.win32 \
autogen.sh \
map-pblock-types