about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorashn2020-05-03 16:47:47 -0500
committerCase Duckworth2020-05-03 16:47:47 -0500
commit25915ec6723c863b9f4bf730f0019ebf3bc6ea93 (patch)
treead7650d69a162783b09eec009d66c9307e487aaf
parentIgnore patches (diff)
downloadlicensor-25915ec6723c863b9f4bf730f0019ebf3bc6ea93.tar.gz
licensor-25915ec6723c863b9f4bf730f0019ebf3bc6ea93.zip
Add BSD0
-rwxr-xr-xlicenser17
1 files changed, 17 insertions, 0 deletions
diff --git a/licenser b/licenser index 2c9303f..9e921e1 100755 --- a/licenser +++ b/licenser
@@ -110,6 +110,23 @@ SOFTWARE.
110END 110END
111} 111}
112 112
113licenser_BSD0() {
114 cat <<END
115Copyright $(year) $(author)
116
117Permission to use, copy, modify, and/or distribute this software for any
118purpose with or without fee is hereby granted.
119
120THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
121REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
122AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
123INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
124LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
125OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
126PERFORMANCE OF THIS SOFTWARE.
127END
128}
129
113licenser_BSD2() { 130licenser_BSD2() {
114 cat <<END 131 cat <<END
115Copyright $(year) $(author) 132Copyright $(year) $(author)