summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-08-11 14:08:20 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-08-11 14:08:20 +0000
commitfe142fb848039609f23ddb938ded740c010f10a8 (patch)
tree6d7de0bd9eacb023ee82c7f28b3ad95239e0d51e /Makefile.in
parent7fddf97f6a4d78b00509e3b389dab8713eef6bfd (diff)
downloadneon-fe142fb848039609f23ddb938ded740c010f10a8.tar.gz
* Makefile.in: Avoid dupes in copyright notices.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1678 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
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:"