diff options
Diffstat (limited to 'licenser')
-rwxr-xr-x | licenser | 17 |
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. | |||
110 | END | 110 | END |
111 | } | 111 | } |
112 | 112 | ||
113 | licenser_BSD0() { | ||
114 | cat <<END | ||
115 | Copyright $(year) $(author) | ||
116 | |||
117 | Permission to use, copy, modify, and/or distribute this software for any | ||
118 | purpose with or without fee is hereby granted. | ||
119 | |||
120 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
121 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
122 | AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
123 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
124 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
125 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
126 | PERFORMANCE OF THIS SOFTWARE. | ||
127 | END | ||
128 | } | ||
129 | |||
113 | licenser_BSD2() { | 130 | licenser_BSD2() { |
114 | cat <<END | 131 | cat <<END |
115 | Copyright $(year) $(author) | 132 | Copyright $(year) $(author) |