RTEMS CPU Kit with SuperCore  4.11.2
copyrt.h
Go to the documentation of this file.
1 
10 /*
11  * COPYRIGHT (c) 1989-2008.
12  * On-Line Applications Research Corporation (OAR).
13  *
14  * The license and distribution terms for this file may be
15  * found in the file LICENSE in this distribution or at
16  * http://www.rtems.org/license/LICENSE.
17  */
18 
19 #ifndef _RTEMS_SCORE_COPYRT_H
20 #define _RTEMS_SCORE_COPYRT_H
21 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
36 #ifdef SCORE_INIT
37 const char _Copyright_Notice[] =
38 "COPYRIGHT (c) 1989-2008.\n\
39 On-Line Applications Research Corporation (OAR).\n";
40 #else
41 extern const char _Copyright_Notice[];
42 #endif
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
49 #endif
50 /* end of include file */
const char _Copyright_Notice[]
This is the copyright string for RTEMS.