From d2ff6c8f28e9565e4564dd8847f167abd3438f17 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Sun, 29 Dec 2024 16:03:05 +0100 Subject: [PATCH] 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 --- system/tee/tee.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/system/tee/tee.c b/system/tee/tee.c index 99ed8386e..3adab918f 100644 --- a/system/tee/tee.c +++ b/system/tee/tee.c @@ -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 - * - * 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 * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions