From 6e33e989bf15798445e80b80d077832f2fa59ba1 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Sat, 10 Nov 2018 13:03:50 +0100 Subject: [PATCH] add BSD-2 identifier to license heading, made copyright holder more general --- LICENSE | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 05a2efa..54a9126 100644 --- a/LICENSE +++ b/LICENSE @@ -1,15 +1,17 @@ -Copyright (c) 2015, Kwik Team +BSD 2-Clause License + +Copyright (c) 2015, npy-matlab developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. -* 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. +2. 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. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -21,4 +23,3 @@ 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. -