summaryrefslogtreecommitdiff
path: root/devtools/striplog
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-10 13:20:48 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-10 13:20:48 -0400
commit24c37955082fb30073a17899f22f416a8b2c038b (patch)
tree89db37d6d1dc549d6915c79662cfacf73c5c022f /devtools/striplog
parentf45eaa56da295a1f65e589cafe76562758b48b30 (diff)
downloadgpsd-24c37955082fb30073a17899f22f416a8b2c038b.tar.gz
Add some missing copyrights and fix a comment.
Diffstat (limited to 'devtools/striplog')
-rwxr-xr-xdevtools/striplog3
1 files changed, 3 insertions, 0 deletions
diff --git a/devtools/striplog b/devtools/striplog
index 8bd46d6d..bb73044e 100755
--- a/devtools/striplog
+++ b/devtools/striplog
@@ -5,6 +5,9 @@
# striplog -1 strips the first line only.
# striplog with no option strips all leading lines beginning with #
#
+# This file is Copyright (c) 2010 by the GPSD project
+# BSD terms apply: see the file COPYING in the distribution root for details.
+#
import getopt, sys
firstline = False