Skip to content

Commit

Permalink
arch/x86_64: migrate to SPDX identifier
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jerpelea authored and xiaoxiang781216 committed Dec 19, 2024
1 parent 7465fef commit 476d1d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/x86_64/include/multiboot2.h
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down

0 comments on commit 476d1d4

Please sign in to comment.