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:
Alin Jerpelea 2024-12-29 16:26:09 +01:00 committed by Xiang Xiao
parent 018d343a1e
commit e72cee69b0
483 changed files with 2362 additions and 1325 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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.