License and legal informations
Xcpc is a free software, so it’s source code is free (free as in freedom, not free as in free beer).
Due to the fact that Xcpc is an emulator, it has been designed to deal with old copyrighted softwares, so you should take your own responsibility about these softwares.
LICENSE TERMS
Xcpc is released under the terms of the General Public License version 2.
Xcpc - Copyright (c) 2001-2024 - Olivier Poncet
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 of the License, 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, see <http://www.gnu.org/licenses/>
LEGAL INFORMATIONS
Xcpc is distributed with some copyrighted materials from Amstrad with their permission.
Amstrad has kindly given it's permission for it's copyrighted
material to be redistributed but Amstrad retains it's copyright.
Some of the Amstrad CPC ROM code is copyright Locomotive Software.
You should not distribute Xcpc with other copyrighted materials.
ROM and DISK images are protected under the copyrights of their authors,
and cannot be distributed in this package. You can download and/or use
ROM and DISK images at your own risk and responsibility.
MINIAUDIO
miniaudio v0.11.21, a single file audio playback and capture library written in C.
This library is embedded into this projet in split form.
Copyright 2023 David Reid
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
LIBDSK
libdsk v1.4.2, a library for accessing discs and disc image files.
This library is embedded into this projet with some little fixes.
Copyright (C) 2001-2015 John Elliott <seasip.webmaster@gmail.com>
Modifications to add dsk_dirty()
(c) 2005 Philip Kendall <pak21-spectrum@srcf.ucam.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA
LIB765
lib765 v0.4.2, a library to emulate the uPD765a floppy controller (aka Intel 8272).
This library is embedded into this projet with some little fixes.
Copyright (C) 2002,2003,2004 John Elliott <jce@seasip.demon.co.uk>
Modifications to add dirty flags
(c) 2005 Philip Kendall <pak21-spectrum@srcf.ucam.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.