From 11ec2e9da4c306c26f4c59615f904ba3a7eaa10f Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Wed, 7 Feb 2024 14:53:46 +1100 Subject: [PATCH] remove obsolete LICENSE_BSD2.txt file (#141) Licenses are now located in LICENSES/ directory. Signed-off-by: Gerwin Klein --- LICENSE_BSD2.txt | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 LICENSE_BSD2.txt diff --git a/LICENSE_BSD2.txt b/LICENSE_BSD2.txt deleted file mode 100644 index 3c78ecfa..00000000 --- a/LICENSE_BSD2.txt +++ /dev/null @@ -1,30 +0,0 @@ -Files described as being under the "BSD 2-Clause" license fall under the -following license. - ------------------------------------------------------------------------ - -Copyright (c) 2017 Data61 and other contributors. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -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 AUTHOR 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 AUTHOR 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.