summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-01-27 09:39:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-01-27 09:41:07 +0100
commit3272dcb36481927fe34d2a60897cf4181acd9679 (patch)
treeb9e0f5f57ff088cd723b0664dde269395e425c15 /cpukit/sapi
parentrtems: Add "Notes" paragraph header (diff)
downloadrtems-3272dcb36481927fe34d2a60897cf4181acd9679.tar.bz2
Update copyright notice to 2021
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/src/exinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index acb2041e1e..47848e1094 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -42,7 +42,7 @@
#include <rtems/score/wkspace.h>
RTEMS_SECTION(".rtemsroset.copyright") const char _Copyright_Notice[] =
- "Copyright (C) 1989, 2020 RTEMS Project and contributors";
+ "Copyright (C) 1989, 2021 RTEMS Project and contributors";
static Objects_Information *
_Internal_Objects[ OBJECTS_INTERNAL_CLASSES_LAST + 1 ];