From 2c4bd1c0c4d8112c16f9143da69c03d02ac3b1ae Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Thu, 15 Jan 2009 17:27:10 -0500 Subject: Directly reference GPL v2 via new LICENSE file. Signed-off-by: Jeff Garzik --- LICENSE | 3 +++ Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d68dccb --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +ethtool is available under the terms of the GNU Public License version 2. + +See COPYING for details. diff --git a/Makefile.am b/Makefile.am index 43d1236..eac65fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AM_CFLAGS = -Wall man_MANS = ethtool.8 -EXTRA_DIST = ethtool.8 ethtool.spec.in aclocal.m4 ChangeLog autogen.sh +EXTRA_DIST = LICENSE ethtool.8 ethtool.spec.in aclocal.m4 ChangeLog autogen.sh sbin_PROGRAMS = ethtool ethtool_SOURCES = ethtool.c ethtool-copy.h ethtool-util.h \ -- cgit v1.2.1