Skip to content

Commit 4a12777

Browse files
authored
Merge pull request #370 from maxfordham/fix-licenses
update to use BSD-3-Clause License (to match ipywidgets)
2 parents 786e439 + fe85d74 commit 4a12777

4 files changed

Lines changed: 19 additions & 36 deletions

File tree

licenses/BSD-3-Clause.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Note: This license has also been called the “New BSD License” or “Modified BSD License”. See also the 2-clause BSD License.
2+
3+
Copyright <YEAR> <COPYRIGHT HOLDER>
4+
5+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8+
9+
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.
10+
11+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
12+
13+
THIS SOFTWARE 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 HOLDER 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.
14+
15+
// SPDX-License-Identifier: BSD-3-Clause

licenses/BSD.txt

Lines changed: 0 additions & 32 deletions
This file was deleted.

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ requires = ["hatchling", "hatch-vcs"]
66
[project]
77
name = "ipyautoui"
88
dynamic = ["version"]
9-
license = "BSD"
10-
license-files = ["licenses/BSD.txt"]
9+
license = "BSD-3-Clause"
10+
license-files = ["licenses/BSD-3-Clause.txt"]
1111
description = "wrapper that sits on top of ipywidgets and other ipy widget libraries to template / automate the creation of widget forms. Uses pydantic to create defined data-container and serialisation to JSON. Includes example patterns for adding new custom widgets."
1212
readme = "README.md"
1313
authors = [{ name = "John Gunstone", email = "gunstone.john@gmail.com" }]

0 commit comments

Comments
 (0)