diff --git a/README.md b/README.md index 4c8ba9fa4..42642108d 100644 --- a/README.md +++ b/README.md @@ -333,12 +333,12 @@ All published portions are free for redistribution and/or modification under the [GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -You are required to include a current copyright notice, with a link to [http://pcjs.org](), such as: +You are required to include the following copyright notice, with a link to [http://pcjs.org](): > [PCjs](http://pcjs.org) © 2012-2014 by [Jeff Parsons](mailto:Jeff@pcjs.org) ([@jeffpar](http://twitter.com/jeffpar)) -in every source code file of every copy or modified version of this work, and to display that notice on every screen -that loads or runs any version of this software. +in every source code file of every copy or modified version of this work, and to display that notice on every web page +or computer that runs any version of this software. See [LICENSE](/LICENSE) for details. diff --git a/docs/about/README.md b/docs/about/README.md index 7e3c4f8ec..368fe2117 100644 --- a/docs/about/README.md +++ b/docs/about/README.md @@ -69,12 +69,12 @@ All published portions are free for redistribution and/or modification under the [GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -You are required to include a current copyright notice, with a link to [http://pcjs.org](), such as: +You are required to include the following copyright notice, with a link to [http://pcjs.org](): > [PCjs](http://pcjs.org) © 2012-2014 by [Jeff Parsons](mailto:Jeff@pcjs.org) ([@jeffpar](http://twitter.com/jeffpar)) -in every source code file of every copy or modified version of this work, and to display that notice on every screen -that loads or runs any version of this software. +in every source code file of every copy or modified version of this work, and to display that notice on every web page +or computer that runs any version of this software. See [LICENSE](/LICENSE) for details. diff --git a/server.js b/server.js index 48c80e54b..eeabd312c 100644 --- a/server.js +++ b/server.js @@ -75,7 +75,7 @@ HTMLOut.setOptions({'cache': fCache, 'console': fConsole, 'debug': fDebug, 'rebu var app = express(); app.enable("strict routing"); -app.set('port', process.env.PORT || 8088); +app.set('port', process.env.PORT || args.argv['port'] || 8088); /* * I already include the following in the tag of my HTML documents: