consistent license

This commit is contained in:
burnettk 2024-01-29 10:16:28 -05:00
parent 03b21accec
commit 616659e691
No known key found for this signature in database
4 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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]

View File

@ -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

View File

@ -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.
"""