diff --git a/modules/shared/lib/component.js b/modules/shared/lib/component.js index c97ec6b76..c6ac702ca 100644 --- a/modules/shared/lib/component.js +++ b/modules/shared/lib/component.js @@ -1,5 +1,5 @@ /** - * @fileoverview The Component class used by C1Pjs and PCx86. + * @fileoverview The Component class used by all PCjs components. * @author Jeff Parsons * @version 1.0 * Created 2012-May-14 @@ -30,8 +30,8 @@ */ /* - * All the C1Pjs and PCjs components now use JSDoc types, primarily so that Google's Closure Compiler - * will compile everything with ZERO warnings. For more information about the JSDoc types supported by + * All the PCjs components now use JSDoc types, primarily so that Google's Closure Compiler will + * compile everything with ZERO warnings. For more information about the JSDoc types supported by * the Closure Compiler: * * https://developers.google.com/closure/compiler/docs/js-for-compiler#types diff --git a/modules/shared/templates/common.html b/modules/shared/templates/common.html index efaa7f4f0..785395c37 100644 --- a/modules/shared/templates/common.html +++ b/modules/shared/templates/common.html @@ -57,7 +57,7 @@
pcjs.org website © 2012- by @jeffpar
- PCjs and C1Pjs released under GPL version 3 or later
+ PCjs Project released under GPL version 3 or later
pcjs.org website © 2012-2016 by @jeffpar
- PCjs and C1Pjs released under GPL version 3 or later
+ PCjs Project released under GPL version 3 or later