LICENSE update (GPLv3)

This commit is contained in:
Reisyukaku
2015-08-14 22:28:26 -04:00
parent 14a11ec38d
commit d89c7daf3b
14 changed files with 688 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
/*
* draw.c
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#include "draw.h"

View File

@@ -1,6 +1,7 @@
/*
* draw.h
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#include "types.h"

View File

@@ -1,6 +1,7 @@
/*
* emunand.c
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#include "emunand.h"

View File

@@ -1,6 +1,7 @@
/*
* emunand.h
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#ifndef EMU_INC

View File

@@ -1,6 +1,7 @@
/*
* firm.c
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#include "firm.h"

View File

@@ -1,6 +1,7 @@
/*
* firm.h
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#ifndef FIRM_INC
#define FIRM_INC

View File

@@ -1,6 +1,7 @@
/*
* main.c
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*
* Minimalist CFW for N3DS
*/

View File

@@ -1,6 +1,7 @@
/*
* memory.c
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#include "memory.h"

View File

@@ -1,6 +1,7 @@
/*
* memory.h
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#ifndef MEM_INC
#define MEM_INC

View File

@@ -1,6 +1,7 @@
/*
* patches.h
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#ifndef PATCHES_INC
#define PATCHES_INC

View File

@@ -1,6 +1,7 @@
/*
* types.h
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#ifndef TYPES_INC
#define TYPES_INC