diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-11-10 11:15:11 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-11-10 11:15:11 -0500 |
commit | a4f2e6c3e7086504d7b982971bb7584e411caf4d (patch) | |
tree | 67dab449bb0a9ede47c910304dc5c7b65ad80a6f | |
parent | bdce00fa9b87a303e7b3a52589b4799b6e9a405d (diff) |
add shebang and copyright to makefile.
-rwxr-xr-x[-rw-r--r--] | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +#!/usr/bin/make -f + +# Makefile for monkeysphere + +# (c) 2008 Daniel Kahn Gillmor <dkg@fifthhorseman.net> +# Licensed under GPL v3 or later + MONKEYSPHERE_VERSION = `head -n1 debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'` # these defaults are for debian. porters should probably adjust them |