diff options
author | Juan J. Martinez <jjm@usebox.net> | 2025-02-01 08:50:40 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2025-02-01 08:50:40 +0000 |
commit | 6cb4b6673e8e5aa5c0101e179cc7afcdcf07236c (patch) | |
tree | 9e304cb4abbbedc0dcb323d8fd95bf1b192b691b /iDSK/COPYING | |
download | pc-cpc-basic-6cb4b6673e8e5aa5c0101e179cc7afcdcf07236c.tar.gz pc-cpc-basic-6cb4b6673e8e5aa5c0101e179cc7afcdcf07236c.zip |
Initial import
Diffstat (limited to 'iDSK/COPYING')
-rw-r--r-- | iDSK/COPYING | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/iDSK/COPYING b/iDSK/COPYING new file mode 100644 index 0000000..d200743 --- /dev/null +++ b/iDSK/COPYING @@ -0,0 +1,23 @@ +Portions parts of CPCemu, (C) 1991-2002 Marco Vieth & Rainer Loritz +Portions parts of ManageDSK, (c) 2005-2015 Ludovic Deplanque (Demoniak) + +iDSK is copyright (c) ????-2019 Jérôme Le Saux (Sid), Colin Pitrat, Thomas Bernard (miniupnp), Romain Giot (Krusty) and Adrien Destugues (PulkoMandy) + +Distributed under the terms of the MIT License + +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, subject to the following +conditions: + +The above copyright notice and this permission notice shall be included in all copies +or substantial portions of the Software. + +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. |