From c3c2764a86ab5978261faceca9e5e2c47713130a Mon Sep 17 00:00:00 2001 From: mudlord Date: Mon, 31 Dec 2007 04:52:00 +0000 Subject: [PATCH] Updated copyright information in core files that we modded :) --- src/GBA.cpp | 2 +- src/Gfx.h | 3 ++- src/Sound.h | 2 +- src/Util.cpp | 2 +- src/gb/gbSound.cpp | 2 +- src/win32/Direct3D.cpp | 2 +- src/win32/DirectSound.cpp | 1 + src/win32/OpenAL.cpp | 2 +- src/win32/VBA.cpp | 2 +- src/win32/rpi.cpp | 21 +++++++++++++++++++++ src/win32/rpi.h | 1 + 11 files changed, 32 insertions(+), 8 deletions(-) diff --git a/src/GBA.cpp b/src/GBA.cpp index facdcf86..26f4d35e 100644 --- a/src/GBA.cpp +++ b/src/GBA.cpp @@ -1,7 +1,7 @@ // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator. // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2005-2006 Forgotten and the VBA development team - +// Copyright (C) VBA-M development team // 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 // the Free Software Foundation; either version 2, or(at your option) diff --git a/src/Gfx.h b/src/Gfx.h index 8a04d430..ced03e5a 100644 --- a/src/Gfx.h +++ b/src/Gfx.h @@ -2,7 +2,8 @@ // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator. // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2005 Forgotten and the VBA development team - +// Copyright (C) 2008 VBA-M development team +// // 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 // the Free Software Foundation; either version 2, or(at your option) diff --git a/src/Sound.h b/src/Sound.h index 05da614c..7f50e9be 100644 --- a/src/Sound.h +++ b/src/Sound.h @@ -3,7 +3,7 @@ // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2004 Forgotten and the VBA development team // Copyright (C) 2004-2006 VBA development team - +// Copyright (C) 2007-2008 VBA-M development team // 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 // the Free Software Foundation; either version 2, or(at your option) diff --git a/src/Util.cpp b/src/Util.cpp index 2434f715..84d70200 100644 --- a/src/Util.cpp +++ b/src/Util.cpp @@ -1,7 +1,7 @@ // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator. // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2004-2006 Forgotten and the VBA development team - +// Copyright (C) 2007-2008 VBA-M development team and Shay Green // 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 // the Free Software Foundation; either version 2, or(at your option) diff --git a/src/gb/gbSound.cpp b/src/gb/gbSound.cpp index 1691d1e5..58077a05 100644 --- a/src/gb/gbSound.cpp +++ b/src/gb/gbSound.cpp @@ -1,7 +1,7 @@ // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator. // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2005-2006 Forgotten and the VBA development team - +// Copyright (C) 2007-2008 VBA-M development team // 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 // the Free Software Foundation; either version 2, or(at your option) diff --git a/src/win32/Direct3D.cpp b/src/win32/Direct3D.cpp index be3dd016..d2889cb7 100644 --- a/src/win32/Direct3D.cpp +++ b/src/win32/Direct3D.cpp @@ -2,7 +2,7 @@ // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2004 Forgotten and the VBA development team // Copyright (C) 2005-2006 VBA development team -// Copyright (C) 2007 VBA-M development team +// Copyright (C) 2007-2008 VBA-M development team // 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/src/win32/DirectSound.cpp b/src/win32/DirectSound.cpp index aaa9bd18..6b6d23c0 100644 --- a/src/win32/DirectSound.cpp +++ b/src/win32/DirectSound.cpp @@ -2,6 +2,7 @@ // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2004 Forgotten and the VBA development team // Copyright (C) 2004-2006 VBA development team +// Copyright (C) 2007-2008 VBA-M development team // 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/src/win32/OpenAL.cpp b/src/win32/OpenAL.cpp index 831b4294..d91b168b 100644 --- a/src/win32/OpenAL.cpp +++ b/src/win32/OpenAL.cpp @@ -1,5 +1,5 @@ // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator. -// Copyright (C) 2007 VBA-M development team +// Copyright (C) 2007-2008 VBA-M development team // 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/src/win32/VBA.cpp b/src/win32/VBA.cpp index 288b1dad..49c2231e 100644 --- a/src/win32/VBA.cpp +++ b/src/win32/VBA.cpp @@ -1,7 +1,7 @@ // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator. // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2005 Forgotten and the VBA development team -// Copyright (C) 2007 VBA-M development team +// Copyright (C) 2007-2008 VBA-M development team // 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/src/win32/rpi.cpp b/src/win32/rpi.cpp index 7372141c..4636e122 100644 --- a/src/win32/rpi.cpp +++ b/src/win32/rpi.cpp @@ -1,3 +1,24 @@ +// VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator. +// Copyright (C) 1999-2003 Forgotten +// Copyright (C) 2005 Forgotten and the VBA development team +// Copyright (C) 2007-2008 VBA-M development team +// Copyright (C) saunyuan +// 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 +// the Free Software Foundation; either version 2, or(at your option) +// any later version. +// +// This program 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 this program; if not, write to the Free Software Foundation, +// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +// VBA.cpp : Defines the class behaviors for the application. + #include "stdafx.h" #include "rpi.h" diff --git a/src/win32/rpi.h b/src/win32/rpi.h index f0bc2249..62c85e04 100644 --- a/src/win32/rpi.h +++ b/src/win32/rpi.h @@ -3,6 +3,7 @@ // This plugin uses (modified) code by Maxim Stepin - see "hq2x16.asm" for info // The original code and description of the algorithm can be found at: // http://www.hiend3d.com/hq2x.html +// Modified by suanyuan //--------------------------------------------------------------------------------------------------------------------------- #include