Skip to content

Commit 24f52d1

Browse files
committed
rules: add ignorable clues for psblas3 BSD-3-Clause variants
1 parent f1736fd commit 24f52d1

File tree

3 files changed

+28
-11
lines changed

3 files changed

+28
-11
lines changed

src/licensedcode/data/rules/bsd-3-clause_sfilippone_psblas3_1.RULE

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
---
22
license_expression: bsd-new
33
is_license_notice: yes
4+
ignorable_copyrights:
5+
- (c) Copyright 2025 Salvatore Filippone, Alfredo Buttari
6+
ignorable_holders:
7+
- Salvatore Filippone, Alfredo Buttari
48
---
5-
(C) Copyright 2025 Salvatore Filippone, Alfredo Buttari
6-
9+
10+
(C) Copyright 2025 Salvatore Filippone, Alfredo Buttari
11+
712
Redistribution and use in source and binary forms, with or without
813
modification, are permitted provided that the following conditions
914
are met:
@@ -15,7 +20,7 @@ is_license_notice: yes
1520
3. The name of the PSBLAS group or the names of its contributors may
1621
not be used to endorse or promote products derived from this
1722
software without specific prior written permission.
18-
23+
1924
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2025
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2126
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

src/licensedcode/data/rules/bsd-3-clause_sfilippone_psblas3_2.RULE

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
---
22
license_expression: bsd-new
33
is_license_notice: yes
4+
ignorable_copyrights:
5+
- (c) Copyright 2006-2025 Salvatore Filippone Alfredo Buttari
6+
ignorable_holders:
7+
- Salvatore Filippone Alfredo Buttari
48
---
5-
Parallel Sparse BLAS version 3.9
9+
10+
Parallel Sparse BLAS version 3.9
611
(C) Copyright 2006-2025
712
Salvatore Filippone
8-
Alfredo Buttari
9-
13+
Alfredo Buttari
14+
1015
Redistribution and use in source and binary forms, with or without
1116
modification, are permitted provided that the following conditions
1217
are met:
@@ -18,7 +23,7 @@ is_license_notice: yes
1823
3. The name of the PSBLAS group or the names of its contributors may
1924
not be used to endorse or promote products derived from this
2025
software without specific written permission.
21-
26+
2227
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2328
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2429
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

src/licensedcode/data/rules/bsd-3-clause_sfilippone_psblas3_3.RULE

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
---
22
license_expression: bsd-new
33
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
410
---
5-
(C) Copyright 2025 Salvatore Filippone
6-
(C) Copyright 2025 Alfredo Buttari
7-
11+
12+
(C) Copyright 2025 Salvatore Filippone
13+
(C) Copyright 2025 Alfredo Buttari
14+
815
Redistribution and use in source and binary forms, with or without
916
modification, are permitted provided that the following conditions
1017
are met:
@@ -16,7 +23,7 @@ is_license_notice: yes
1623
3. The name of the PSBLAS group or the names of its contributors may
1724
not be used to endorse or promote products derived from this
1825
software without specific prior written permission.
19-
26+
2027
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2128
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2229
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

0 commit comments

Comments
 (0)