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.