Skip to content

Commit 22da190

Browse files
committed
rules: add BSD-3-Clause variants for sfilippone/psblas3
Add exact-match detection rules for three BSD-3-Clause license variants found across different commits of https://github.com/sfilippone/psblas3 Includes ignorable copyright and holder clues for accurate matching. Variants covered: - d2fba9e: Copyright 2025 Salvatore Filippone, Alfredo Buttari - 316561c: Missing prior in without specific written permission - 1748dac: Copyright 2025 Salvatore Filippone, Copyright 2025 Alfredo Buttari Fixes: #4863 Signed-off-by: kumarasantosh <santosh.pulikond02@gmail.com>
1 parent 7dbb3c7 commit 22da190

File tree

3 files changed

+108
-0
lines changed

3 files changed

+108
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
license_expression: bsd-new
3+
is_license_notice: yes
4+
ignorable_copyrights:
5+
- (c) Copyright 2025 Salvatore Filippone, Alfredo Buttari
6+
ignorable_holders:
7+
- Salvatore Filippone, Alfredo Buttari
8+
---
9+
10+
(C) Copyright 2025 Salvatore Filippone, Alfredo Buttari
11+
12+
Redistribution and use in source and binary forms, with or without
13+
modification, are permitted provided that the following conditions
14+
are met:
15+
1. Redistributions of source code must retain the above copyright
16+
notice, this list of conditions and the following disclaimer.
17+
2. Redistributions in binary form must reproduce the above copyright
18+
notice, this list of conditions, and the following disclaimer in the
19+
documentation and/or other materials provided with the distribution.
20+
3. The name of the PSBLAS group or the names of its contributors may
21+
not be used to endorse or promote products derived from this
22+
software without specific prior written permission.
23+
24+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
26+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
27+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PSBLAS GROUP OR ITS CONTRIBUTORS
28+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34+
POSSIBILITY OF SUCH DAMAGE.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
license_expression: bsd-new
3+
is_license_notice: yes
4+
ignorable_copyrights:
5+
- (c) Copyright 2006-2025 Salvatore Filippone Alfredo Buttari
6+
ignorable_holders:
7+
- Salvatore Filippone Alfredo Buttari
8+
---
9+
10+
Parallel Sparse BLAS version 3.9
11+
(C) Copyright 2006-2025
12+
Salvatore Filippone
13+
Alfredo Buttari
14+
15+
Redistribution and use in source and binary forms, with or without
16+
modification, are permitted provided that the following conditions
17+
are met:
18+
1. Redistributions of source code must retain the above copyright
19+
notice, this list of conditions and the following disclaimer.
20+
2. Redistributions in binary form must reproduce the above copyright
21+
notice, this list of conditions, and the following disclaimer in the
22+
documentation and/or other materials provided with the distribution.
23+
3. The name of the PSBLAS group or the names of its contributors may
24+
not be used to endorse or promote products derived from this
25+
software without specific written permission.
26+
27+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PSBLAS GROUP OR ITS CONTRIBUTORS
31+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37+
POSSIBILITY OF SUCH DAMAGE.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
license_expression: bsd-new
3+
is_license_notice: yes
4+
ignorable_copyrights:
5+
- (c) Copyright 2025 Alfredo Buttari
6+
- (c) Copyright 2025 Salvatore Filippone
7+
ignorable_holders:
8+
- Alfredo Buttari
9+
- Salvatore Filippone
10+
---
11+
12+
(C) Copyright 2025 Salvatore Filippone
13+
(C) Copyright 2025 Alfredo Buttari
14+
15+
Redistribution and use in source and binary forms, with or without
16+
modification, are permitted provided that the following conditions
17+
are met:
18+
1. Redistributions of source code must retain the above copyright
19+
notice, this list of conditions and the following disclaimer.
20+
2. Redistributions in binary form must reproduce the above copyright
21+
notice, this list of conditions, and the following disclaimer in the
22+
documentation and/or other materials provided with the distribution.
23+
3. The name of the PSBLAS group or the names of its contributors may
24+
not be used to endorse or promote products derived from this
25+
software without specific prior written permission.
26+
27+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PSBLAS GROUP OR ITS CONTRIBUTORS
31+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37+
POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)