source: rtems/cpukit/include/rtems/score/copyrt.h @ 5803f37

5
Last change on this file since 5803f37 was 4bb0f00, checked in by Andreas Dachsberger <andreas.dachsberger@…>, on 04/05/19 at 07:07:10

doxygen: score: adjust doc in copyrt.h to doxygen guidelines

Also renamed the group SuperCoreCopyright? to RTEMSSuperCoreCopyright
Update #3706.

  • Property mode set to 100644
File size: 884 bytes
Line 
1/**
2 * @file
3 *
4 * @ingroup RTEMSSuperCoreCopyright
5 *
6 * @brief Copyright Notice for RTEMS
7 *
8 * This include file contains the copyright notice for RTEMS
9 * which is included in every binary copy of the executive.
10 */
11
12/*
13 *  COPYRIGHT (c) 1989-2008.
14 *  On-Line Applications Research Corporation (OAR).
15 *
16 *  The license and distribution terms for this file may be
17 *  found in the file LICENSE in this distribution or at
18 *  http://www.rtems.org/license/LICENSE.
19 */
20
21#ifndef _RTEMS_SCORE_COPYRT_H
22#define _RTEMS_SCORE_COPYRT_H
23
24/**
25 * @defgroup RTEMSSuperCoreCopyright RTEMS Copyright Notice
26 *
27 * @ingroup RTEMSScore
28 *
29 * @brief Copyright Notice for RTEMS
30 *
31 * @{
32 */
33
34
35#ifdef __cplusplus
36extern "C" {
37#endif
38
39/**
40 *  This is the copyright string for RTEMS.
41 */
42extern const char _Copyright_Notice[];
43
44#ifdef __cplusplus
45}
46#endif
47
48/** @} */
49
50#endif
51/* end of include file */
Note: See TracBrowser for help on using the repository browser.