summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-06-09 10:33:43 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-06-09 10:33:43 +0000
commit24486e8ce544c400654cb60ce47a6d1c251b01b6 (patch)
tree111240cd8c2f111e3ef604ad279feeacc3f45c75 /Makefile.in
parent5199f457efdd22984737e5ccf91632befb30dd63 (diff)
downloadneon-24486e8ce544c400654cb60ce47a6d1c251b01b6.tar.gz
* README, Makefile.in: Update copyright-notice-collector.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1661 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 05da569..f5ba798 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -205,9 +205,9 @@ compile-gmo:
done
update-copyright: Makefile
- sed -n 'p;/^Portions are/q' < README > README.orig
+ 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/^ *//' | sort -u) > README
+ | sed -r 's/\(C\) [12].+[0-9],? /(C) /;s/^ *//;/Orton/d' | sort -u) > README
doc-status:
@echo -n "Missing docs for:"