Updated top comment block
This commit is contained in:
parent
5b761735f7
commit
5a3a535437
1 changed files with 26 additions and 13 deletions
|
@ -1,16 +1,29 @@
|
|||
/*************************************************************************
|
||||
* s100_tarbell.c: Tarbell Single Density Disk Controller
|
||||
*
|
||||
* Created by Patrick Linstruth
|
||||
* Based on s100_mdsa.c written by Mike Douglas
|
||||
*
|
||||
* Module Description:
|
||||
* Tarbell 1011 Single Density Disk Controller module for SIMH
|
||||
*
|
||||
* Environment:
|
||||
* User mode only
|
||||
*
|
||||
*************************************************************************/
|
||||
/* s100_tarbell.c: Tarbell 1011 SSSD Disk Controller
|
||||
|
||||
Created by Patrick Linstruth (patrick@deltecent.com)
|
||||
Based on s100_mdsa.c written by Mike Douglas
|
||||
|
||||
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
|
||||
PETER SCHORN 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 Peter Schorn shall not
|
||||
be used in advertising or otherwise to promote the sale, use or other dealings
|
||||
in this Software without prior written authorization from Peter Schorn.
|
||||
*/
|
||||
|
||||
/* #define DBG_MSG */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue