|
| 1 | +======================================================================== |
| 2 | +SDL_mixer_ext {aka SDL Mixer 2.0 Modded, SDL Mixer X}, by Vitaly Novichkov <admin@wohlnet.ru> |
| 3 | +forked from SDL Mixer 2.0 by Sam Lantinga <slouken@libsdl.org> |
| 4 | +======================================================================== |
| 5 | + |
| 6 | +SDL_mixer_ext: An extended audio mixer library, forked from SDL_mixer |
| 7 | +Copyright (C) 2014-2016 Vitaly Novichkov <admin@wohlnet.ru> |
| 8 | + |
| 9 | +SDL_mixer: An audio mixer library based on the SDL library |
| 10 | +Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org> |
| 11 | + |
| 12 | +Sources of modified library version is available in the PGE Project's sources: |
| 13 | +https://github.com/Wohlhabend-Networks/PGE-Project/ |
| 14 | + in the folder: _Libs/SDL2_mixer_modified/ |
| 15 | +or: |
| 16 | +https://bitbucket.org/Wohlstand/pge-project |
| 17 | + in the folder: _Libs/SDL2_mixer_modified/ |
| 18 | + |
| 19 | +This software is provided 'as-is', without any express or implied |
| 20 | +warranty. In no event will the authors be held liable for any damages |
| 21 | +arising from the use of this software. |
| 22 | + |
| 23 | +Permission is granted to anyone to use this software for any purpose, |
| 24 | +including commercial applications, and to alter it and redistribute it |
| 25 | +freely, subject to the following restrictions: |
| 26 | + |
| 27 | +1. The origin of this software must not be misrepresented; you must not |
| 28 | + claim that you wrote the original software. If you use this software |
| 29 | + in a product, an acknowledgment in the product documentation would be |
| 30 | + appreciated but is not required. |
| 31 | +2. Altered source versions must be plainly marked as such, and must not be |
| 32 | + misrepresented as being the original software. |
| 33 | +3. This notice may not be removed or altered from any source distribution. |
| 34 | + |
| 35 | +======================================================================== |
| 36 | +Statically linked libraries: |
| 37 | +======================================================================== |
| 38 | +------------------------------------------------------------------------ |
| 39 | +libADLMIDI: is a free MIDI to WAV conversion library with OPL3 emulation |
| 40 | + |
| 41 | +Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi> |
| 42 | +ADLMIDI Library API: Copyright (c) 2015 Vitaly Novichkov <admin@wohlnet.ru> |
| 43 | + |
| 44 | +Library is based on the ADLMIDI, a MIDI player for Linux and Windows |
| 45 | +with OPL3 emulation: |
| 46 | +http://iki.fi/bisqwit/source/adlmidi.html |
| 47 | + |
| 48 | +Source code: https://github.com/Wohlstand/libADLMIDI |
| 49 | + |
| 50 | +This program is free software: you can redistribute it and/or modify |
| 51 | +it under the terms of the GNU General Public License as published by |
| 52 | +the Free Software Foundation, either version 3 of the License, or |
| 53 | +any later version. |
| 54 | + |
| 55 | +This program is distributed in the hope that it will be useful, |
| 56 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 57 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 58 | +GNU General Public License for more details. |
| 59 | + |
| 60 | +You should have received a copy of the GNU General Public License |
| 61 | +along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 62 | + |
| 63 | +------------------------------------------------------------------------ |
| 64 | + |
| 65 | +Game Music Emulators: is a free chuptunes to WAV conversion library. |
| 66 | + |
| 67 | +Source code: https://bitbucket.org/mpyne/game-music-emu |
| 68 | + |
| 69 | +Copyright (C) 2003-2006 Shay Green. |
| 70 | + |
| 71 | +This module is free software; you can redistribute it and/or modify |
| 72 | +it under the terms of the GNU Lesser General Public License as published |
| 73 | +by the Free Software Foundation; either version 2.1 of the License, |
| 74 | +or (at your option) any later version. |
| 75 | + |
| 76 | +This module is distributed in the hope that it will be useful, |
| 77 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 78 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 79 | +GNU Lesser General Public License for more details. |
| 80 | + |
| 81 | +You should have received a copy of the GNU Lesser General Public |
| 82 | +License along with this module; |
| 83 | +If not, see <http://www.gnu.org/licenses/>. |
| 84 | + |
| 85 | +------------------------------------------------------------------------ |
| 86 | + |
| 87 | +libmad: MPEG audio decoder library |
| 88 | + |
| 89 | +Copyright (C) 2000-2004 Underbit Technologies, Inc. |
| 90 | + |
| 91 | +This program is free software; you can redistribute it and/or modify |
| 92 | +it under the terms of the GNU General Public License as published by |
| 93 | +the Free Software Foundation; either version 2 of the License, or |
| 94 | +(at your option) any later version. |
| 95 | + |
| 96 | +This program is distributed in the hope that it will be useful, |
| 97 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 98 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 99 | +GNU General Public License for more details. |
| 100 | + |
| 101 | +You should have received a copy of the GNU General Public License |
| 102 | +along with this program; if not, write to the Free Software |
| 103 | +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 104 | + |
| 105 | +If you would like to negotiate alternate licensing terms, you may do |
| 106 | +so by contacting: Underbit Technologies, Inc. <info@underbit.com> |
| 107 | + |
| 108 | +------------------------------------------------------------------------ |
| 109 | + |
0 commit comments