From e2c1580fc7a7eecfa24564a460adc56c7a0a957a Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 15 Jun 2015 16:55:38 -0700 Subject: [PATCH] Updated copyrights --- .../deskpro386/1988-01-28/1988-01-28.nasm | 16 +++++++++++++ devices/pc/video/ibm/vga/ibm-vga.nasm | 23 +++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/devices/pc/bios/compaq/deskpro386/1988-01-28/1988-01-28.nasm b/devices/pc/bios/compaq/deskpro386/1988-01-28/1988-01-28.nasm index d4b7c7e99..ba42c6072 100644 --- a/devices/pc/bios/compaq/deskpro386/1988-01-28/1988-01-28.nasm +++ b/devices/pc/bios/compaq/deskpro386/1988-01-28/1988-01-28.nasm @@ -6,6 +6,22 @@ ; Listing produced by NDISASM, 2015-Apr-04 ; Additional post-processing performed by the PCjs TextOut module ; All post-processing, comments, etc copyright © 2012-2015 Jeff Parsons +; +; This file is part of PCjs, which is part of the JavaScript Machines Project (aka JSMachines) +; at and . +; +; PCjs is free software: you can redistribute it and/or modify it under the terms of the +; GNU General Public License as published by the Free Software Foundation, either version 3 +; of the License, or (at your option) any later version. +; +; PCjs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without +; even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +; GNU General Public License for more details. +; +; You should have received a copy of the GNU General Public License along with PCjs. If not, +; see . +; + ; ; Overview ; -------- diff --git a/devices/pc/video/ibm/vga/ibm-vga.nasm b/devices/pc/video/ibm/vga/ibm-vga.nasm index b755c5a02..f0e56962e 100644 --- a/devices/pc/video/ibm/vga/ibm-vga.nasm +++ b/devices/pc/video/ibm/vga/ibm-vga.nasm @@ -1,3 +1,26 @@ +; +; ROM BIOS for IBM VGA Adapter (aka IBM PS/2 Display Adapter) +; (C)COPYRIGHT IBM Corp. 1984, 1986 10/27/86 +; +; Listing produced by NDISASM, 2015-May-19 +; Additional post-processing performed by the PCjs TextOut module +; All post-processing, comments, etc copyright © 2012-2015 Jeff Parsons +; +; This file is part of PCjs, which is part of the JavaScript Machines Project (aka JSMachines) +; at and . +; +; PCjs is free software: you can redistribute it and/or modify it under the terms of the +; GNU General Public License as published by the Free Software Foundation, either version 3 +; of the License, or (at your option) any later version. +; +; PCjs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without +; even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +; GNU General Public License for more details. +; +; You should have received a copy of the GNU General Public License along with PCjs. If not, +; see . +; + db 0x55,0xAA dw 0xEB30