diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-10-13 16:05:31 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-10-13 16:48:48 +0300 |
commit | d934ecea704d00c2d7c040d62d7a445d14683231 (patch) | |
tree | 5e8656e04edd753a133a30c29ed35f4cd19251bc | |
parent | 478c3e8fdf17007677dd3aa3bb692cf02c8e5d60 (diff) | |
download | ydb-d934ecea704d00c2d7c040d62d7a445d14683231.tar.gz |
Consider MIT WITH Musl-Exception as a single permissive license
```
In addition, permission is hereby granted for all public header files
(include/* and arch/*/bits/*) and crt files intended to be linked into
applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit
the copyright notice and permission notice otherwise required by the
license, and to use these files without any requirement of
attribution. These files include substantial contributions from:
```
It waives up the copyright restriction otherwise imposed by MIT license.
There is no need to forbid this license.
-rw-r--r-- | build/conf/license.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index 291d0873b7a..527acaf5579 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -188,7 +188,6 @@ LICENSES_FORBIDDEN= \ AGPL-3.0-only \ AGPL-3.0-or-later \ Artistic-1.0 \ - Musl-Exception \ confluent-community-1.0 \ ${LICENSES_UNATTRIBUTED} @@ -328,6 +327,7 @@ LICENSES_REQUIRE_CITATION= \ Mit-Old-Style \ MIT-open-group \ Mit-Veillard-Variant \ + MIT WITH Musl-Exception \ Mozilla-GC \ MPL-1.0 \ MPL-1.1 \ @@ -386,7 +386,6 @@ LICENSES_REQUIRE_CITATION= \ zlib-acknowledgement \ ZPL-2.1 \ ${CUSTOM_LICENSE_LINUX_SYSCALL_NOTE} \ - ${CUSTOM_LICENSE_MUSL_EXCEPTION} \ ${LICENSES_PATCHES_FORBIDDEN} \ LICENSES_REQUIRE_CITATION_DYNAMIC= \ @@ -400,8 +399,6 @@ LICENSES_REQUIRE_CITATION_DYNAMIC= \ # Permissive if the code is used to declare and invoke syscalls CUSTOM_LICENSE_LINUX_SYSCALL_NOTE=Linux-syscall-note-in-syscall-glue -# Permissive only in musllib -CUSTOM_LICENSE_MUSL_EXCEPTION=Musl-Exception-in-Musllib LICENSES_SERVICE= \ Service-Default-License \ |