aboutsummaryrefslogtreecommitdiff
path: root/examples/write_date.sh
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/write_date.sh
parent5cbacee12eb386e9d257d4c8ca16fb588cfeb15d (diff)
downloadshflags-6675c4345967f39671af18103d378386a7adc958.tar.gz
Removed copyright and obsolete license info.
Diffstat (limited to 'examples/write_date.sh')
-rwxr-xr-xexamples/write_date.sh5
1 files changed, 0 insertions, 5 deletions
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.