mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
fundamental: Import SHA1 implementation from libxcrypt
This commit is contained in:
@@ -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)
|
||||
|
||||
6
LICENSES/alg-sha1-public-domain.txt
Normal file
6
LICENSES/alg-sha1-public-domain.txt
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user