summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-04-04 17:43:48 +0000
committerUlrich Müller <ulm@gentoo.org>2008-04-04 17:43:48 +0000
commit396b0f31ace5c3ce877e6c449d8e2ba14e46a8d3 (patch)
treed4942b0accb3c80b17fe9dc33358929aca5c81d2
parentCanonical ordering for desktop entry keys. Version key added. (diff)
downloademacs-tools-396b0f31ace5c3ce877e6c449d8e2ba14e46a8d3.tar.gz
emacs-tools-396b0f31ace5c3ce877e6c449d8e2ba14e46a8d3.tar.bz2
emacs-tools-396b0f31ace5c3ce877e6c449d8e2ba14e46a8d3.zip
Add copyright notices.
svn path=/emacs-desktop/; revision=1039
-rw-r--r--ChangeLog3
-rw-r--r--Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4b1451..c87e0a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,3 +46,6 @@
* Split off from eselect-emacs.
* version 0.1
+
+Copyright 2007-2008 Gentoo Foundation
+Distributed under the terms of the GNU General Public License v2
diff --git a/Makefile b/Makefile
index 4eca6f4..47e2819 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+# Copyright 2007-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
PN = emacs-desktop
#PV = $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' ChangeLog)
PV = $(shell sed '/^[ \t]*\* [Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/;q' \