summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2009-08-11 14:08:20 +0000
committerJoe Orton <notroj@users.noreply.github.com>2009-08-11 14:08:20 +0000
commit3b25fe2bd5005df9b2f4a718d4020b67c2f516a7 (patch)
tree6d7de0bd9eacb023ee82c7f28b3ad95239e0d51e /Makefile.in
parent4ca00ee7f74fbcb2d1931721112fa79c70430c47 (diff)
downloadneon-git-3b25fe2bd5005df9b2f4a718d4020b67c2f516a7.tar.gz
* Makefile.in: Avoid dupes in copyright notices.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f5ba798..0042435 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 Joe Orton <joe@manyfish.co.uk>
+# Copyright (C) 2001-2009 Joe Orton <joe@manyfish.co.uk>
# Copyright (C) 1994, 1995-8, 1999, 2000 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -207,7 +207,7 @@ compile-gmo:
update-copyright: Makefile
sed -n '/^Copyright/q;p' < README > README.orig
(cat README.orig; grep -h Copyright src/*.[ch] \
- | sed -r 's/\(C\) [12].+[0-9],? /(C) /;s/^ *//;/Orton/d' | sort -u) > README
+ | sed -r 's/\(C\) [12].+[0-9],? /(C) /;s/^ *//;s/ *$$//;/Orton/d' | sort -u) > README
doc-status:
@echo -n "Missing docs for:"