system/tee: 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:03:05 +01:00
committed by Xiang Xiao
parent 5369d238a8
commit d2ff6c8f28

View File

@@ -1,14 +1,11 @@
/****************************************************************************
* apps/system/tee/tee.c
* $NetBSD: tee.c,v 1.6 1997/10/20 00:37:11 lukem Exp $
*
* Copyright (c) 2016. Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Leveraged from NetBSD:
*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved.
* SPDX-FileCopyrightText: 1993 The Regents of the University of California.
* SPDX-FileCopyrightText: 1993 The Regents of the University of California.
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions