diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-08-29 14:49:56 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-08-29 16:21:28 +0300 |
commit | af5c0aa11929ba398b74fbb4961004ef9ed18d86 (patch) | |
tree | 8890f1d1b55491c121a4ce0d49bc245dff9eb856 | |
parent | b9dd14e58467b9f33380af07f984e7b7105b6d5f (diff) | |
download | ydb-af5c0aa11929ba398b74fbb4961004ef9ed18d86.tar.gz |
Consider fft2d license as permissive
```
Copyright
Copyright(C) 1997,2001 Takuya OOURA (email: ooura@kurims.kyoto-u.ac.jp).
You may use, copy, modify this code for any purpose and
without fee. You may distribute this ORIGINAL package.
```
-rw-r--r-- | build/conf/license.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index 28b41f98aac..0bec306d2fa 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -66,7 +66,6 @@ LICENSES_UNATTRIBUTED= \ CDDL \ CECILL-B \ ClArtistic \ - Custom-fft2d \ DOC \ DSO-1.1 \ Elastic-License-2.0 \ @@ -274,9 +273,10 @@ LICENSES_PERMISSIVE= \ Cmu-Computing-Services \ CUP-Parser \ curl \ + Custom-fft2d \ + Custom-openldap \ Custom-punycode \ Custom-wcwidth \ - Custom-openldap \ EDL-1.0 \ Facebook-SDK \ FDK \ |