Skip to content

Commit b3385a1

Browse files
authored
Merge pull request #1299 from loonies/build-license-fix
Fix deprecated warning when building the package
2 parents 12cb22e + f240eef commit b3385a1

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

LICENSE.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ All rights reserved.
33
Redistribution and use in source and binary forms, with or without modification,
44
are permitted provided that the following conditions are met:
55

6-
* Redistributions of source code must retain the above copyright notice, this
7-
list of conditions and the following disclaimer.
6+
1. Redistributions of source code must retain the above copyright notice, this
7+
list of conditions and the following disclaimer.
88

9-
* Redistributions in binary form must reproduce the above copyright notice, this
10-
list of conditions and the following disclaimer in the documentation and/or
11-
other materials provided with the distribution.
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
1212

13-
* Neither the name of the {organization} nor the names of its
14-
contributors may be used to endorse or promote products derived from
15-
this software without specific prior written permission.
13+
3. Neither the name of the copyright holder nor the names of its contributors
14+
may be used to endorse or promote products derived from this software without
15+
specific prior written permission.
1616

1717
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1818
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Unreleased
2+
======================
3+
4+
Internal
5+
--------
6+
7+
* Align LICENSE with SPDX format.
8+
* Fix deprecated `license` specification format in `pyproject.toml`.
9+
110
1.37.0 (2025/07/28)
211
======================
312

mycli/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Contributors:
6666
* Michał Górny
6767
* Mike Palandra
6868
* Mikhail Borisov
69+
* Miodrag Tokić
6970
* Morgan Mitchell
7071
* mrdeathless
7172
* Nathan Huang

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44
description = "CLI for MySQL Database. With auto-completion and syntax highlighting."
55
readme = "README.md"
66
requires-python = ">=3.9"
7-
license = { text = "BSD" }
7+
license = "BSD-3-Clause"
88
authors = [{ name = "Mycli Core Team", email = "mycli-dev@googlegroups.com" }]
99
urls = { homepage = "http://mycli.net" }
1010

0 commit comments

Comments
 (0)