Skip to content

Commit

Permalink
update copyright dates from daily grunt work
Browse files Browse the repository at this point in the history
  • Loading branch information
phet-dev committed Jul 21, 2022
1 parent 7932885 commit c6d0191
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion js/common/model/BallSystem.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* BallSystem is the model for an isolated system of different Ball objects. It is the complete collection of Balls,
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/BallValuesPanelColumnNode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* A single column in the BallValuesPanel: usually displays a column of NumberDisplays of a single type of Ball Values
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/BallValuesPanelNumberDisplay.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* BallValuesPanelNumberDisplay is a subclass of NumberDisplay for displaying a value that is associated with a Ball.
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/BallVelocityVectorNode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2021, University of Colorado Boulder
// Copyright 2019-2022, University of Colorado Boulder

/**
* BallVelocityVectorNode is a BallVectorNode subtype for a single Ball's velocity vector. They appear in all screens
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/CollisionLabControlPanel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2021, University of Colorado Boulder
// Copyright 2019-2022, University of Colorado Boulder

/**
* Control Panel at the upper-right corner of each screen that allows the user to manipulate certain Properties of
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/ElasticityNumberControl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* ElasticityNumberControl is a NumberControl sub-type to display and allow the user to manipulate the elasticity
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/KeypadDialog.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* KeypadDialog is a Dialog sub-type that handles the creation and management of a Keypad for the 'collision lab'
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/PathsNode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* A view that renders the trailing 'Paths' behind all Balls and the Center of Mass, using their PathDataPoints array.
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/PlayAreaScaleBarNode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* PlayAreaScaleBarNode is a specialized view to display a arrow scale-bar, which samples some portion of a
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/PlayAreaTopRightControls.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* A view specialized to display Controls for the user to change the number of Balls in the BallSystem and the
Expand Down
2 changes: 1 addition & 1 deletion js/inelastic/view/InelasticControlPanel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* InelasticControlPanel is a CollisionLabControlPanel sub-type for the 'Inelastic' screen, which appears on the
Expand Down
2 changes: 1 addition & 1 deletion js/inelastic/view/StickSlipABSwitch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* StickSlipABSwitch is a ABSwitch sub-type that allows the user to the different InelasticCollisionTypes. It
Expand Down
2 changes: 1 addition & 1 deletion js/intro/view/IntroBallSystemNode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021, University of Colorado Boulder
// Copyright 2020-2022, University of Colorado Boulder

/**
* IntroBallSystemNode is a BallSystemNode sub-type for the 'Intro' screen. See BallSystemNode for context. Like the
Expand Down

0 comments on commit c6d0191

Please sign in to comment.