Skip to content

Commit 0b0cc0e

Browse files
committed
mark files identified as having code inspired by RTEMS
1 parent d241737 commit 0b0cc0e

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

gc/ogc/lwp_states.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
3+
Containes code inspired by and derived from code written for the RTEMS project.
4+
See LICENSE for more information.
5+
6+
*/
7+
18
#ifndef ___LWP_STATES_H__
29
#define ___LWP_STATES_H__
310

gc/ogc/machine/processor.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
3+
Containes code inspired by and derived from code written for the RTEMS project.
4+
See LICENSE for more information.
5+
6+
*/
7+
18
#ifndef __PROCESSOR_H__
29
#define __PROCESSOR_H__
310

libogc/lwp_watchdog.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
3+
Containes code inspired by and derived from code written for the RTEMS project.
4+
See LICENSE for more information.
5+
6+
*/
7+
18
#include <stdlib.h>
29
#include <limits.h>
310
#include "asm.h"

0 commit comments

Comments
 (0)