From 49b530f61d4f67b11c2cb32d6c61a99550521024 Mon Sep 17 00:00:00 2001 From: NucleonGodX Date: Thu, 26 Dec 2024 14:10:25 +0530 Subject: [PATCH 1/2] Add BSD license detection rule #4018 Signed-off-by: NucleonGodX --- src/licensedcode/data/rules/bsd-new_1423.RULE | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/licensedcode/data/rules/bsd-new_1423.RULE diff --git a/src/licensedcode/data/rules/bsd-new_1423.RULE b/src/licensedcode/data/rules/bsd-new_1423.RULE new file mode 100644 index 0000000000..6c2b478f9c --- /dev/null +++ b/src/licensedcode/data/rules/bsd-new_1423.RULE @@ -0,0 +1,27 @@ +--- +license_expression: bsd-new +is_license_text: yes +--- + +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 include the copyright notice below, this list of +conditions and the following disclaimer. +* Redistributions in binary form must reproduce the copyright notice below, this list +of conditions and the following disclaimer in the documentation and/or other +materials provided with the distribution +* Neither the name of the Data Mining Group nor the names of its members or +contributors may be used to endorse or promote products derived from a release +without specific prior written permission. + +THIS STANDARD 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 OWNER 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 RELEASE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file From 3278ae4d46928d5dffa453a376b8c9c02b7bcf52 Mon Sep 17 00:00:00 2001 From: NucleonGodX Date: Wed, 30 Apr 2025 11:29:57 +0530 Subject: [PATCH 2/2] change file name Signed-off-by: NucleonGodX --- .../data/rules/{bsd-new_1423.RULE => bsd-new_1437.RULE} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/licensedcode/data/rules/{bsd-new_1423.RULE => bsd-new_1437.RULE} (100%) diff --git a/src/licensedcode/data/rules/bsd-new_1423.RULE b/src/licensedcode/data/rules/bsd-new_1437.RULE similarity index 100% rename from src/licensedcode/data/rules/bsd-new_1423.RULE rename to src/licensedcode/data/rules/bsd-new_1437.RULE