commit 0bcd0899887d82c31c38ed05273ac2b29b898b86
parent 57f72f8a5923611553a0124bb7683f4d1ba0e83d
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 20 Nov 2019 22:25:29 +0100
Drop the advertising clause from the license.
AnsiLove.js is now released under the BSD 2-Clause License.
Discussed with Andy, who agrees with the change.
Diffstat:
4 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -12,15 +12,11 @@ modification, are permitted provided that the following conditions are met:
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- * Neither the name of Ansilove nor the names of its contributors may be
- used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS 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 REGENTS OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+THIS 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
diff --git a/README.md b/README.md
@@ -194,7 +194,7 @@ It is also possible to retrieve a record for a file without generating an image
## License
-AnsiLove.js is released under the BSD 3-Clause license. See `LICENSE` file for details.
+AnsiLove.js is released under the BSD 2-Clause license. See `LICENSE` file for details.
## Author
diff --git a/ansilove.js b/ansilove.js
@@ -4,7 +4,7 @@
* Copyright (c) 2013-2017, Andrew Herbert and Frederic Cambus
* https://www.ansilove.org
*
- * AnsiLove.js is released under the BSD 3-Clause license.
+ * AnsiLove.js is released under the BSD 2-Clause license.
* See LICENSE file for details.
*/
diff --git a/package.json b/package.json
@@ -19,7 +19,7 @@
"ansilove"
],
"author": "Andrew Herbert <http://andyh.org/>",
- "license": "BSD-3-Clause",
+ "license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/ansilove/ansilove.js/issues"
},