From: Jameson Graef Rollins Date: Mon, 10 Nov 2008 16:15:11 +0000 (-0500) Subject: add shebang and copyright to makefile. X-Git-Tag: monkeysphere_0.20-1~3 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=a4f2e6c3e7086504d7b982971bb7584e411caf4d;p=monkeysphere.git add shebang and copyright to makefile. --- diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index 9c07f0d..7db645a --- a/Makefile +++ b/Makefile @@ -1,3 +1,10 @@ +#!/usr/bin/make -f + +# Makefile for monkeysphere + +# (c) 2008 Daniel Kahn Gillmor +# 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