v1.20.3: The Happy 2016 Release
This commit is contained in:
parent
f42cf4c251
commit
c792895b10
235 changed files with 245 additions and 245 deletions
|
|
@ -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 PCjs, which is part of the JavaScript Machines Project (aka JSMachines)
|
||||
* at <http://jsmachines.net/> and <http://pcjs.org/>.
|
||||
|
|
@ -269,7 +269,7 @@ Component.subclass(Computer);
|
|||
*/
|
||||
Computer.sAppName = APPNAME || "PCjs";
|
||||
Computer.sAppVer = APPVERSION;
|
||||
Computer.sCopyright = "Copyright © 2012-2015 Jeff Parsons <Jeff@pcjs.org>";
|
||||
Computer.sCopyright = "Copyright © 2012-2016 Jeff Parsons <Jeff@pcjs.org>";
|
||||
|
||||
/*
|
||||
* I think it's a good idea to also display a GPL notice, putting people on notice that even
|
||||
|
|
|
|||
Loading…
Reference in a new issue