diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-04 19:50:08 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-04 19:50:08 -0500 |
commit | fbf0eda13459ce1e1cf896008466bf5dc8fe2316 (patch) | |
tree | a028d92d2f189153bbaa5bcb5a9c389f06697614 /rules | |
parent | a29641a56031c374677f20c7942a6acc40d446da (diff) |
Diffstat (limited to 'rules')
-rw-r--r-- | rules/_generic/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/_generic/Makefile b/rules/_generic/Makefile index 6b82009..75e5183 100644 --- a/rules/_generic/Makefile +++ b/rules/_generic/Makefile @@ -1,4 +1,8 @@ #!/usr/bin/make -f +# Copyright © 2013-2014 Luke Shumaker <lukeshu@sbcglobal.net> +# This work is free. You can redistribute it and/or modify it under the +# terms of the Do What The Fuck You Want To Public License, Version 2, +# as published by Sam Hocevar. See the COPYING file for more details. # Install paths DESTDIR ?= |