Skip to content

Commit

Permalink
fill in the correct year in the copyright, #31
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 20, 2017
1 parent a4d6573 commit f4b72ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phet-io/js/Brand.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define( function( require ) {
var Brand = {
id: 'phet-io',
name: 'PhET<sup>\u00ae</sup> Interactive Simulations', // no i18n
copyright: 'Copyright © 2004-2017 University of Colorado Boulder',
copyright: 'Copyright © 2002-{{year}} University of Colorado Boulder',
additionalLicenseStatement: 'This PhET-iO interoperable simulation file requires a license.\n' +
'USE WITHOUT A LICENSE AGREEMENT IS STRICTLY PROHIBITED.\n' +
'Contact phethelp@colorado.edu regarding licensing.',
Expand Down
2 changes: 1 addition & 1 deletion phet/js/Brand.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define( function( require ) {
var Brand = {
id: 'phet',
name: 'PhET<sup>\u00ae</sup> Interactive Simulations', // no i18n
copyright: 'Copyright © 2004-2017 University of Colorado Boulder', // no i18n
copyright: 'Copyright © 2002-{{year}} University of Colorado Boulder', // no i18n
isPhetApp: phet.chipper.queryParameters[ 'phet-app' ] || phet.chipper.queryParameters[ 'phet-android-app' ],
getLinks: function( simName, locale ) {
return [
Expand Down

0 comments on commit f4b72ca

Please sign in to comment.