Skip to content

Commit e312105

Browse files
committed
Update license to MIT
1 parent 86c5fcd commit e312105

File tree

3 files changed

+22
-28
lines changed

3 files changed

+22
-28
lines changed

LICENSE

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
Copyright (c) Audrey Roy Greenfeld and individual contributors.
1+
MIT License
22

3-
All rights reserved.
3+
Copyright (c) 2025 Audrey M. Roy Greenfeld
44

5-
Redistribution and use in source and binary forms, with or without modification,
6-
are permitted provided that the following conditions are met:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
711

8-
* Redistributions of source code must retain the above copyright notice,
9-
this list of conditions and the following disclaimer.
10-
* Redistributions in binary form must reproduce the above copyright notice,
11-
this list of conditions and the following disclaimer in the documentation
12-
and/or other materials provided with the distribution.
13-
* Neither the name of Audrey Roy Greenfeld nor the names of its contributors
14-
may be used to endorse or promote products derived from this software
15-
without specific prior written permission.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1614

17-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
21-
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22-
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[Cookiecutter](https://github.com/cookiecutter/cookiecutter) template for a Python package.
77

88
* GitHub repo: [https://github.com/audreyfeldroy/cookiecutter-pypackage/](https://github.com/audreyfeldroy/cookiecutter-pypackage/)
9-
* Free software: BSD license
9+
* Free software: MIT license
1010
* Discord: [https://discord.gg/PWXJr3upUE](https://discord.gg/PWXJr3upUE)
1111

1212
## Features

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0"
44
description = "Cookiecutter template for a Python package"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
license = { text = "BSD" }
7+
license = { text = "MIT" }
88
authors = [
99
{ name = "Audrey M. Roy Greenfeld", email = "[email protected]" }
1010
]
@@ -14,7 +14,7 @@ classifiers = [
1414
"Environment :: Console",
1515
"Intended Audience :: Developers",
1616
"Natural Language :: English",
17-
"License :: OSI Approved :: BSD License",
17+
"License :: OSI Approved :: MIT License",
1818
"Programming Language :: Python",
1919
"Programming Language :: Python :: 3",
2020
"Programming Language :: Python :: 3.10",
@@ -40,8 +40,8 @@ homepage = "https://github.com/audreyfeldroy/cookiecutter-pypackage"
4040

4141
[tool.ruff]
4242
exclude = [
43-
"*cookiecutter.project_slug*"
44-
]
43+
"*cookiecutter.project_slug*"
44+
]
4545

4646
[tool.pytest.ini_options]
4747
testpaths = [

0 commit comments

Comments
 (0)