From 53323845a36ec1b2bbe830094687e82ef6c77f29 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 11 Jul 2019 12:54:26 -0800 Subject: [PATCH] update copyright dates, https://github.com/phetsims/tasks/issues/988 --- js/trig-tour-config.js | 2 +- js/trig-tour/view/GraphView.js | 2 +- js/trig-tour/view/readout/ReadoutDisplay.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/trig-tour-config.js b/js/trig-tour-config.js index c74560e..764ba17 100644 --- a/js/trig-tour-config.js +++ b/js/trig-tour-config.js @@ -1,4 +1,4 @@ -// Copyright 2019, University of Colorado Boulder +// Copyright 2015-2019, University of Colorado Boulder /* * IMPORTANT: This file was auto-generated by "grunt generate-config". Please do not modify this directly. Instead diff --git a/js/trig-tour/view/GraphView.js b/js/trig-tour/view/GraphView.js index f372a88..71026b8 100644 --- a/js/trig-tour/view/GraphView.js +++ b/js/trig-tour/view/GraphView.js @@ -1,4 +1,4 @@ -// Copyright 2015-2018, University of Colorado Boulder +// Copyright 2015-2019, University of Colorado Boulder /** * View of Graph of sin, cos, or tan vs. theta, at bottom of stage, below unit circle diff --git a/js/trig-tour/view/readout/ReadoutDisplay.js b/js/trig-tour/view/readout/ReadoutDisplay.js index 7e516b1..022ed49 100644 --- a/js/trig-tour/view/readout/ReadoutDisplay.js +++ b/js/trig-tour/view/readout/ReadoutDisplay.js @@ -1,4 +1,4 @@ -// Copyright 2015-2017, University of Colorado Boulder +// Copyright 2015-2019, University of Colorado Boulder /** * AccordionBox container of ReadoutNode. ReadoutNode contains all viewable values for the simulation.