From acd68152ff9600bdff208376f2cd43f09d45cdc8 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 17 Nov 2009 07:19:39 +0000 Subject: fixes and additions --- contrib/update-copyright.pl | 61 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100755 contrib/update-copyright.pl (limited to 'contrib') diff --git a/contrib/update-copyright.pl b/contrib/update-copyright.pl new file mode 100755 index 000000000..73adba7e8 --- /dev/null +++ b/contrib/update-copyright.pl @@ -0,0 +1,61 @@ +#!/bin/bash + +cd `dirname "$0"`/../src + +cat <) { + next if !m,^ \*\* ,; + } +} +while(<>) { + print; +}' "$FILE" + +done + -- cgit v1.2.3