Skip to content

Commit 3c49d4d

Browse files
committed
update copyrights
1 parent a49f9a1 commit 3c49d4d

15 files changed

+15
-15
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2008-2019 Alan Stebbens <[email protected]>
3+
Copyright (c) 2008-2022 Alan Stebbens <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bash-lib.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# bash-lib.sh
2-
# Copyright 2009-2015 Alan K. Stebbens <[email protected]>
2+
# Copyright 2009-2022 Alan K. Stebbens <[email protected]>
33
#
44
# source all the bash library files
55

option-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# option-utils.sh --
2-
# Copyright 2015 Alan K. Stebbens <[email protected]>
2+
# Copyright 2015-2022 Alan K. Stebbens <[email protected]>
33

44
# utility for collecting lists of options and arguments
55

run-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# handy functions for running system commands in bash scripts, with
44
# optional support for $norun and $verbose modes.
55
#
6-
# Copyright 2006-2015 Alan K. Stebbens <[email protected]>
6+
# Copyright 2006-2022 Alan K. Stebbens <[email protected]>
77
#
88

99
RUN_UTILS_VERSION="sh-utils.sh v1.8"

sh-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# handy functions for writing bash-based scripts
44
#
5-
# Copyright 2006-2015 Alan K. Stebbens <[email protected]>
5+
# Copyright 2006-2022 Alan K. Stebbens <[email protected]>
66
#
77

88
SH_UTILS_VERSION="sh-utils.sh v2.2"

t1.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#/bin/sh
2-
# Copyright 2006-2014, Alan K. Stebbens <[email protected]>
2+
# Copyright 2006-2022, Alan K. Stebbens <[email protected]>
33
#
44
# Test module for list-utils.sh
55
#

talk-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# handy output functions for writing bash-based scripts
44
#
5-
# Copyright 2006-2015 Alan K. Stebbens <[email protected]>
5+
# Copyright 2006-2022 Alan K. Stebbens <[email protected]>
66
#
77

88
TALK_UTILS_VERSION="talk-utils.sh v1.8"

test-arg-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# test-arg-utils.sh
33
#
4-
# Copyright 2006-2015 Alan K. Stebbens <[email protected]>
4+
# Copyright 2006-2022 Alan K. Stebbens <[email protected]>
55
#
66
# Test module for arg-utils.sh
77
#

test-list-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# test-list-utils.sh
33
#
4-
# Copyright 2006-2014, Alan K. Stebbens <[email protected]>
4+
# Copyright 2006-2022, Alan K. Stebbens <[email protected]>
55
#
66
# Test module for list-utils.sh
77
#

test-real-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# test-real-utils.sh
33
#
4-
# Copyright 2014, Alan K. Stebbens <[email protected]>
4+
# Copyright 2014-2022, Alan K. Stebbens <[email protected]>
55
#
66
# test-real-utils.sh -- test the real-utils script
77

test-sh-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# test-sh-utils.sh
33
#
4-
# Copyright 2006-2015 Alan K. Stebbens <[email protected]>
4+
# Copyright 2006-2022 Alan K. Stebbens <[email protected]>
55
#
66
# Test module for sh-utils.sh
77
#

test-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright 2006-2014, Alan K. Stebbens <[email protected]>
2+
# Copyright 2006-2022, Alan K. Stebbens <[email protected]>
33
#
44
# test-template.sh -- a template on which to create new test cases
55

test-text-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# test-text-utils.sh
33
#
4-
# Copyright 2006-2014, Alan K. Stebbens <[email protected]>
4+
# Copyright 2006-2022, Alan K. Stebbens <[email protected]>
55
#
66
# test-template.sh -- a template on which to create new test cases
77

test-time-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright 2014, Alan K. Stebbens <[email protected]>
2+
# Copyright 2014-2022, Alan K. Stebbens <[email protected]>
33
#
44
# test time-utils.sh
55
#

time-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bash
22
# time-utils.sh -- time management utility for bash
33
#
4-
# Copyright 2014 Alan K. Stebbens <[email protected]>
4+
# Copyright 2014-2022 Alan K. Stebbens <[email protected]>
55

66
TIME_UTILS_VERSION="time-utils.sh v1.8"
77
[[ "$TIME_UTILS_SH" = "$TIME_UTILS_VERSION" ]] && return

0 commit comments

Comments
 (0)