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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [score/] [include/] [rtems/] [score/] [copyrt.h] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  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
 *  $Id: copyrt.h,v 1.2 2001-09-27 11:59:32 chris 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-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.