summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-trace.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-03-18 09:40:55 -0500
committerJoel Sherrill <joel@rtems.org>2022-03-22 11:34:23 -0500
commit5dec08934fe44c8483795147e3e6f9480660f099 (patch)
treed20c69745cfa77b6cbebdc41f00cf4cc0bbb634a /cpukit/libdl/rtl-trace.c
parentcpukit/libfs/src/defaults: Change license to BSD-2 (diff)
downloadrtems-5dec08934fe44c8483795147e3e6f9480660f099.tar.bz2
cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)
Updates #3053.
Diffstat (limited to 'cpukit/libdl/rtl-trace.c')
-rw-r--r--cpukit/libdl/rtl-trace.c21
1 files changed, 11 insertions, 10 deletions
diff --git a/cpukit/libdl/rtl-trace.c b/cpukit/libdl/rtl-trace.c
index 884cab685c..f3f86902cd 100644
--- a/cpukit/libdl/rtl-trace.c
+++ b/cpukit/libdl/rtl-trace.c
@@ -1,5 +1,16 @@
/* SPDX-License-Identifier: BSD-2-Clause */
+/**
+ * @file
+ *
+ * @ingroup rtems_rtld
+ *
+ * @brief RTEMS Run-Time Link Editor Trace
+ *
+ * A configurable tracer for the RTL. See the header file for the enable and
+ * disable.
+ */
+
/*
* COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
@@ -24,16 +35,6 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
-/**
- * @file
- *
- * @ingroup rtems_rtld
- *
- * @brief RTEMS Run-Time Link Editor Trace
- *
- * A configurable tracer for the RTL. See the header file for the enable and
- * disable.
- */
#ifdef HAVE_CONFIG_H
#include "config.h"