mirror of
https://github.com/robmcmullen/asmgen.git
synced 2025-01-13 03:29:52 +00:00
Changed to MPL
This commit is contained in:
parent
da18f868ed
commit
3398ae6b2a
20
README.rst
20
README.rst
@ -171,27 +171,17 @@ License
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
AsmGen, the 6502 code generator sponsored by the Player/Missile Podcast
|
AsmGen, the 6502 code generator sponsored by the Player/Missile Podcast
|
||||||
Copyright (c) 2017-2020 Rob McMullen
|
Copyright (c) 2017-2021 Rob McMullen
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
it under the terms of the GNU General Public License as published by
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
|
|
||||||
|
|
||||||
Generated Code License
|
Generated Code License
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
While the code for AsmGen itself is licensed under the GPLv3, the code it
|
While the code for AsmGen itself is licensed under the MPL 2.0, the code it
|
||||||
produces is licensed under the the Creative Commons Attribution 4.0
|
produces is licensed under the the Creative Commons Attribution 4.0
|
||||||
International (CC BY 4.0), so you are free to use the generated code for
|
International (CC BY 4.0), so you are free to use the generated code for
|
||||||
commercial or non-commercial purposes.
|
commercial or non-commercial purposes.
|
||||||
|
4
setup.py
4
setup.py
@ -18,11 +18,11 @@ setup(name="asmgen",
|
|||||||
scripts=scripts,
|
scripts=scripts,
|
||||||
description="6502 code generator for Apple ][ and Atari 8-bit",
|
description="6502 code generator for Apple ][ and Atari 8-bit",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
license="GPL",
|
license="MPL 2.0",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: GNU General Public License (GPL)",
|
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
|
||||||
"Topic :: Software Development :: Libraries",
|
"Topic :: Software Development :: Libraries",
|
||||||
"Topic :: Utilities",
|
"Topic :: Utilities",
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user