Skip to content

Commit

Permalink
Update copyright year, see phetsims/tasks#988
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Feb 18, 2019
1 parent 48e6003 commit 57ad56f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/common/EESharedConstants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016-2018, University of Colorado Boulder
// Copyright 2016-2019, University of Colorado Boulder

/**
* Constants that are shared between the various portions of the Expression Exchange simulation.
Expand Down
2 changes: 1 addition & 1 deletion js/common/model/ExpressionManipulationModel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2017, University of Colorado Boulder
// Copyright 2015-2019, University of Colorado Boulder

/**
* A model that allows users to move coin terms around, combine them into expressions, edit the expressions, change the
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/AbstractCoinTermNode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016-2018, University of Colorado Boulder
// Copyright 2016-2019, University of Colorado Boulder

/**
* base type for the nodes that represent coin terms in the view, this exists primarily to avoid code duplication
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/ExpressionExplorationScreenView.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016-2018, University of Colorado Boulder
// Copyright 2016-2019, University of Colorado Boulder

/**
* Base class for views where the user creates and manipulates expressions - used for the explore screens. This adds
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/ExpressionOverlayNode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016-2018, University of Colorado Boulder
// Copyright 2016-2019, University of Colorado Boulder

/**
* a node that is placed on the top layer of an expression to allow it to be dragged and to prevent input events from
Expand Down
2 changes: 1 addition & 1 deletion js/game/view/LevelSelectionNode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016-2018, University of Colorado Boulder
// Copyright 2016-2019, University of Colorado Boulder

/**
* A node that fills most of the screen and allows the user to select the game level that they wish to play.
Expand Down

0 comments on commit 57ad56f

Please sign in to comment.