summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
-rw-r--r--gpsd.php.in2
-rw-r--r--jsongen.py.in2
-rw-r--r--maskaudit.py.in2
-rw-r--r--valgrind-audit.py.in2
5 files changed, 9 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index fadbe94a..c312347d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1197,7 +1197,7 @@ def substituter(target, source, env):
('@libdir@', env['libdir']),
('@PYTHON@', sys.executable),
('@DATE@', time.asctime()),
- ('@MASTER', 'DO NOT HAND_HACK! THIS FILE IS GENERATED@'),
+ ('@MASTER@', 'DO NOT HAND_HACK! THIS FILE IS GENERATED'),
('@SITENAME@', sitename),
('@SITESEARCH@', sitesearch),
('@WEBSITE@', website),
diff --git a/gpsd.php.in b/gpsd.php.in
index c056ca20..75b708a6 100644
--- a/gpsd.php.in
+++ b/gpsd.php.in
@@ -1,5 +1,7 @@
<?php
+# @MASTER@
+
# Copyright (c) 2006,2010 Chris Kuethe <chris.kuethe@gmail.com>
#
# Permission to use, copy, modify, and distribute this software for any
diff --git a/jsongen.py.in b/jsongen.py.in
index 98229dac..3f14df98 100644
--- a/jsongen.py.in
+++ b/jsongen.py.in
@@ -1,5 +1,7 @@
#!@PYTHON@
#
+# @MASTER@
+#
# This file is Copyright (c) 2010 by the GPSD project
# BSD terms apply: see the file COPYING in the distribution root for details.
#
diff --git a/maskaudit.py.in b/maskaudit.py.in
index 0db0582f..2dc3826b 100644
--- a/maskaudit.py.in
+++ b/maskaudit.py.in
@@ -1,5 +1,7 @@
#!@PYTHON@
#
+# @MASTER@
+#
# This file is Copyright (c) 2010 by the GPSD project
# BSD terms apply: see the file COPYING in the distribution root for details.
#
diff --git a/valgrind-audit.py.in b/valgrind-audit.py.in
index 3f76e813..c322e24a 100644
--- a/valgrind-audit.py.in
+++ b/valgrind-audit.py.in
@@ -1,5 +1,7 @@
#!@PYTHON@
#
+# @MASTER@
+#
# This is a valgrind torture test for the gpsd daemon.
# It's not really expected to spot anything as long as we aren't using
# malloc and friends in the daemon.