[Licenses] Update copyright year to 2017

Fixes #1517
This commit is contained in:
Victor Woeltjen
2017-04-05 14:35:12 -07:00
parent 80dc5a13b8
commit 185567cf29
948 changed files with 1039 additions and 1039 deletions

View File

@@ -8,4 +8,4 @@ $ticksBlockerFadeW: 50px;
$toiBlockerFadeW: 10px;
$toiH: 12px; // Needs to be an even number to avoid sub-pixel antialiasing of the vertical line
$toiPad: 4px;
$timeCondAxisLROffset: (($toiH / 2) + $toiPad, ($toiH / 2) + $toiPad); // Margin to left, right of tick axis and vis bar. For paging, use 15, 20px
$timeCondAxisLROffset: (($toiH / 2) + $toiPad, ($toiH / 2) + $toiPad); // Margin to left, right of tick axis and vis bar. For paging, use 15, 20px

View File

@@ -1,5 +1,5 @@
/*****************************************************************************
* Open MCT, Copyright (c) 2014-2016, United States Government
* Open MCT, Copyright (c) 2014-2017, United States Government
* as represented by the Administrator of the National Aeronautics and Space
* Administration. All rights reserved.
*

View File

@@ -48,4 +48,4 @@ $colorTimeCondTOIBg: darken($toiColorBg, 20%);
$colorTimeCondTOIBgHov: $toiColorBg;
@import "time-conductor-base";
@import "time-of-interest";
@import "time-of-interest";

View File

@@ -48,4 +48,4 @@ $colorTimeCondTOIBg: darken($toiColorBg, 20%);
$colorTimeCondTOIBgHov: $toiColorBg;
@import "time-conductor-base";
@import "time-of-interest";
@import "time-of-interest";

View File

@@ -31,4 +31,4 @@
ng-model="ngModel">
</mct-include>
</div>
</span>
</span>

View File

@@ -9,4 +9,4 @@
</span>
<span class="flex-elem l-toi-val">{{toi.toiText}}</span>
</div>
</div>
</div>

View File

@@ -1,5 +1,5 @@
/*****************************************************************************
* Open MCT, Copyright (c) 2014-2016, United States Government
* Open MCT, Copyright (c) 2014-2017, United States Government
* as represented by the Administrator of the National Aeronautics and Space
* Administration. All rights reserved.
*