diff --git a/crypto/cast.c b/crypto/cast.c index abfb07f875594..eede26d2faa29 100644 --- a/crypto/cast.c +++ b/crypto/cast.c @@ -1,7 +1,7 @@ /**************************************************************************** * crypto/cast.c * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * CAST-128 in C * Written by Steve Reid diff --git a/crypto/castsb.h b/crypto/castsb.h index 24ecb8ed764d4..d767c87e29e43 100644 --- a/crypto/castsb.h +++ b/crypto/castsb.h @@ -1,7 +1,7 @@ /**************************************************************************** * crypto/castsb.h * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * CAST-128 in C * Written by Steve Reid diff --git a/crypto/chacha_private.h b/crypto/chacha_private.h index a2ec1445495fd..516b9a115ac46 100644 --- a/crypto/chacha_private.h +++ b/crypto/chacha_private.h @@ -1,7 +1,7 @@ /**************************************************************************** * crypto/chacha_private.h * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * D. J. Bernstein * Public domain. diff --git a/crypto/md5.c b/crypto/md5.c index cfda17c60d005..dd53a32c6524f 100644 --- a/crypto/md5.c +++ b/crypto/md5.c @@ -1,7 +1,7 @@ /**************************************************************************** * crypto/md5.c * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was diff --git a/crypto/poly1305.c b/crypto/poly1305.c index bd34582ba53b0..1c279020b14c1 100644 --- a/crypto/poly1305.c +++ b/crypto/poly1305.c @@ -1,7 +1,7 @@ /**************************************************************************** * crypto/poly1305.c * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * Public Domain poly1305 from Andrew Moon * diff --git a/crypto/rijndael.c b/crypto/rijndael.c index 99e2e2c8658fd..61a343f698461 100644 --- a/crypto/rijndael.c +++ b/crypto/rijndael.c @@ -1,7 +1,7 @@ /**************************************************************************** * crypto/rijndael.c * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * SPDX-FileContributor: Vincent Rijmen * SPDX-FileContributor: Antoon Bosselaers * SPDX-FileContributor: Paulo Barreto diff --git a/crypto/sha1.c b/crypto/sha1.c index b19d96c7e61bb..2754e19ebbd1a 100644 --- a/crypto/sha1.c +++ b/crypto/sha1.c @@ -1,7 +1,7 @@ /**************************************************************************** * crypto/sha1.c * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * By Steve Reid * 100% Public Domain diff --git a/include/crypto/cast.h b/include/crypto/cast.h index 1c9d025f95a98..78d7bb39d3327 100644 --- a/include/crypto/cast.h +++ b/include/crypto/cast.h @@ -1,7 +1,7 @@ /**************************************************************************** * include/crypto/cast.h * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * Written by Steve Reid * 100% Public Domain - no warranty diff --git a/include/crypto/md5.h b/include/crypto/md5.h index d30381149f1d3..d491cf81f44f5 100644 --- a/include/crypto/md5.h +++ b/include/crypto/md5.h @@ -1,7 +1,7 @@ /**************************************************************************** * include/crypto/md5.h * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was diff --git a/include/crypto/poly1305.h b/include/crypto/poly1305.h index 63d6600bdc6b1..e2be32200e0d4 100644 --- a/include/crypto/poly1305.h +++ b/include/crypto/poly1305.h @@ -1,7 +1,7 @@ /**************************************************************************** * include/crypto/poly1305.h * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * Public Domain poly1305 from Andrew Moon * diff --git a/include/crypto/rijndael.h b/include/crypto/rijndael.h index 6d40e29f01f29..c07c4a9afb70e 100644 --- a/include/crypto/rijndael.h +++ b/include/crypto/rijndael.h @@ -1,7 +1,7 @@ /**************************************************************************** * include/crypto/rijndael.h * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * SPDX-FileContributor: Vincent Rijmen * SPDX-FileContributor: Antoon Bosselaers diff --git a/include/crypto/sha1.h b/include/crypto/sha1.h index f88793536d04b..2362cc0147ac5 100644 --- a/include/crypto/sha1.h +++ b/include/crypto/sha1.h @@ -1,7 +1,7 @@ /**************************************************************************** * include/crypto/sha1.h * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * By Steve Reid * 100% Public Domain diff --git a/include/search.h b/include/search.h index cb9cb1db3248a..2e2e01d4092e7 100644 --- a/include/search.h +++ b/include/search.h @@ -1,7 +1,7 @@ /**************************************************************************** * include/search.h * - * SPDX-License-Identifier: NuttX-PublicDomain + * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain * * Written by J.T. Conklin * Public domain.