[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

@@ -234,4 +234,4 @@ $colorAboutLink: #84b3ff;
// Loading
$colorLoadingFg: $colorAlt1;
$colorLoadingBg: rgba($colorBodyFg, 0.2);
$colorLoadingBg: rgba($colorBodyFg, 0.2);

View File

@@ -12,4 +12,4 @@
@function pushBack($c: $colorBodyBg, $p: 20%) {
// For dark interfaces, darker things move back - opposite for light interfaces
@return darken($c, $p);
}
}

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.
*