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 Mar 15, 2022
1 parent 876368b commit cde0db2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/IProperty.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, University of Colorado Boulder
// Copyright 2021-2022, University of Colorado Boulder

import IReadOnlyProperty from './IReadOnlyProperty.js';

Expand Down
2 changes: 1 addition & 1 deletion js/Multilink.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2014-2021, University of Colorado Boulder
// Copyright 2014-2022, University of Colorado Boulder

/**
* Multilink is used to link to multiple properties. It is very similar to a DerivedProperty, but has no value and
Expand Down
2 changes: 1 addition & 1 deletion js/TinyProperty.ts
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 lightweight version of Property (that satisfies some of the interface), meant for high-performance applications
Expand Down
2 changes: 1 addition & 1 deletion js/TinyStaticProperty.ts
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

/**
* An observable stub which satisfies some of the Property interface, which can store a (static/constant) value
Expand Down

0 comments on commit cde0db2

Please sign in to comment.