bsps/include: 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-08 16:18:43 -05:00
committed by Gedare Bloom
parent a265d69094
commit b162f65fb1
5 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2014 embedded brains GmbH & Co. KG * Copyright (C) 2014 embedded brains GmbH & Co. KG
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2014 embedded brains GmbH & Co. KG * Copyright (C) 2014 embedded brains GmbH & Co. KG
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* *
@@ -7,8 +9,6 @@
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2013 embedded brains GmbH & Co. KG * Copyright (C) 2013 embedded brains GmbH & Co. KG
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* *
@@ -7,8 +9,6 @@
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2013, 2024 embedded brains GmbH & Co. KG * Copyright (C) 2013, 2024 embedded brains GmbH & Co. KG
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @ingroup RTEMSBSPsShared * @ingroup RTEMSBSPsShared
@@ -5,8 +7,6 @@
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2023 Reflex Aerospace GmbH * Copyright (C) 2023 Reflex Aerospace GmbH
* *
* Written by Philip Kirkpatrick <p.kirkpatrick@reflexaerospace.com> * Written by Philip Kirkpatrick <p.kirkpatrick@reflexaerospace.com>