Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit c621842

Browse files
committed
Updated copyright
1 parent 5f22348 commit c621842

File tree

219 files changed

+222
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+222
-222
lines changed

README.md

Lines changed: 1 addition & 1 deletion

_posts/2016-12-30-out-with-the-old-in-with-ecmascript-2015.md

Lines changed: 1 addition & 1 deletion

_posts/2017-07-03-fantasyland.md

Lines changed: 1 addition & 1 deletion

_posts/2020-02-20-creating-new-machines.md

Lines changed: 1 addition & 1 deletion

apps/pcx86/examples/README.md

Lines changed: 1 addition & 1 deletion

apps/pdp11/tapes/basic/README.md

Lines changed: 1 addition & 1 deletion

devices/pcx86/machine/compaq/portable/vdu/128kb/debugger/README.md

Lines changed: 1 addition & 1 deletion

devices/ti57/rom/16to17.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @fileoverview Tool for converting 16-column data to 17-column data
44
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
5-
* @copyright © 2012-2019 Jeff Parsons
5+
* @copyright © 2012-2020 Jeff Parsons
66
* @suppress {missingProperties}
77
*
88
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

devices/ti57/rom/17to16.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @fileoverview Tool for converting 17-column data to 16-column data
44
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
5-
* @copyright © 2012-2019 Jeff Parsons
5+
* @copyright © 2012-2020 Jeff Parsons
66
* @suppress {missingProperties}
77
*
88
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

devices/ti57/rom/be2le.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @fileoverview Tool for converting 16-bit big-endian binaries to 16-bit little-endian
44
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
5-
* @copyright © 2012-2019 Jeff Parsons
5+
* @copyright © 2012-2020 Jeff Parsons
66
* @suppress {missingProperties}
77
*
88
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

devices/ti57/rom/bin2json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @fileoverview Tool for converting bin file to JSON
44
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
5-
* @copyright © 2012-2019 Jeff Parsons
5+
* @copyright © 2012-2020 Jeff Parsons
66
* @suppress {missingProperties}
77
*
88
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

devices/ti57/rom/fp2le.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @fileoverview Tool for converting dump of 32-bit floating-point numbers to 16-bit little-endian words
44
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
5-
* @copyright © 2012-2019 Jeff Parsons
5+
* @copyright © 2012-2020 Jeff Parsons
66
* @suppress {missingProperties}
77
*
88
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

devices/ti57/rom/raw2le.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @fileoverview Tool for converting "raw" TI-57 ROM data to 16-bit little-endian words
44
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
5-
* @copyright © 2012-2019 Jeff Parsons
5+
* @copyright © 2012-2020 Jeff Parsons
66
* @suppress {missingProperties}
77
*
88
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

devices/ti57/rom/txt2le.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @fileoverview Tool for converting hand-transcribed text file to little-endian binary
44
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
5-
* @copyright © 2012-2019 Jeff Parsons
5+
* @copyright © 2012-2020 Jeff Parsons
66
* @suppress {missingProperties}
77
*
88
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

devices/ti57/rom/txt2raw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @fileoverview Tool for converting hand-transcribed ti57rawbits.txt to ti57raw.bin
44
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
5-
* @copyright © 2012-2019 Jeff Parsons
5+
* @copyright © 2012-2020 Jeff Parsons
66
* @suppress {missingProperties}
77
*
88
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Gulp file for pcjs.org
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a> (@jeffpar)
4-
* @copyright © Jeff Parsons 2012-2019
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*
@@ -231,7 +231,7 @@ aMachines.forEach(function(machineID) {
231231
.pipe(gulpForEach(function(stream, file) {
232232
aMachinesOutdated.push(machineID);
233233
return stream
234-
.pipe(gulpHeader('/**\n * @copyright ' + file.path.replace(/.*\/(modules\/.*)/, "https://www.pcjs.org/$1") + ' (C) Jeff Parsons 2012-2019\n */\n\n'))
234+
.pipe(gulpHeader('/**\n * @copyright ' + file.path.replace(/.*\/(modules\/.*)/, "https://www.pcjs.org/$1") + ' (C) 2012-2019 Jeff Parsons\n */\n\n'))
235235
.pipe(gulpReplace(/(^|\n)[ \t]*(['"])use strict\2;?/g, ""))
236236
.pipe(gulpReplace(/^(import|export)[ \t]+[^\n]*\n/gm, ""))
237237
.pipe(gulpReplace(/^[ \t]*var\s+\S+\s*=\s*require\((['"]).*?\1\)[^;]*;/gm, ""))

modules/build/lib/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview PCjs Build Options
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/computer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file implements the C1Pjs Computer component.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/cpu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file implements the C1Pjs 6502 CPU component.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/debugger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file implements the C1Pjs Debugger component.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/defines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview C1Pjs-specific compile-time definitions.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/disk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file implements the C1Pjs DiskController component.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/keyboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file implements the C1Pjs Keyboard component.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/nodebugger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Compile-time definitions for Debugger-less configurations.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file implements the C1Pjs Panel component.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/ram.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file implements the C1Pjs RAM component.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/rom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file implements the C1Pjs ROM component.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/serial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file implements the C1Pjs SerialPort component.
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/c1pjs/lib/video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file implements the C1Pjs Video component
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
*
66
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.
77
*

modules/devices/bus/bus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Manages address spaces for machines
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/bus/memory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Simulates different types of memory (eg, NONE, ROM, RAM)
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/bus/ports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Implements I/O ports
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/bus/ram.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Simulates RAM
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/bus/rom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Simulates ROM
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/cpu/cpu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview CPU base class
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/cpu/cpu1500.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Simulates the instructions of a TMS-150x/TMC-150x CPU
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/cpu/cpu8080.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Emulation of the 8080 CPU
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/cpu/dbg8080.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Debugger for the 8080 CPU
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/cpu/debugger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Debugger Services
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/cpu/ledctrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Simulates an LED Controller
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/invaders/ports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Implements Space Invaders I/O ports
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/invaders/video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Implements Space Invaders video hardware
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

modules/devices/lib/defs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview Basic definitions
33
* @author <a href="mailto:[email protected]">Jeff Parsons</a>
4-
* @copyright © 2012-2019 Jeff Parsons
4+
* @copyright © 2012-2020 Jeff Parsons
55
* @license MIT
66
*
77
* This file is part of PCjs, a computer emulation software project at <https://www.pcjs.org>.

0 commit comments

Comments
 (0)