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 Feb 20, 2024
1 parent 16003c1 commit 6b42241
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/nodes/Circle.ts
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 circular node that inherits Path, and allows for optimized drawing and improved parameter handling.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/Image.ts
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 node that displays a single image either from an actual HTMLImageElement, a URL, a Canvas element, or a mipmap
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/Imageable.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023, University of Colorado Boulder
// Copyright 2020-2024, University of Colorado Boulder

/**
* Isolates Image handling with HTML/Canvas images, with mipmaps and general support.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/Line.ts
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

/**
* Displays a (stroked) line. Inherits Path, and allows for optimized drawing and improved parameter handling.
Expand Down

0 comments on commit 6b42241

Please sign in to comment.