[rtems commit] score: Update _Copyright_Notice
Sebastian Huber
sebh at rtems.org
Wed May 6 06:02:29 UTC 2020
Module: rtems
Branch: master
Commit: 3ce3cdfc5beb0f3329f90451605d0fc456c87a54
Changeset: http://git.rtems.org/rtems/commit/?id=3ce3cdfc5beb0f3329f90451605d0fc456c87a54
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue May 5 16:16:54 2020 +0200
score: Update _Copyright_Notice
Add the _Copyright_Notice to a special linker set to prevent a garbage
collection of this item.
---
cpukit/sapi/src/exinit.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index 623d402..db0d1fb 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -38,9 +38,8 @@
#include <rtems/score/todimpl.h>
#include <rtems/score/wkspace.h>
-const char _Copyright_Notice[] =
-"COPYRIGHT (c) 1989-2008.\n\
-On-Line Applications Research Corporation (OAR).\n";
+RTEMS_SECTION(".rtemsroset.copyright") const char _Copyright_Notice[] =
+ "Copyright (C) 1989, 2020 RTEMS Project and contributors";
static Objects_Information *
_Internal_Objects[ OBJECTS_INTERNAL_CLASSES_LAST + 1 ];
More information about the vc
mailing list