00001
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef _RTEMS_SCORE_COPYRT_H
00020 #define _RTEMS_SCORE_COPYRT_H
00021
00022 #ifdef __cplusplus
00023 extern "C" {
00024 #endif
00025
00029 #ifdef SCORE_INIT
00030 const char _Copyright_Notice[] =
00031 "COPYRIGHT (c) 1989-2008.\n\
00032 On-Line Applications Research Corporation (OAR).\n";
00033 #else
00034 extern const char _Copyright_Notice[];
00035 #endif
00036
00037 #ifdef __cplusplus
00038 }
00039 #endif
00040
00041 #endif
00042