From 548cb8e07cf35bb1dd13f6cbad42f99f727c8d2c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Aug 2025 16:17:20 -0500 Subject: [PATCH] bsps/x86_64: Move SPDX line to top of file The RTEMS Software Engineering Guide specifies that the SPDX license annotation shouldbe the first line of the file and not part of the copyright/license comment block. --- bsps/x86_64/amd64/include/multiboot2impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsps/x86_64/amd64/include/multiboot2impl.h b/bsps/x86_64/amd64/include/multiboot2impl.h index 0d6336acce..d835e1c589 100644 --- a/bsps/x86_64/amd64/include/multiboot2impl.h +++ b/bsps/x86_64/amd64/include/multiboot2impl.h @@ -1,6 +1,6 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2023 Karel Gardas * * Redistribution and use in source and binary forms, with or without