v1.16.5: Getting ready for 2015
This commit is contained in:
parent
24e3405331
commit
b8407aa96d
217 changed files with 6813 additions and 722 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* @suppress {missingProperties}
|
||||
* Created 2012-Sep-04
|
||||
*
|
||||
* Copyright © 2012-2014 Jeff Parsons <Jeff@pcjs.org>
|
||||
* Copyright © 2012-2015 Jeff Parsons <Jeff@pcjs.org>
|
||||
*
|
||||
* This file is part of the JavaScript Machines Project (aka JSMachines) at <http://jsmachines.net/>
|
||||
* and <http://pcjs.org/>.
|
||||
|
|
@ -37,4 +37,4 @@ var path = require("path");
|
|||
var fs = require("fs");
|
||||
var lib = path.join(path.dirname(fs.realpathSync(__filename)), "../lib/");
|
||||
|
||||
require(lib + "diskdump.js").CLI();
|
||||
require(lib + "diskdump.js").CLI();
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* @version 1.0
|
||||
* Created 2014-02-01
|
||||
*
|
||||
* Copyright © 2012-2014 Jeff Parsons <Jeff@pcjs.org>
|
||||
* Copyright © 2012-2015 Jeff Parsons <Jeff@pcjs.org>
|
||||
*
|
||||
* This file is part of the JavaScript Machines Project (aka JSMachines) at <http://jsmachines.net/>
|
||||
* and <http://pcjs.org/>.
|
||||
|
|
@ -174,7 +174,7 @@ DiskDump.setLogFile = function(file) {
|
|||
* Class constants
|
||||
*/
|
||||
DiskDump.sAPIURL = "http://www.pcjs.org" + DumpAPI.ENDPOINT;
|
||||
DiskDump.sCopyright = "© 2012-2014 by Jeff Parsons (@jeffpar)";
|
||||
DiskDump.sCopyright = "© 2012-2015 by Jeff Parsons (@jeffpar)";
|
||||
DiskDump.sNotice = DiskDump.sAPIURL + " " + DiskDump.sCopyright;
|
||||
DiskDump.sUsage = "Usage: " + DiskDump.sAPIURL + "?" + DumpAPI.QUERY.PATH + "={url}&" + DumpAPI.QUERY.FORMAT + "=json|data|hex|bytes|img";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue