Skip to content

Commit

Permalink
TVB-3059 Check few 3rd party licenses dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Jan 9, 2023
1 parent 30a8fe5 commit e2242ce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
The following files are derived from Stackless Python and are subject to the
same license as Stackless Python:

src/greenlet/slp_platformselect.h
files in src/greenlet/platform/ directory

See LICENSE.PSF and http://www.stackless.com/ for details.

Unless otherwise noted, the files in greenlet have been released under the
following MIT license:

Copyright (c) Armin Rigo, Christian Tismer and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
3 changes: 2 additions & 1 deletion tvb_build/tvb_build/third_party_licenses/package_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@

# Windows *.pyds that are part of python standard libs
EXCLUDES_PYD = [
'_psutil_windows.pyd', 'gdist.pyd', "_cffi_backend.pyd", "_scandir.pyd", "_yaml.pyd", "_cffi_backend.cp310-win_amd64.pyd"
'_psutil_windows.pyd', 'gdist.pyd', "_cffi_backend.pyd", "_scandir.pyd", "_yaml.pyd",
"_cffi_backend.cp310-win_amd64.pyd", "gdist.cp310-win_amd64.pyd"
]

# libpq dependencies on dynamic psycopg linux 32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
<dependency env="[win,mac,linux]" name="formencode">
<full-name value="Formencode"/>
<project-home value="http://www.formencode.org/en/latest/index.html"/>
<version value="[2.0.0]"/>
<version value="[2.0.1]"/>
<usage value="dynamic linking"/>
<license value="LICENSE_python.txt"/>
<license-type value="PSF_"/>
Expand Down Expand Up @@ -503,7 +503,7 @@
<dependency env="[win.linux]" name="imageio">
<full-name value="imageio"/>
<project-home value="http://imageio.github.io/"/>
<version value="[2.9.0]"/>
<version value="[2.23.0]"/>
<usage value="dynamic linking"/>
<license value="LICENSE_imageio.txt"/>
<license-type value="BSD_ 2nd clause"/>
Expand Down Expand Up @@ -2633,7 +2633,7 @@
<dependency env="[win,mac,linux]" name="greenlet">
<full-name value="greenlet"/>
<project-home value="https://greenlet.readthedocs.io"/>
<version value="[0.4.11,0.4.17]"/>
<version value="[2.0.1]"/>
<usage value="dynamic linking"/>
<license value="LICENSE_greenlet.txt"/>
<license-type value="MIT_"/>
Expand Down

0 comments on commit e2242ce

Please sign in to comment.