OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [include/] [rtems/] [score/] [copyrt.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*  copyrt.h
2
 *
3
 *  This include file contains the copyright notice for RTEMS
4
 *  which is included in every binary copy of the executive.
5
 *
6
 *  COPYRIGHT (c) 1989-1999.
7
 *  On-Line Applications Research Corporation (OAR).
8
 *
9
 *  The license and distribution terms for this file may be
10
 *  found in the file LICENSE in this distribution or at
11
 *  http://www.OARcorp.com/rtems/license.html.
12
 *
13
 *  copyrt.h,v 1.8 1999/11/17 17:50:36 joel Exp
14
 */
15
 
16
#ifndef __RTEMS_COPYRIGHT_h
17
#define __RTEMS_COPYRIGHT_h
18
 
19
#ifdef __cplusplus
20
extern "C" {
21
#endif
22
 
23
#ifdef SCORE_INIT
24
 
25
const char _Copyright_Notice[] =
26
"COPYRIGHT (c) 1989-1999.\n\
27
On-Line Applications Research Corporation (OAR).\n";
28
 
29
#else
30
 
31
extern const char _Copyright_Notice[];
32
 
33
#endif
34
 
35
#ifdef __cplusplus
36
}
37
#endif
38
 
39
#endif
40
/* end of include file */

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.