Skip to content

Commit 274756e

Browse files
committed
mark more files identified as inspired by RTEMS code
1 parent f1bdd7e commit 274756e

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

libogc/lwp_threadq.c

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

310
#include "asm.h"

libogc/lwp_threads.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
3+
Contains 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 <stdio.h>
310
#include <string.h>

libogc/lwp_wkspace.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
3+
Contains 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 <system.h>
310
#include <string.h>

0 commit comments

Comments
 (0)