Skip to content

Commit 3939770

Browse files
committed
Update licensing
1 parent a0fac8b commit 3939770

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# bash-standard-input-helpers
2-
Simple bash function library of standard input helpers
2+
3+
Simple bash function library of standard input helpers.
34

45
To see example usage, execute and look at source for `example_usage.sh`
56

7+
License
8+
-------
9+
10+
This code is under the [MIT License](https://opensource.org/licenses/MIT).
11+
12+
If you use or modify _bash-standard-input-helpers_, please credit the original author as
13+
14+
* Logan Martel - https://github.com/martelogan

example_usage.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/usr/bin/env bash
22

3+
# Example script for bash-standard-input-helpers library usage.
4+
# Copyright (C) 2017 Logan Martel - All Rights Reserved
5+
# Permission to copy and modify is granted under the MIT License
6+
# Last revised 06/29/2018
7+
38
# example help message
49
scriptname=$(basename "$0");
510
help_message="\

standard_input_helpers.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/usr/bin/env bash
22

3-
# Helper script for bash standard input routines
4-
# Author: Logan Martel
5-
# Version: 1.0.0
3+
# Helper script for bash standard input routines.
4+
# Copyright (C) 2017 Logan Martel - All Rights Reserved
5+
# Permission to copy and modify is granted under the MIT License
6+
# Last revised 06/29/2018
67

78
# This script is a namespaced function library of bash standard input helpers
89

0 commit comments

Comments
 (0)