Skip to content

Commit

Permalink
Use SPDX license identifier
Browse files Browse the repository at this point in the history
For automatic dependency scanners the SPDX ID is better since it is
unambiguous. "new BSD License" could mean a lot looking at all the BSD
licenses: https://spdx.org/licenses/
  • Loading branch information
Shortfinga committed Feb 15, 2024
1 parent def9f60 commit 2d23f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author='Michele Simionato',
author_email='[email protected]',
url='https://github.com/micheles/decorator',
license="new BSD License",
license="BSD-2-Clause",
package_dir={'': 'src'},
py_modules=['decorator'],
keywords="decorators generic utility",
Expand Down

0 comments on commit 2d23f81

Please sign in to comment.