source: buchla-emu/copying.txt@ a06aa8b

Last change on this file since a06aa8b was a06aa8b, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Added skeleton device files.

  • Property mode set to 100644
File size: 1.9 KB
Line 
1Emulator License
2----------------
3
4(Applicable to the source code in the "emu" subdirectory.)
5
6Copyright (C) 2017 The Contributors
7
8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation, either version 3 of the License, or (at
11your option) any later version.
12
13This program is distributed in the hope that it will be useful, but
14WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16General Public License for more details.
17
18A copy of the GNU General Public License can be found in the file
19"gpl-v3.txt" in the top directory of this repository.
20
21
22Musashi License
23---------------
24
25(Applicable to the source code in the "cpu" subdirectory.)
26
27MUSASHI
28Version 3.4
29
30A portable Motorola M680x0 processor emulation engine.
31Copyright 1998-2001 Karl Stenerud. All rights reserved.
32
33Permission is hereby granted, free of charge, to any person obtaining
34a copy of this software and associated documentation files (the
35"Software"), to deal in the Software without restriction, including
36without limitation the rights to use, copy, modify, merge, publish,
37distribute, sublicense, and/or sell copies of the Software, and to
38permit persons to whom the Software is furnished to do so, subject to
39the following conditions:
40
41The above copyright notice and this permission notice shall be
42included in all copies or substantial portions of the Software.
43
44THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
45EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
47NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
48LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
49OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
50WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note: See TracBrowser for help on using the repository browser.