From e4830fe5badfd91e7b5654dc6dc97ac41e32931d Mon Sep 17 00:00:00 2001 From: phet-dev Date: Sat, 13 Jul 2024 03:35:59 -0600 Subject: [PATCH] update copyright dates from daily grunt work --- js/common/view/AllFilledDialog.js | 2 +- js/common/view/KitPanel.js | 2 +- js/common/view/MoleculeCollectingScreenView.js | 2 +- js/common/view/MoleculeControlsHBox.js | 2 +- js/common/view/RefillButton.js | 2 +- js/common/view/view3d/Molecule3DDialog.js | 2 +- js/common/view/view3d/ShowMolecule3DButtonNode.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/js/common/view/AllFilledDialog.js b/js/common/view/AllFilledDialog.js index a3b6835..6b90edf 100644 --- a/js/common/view/AllFilledDialog.js +++ b/js/common/view/AllFilledDialog.js @@ -1,4 +1,4 @@ -// Copyright 2020-2022, University of Colorado Boulder +// Copyright 2020-2024, University of Colorado Boulder /** * Displays a node that tells the user that all collection boxes are full. Allows the user diff --git a/js/common/view/KitPanel.js b/js/common/view/KitPanel.js index afedec0..1f44240 100644 --- a/js/common/view/KitPanel.js +++ b/js/common/view/KitPanel.js @@ -1,4 +1,4 @@ -// Copyright 2020-2023, University of Colorado Boulder +// Copyright 2020-2024, University of Colorado Boulder /** * Contains the kit background and controls for switching between kits diff --git a/js/common/view/MoleculeCollectingScreenView.js b/js/common/view/MoleculeCollectingScreenView.js index 8c2549a..c193198 100644 --- a/js/common/view/MoleculeCollectingScreenView.js +++ b/js/common/view/MoleculeCollectingScreenView.js @@ -1,4 +1,4 @@ -// Copyright 2020-2022, University of Colorado Boulder +// Copyright 2020-2024, University of Colorado Boulder /** * Subtype of BAMScreenView that shows kits, but also has a collection area to the right-hand side diff --git a/js/common/view/MoleculeControlsHBox.js b/js/common/view/MoleculeControlsHBox.js index 81a74a2..298334a 100644 --- a/js/common/view/MoleculeControlsHBox.js +++ b/js/common/view/MoleculeControlsHBox.js @@ -1,4 +1,4 @@ -// Copyright 2020-2023, University of Colorado Boulder +// Copyright 2020-2024, University of Colorado Boulder /** * Displays the molecule name, 3D button, and 'X' button to break apart the molecule diff --git a/js/common/view/RefillButton.js b/js/common/view/RefillButton.js index e97ead7..53f0665 100644 --- a/js/common/view/RefillButton.js +++ b/js/common/view/RefillButton.js @@ -1,4 +1,4 @@ -// Copyright 2020-2023, University of Colorado Boulder +// Copyright 2020-2024, University of Colorado Boulder /** * Button that refills the kit buckets with the initial atoms. diff --git a/js/common/view/view3d/Molecule3DDialog.js b/js/common/view/view3d/Molecule3DDialog.js index d7efe94..a7ad96c 100644 --- a/js/common/view/view3d/Molecule3DDialog.js +++ b/js/common/view/view3d/Molecule3DDialog.js @@ -1,4 +1,4 @@ -// Copyright 2020-2023, University of Colorado Boulder +// Copyright 2020-2024, University of Colorado Boulder /** * 3D Molecule display that takes up the entire screen diff --git a/js/common/view/view3d/ShowMolecule3DButtonNode.js b/js/common/view/view3d/ShowMolecule3DButtonNode.js index f767b6d..a621afd 100644 --- a/js/common/view/view3d/ShowMolecule3DButtonNode.js +++ b/js/common/view/view3d/ShowMolecule3DButtonNode.js @@ -1,4 +1,4 @@ -// Copyright 2020-2022, University of Colorado Boulder +// Copyright 2020-2024, University of Colorado Boulder /** * Button responsible for showing a 3D representation of the molecule.