move license in mk/
authorPierre Habouzit <madcoder@debian.org>
Thu, 29 Nov 2007 15:59:24 +0000 (16:59 +0100)
committerPierre Habouzit <madcoder@debian.org>
Thu, 29 Nov 2007 15:59:24 +0000 (16:59 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Makefile
mk/COPYING [moved from COPYING with 100% similarity]

index 0e9e02c..23ffcd1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ tags: .tags
 .tags: $(shell git ls-files | egrep '\.[hc]$$')
        ctags -o $@ $^
 
-headers: HEADACHEOPTS=-c mk/headache.cfg -h COPYING
+headers: HEADACHEOPTS=-c mk/headache.cfg -h mk/COPYING
 headers:
        @which headache > /dev/null || \
                ( echo "package headache not installed" ; exit 1 )
similarity index 100%
rename from COPYING
rename to mk/COPYING