v1.20.3: The Happy 2016 Release

This commit is contained in:
Jeff Parsons 2015-12-31 15:51:13 -08:00
commit c792895b10
235 changed files with 245 additions and 245 deletions

View file

@ -4,7 +4,7 @@
* @version 1.0
* Created 2012-Jun-15
*
* Copyright © 2012-2015 Jeff Parsons <Jeff@pcjs.org>
* Copyright © 2012-2016 Jeff Parsons <Jeff@pcjs.org>
*
* This file is part of C1Pjs, which is part of the JavaScript Machines Project (aka JSMachines)
* at <http://jsmachines.net/> and <http://pcjs.org/>.
@ -96,7 +96,7 @@ function C1PComputer(parmsComputer, modules)
C1PComputer.sAppName = APPNAME || "C1Pjs";
C1PComputer.sAppVer = APPVERSION;
C1PComputer.sCopyright = "Copyright © 2012-2015 Jeff Parsons <Jeff@pcjs.org>";
C1PComputer.sCopyright = "Copyright © 2012-2016 Jeff Parsons <Jeff@pcjs.org>";
Component.subclass(C1PComputer);