diff options
author | anonymix007 <48598263+anonymix007@users.noreply.github.com> | 2024-09-10 15:58:20 +0200 |
---|---|---|
committer | anonymix007 <48598263+anonymix007@users.noreply.github.com> | 2024-10-11 22:10:21 +0200 |
commit | 18c19a029cc50850019aba9a0252a9412a8b3f06 (patch) | |
tree | 3b8a7db0dee6adbab8f22039214af5f55ff25e33 /LICENSES | |
parent | macro: Add DISABLE_WARNING_STRINGOP_OVERREAD (diff) | |
download | systemd-18c19a029cc50850019aba9a0252a9412a8b3f06.tar.xz systemd-18c19a029cc50850019aba9a0252a9412a8b3f06.zip |
fundamental: Import SHA1 implementation from libxcrypt
Diffstat (limited to 'LICENSES')
-rw-r--r-- | LICENSES/README.md | 3 | ||||
-rw-r--r-- | LICENSES/alg-sha1-public-domain.txt | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/LICENSES/README.md b/LICENSES/README.md index 76fd437cf7..29ae23c727 100644 --- a/LICENSES/README.md +++ b/LICENSES/README.md @@ -66,6 +66,9 @@ The following exceptions apply: - src/libsystemd/sd-journal/lookup3.h * the tools/chromiumos/gen_autosuspend_rules.py script is licensed under the **BSD-3-Clause** license. + * the following sources are under **Public Domain** (LicenseRef-alg-sha1-public-domain): + - src/fundamental/sha1-fundamental.c + - src/fundamental/sha1-fundamental.h * Heebo fonts under docs/fonts/ are licensed under the **SIL Open Font License 1.1**, * any files under test/ without an explicit license we assume non-copyrightable (eg: computer-generated fuzzer data) diff --git a/LICENSES/alg-sha1-public-domain.txt b/LICENSES/alg-sha1-public-domain.txt new file mode 100644 index 0000000000..1f146cc1b1 --- /dev/null +++ b/LICENSES/alg-sha1-public-domain.txt @@ -0,0 +1,6 @@ +SHA-1 in C, by Steve Reid <sreid@sea-to-sky.net>, Public Domain +Modified by James H. Brown <jbrown@burgoyne.com>, 7/98, Public Domain +Modified by Steve Reid <sreid@sea-to-sky.net>, 8/98, Public Domain +Modified by Saul Kravitz <Saul.Kravitz@celera.com>, 4/01, Public Domain +Modified by Ralph Giles <giles@ghostscript.com>, 07/2002, Public Domain +Modified by Björn Esser <besser82@fedoraproject.org>, 10/2017, Public Domain |