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 25, 2024
1 parent 3cd12d5 commit d8fcc25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/display/BackboneDrawable.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2013-2023, University of Colorado Boulder
// Copyright 2013-2024, University of Colorado Boulder

/**
* A DOM drawable (div element) that contains child blocks (and is placed in the main DOM tree when visible). It should
Expand Down
2 changes: 1 addition & 1 deletion js/display/CanvasBlock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2013-2023, University of Colorado Boulder
// Copyright 2013-2024, University of Colorado Boulder

/**
* Handles a visual Canvas layer of drawables.
Expand Down
2 changes: 1 addition & 1 deletion js/display/FittedBlock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2014-2023, University of Colorado Boulder
// Copyright 2014-2024, University of Colorado Boulder

/**
* A Block that needs to be fitted to either the screen bounds or other local bounds. This potentially reduces memory
Expand Down
2 changes: 1 addition & 1 deletion js/display/WebGLBlock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2013-2023, University of Colorado Boulder
// Copyright 2013-2024, University of Colorado Boulder

/**
* Renders a visual layer of WebGL drawables.
Expand Down

0 comments on commit d8fcc25

Please sign in to comment.