mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-22 07:54:19 +00:00
Add licensing note
This commit is contained in:
parent
cf37d13cb4
commit
aa980012d7
1 changed files with 9 additions and 0 deletions
9
unimore_bda_6/vendor/__init__.py
vendored
Normal file
9
unimore_bda_6/vendor/__init__.py
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
"""
|
||||||
|
This module contains modules downloaded from the Internet and adapted for the project.
|
||||||
|
|
||||||
|
Edits to the respective modules are released under the same license as the modules themselves.
|
||||||
|
|
||||||
|
Currently:
|
||||||
|
|
||||||
|
* the adaptation of :mod:`potts` is released under the CC BY-NC-SA 3.0 license.
|
||||||
|
"""
|
Loading…
Reference in a new issue