mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-09 18:26:34 +00:00
testing: migrate to SPDX identifier
Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
018d343a1e
commit
e72cee69b0
483 changed files with 2362 additions and 1325 deletions
|
|
@ -1,8 +1,8 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/3descbc.c
|
||||
* $OpenBSD: des3.c,v 1.8 2010/10/15 10:39:12 jsg Exp $
|
||||
*
|
||||
* Copyright (c) 2002 Markus Friedl. All rights reserved.
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
* SPDX-FileCopyrightText: 2002 Markus Friedl. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# ##############################################################################
|
||||
# apps/testing/crypto/CMakeLists.txt
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
# license agreements. See the NOTICE file distributed with this work for
|
||||
# additional information regarding copyright ownership. The ASF licenses this
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
############################################################################
|
||||
# apps/testing/crypto/Make.defs
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
############################################################################
|
||||
# apps/testing/crypto/Makefile
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/aescbc.c
|
||||
* $OpenBSD: aesctr.c,v 1.1 2005/05/25 05:47:53 markus Exp $
|
||||
*
|
||||
* Copyright (c) 2005 Markus Friedl <markus@openbsd.org>
|
||||
* SPDX-License-Identifier: ISC
|
||||
* SPDX-FileCopyrightText: 2005 Markus Friedl. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/aescmac.c
|
||||
*
|
||||
* SPDX-License-Identifier: ISC
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
* copyright notice and this permission notice appear in all copies.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/aesctr.c
|
||||
* $OpenBSD: aesctr.c,v 1.1 2005/05/25 05:47:53 markus Exp $
|
||||
*
|
||||
* Copyright (c) 2005 Markus Friedl <markus@openbsd.org>
|
||||
* SPDX-License-Identifier: ISC
|
||||
* SPDX-FileCopyrightText: 2005 Markus Friedl <markus@openbsd.org>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/aesxts.c
|
||||
* $OpenBSD: aes_xts.c,v 1.2 2013/10/06 16:59:34 jsing Exp $
|
||||
*
|
||||
* Copyright (c) 2002 Markus Friedl. All rights reserved.
|
||||
* Copyright (c) 2008 Damien Miller. All rights reserved.
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
* SPDX-FileCopyrightText: 2002 Markus Friedl. All rights reserved.
|
||||
* SPDX-FileCopyrightText: 2008 Damien Miller. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/crc32.c
|
||||
*
|
||||
* SPDX-License-Identifier: ISC
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
* copyright notice and this permission notice appear in all copies.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/dhm.c
|
||||
* Copyright (C) 2023 Xiaomi Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/ecdsa.c
|
||||
*
|
||||
* SPDX-License-Identifier: ISC
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
* copyright notice and this permission notice appear in all copies.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/hash.c
|
||||
*
|
||||
* SPDX-License-Identifier: ISC
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
* copyright notice and this permission notice appear in all copies.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/hmac.c
|
||||
* Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr>
|
||||
*
|
||||
* SPDX-License-Identifier: ISC
|
||||
* SPDX-FileCopyrightText: 2008 Damien Bergamini <damien.bergamini@free.fr>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/crypto/rsa.c
|
||||
*
|
||||
* SPDX-License-Identifier: ISC
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
* copyright notice and this permission notice appear in all copies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue