[rtems commit] score/cpu/i386: Clean up file headers in prep for license change.

Joel Sherrill joel at rtems.org
Thu Feb 24 23:06:40 UTC 2022


Module:    rtems
Branch:    master
Commit:    cc9f4339e3f6fd2d57778b28cf7d4eb2aa38c56f
Changeset: http://git.rtems.org/rtems/commit/?id=cc9f4339e3f6fd2d57778b28cf7d4eb2aa38c56f

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Feb 17 09:36:02 2022 -0600

score/cpu/i386: Clean up file headers in prep for license change.

---

 cpukit/score/cpu/i386/cpu_asm.S                        | 7 +++++--
 cpukit/score/cpu/i386/include/rtems/score/idtr.h       | 4 ++--
 cpukit/score/cpu/i386/include/rtems/score/interrupts.h | 4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/cpukit/score/cpu/i386/cpu_asm.S b/cpukit/score/cpu/i386/cpu_asm.S
index 2336095..62d899d 100644
--- a/cpukit/score/cpu/i386/cpu_asm.S
+++ b/cpukit/score/cpu/i386/cpu_asm.S
@@ -1,8 +1,11 @@
-/*  cpu_asm.s
+/**
+ *  @file
  *
  *  This file contains all assembly code for the Intel i386 implementation
  *  of RTEMS.
- *
+ */
+
+/*
  *  COPYRIGHT (c) 1989-1999.
  *  On-Line Applications Research Corporation (OAR).
  *
diff --git a/cpukit/score/cpu/i386/include/rtems/score/idtr.h b/cpukit/score/cpu/i386/include/rtems/score/idtr.h
index c40fce1..1c2e687 100644
--- a/cpukit/score/cpu/i386/include/rtems/score/idtr.h
+++ b/cpukit/score/cpu/i386/include/rtems/score/idtr.h
@@ -15,6 +15,8 @@
  *              Volume 3 : Architecture and Programming Manual
  *
  * Formerly contained in and extracted from libcpu/i386/cpu.h.
+ *
+ * Applications must not include this file directly.
  */
 
 /*
@@ -24,8 +26,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.org/license/LICENSE.
- *
- *  Applications must not include this file directly.
  */
 
 #ifndef _RTEMS_SCORE_IDTR_H
diff --git a/cpukit/score/cpu/i386/include/rtems/score/interrupts.h b/cpukit/score/cpu/i386/include/rtems/score/interrupts.h
index cac9ba9..004b8e5 100644
--- a/cpukit/score/cpu/i386/include/rtems/score/interrupts.h
+++ b/cpukit/score/cpu/i386/include/rtems/score/interrupts.h
@@ -4,6 +4,8 @@
  * @brief Intel I386 Interrupt Macros
  *
  * Formerly contained in and extracted from libcpu/i386/cpu.h
+ *
+ *  Applications must not include this file directly.
  */
 
 /*
@@ -12,8 +14,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.org/license/LICENSE.
- *
- *  Applications must not include this file directly.
  */
 
 /**



More information about the vc mailing list