diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-08-30 20:34:03 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-08-30 21:03:55 +0300 |
commit | 4ebafdd49d8b0706c5af76ef7c2d0b3b498d0310 (patch) | |
tree | bcb7d1c9bb9d2b1dc2c9b37f74901cfcb91c5444 | |
parent | c76aaf823d18acf064939d806427b39cea1bbe16 (diff) | |
download | ydb-4ebafdd49d8b0706c5af76ef7c2d0b3b498d0310.tar.gz |
Proofread licenses in contrib/libs/webrtc
```
/*
* http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html
* Copyright Takuya OOURA, 1996-2001
*
* You may use, copy, modify and distribute this code for any purpose (include
* commercial use) and without fee. Please refer to this package when you modify
* this code.
*/
```
-rw-r--r-- | build/conf/license.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index fdacef33fa2..d7b2f20ac66 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -274,6 +274,7 @@ LICENSES_PERMISSIVE= \ curl \ Custom-eigen \ Custom-fft2d \ + Custom-fft4g \ Custom-openldap \ Custom-punycode \ Custom-wcwidth \ |