mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: move licenses files to docs
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
Name Version License
|
||||
Pillow 8.4.0 Historical Permission Notice and Disclaimer (HPND)
|
||||
cycler 0.11.0 BSD License
|
||||
fonttools 4.28.3 MIT License
|
||||
kiwisolver 1.3.2 BSD License
|
||||
loguru 0.5.3 MIT License
|
||||
matplotlib 3.5.1 Python Software Foundation License
|
||||
networkx 2.6.3 BSD License
|
||||
numpy 1.21.4 BSD License
|
||||
packaging 21.3 Apache Software License; BSD License
|
||||
pygraphviz 1.7 BSD License
|
||||
pyparsing 3.0.6 MIT License
|
||||
python-dateutil 2.8.2 Apache Software License; BSD License
|
||||
setuptools-scm 6.3.2 MIT License
|
||||
six 1.16.0 MIT License
|
||||
tomli 1.2.3 MIT License
|
||||
torch 1.10.0 BSD License
|
||||
typing-extensions 4.0.1 Python Software Foundation License
|
||||
@@ -5,7 +5,6 @@
|
||||
cycler 0.11.0 BSD License
|
||||
fonttools 4.31.2 MIT License
|
||||
kiwisolver 1.4.2 BSD License
|
||||
loguru 0.5.3 MIT License
|
||||
matplotlib 3.5.1 Python Software Foundation License
|
||||
networkx 2.7.1 BSD License
|
||||
numpy 1.22.3 BSD License
|
||||
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
BASENAME="licenses"
|
||||
LICENSE_DIRECTORY="deps_licenses"
|
||||
LICENSE_DIRECTORY="docs"
|
||||
CHECK=0
|
||||
DIFF_TOOL="diff --ignore-all-space --ignore-tab-expansion --ignore-space-change --ignore-all-space --ignore-blank-lines --strip-trailing-cr"
|
||||
TMP_VENV_PATH="/tmp/tmp_venv"
|
||||
@@ -47,7 +47,7 @@ then
|
||||
#Licenses for user (install in a temporary venv)
|
||||
echo "Doing licenses for user"
|
||||
|
||||
FILENAME="${BASENAME}_${OS}_user.txt"
|
||||
FILENAME="${OS}.dependency.${BASENAME}.txt"
|
||||
LICENSES_FILENAME="${LICENSE_DIRECTORY}/${FILENAME}"
|
||||
NEW_LICENSES_FILENAME="${OUTPUT_DIRECTORY}/${FILENAME}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user