From: Michael Tremer Date: Sat, 15 Jul 2017 00:30:51 +0000 (-0400) Subject: Move license into docs directory X-Git-Tag: 009~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1337eee251616dbf5ae8444119ed548e575d9e68;p=network.git Move license into docs directory Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index e2800d0b..2221bd62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,8 +81,8 @@ AM_V_XSLT_0 = @echo " XSLT " $@; # ------------------------------------------------------------------------------ dist_doc_DATA = \ - COPYING \ - README + README \ + docs/COPYING dist_sbin_SCRIPTS = \ src/dhclient-script \ diff --git a/COPYING b/docs/COPYING similarity index 100% rename from COPYING rename to docs/COPYING