Skip to content

Commit cfdc496

Browse files
jamestjspclaude
andcommitted
Fix license attribution for original SLICOT
- Add LICENSE-SLICOT for original SLICOT Team copyright - Update LICENSE to only claim C11 translation/bindings - Update pyproject.toml to include both license files - Update README with proper attribution to NICONET e.V. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 786b735 commit cfdc496

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

LICENSE

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 1996-2025, The SLICOT Team (original Fortran77 code)
4-
Copyright (c) 2025, slicot contributors (C11 translation)
3+
Copyright (c) 2025, slicot contributors (C11 translation and Python bindings)
54
All rights reserved.
65

76
Redistribution and use in source and binary forms, with or without
@@ -28,3 +27,13 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2827
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2928
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3029
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30+
31+
---
32+
33+
This project is a derivative work based on SLICOT (Subroutine Library In
34+
COntrol Theory), which is licensed separately. See LICENSE-SLICOT for the
35+
original SLICOT license terms.
36+
37+
The original SLICOT library is copyright (c) 1996-2025 The SLICOT Team and
38+
is maintained by NICONET e.V. For more information, see:
39+
https://www.slicot.org/

LICENSE-SLICOT

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
BSD 3-Clause License
2+
3+
Copyright (c) 1996-2025, The SLICOT Team
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
8+
9+
1. Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
11+
12+
2. Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
3. Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ I don't accept direct contributions. Issues and PRs are welcome for illustration
7575

7676
## License
7777

78-
BSD-3-Clause. See [LICENSE](LICENSE).
78+
This project (C11 translation and Python bindings) is BSD-3-Clause. See [LICENSE](LICENSE).
79+
80+
The original SLICOT library is copyright © 1996-2025 The SLICOT Team, maintained by [NICONET e.V.](https://www.slicot.org/), and licensed under BSD-3-Clause. See [LICENSE-SLICOT](LICENSE-SLICOT).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.0.11"
88
description = "Python bindings for SLICOT - Subroutine Library in Control Theory"
99
readme = "README.md"
1010
license = "BSD-3-Clause"
11-
license-files = ["LICENSE"]
11+
license-files = ["LICENSE", "LICENSE-SLICOT"]
1212
requires-python = ">=3.11"
1313
authors = [
1414
{ name = "SLICOT Contributors" }

0 commit comments

Comments
 (0)