aboutsummaryrefslogtreecommitdiff
path: root/examples
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 /examples
parent5cbacee12eb386e9d257d4c8ca16fb588cfeb15d (diff)
downloadshflags-6675c4345967f39671af18103d378386a7adc958.tar.gz
Removed copyright and obsolete license info.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/debug_output.sh5
-rwxr-xr-xexamples/hello_world.sh5
-rwxr-xr-xexamples/write_date.sh5
3 files changed, 0 insertions, 15 deletions
diff --git a/examples/debug_output.sh b/examples/debug_output.sh
index d54635f..b3ecec2 100755
--- a/examples/debug_output.sh
+++ b/examples/debug_output.sh
@@ -1,10 +1,5 @@
#!/bin/sh
#
-# 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 does the very simple job of echoing some text. If a '-d' (or
# '--debug') flag is given, additinal "debug" output is enabled.
#
diff --git a/examples/hello_world.sh b/examples/hello_world.sh
index 6fb2cb0..84b755a 100755
--- a/examples/hello_world.sh
+++ b/examples/hello_world.sh
@@ -1,10 +1,5 @@
#!/bin/sh
#
-# Copyright 2008 Kate Ward. All Rights Reserved.
-# Released under the LGPL (GNU Lesser General Public License)
-#
-# Author: kate.ward@forestent.com (Kate Ward)
-#
# This is the proverbial 'Hello, world!' script to demonstrate the most basic
# functionality of shFlags.
#
diff --git a/examples/write_date.sh b/examples/write_date.sh
index 85695cf..b8e610b 100755
--- a/examples/write_date.sh
+++ b/examples/write_date.sh
@@ -1,10 +1,5 @@
#!/bin/sh
#
-# 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 takes a filename as input and writes the current date to the
# file. If the file already exists, it will not be overwritten unless the '-f'
# (or '--force') flag is given.