From b2f47218db03d89f424bbcb870d8dca54294e030 Mon Sep 17 00:00:00 2001 From: yabause Date: Tue, 28 Nov 2006 21:58:02 +0000 Subject: [PATCH] Added some missing copyright notices --- desmume/src/fs-linux.c | 19 +++++++++++++++++++ desmume/src/fs-windows.c | 19 +++++++++++++++++++ desmume/src/fs.h | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/desmume/src/fs-linux.c b/desmume/src/fs-linux.c index 8e673c881..494e48fec 100644 --- a/desmume/src/fs-linux.c +++ b/desmume/src/fs-linux.c @@ -1,3 +1,22 @@ +/* Copyright (C) 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 +*/ + #include "fs.h" #include diff --git a/desmume/src/fs-windows.c b/desmume/src/fs-windows.c index 8437679dc..5de81a116 100644 --- a/desmume/src/fs-windows.c +++ b/desmume/src/fs-windows.c @@ -1,3 +1,22 @@ +/* Copyright (C) 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 +*/ + #include "fs.h" #include diff --git a/desmume/src/fs.h b/desmume/src/fs.h index 0087d2625..a1f25b8fb 100644 --- a/desmume/src/fs.h +++ b/desmume/src/fs.h @@ -1,3 +1,22 @@ +/* Copyright (C) 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 FS_H #define FS_H