From 6675c4345967f39671af18103d378386a7adc958 Mon Sep 17 00:00:00 2001 From: Kate Ward Date: Sun, 10 Jan 2016 18:23:16 +0100 Subject: Removed copyright and obsolete license info. --- src/shflags | 7 +++---- src/shflags_test.sh | 6 ------ src/shflags_test_defines.sh | 6 ------ src/shflags_test_helpers | 6 ------ src/shflags_test_parsing.sh | 6 ------ src/shflags_test_private.sh | 6 ------ src/shflags_test_public.sh | 6 ------ 7 files changed, 3 insertions(+), 40 deletions(-) (limited to 'src') 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 -- cgit v1.2.3