about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-05-02 20:42:19 -0500
committerCase Duckworth2020-05-02 20:42:25 -0500
commita77d5c0a7c86157b8f8d9a383350ba9f4556f2cd (patch)
tree5c730f9fee8cdd84431784ba812ccb437c81f5b4
parentInitial commit (diff)
downloadlicensor-a77d5c0a7c86157b8f8d9a383350ba9f4556f2cd.tar.gz
licensor-a77d5c0a7c86157b8f8d9a383350ba9f4556f2cd.zip
Wrap license text
-rwxr-xr-xlicenser64
1 files changed, 49 insertions, 15 deletions
diff --git a/licenser b/licenser index 260724e..2bca223 100755 --- a/licenser +++ b/licenser
@@ -86,11 +86,23 @@ licenser_MIT() {
86 cat <<END 86 cat <<END
87Copyright $(year) $(author) 87Copyright $(year) $(author)
88 88
89Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 89Permission is hereby granted, free of charge, to any person obtaining a copy
90 90of this software and associated documentation files (the "Software"), to deal
91The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 91in the Software without restriction, including without limitation the rights
92 92to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
93THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 93copies of the Software, and to permit persons to whom the Software is
94furnished to do so, subject to the following conditions:
95
96The above copyright notice and this permission notice shall be included in all
97copies or substantial portions of the Software.
98
99THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
100IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
101FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
102AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
103LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
104OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
105SOFTWARE.
94END 106END
95} 107}
96 108
@@ -98,13 +110,27 @@ licenser_BSD2() {
98 cat <<END 110 cat <<END
99Copyright $(year) $(author) 111Copyright $(year) $(author)
100 112
101Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 113Redistribution and use in source and binary forms, with or without
102 114modification, are permitted provided that the following conditions are met:
1031. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 115
104 1161. Redistributions of source code must retain the above copyright notice, this
1052. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 117list of conditions and the following disclaimer.
106 118
107THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1192. Redistributions in binary form must reproduce the above copyright notice,
120this list of conditions and the following disclaimer in the documentation
121and/or other materials provided with the distribution.
122
123THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
124AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
125IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
126DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
127FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
128DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
129SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
130CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
131LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
132OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
133SUCH DAMAGE.
108END 134END
109} 135}
110 136
@@ -112,9 +138,17 @@ licenser_ISC() {
112 cat <<END 138 cat <<END
113Copyright $(year) $(author) 139Copyright $(year) $(author)
114 140
115Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. 141Permission to use, copy, modify, and/or distribute this software for any
116 142purpose with or without fee is hereby granted, provided that the above
117THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 143copyright notice and this permission notice appear in all copies.
144
145THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
146REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
147AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
148INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
149LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
150OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
151PERFORMANCE OF THIS SOFTWARE.
118END 152END
119} 153}
120 154