consistent license
This commit is contained in:
parent
03b21accec
commit
616659e691
|
@ -2,7 +2,7 @@ Contributor Guide
|
|||
=================
|
||||
|
||||
Thank you for your interest in improving this project.
|
||||
This project is open-source under the `MIT license`_ and
|
||||
This project is open-source and
|
||||
welcomes contributions in the form of bug reports, feature requests, and pull requests.
|
||||
|
||||
Here is a list of important resources for contributors:
|
||||
|
@ -12,7 +12,6 @@ Here is a list of important resources for contributors:
|
|||
- `Issue Tracker`_
|
||||
- `Code of Conduct`_
|
||||
|
||||
.. _MIT license: https://opensource.org/licenses/MIT
|
||||
.. _Source Code: https://github.com/sartography/spiffworkflow-backend
|
||||
.. _Documentation: https://spiffworkflow-backend.readthedocs.io/
|
||||
.. _Issue Tracker: https://github.com/sartography/spiffworkflow-backend/issues
|
||||
|
|
|
@ -3,12 +3,12 @@ name = "spiffworkflow-arena"
|
|||
version = "0.0.0"
|
||||
description = "Spiffworkflow Arena"
|
||||
authors = ["Jason Lantz <sartography@users.noreply.github.com>"]
|
||||
license = "MIT"
|
||||
license = "LGPL"
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/sartography/spiffworkflow-arena"
|
||||
repository = "https://github.com/sartography/spiffworkflow-arena"
|
||||
classifiers = [
|
||||
"Development Status :: 1 - Planning",
|
||||
"Development Status :: 4 - Beta",
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
|
|
@ -3,7 +3,7 @@ info:
|
|||
version: 1.0.0
|
||||
title: spiffworkflow-backend
|
||||
license:
|
||||
name: MIT
|
||||
name: LGPL
|
||||
servers:
|
||||
- url: http://localhost:5000/v1.0
|
||||
# this is handled in flask now
|
||||
|
|
|
@ -46,7 +46,7 @@ def _parse_environment(key_values: os._Environ | dict) -> list | dict:
|
|||
|
||||
Copyright (c) 2018 Department for International Trade. All rights reserved.
|
||||
|
||||
This work is licensed under the terms of the MIT license.
|
||||
This work (this function) is licensed under the terms of the MIT license.
|
||||
For a copy, see https://opensource.org/licenses/MIT.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue