diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-11-07 20:04:08 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-11-07 20:29:51 +0300 |
commit | 5c8f257ec66359d2d9c45a228ae95e4b6810bf48 (patch) | |
tree | 1bcfccf52fb1e2372dca11089417ea880d5290ce | |
parent | 3a9e7e9d800e48c4ac8c3ff493123f2259361334 (diff) | |
download | ydb-5c8f257ec66359d2d9c45a228ae95e4b6810bf48.tar.gz |
Provide proper licenses for contrib/java/xml-apis/xml-apis
`SAX-PD` stands for
```
SAX is free!
In fact, it's not possible to own a license to SAX, since it's been placed in the public domain.
```
(full text is available [here](http://www.saxproject.org/copying.html)).
`W3C-19980720` text can be found [here](https://spdx.org/licenses/W3C-19980720.html).
-rw-r--r-- | build/conf/license.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index e974b02be8..bb78f5bff7 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -361,6 +361,7 @@ LICENSES_REQUIRE_CITATION= \ RSA-1990 \ RSA-MD \ RSA-MD4 \ + SAX-PD \ SGI-B-2.0 \ SMLNJ \ SSH-short \ @@ -378,6 +379,7 @@ LICENSES_REQUIRE_CITATION= \ UPL-1.0 \ Vertica \ W3C \ + W3C-19980720 \ WTFPL \ X11 \ X11-Lucent \ |