Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crypto/cast.c
Original file line number Diff line number Diff line change
@@ -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 <sreid@sea-to-sky.net>
Expand Down
2 changes: 1 addition & 1 deletion crypto/castsb.h
Original file line number Diff line number Diff line change
@@ -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 <sreid@sea-to-sky.net>
Expand Down
2 changes: 1 addition & 1 deletion crypto/chacha_private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/****************************************************************************
* crypto/chacha_private.h
*
* SPDX-License-Identifier: NuttX-PublicDomain
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* D. J. Bernstein
* Public domain.
Expand Down
2 changes: 1 addition & 1 deletion crypto/md5.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crypto/poly1305.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/****************************************************************************
* crypto/poly1305.c
*
* SPDX-License-Identifier: NuttX-PublicDomain
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* Public Domain poly1305 from Andrew Moon
*
Expand Down
2 changes: 1 addition & 1 deletion crypto/rijndael.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/****************************************************************************
* crypto/rijndael.c
*
* SPDX-License-Identifier: NuttX-PublicDomain
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
* SPDX-FileContributor: Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
* SPDX-FileContributor: Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>

Check failure on line 6 in crypto/rijndael.c

View workflow job for this annotation

GitHub Actions / check

Long line found
* SPDX-FileContributor: Paulo Barreto <paulo.barreto@terra.com.br>
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
Expand Down
2 changes: 1 addition & 1 deletion crypto/sha1.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/****************************************************************************
* crypto/sha1.c
*
* SPDX-License-Identifier: NuttX-PublicDomain
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* By Steve Reid <steve@edmweb.com>
* 100% Public Domain
Expand Down
2 changes: 1 addition & 1 deletion include/crypto/cast.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/****************************************************************************
* include/crypto/cast.h
*
* SPDX-License-Identifier: NuttX-PublicDomain
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* Written by Steve Reid <sreid@sea-to-sky.net>
* 100% Public Domain - no warranty
Expand Down
2 changes: 1 addition & 1 deletion include/crypto/md5.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/crypto/poly1305.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion include/crypto/rijndael.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/****************************************************************************
* include/crypto/rijndael.h
*
* SPDX-License-Identifier: NuttX-PublicDomain
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* SPDX-FileContributor: Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
* SPDX-FileContributor: Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>

Check failure on line 7 in include/crypto/rijndael.h

View workflow job for this annotation

GitHub Actions / check

Long line found
* SPDX-FileContributor: Paulo Barreto <paulo.barreto@terra.com.br>
*
* This code is hereby placed in the public domain.
Expand Down
2 changes: 1 addition & 1 deletion include/crypto/sha1.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/****************************************************************************
* include/crypto/sha1.h
*
* SPDX-License-Identifier: NuttX-PublicDomain
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* By Steve Reid <steve@edmweb.com>
* 100% Public Domain
Expand Down
2 changes: 1 addition & 1 deletion include/search.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/****************************************************************************
* include/search.h
*
* SPDX-License-Identifier: NuttX-PublicDomain
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* Written by J.T. Conklin <jtc@netbsd.org>
* Public domain.
Expand Down
Loading