File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11/****************************************************************************
22 * crypto/cast.c
33 *
4- * SPDX-License-Identifier: NuttX-PublicDomain
4+ * SPDX-License-Identifier: LicenseRef- NuttX-PublicDomain
55 *
66 * CAST-128 in C
77 * Written by Steve Reid <[email protected] >
Original file line number Diff line number Diff line change 11/****************************************************************************
22 * crypto/castsb.h
33 *
4- * SPDX-License-Identifier: NuttX-PublicDomain
4+ * SPDX-License-Identifier: LicenseRef- NuttX-PublicDomain
55 *
66 * CAST-128 in C
77 * Written by Steve Reid <[email protected] >
Original file line number Diff line number Diff line change 11/****************************************************************************
22 * crypto/chacha_private.h
33 *
4- * SPDX-License-Identifier: NuttX-PublicDomain
4+ * SPDX-License-Identifier: LicenseRef- NuttX-PublicDomain
55 *
66 * D. J. Bernstein
77 * Public domain.
Original file line number Diff line number Diff line change 11/****************************************************************************
22 * crypto/md5.c
33 *
4- * SPDX-License-Identifier: NuttX-PublicDomain
4+ * SPDX-License-Identifier: LicenseRef- NuttX-PublicDomain
55 *
66 * This code implements the MD5 message-digest algorithm.
77 * The algorithm is due to Ron Rivest. This code was
Original file line number Diff line number Diff line change 11/****************************************************************************
22 * crypto/poly1305.c
33 *
4- * SPDX-License-Identifier: NuttX-PublicDomain
4+ * SPDX-License-Identifier: LicenseRef- NuttX-PublicDomain
55 *
66 * Public Domain poly1305 from Andrew Moon
77 *
Original file line number Diff line number Diff line change 11/****************************************************************************
22 * crypto/rijndael.c
33 *
4- * SPDX-License-Identifier: NuttX-PublicDomain
4+ * SPDX-License-Identifier: LicenseRef- NuttX-PublicDomain
55 * SPDX-FileContributor: Vincent Rijmen <[email protected] > 66 * SPDX-FileContributor: Antoon Bosselaers <[email protected] > 77 * SPDX-FileContributor: Paulo Barreto <[email protected] >
Original file line number Diff line number Diff line change 11/****************************************************************************
22 * crypto/sha1.c
33 *
4- * SPDX-License-Identifier: NuttX-PublicDomain
4+ * SPDX-License-Identifier: LicenseRef- NuttX-PublicDomain
55 *
66 * By Steve Reid <[email protected] > 77 * 100% Public Domain
Original file line number Diff line number Diff line change 11/****************************************************************************
22 * include/crypto/cast.h
33 *
4- * SPDX-License-Identifier: NuttX-PublicDomain
4+ * SPDX-License-Identifier: LicenseRef- NuttX-PublicDomain
55 *
66 * Written by Steve Reid <[email protected] > 77 * 100% Public Domain - no warranty
Original file line number Diff line number Diff line change 11/****************************************************************************
22 * include/crypto/md5.h
33 *
4- * SPDX-License-Identifier: NuttX-PublicDomain
4+ * SPDX-License-Identifier: LicenseRef- NuttX-PublicDomain
55 *
66 * This code implements the MD5 message-digest algorithm.
77 * The algorithm is due to Ron Rivest. This code was
Original file line number Diff line number Diff line change 11/****************************************************************************
22 * include/crypto/poly1305.h
33 *
4- * SPDX-License-Identifier: NuttX-PublicDomain
4+ * SPDX-License-Identifier: LicenseRef- NuttX-PublicDomain
55 *
66 * Public Domain poly1305 from Andrew Moon
77 *
You can’t perform that action at this time.
0 commit comments