bsps/sparc: 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.
This commit is contained in:
Joel Sherrill
2025-08-11 19:06:32 +00:00
committed by Gedare Bloom
parent 548cb8e07c
commit 3a51fd9e6f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2019 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
+2 -2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
@@ -7,8 +9,6 @@
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2019, 2021 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without