-
Notifications
You must be signed in to change notification settings - Fork 9
/
NOTICE.txt
24 lines (19 loc) · 1.38 KB
/
NOTICE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
'ini2toml' is licensed under the MPL-2.0 license, with the following copyright notice:
Copyright (c) 2021, Anderson Bravalheri
see the LICENSE.txt file for details.
A few extra files are collocated in this code base ('tests/examples') exclusively for testing
purposes during development:
- 'django/setup.cfg' from https://github.com/django/django, licensed under BSD-3-Clause
- 'flask/setup.cfg' from https://github.com/pallets/flask, licensed under BSD-3-Clause
- 'pandas/setup.cfg' from https://github.com/pandas-dev/pandas, licensed under BSD-3-Clause
- 'pluggy/setup.cfg' from https://github.com/pytest-dev/pytest, licensed under MIT
- 'plumbum/setup.cfg' from https://github.com/tomerfiliba/plumbum, licensed under MIT
- 'pyscaffold/setup.cfg' from https://github.com/pyscaffold/pyscaffold, licensed under MIT
- 'setuptools_docs/**/*.cfg' from https://github.com/pypa/setuptools, licensed under MIT
- 'setuptools_scm/setup.cfg' from https://github.com/pypa/setuptools_scm, licensed under MIT
- 'virtualenv/setup.cfg' from https://github.com/pypa/virtualenv, licensed under MIT
- 'zipp/setup.cfg' from https://github.com/jaraco/zipp, licensed under MIT
These files are not part of the 'ini2toml' project and not meant
for distribution (as part of the 'ini2toml' software package).
The original licenses for each one of these files can be found inside the
respective directory under 'tests/examples'.