summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/copyrt.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/copyrt.h')
-rw-r--r--cpukit/score/include/rtems/score/copyrt.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/copyrt.h b/cpukit/score/include/rtems/score/copyrt.h
index f18e3c675e..e300f4276a 100644
--- a/cpukit/score/include/rtems/score/copyrt.h
+++ b/cpukit/score/include/rtems/score/copyrt.h
@@ -1,9 +1,12 @@
-/* copyrt.h
+/**
+ * @file copyrt.h
*
* This include file contains the copyright notice for RTEMS
* which is included in every binary copy of the executive.
- *
- * COPYRIGHT (c) 1989-1999.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2004.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -20,16 +23,15 @@
extern "C" {
#endif
+/**
+ * This is the copyright string for RTEMS.
+ */
#ifdef SCORE_INIT
-
const char _Copyright_Notice[] =
-"COPYRIGHT (c) 1989-1999.\n\
+"COPYRIGHT (c) 1989-2004.\n\
On-Line Applications Research Corporation (OAR).\n";
-
#else
-
extern const char _Copyright_Notice[];
-
#endif
#ifdef __cplusplus