commit: r1678 - neon/trunk
joe at manyfish.co.uk
joe at manyfish.co.uk
Tue Aug 11 10:08:20 EDT 2009
Author: joe
Date: Tue Aug 11 07:08:20 2009
New Revision: 1678
Modified:
neon/trunk/Makefile.in
Log:
* Makefile.in: Avoid dupes in copyright notices.
Modified: neon/trunk/Makefile.in
==============================================================================
--- neon/trunk/Makefile.in (original)
+++ neon/trunk/Makefile.in Tue Aug 11 07:08:20 2009
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 Joe Orton <joe at manyfish.co.uk>
+# Copyright (C) 2001-2009 Joe Orton <joe at 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 @@
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:"
More information about the neon-commits
mailing list