sim_imd: Reconcile license with open-simh.

This commit is contained in:
Howard M. Harte 2022-10-08 13:40:58 -07:00
parent b5b8277611
commit c1fded8a9d
2 changed files with 20 additions and 22 deletions

View file

@ -16,22 +16,21 @@
* * * *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, *
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON- *
* NONINFRINGEMENT. IN NO EVENT SHALL HOWARD M. HARTE BE LIABLE FOR ANY * * INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE *
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN *
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN *
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE *
* SOFTWARE. *
* * * *
* Except as contained in this notice, the name of Howard M. Harte shall * * Except as contained in this notice, the names of The Authors shall *
* not be used in advertising or otherwise to promote the sale, use or * * not be used in advertising or otherwise to promote the sale, use or *
* other dealings in this Software without prior written authorization * * other dealings in this Software without prior written authorization *
* Howard M. Harte. * * from the Authors. *
* *
* SIMH Interface based on altairz80_hdsk.c, by Peter Schorn. *
* * * *
* Module Description: * * Module Description: *
* ImageDisk (IMD) Disk Image File access module for SIMH. * * ImageDisk Disk Image File access module for SIMH, definitions. *
* see: http://www.classiccmp.org/dunfield/img/index.htm * * See: http://dunfield.classiccmp.org/img/index.htm *
* for details on the ImageDisk format and other utilities. * * for details on the ImageDisk format and other utilities. *
* * * *
*************************************************************************/ *************************************************************************/

View file

@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* * * *
* Copyright (c) 2007-2020 Howard M. Harte. * * Copyright (c) 2007-2022 Howard M. Harte. *
* https://github.com/hharte * * https://github.com/hharte *
* * * *
* Permission is hereby granted, free of charge, to any person obtaining * * Permission is hereby granted, free of charge, to any person obtaining *
@ -16,22 +16,21 @@
* * * *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, *
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON- *
* NONINFRINGEMENT. IN NO EVENT SHALL HOWARD M. HARTE BE LIABLE FOR ANY * * INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE *
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN *
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN *
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE *
* SOFTWARE. *
* * * *
* Except as contained in this notice, the name of Howard M. Harte shall * * Except as contained in this notice, the names of The Authors shall *
* not be used in advertising or otherwise to promote the sale, use or * * not be used in advertising or otherwise to promote the sale, use or *
* other dealings in this Software without prior written authorization * * other dealings in this Software without prior written authorization *
* Howard M. Harte. * * from the Authors. *
* *
* SIMH Interface based on altairz80_hdsk.c, by Peter Schorn. *
* * * *
* Module Description: * * Module Description: *
* ImageDisk Disk Image File access module for SIMH, definitions. * * ImageDisk Disk Image File access module for SIMH, definitions. *
* See: http://www.classiccmp.org/dunfield/img/index.htm * * See: http://dunfield.classiccmp.org/img/index.htm *
* for details on the ImageDisk format and other utilities. * * for details on the ImageDisk format and other utilities. *
* * * *
*************************************************************************/ *************************************************************************/