aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parent5cbacee12eb386e9d257d4c8ca16fb588cfeb15d (diff)
downloadshflags-6675c4345967f39671af18103d378386a7adc958.tar.gz
Removed copyright and obsolete license info.
Diffstat (limited to 'src')
-rw-r--r--src/shflags7
-rwxr-xr-xsrc/shflags_test.sh6
-rwxr-xr-xsrc/shflags_test_defines.sh6
-rw-r--r--src/shflags_test_helpers6
-rwxr-xr-xsrc/shflags_test_parsing.sh6
-rwxr-xr-xsrc/shflags_test_private.sh6
-rwxr-xr-xsrc/shflags_test_public.sh6
7 files changed, 3 insertions, 40 deletions
diff --git a/src/shflags b/src/shflags
index f7ff77c..11d3060 100644
--- a/src/shflags
+++ b/src/shflags
@@ -1,8 +1,7 @@
-# $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)
+# Copyright 2008-2016 Kate Ward. All Rights Reserved.
+# Released under the Apache License 2.0.
#
# shFlags -- Advanced command-line flag library for Unix shell scripts.
# http://code.google.com/p/shflags/
@@ -84,7 +83,7 @@
# return if FLAGS already loaded
[ -n "${FLAGS_VERSION:-}" ] && return 0
-FLAGS_VERSION='1.0.4'
+FLAGS_VERSION='1.2.0'
# return values that scripts can use
FLAGS_TRUE=0
diff --git a/src/shflags_test.sh b/src/shflags_test.sh
index 3d2c335..18ca961 100755
--- a/src/shflags_test.sh
+++ b/src/shflags_test.sh
@@ -1,12 +1,6 @@
#! /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)
-#
# shFlags unit test suite runner.
#
# This script runs all the unit tests that can be found, and generates a nice
diff --git a/src/shflags_test_defines.sh b/src/shflags_test_defines.sh
index a46b3c4..1f76c3e 100755
--- a/src/shflags_test_defines.sh
+++ b/src/shflags_test_defines.sh
@@ -1,12 +1,6 @@
#! /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)
-#
# shFlags unit test for the flag definition methods
# load test helpers
diff --git a/src/shflags_test_helpers b/src/shflags_test_helpers
index a96219e..d00f31e 100644
--- a/src/shflags_test_helpers
+++ b/src/shflags_test_helpers
@@ -1,11 +1,5 @@
-# $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)
-#
# shFlags unit test common functions
__th_skipping=0
diff --git a/src/shflags_test_parsing.sh b/src/shflags_test_parsing.sh
index 664db5b..d79a042 100755
--- a/src/shflags_test_parsing.sh
+++ b/src/shflags_test_parsing.sh
@@ -1,12 +1,6 @@
#! /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)
-#
# shFlags unit test for the flag definition methods
#
# TODO(kward): assert on FLAGS errors
diff --git a/src/shflags_test_private.sh b/src/shflags_test_private.sh
index d5c6112..c252d42 100755
--- a/src/shflags_test_private.sh
+++ b/src/shflags_test_private.sh
@@ -1,12 +1,6 @@
#! /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)
-#
# shFlags unit test for the internal functions
# load test helpers
diff --git a/src/shflags_test_public.sh b/src/shflags_test_public.sh
index 3877d80..5efb43e 100755
--- a/src/shflags_test_public.sh
+++ b/src/shflags_test_public.sh
@@ -1,12 +1,6 @@
#! /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)
-#
# shFlags unit test for the public functions
# load test helpers