56 lines
2.5 KiB
Plaintext
56 lines
2.5 KiB
Plaintext
Copyright for all files in trunk/src excluding gb_apu
|
|
or when stated otherwise in the source file:
|
|
VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator
|
|
Copyright (C) 1999-2003 Forgotten
|
|
Copyright (C) 2004-2006 Forgotten and the VBA development team
|
|
|
|
Copyright for the modifications to the files mentioned above:
|
|
VisualBoyAdvance-M GB/GBA emulator
|
|
Copyright (C) 2007-2014 VBA-M development team
|
|
|
|
|
|
All files excluding gb_apu, modified files from zlib
|
|
or when stated otherwise in the source file
|
|
are distributed under the GNU GPL v2:
|
|
|
|
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
|
Modified files from File_Extractor and gb_apu are distributed under the GNU LGPL v2.1:
|
|
|
|
File_Extractor - modular archive scanning and extraction library
|
|
that supports several popular compressed file formats.
|
|
Copyright (C) 2005-2009 Shay Green <gblargg@gmail.com>
|
|
|
|
gb_apu (from Gb_Snd_Emu) - portable Nintendo Game Boy PAPU sound chip
|
|
emulator library for use in a Game Boy emulator. Its main features
|
|
are good sound quality and efficiency.
|
|
Copyright (C) 2003-2007 Shay Green <gblargg@gmail.com>
|
|
|
|
These library are free software; you can redistribute them and/or
|
|
modify them under the terms of the GNU Lesser General Public
|
|
License as published by the Free Software Foundation; either
|
|
version 2.1 of the License, or (at your option) any later version.
|
|
|
|
These library are distributed in the hope that them will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Lesser General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
License along with these library; if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|