From 1d8044754adeed6d70dd886a6d12dbe3de92ee18 Mon Sep 17 00:00:00 2001 Message-Id: <1d8044754adeed6d70dd886a6d12dbe3de92ee18.1717572867.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 8 Feb 2006 18:56:13 +0000 Subject: [PATCH] infra: Add a copy of the GPL. Organization: Straylight/Edgeware From: Mark Wooding --- .links | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .links diff --git a/.links b/.links new file mode 100644 index 0000000..5ecd9c6 --- /dev/null +++ b/.links @@ -0,0 +1 @@ +COPYING diff --git a/Makefile b/Makefile index eaab421..e26da5d 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ DISTTAR = $(DISTDIR).tar.gz distdir: rm -rf $(DISTDIR) mkdir $(DISTDIR) - ln $(SOURCES) $(MAN1) Makefile $(DISTDIR) + ln $(SOURCES) $(MAN1) Makefile COPYING $(DISTDIR) mkdir $(DISTDIR)/debian ln debian/rules debian/copyright debian/changelog debian/control \ debian/*.install $(DISTDIR)/debian -- [mdw]