diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-14 21:18:27 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-14 21:18:27 -0500 |
commit | 820957fe7d0af5ee5d916bd948b2ee0750fe73ea (patch) | |
tree | 3d4686c6699dd5ebb994c569623442180f362750 /Makefile | |
parent | b8daaa5b9ae8a5938e05cc33ba3153c13fce1bf9 (diff) |
updated Makefile copyright info to use © symbol since (c) is apparently legally meaningless
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Makefile for monkeysphere -# (c) 2008-2009 Daniel Kahn Gillmor <dkg@fifthhorseman.net> +# © 2008-2010 Daniel Kahn Gillmor <dkg@fifthhorseman.net> # Licensed under GPL v3 or later MONKEYSPHERE_VERSION = `head -n1 packaging/debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'` |