aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2016-01-10 18:23:16 +0100
committerKate Ward <kate.ward@forestent.com>2016-01-10 18:23:16 +0100
commit6675c4345967f39671af18103d378386a7adc958 (patch)
treec4f4ec2aa8438696d286dd0d5830d8685cac3610 /bin
parent5cbacee12eb386e9d257d4c8ca16fb588cfeb15d (diff)
downloadshflags-6675c4345967f39671af18103d378386a7adc958.tar.gz
Removed copyright and obsolete license info.
Diffstat (limited to 'bin')
-rw-r--r--bin/gen_test_results.flags7
-rwxr-xr-xbin/gen_test_results.sh7
2 files changed, 0 insertions, 14 deletions
diff --git a/bin/gen_test_results.flags b/bin/gen_test_results.flags
index f42e2ae..4efe4c3 100644
--- a/bin/gen_test_results.flags
+++ b/bin/gen_test_results.flags
@@ -1,12 +1,5 @@
-# $Id$
# vim:et:ft=sh:sts=2:sw=2
#
-# Copyright 2011 Kate Ward. All Rights Reserved.
-# Released under the LGPL (GNU Lesser General Public License)
-#
-# Author: kate.ward@forestent.com (Kate Ward)
-#
# Flag definition overrides for the gen_test_results.sh script.
-#
DEFINE_string suite 'shflags_test.sh' 'unit test suite' s
diff --git a/bin/gen_test_results.sh b/bin/gen_test_results.sh
index 79d2fd4..e738d4c 100755
--- a/bin/gen_test_results.sh
+++ b/bin/gen_test_results.sh
@@ -1,15 +1,8 @@
#! /bin/sh
-# $Id$
# vim:et:ft=sh:sts=2:sw=2
#
-# Copyright 2008 Kate Ward. All Rights Reserved.
-# Released under the LGPL (GNU Lesser General Public License)
-#
-# Author: kate.ward@forestent.com (Kate Ward)
-#
# This script runs the provided unit tests and sends the output to the
# appropriate file.
-#
# treat unset variables as an error
set -u