diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-04-04 17:43:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-04-04 17:43:48 +0000 |
commit | 0a6a1e281215bc2006c5249e0efd12bc1334b3a8 (patch) | |
tree | f42007c575ff8418d2e5fb248a36d38e87e927a9 /Makefile | |
parent | Fix ChangeLog to be more conform to GNU standards. (diff) | |
download | ebuild-mode-0a6a1e281215bc2006c5249e0efd12bc1334b3a8.tar.gz ebuild-mode-0a6a1e281215bc2006c5249e0efd12bc1334b3a8.tar.bz2 ebuild-mode-0a6a1e281215bc2006c5249e0efd12bc1334b3a8.zip |
Add copyright notices.
svn path=/gentoo-syntax/; revision=1039
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# Copyright 2007-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + PN = gentoo-syntax PV = $(shell sed '/^[ \t]*\* .*[Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/;q' \ ChangeLog) |