From 928ffd6a026b2913eb2f554611b161b830baf4a9 Mon Sep 17 00:00:00 2001 From: phet-dev Date: Wed, 13 Sep 2023 03:10:44 -0600 Subject: [PATCH] update copyright dates from daily grunt work --- js/common/model/ShapePlacementBoard.js | 2 +- js/game/view/StartGameLevelNode.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/common/model/ShapePlacementBoard.js b/js/common/model/ShapePlacementBoard.js index 07d3e4f..cc64dda 100644 --- a/js/common/model/ShapePlacementBoard.js +++ b/js/common/model/ShapePlacementBoard.js @@ -1,4 +1,4 @@ -// Copyright 2014-2022, University of Colorado Boulder +// Copyright 2014-2023, University of Colorado Boulder /** * Model of a rectangular board (like a white board or bulletin board) upon which various smaller shapes can be placed. diff --git a/js/game/view/StartGameLevelNode.js b/js/game/view/StartGameLevelNode.js index b78b78c..d3989b9 100644 --- a/js/game/view/StartGameLevelNode.js +++ b/js/game/view/StartGameLevelNode.js @@ -1,4 +1,4 @@ -// Copyright 2014-2022, University of Colorado Boulder +// Copyright 2014-2023, University of Colorado Boulder /** * A node that pretty much fills the screen and that allows the user to select the game level that they wish to play.