This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch releases/12.8
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 476d1d4e3cccad4a9074cbb3be4c4600a3eedada
Author: Alin Jerpelea <[email protected]>
AuthorDate: Wed Dec 18 06:59:32 2024 +0100

    arch/x86_64: 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 <[email protected]>
---
 arch/x86_64/include/multiboot2.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/x86_64/include/multiboot2.h b/arch/x86_64/include/multiboot2.h
index be90fe1ad2..bd6a0008c8 100644
--- a/arch/x86_64/include/multiboot2.h
+++ b/arch/x86_64/include/multiboot2.h
@@ -1,7 +1,9 @@
 /****************************************************************************
  * arch/x86_64/include/multiboot2.h
  *
- * Copyright (C) 1999,2003,2007,2008,2009,2010 Free Software Foundation, Inc.
+ * SPDX-License-Identifier: MIT
+ * SPDX-FileCopyrightText: 2008,2009,2010 Free Software Foundation, Inc.
+ * SPDX-FileCopyrightText: 1999,2003,2007 Free Software Foundation, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),

Reply via email to