Skip to content

Commit 42c9a63

Browse files
authored
Merge branch 'apache:master' into 6174677
2 parents 795dc8c + 4a06935 commit 42c9a63

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

crypto/cast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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]>

crypto/castsb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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]>

crypto/chacha_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

crypto/md5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

crypto/poly1305.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
*

crypto/rijndael.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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]>

crypto/sha1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

include/crypto/cast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

include/crypto/md5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

include/crypto/poly1305.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
*

0 commit comments

Comments
 (0)