add shebang and copyright to makefile.
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Mon, 10 Nov 2008 16:15:11 +0000 (11:15 -0500)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Mon, 10 Nov 2008 16:15:11 +0000 (11:15 -0500)
Makefile [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 9c07f0d..7db645a
--- a/Makefile
+++ b/Makefile
@@ -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