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 Jan 26, 2022
1 parent 899c239 commit a318e08
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/accessibility/voicing/InteractiveHighlighting.js
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

/**
* A trait for Node that mixes functionality to support visual highlights that appear on hover with a pointer.
Expand Down
2 changes: 1 addition & 1 deletion js/accessibility/voicing/ReadingBlock.js
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

/**
* A trait that extends Voicing, adding support for "Reading Blocks" of the voicing feature. "Reading Blocks" are
Expand Down
2 changes: 1 addition & 1 deletion js/accessibility/voicing/ReadingBlockNode.js
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

/**
* A Node that is composed with ReadingBlock.
Expand Down
2 changes: 1 addition & 1 deletion js/accessibility/voicing/nodes/VoicingRichText.js
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

/**
* RichText that composes ReadingBlock, adding support for Voicing and input listeners that speak content upon
Expand Down
2 changes: 1 addition & 1 deletion js/accessibility/voicing/nodes/VoicingText.js
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

/**
* Text that mixes ReadingBlock, supporting features of Voicing and adding listeners that speak the text string
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/RichText.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2021, University of Colorado Boulder
// Copyright 2017-2022, University of Colorado Boulder

/**
* Displays rich text by interpreting the input text as HTML, supporting a limited set of tags that prevent any
Expand Down

0 comments on commit a318e08

Please sign in to comment.