From d48c3284b33151fbbe8d04dcc9381a1e1c60aeca Mon Sep 17 00:00:00 2001 From: Sven Peter Date: Mon, 13 Apr 2009 23:13:51 +0200 Subject: [PATCH] more license stuff --- bsdtypes.h | 2 +- irq.c | 1 + irq.h | 1 + nand.h | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bsdtypes.h b/bsdtypes.h index 5f6ade2..77ef966 100644 --- a/bsdtypes.h +++ b/bsdtypes.h @@ -1,7 +1,7 @@ /* mini - a Free Software replacement for the Nintendo/BroadOn IOS. - BSD types + BSD types compatibility layer for the SD host controller driver. Copyright (C) 2008, 2009 Sven Peter diff --git a/irq.c b/irq.c index 89e45ee..a0f49cc 100644 --- a/irq.c +++ b/irq.c @@ -5,6 +5,7 @@ Copyright (C) 2008, 2009 Hector Martin "marcan" Copyright (C) 2009 Andre Heider "dhewg" +Copyright (C) 2008, 2009 Sven Peter This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/irq.h b/irq.h index a446648..0bdbd20 100644 --- a/irq.h +++ b/irq.h @@ -4,6 +4,7 @@ IRQ support Copyright (C) 2008, 2009 Hector Martin "marcan" +Copyright (C) 2008, 2009 Sven Peter This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/nand.h b/nand.h index 0378a0c..a5eba8a 100644 --- a/nand.h +++ b/nand.h @@ -4,6 +4,7 @@ memory management, MMU, caches, and flushing Copyright (C) 2008, 2009 Hector Martin "marcan" +Copyright (C) 2008, 2009 Sven Peter This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by