diff --git a/js/common/model/RAPModel.ts b/js/common/model/RAPModel.ts index 6ee16417..66068199 100644 --- a/js/common/model/RAPModel.ts +++ b/js/common/model/RAPModel.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021, University of Colorado Boulder +// Copyright 2020-2022, University of Colorado Boulder /** * This is the main model for the ratio in this sim. It has a RAPRatio, with its antecedent and consequent tuple, and diff --git a/js/common/view/getKeyboardInputSnappingMapperTests.ts b/js/common/view/getKeyboardInputSnappingMapperTests.ts index 5b814a94..3c924414 100644 --- a/js/common/view/getKeyboardInputSnappingMapperTests.ts +++ b/js/common/view/getKeyboardInputSnappingMapperTests.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021, University of Colorado Boulder +// Copyright 2020-2022, University of Colorado Boulder /** * QUnit tests for RAPModel