From 5a3a5354379a23ecc804de7213188ee27ef17f7d Mon Sep 17 00:00:00 2001 From: Patrick Linstruth Date: Sat, 7 Dec 2019 20:12:51 -0800 Subject: [PATCH] Updated top comment block --- AltairZ80/s100_tarbell.c | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/AltairZ80/s100_tarbell.c b/AltairZ80/s100_tarbell.c index cff771ce..3bdc5606 100644 --- a/AltairZ80/s100_tarbell.c +++ b/AltairZ80/s100_tarbell.c @@ -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 */