From da925562eefba01c4b77928ac7c07f7197c8805f Mon Sep 17 00:00:00 2001 From: cyberwarriorx Date: Thu, 7 Jun 2007 17:26:29 +0000 Subject: [PATCH] -Added copyright notices to files that didn't have them --- desmume/src/ROMReader.c | 19 +++++++++++++++++++ desmume/src/ROMReader.h | 19 +++++++++++++++++++ desmume/src/config.h | 19 +++++++++++++++++++ desmume/src/debug.h | 19 +++++++++++++++++++ desmume/src/dscard.h | 21 ++++++++++++++++++++- desmume/src/registers.h | 21 +++++++++++++++++++++ 6 files changed, 117 insertions(+), 1 deletion(-) diff --git a/desmume/src/ROMReader.c b/desmume/src/ROMReader.c index b8f1d05fe..9646cd3a1 100644 --- a/desmume/src/ROMReader.c +++ b/desmume/src/ROMReader.c @@ -1,3 +1,22 @@ +/* Copyright 2007 Guillaume Duhamel + + This file is part of DeSmuME + + DeSmuME is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + DeSmuME is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with DeSmuME; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + #include "ROMReader.h" #include diff --git a/desmume/src/ROMReader.h b/desmume/src/ROMReader.h index 3db399504..0060cee44 100644 --- a/desmume/src/ROMReader.h +++ b/desmume/src/ROMReader.h @@ -1,3 +1,22 @@ +/* Copyright 2007 Guillaume Duhamel + + This file is part of DeSmuME + + DeSmuME is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + DeSmuME is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with DeSmuME; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + #include "types.h" #define ROMREADER_DEFAULT -1 diff --git a/desmume/src/config.h b/desmume/src/config.h index 4e98d421d..2f2f707ee 100644 --- a/desmume/src/config.h +++ b/desmume/src/config.h @@ -1,3 +1,22 @@ +/* Copyright (C) 2006 thoduv + + This file is part of DeSmuME + + DeSmuME is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + DeSmuME is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with DeSmuME; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + #ifndef __CONFIG_H__ #define __CONFIG_H__ diff --git a/desmume/src/debug.h b/desmume/src/debug.h index 9f9224615..2508f0f0a 100644 --- a/desmume/src/debug.h +++ b/desmume/src/debug.h @@ -1,3 +1,22 @@ +/* Copyright 2005-2006 Guillaume Duhamel + + This file is part of DeSmuME. + + DeSmuME is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + DeSmuME is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with DeSmuME; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + #ifndef DEBUG_H #define DEBUG_H diff --git a/desmume/src/dscard.h b/desmume/src/dscard.h index be95604aa..9b002e347 100644 --- a/desmume/src/dscard.h +++ b/desmume/src/dscard.h @@ -1,4 +1,23 @@ -#ifndef __DSCARD_H__ +/* Copyright (C) 2006 thoduv + + This file is part of DeSmuME + + DeSmuME is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + DeSmuME is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with DeSmuME; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + +#ifndef __DSCARD_H__ #define __DSCARD_H__ typedef struct diff --git a/desmume/src/registers.h b/desmume/src/registers.h index 812328877..f9060214d 100644 --- a/desmume/src/registers.h +++ b/desmume/src/registers.h @@ -1,3 +1,24 @@ +/* Copyright (C) 2006 Theo Berkau + + Ideas borrowed from Stephane Dallongeville's SCSP core + + This file is part of DeSmuME + + DeSmuME is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + DeSmuME is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with DeSmuME; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + #ifndef REGISTERS_H #define REGISTERS_H