mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
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:

committed by
Xiang Xiao

parent
5369d238a8
commit
d2ff6c8f28
@@ -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
|
||||
|
Reference in New Issue
Block a user