1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 07:19:43 +00:00
simh.simh/LICENSE.txt
Mark Pizzolato ce2adce632 simh repo: Add top level COPYRIGHT and LICENSE files
As requested and discussed in #1028
2022-05-12 13:11:40 -07:00

44 lines
2.4 KiB
Plaintext

This file summarizes below the general simh license which is essentially
stated at the top of all source code files with the respective authors
mentioned there. Pay particular attention to the last couple of paragraphs
below.
Copyright (c) 1993-2022, Robert M Supnik, Mark Pizzolato and others
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
ROBERT M SUPNIK, MARK PIZZOLATO OR OTHERS 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.
Except as contained in this notice, the name of Robert M Supnik, Mark
Pizzolato or anyone else shall not be used in advertising or otherwise to
promote the sale, use or other dealings in this Software without prior
written authorization from all those parties.
Additionally, the following restrictions on the use of this software apply.
Any use of this codebase that changes the code to influence the behavior of
the disk access activities is free to do that as long as anyone doing this
is explicitly not licensed to any subsequent changes to any part of the
codebase made by Mark Pizzolato after that functionality was implemented by
Mark Pizzolato. Changes that qualify for this restriction at least include:
changing the behavior or default of SET AUTOSIZE/NOAUTOSIZE, or any code
in sim_disk.c or any simulator components that use the sim_disk routines.
All changes to the codebase made after the inclusion of this LICENSE.txt
file in the github simh repository.