Skip to content

Commit

Permalink
[Licenses] Update copyright year to 2017
Browse files Browse the repository at this point in the history
Fixes #1517
  • Loading branch information
VWoeltjen committed Apr 5, 2017
1 parent 80dc5a1 commit 185567c
Show file tree
Hide file tree
Showing 948 changed files with 1,039 additions and 1,039 deletions.
2 changes: 1 addition & 1 deletion LICENSES.md
@@ -1,6 +1,6 @@
# Open MCT Licenses

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

Open MCT is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Expand Down
2 changes: 1 addition & 1 deletion build-docs.sh
@@ -1,7 +1,7 @@
#!/bin/bash

#*****************************************************************************
#* 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.
#*
Expand Down
2 changes: 1 addition & 1 deletion docs/gendocs.js
@@ -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.
*
Expand Down
6 changes: 3 additions & 3 deletions docs/src/tutorials/index.md
Expand Up @@ -156,7 +156,7 @@ has been finalized.
#### Before
```html
<!--
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.
Expand Down Expand Up @@ -221,7 +221,7 @@ __index.html__

```html
<!--
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.
Expand Down Expand Up @@ -2356,7 +2356,7 @@ If we include this in our set of active bundles:

```html
<!--
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.
Expand Down
2 changes: 1 addition & 1 deletion example/builtins/README.md
Expand Up @@ -5,4 +5,4 @@ These are:
* Controllers
* Directives
* Routes
* Services
* Services
2 changes: 1 addition & 1 deletion example/builtins/bundle.js
@@ -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.
*
Expand Down
4 changes: 2 additions & 2 deletions example/builtins/res/templates/example.html
@@ -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.
Expand All @@ -21,4 +21,4 @@
-->
<p>Hello, world! I am the default route.</p>
<p ng-controller="ExampleController">My controller has told me: "{{phrase}}"</p>
<span example-directive></span>
<span example-directive></span>
4 changes: 2 additions & 2 deletions example/builtins/src/ExampleController.js
@@ -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.
*
Expand Down Expand Up @@ -39,4 +39,4 @@ define(

return ExampleController;
}
);
);
4 changes: 2 additions & 2 deletions example/builtins/src/ExampleDirective.js
@@ -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.
*
Expand Down Expand Up @@ -63,4 +63,4 @@ define(

return ExampleDirective;
}
);
);
4 changes: 2 additions & 2 deletions example/builtins/src/ExampleService.js
@@ -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.
*
Expand Down Expand Up @@ -43,4 +43,4 @@ define(

return ExampleService;
}
);
);
2 changes: 1 addition & 1 deletion example/composite/bundle.js
@@ -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.
*
Expand Down
4 changes: 2 additions & 2 deletions example/composite/src/SomeAggregator.js
@@ -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.
*
Expand Down Expand Up @@ -47,4 +47,4 @@ define(

return SomeAggregator;
}
);
);
4 changes: 2 additions & 2 deletions example/composite/src/SomeDecorator.js
@@ -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.
*
Expand Down Expand Up @@ -45,4 +45,4 @@ define(

return SomeDecorator;
}
);
);
4 changes: 2 additions & 2 deletions example/composite/src/SomeOtherDecorator.js
@@ -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.
*
Expand Down Expand Up @@ -45,4 +45,4 @@ define(

return SomeOtherDecorator;
}
);
);
4 changes: 2 additions & 2 deletions example/composite/src/SomeOtherExample.js
@@ -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.
*
Expand Down Expand Up @@ -43,4 +43,4 @@ define(

return SomeOtherExample;
}
);
);
4 changes: 2 additions & 2 deletions example/composite/src/SomeOtherProvider.js
@@ -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.
*
Expand Down Expand Up @@ -45,4 +45,4 @@ define(

return SomeOtherProvider;
}
);
);
4 changes: 2 additions & 2 deletions example/composite/src/SomeProvider.js
@@ -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.
*
Expand Down Expand Up @@ -45,4 +45,4 @@ define(

return SomeProvider;
}
);
);
2 changes: 1 addition & 1 deletion example/eventGenerator/bundle.js
@@ -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.
*
Expand Down
4 changes: 2 additions & 2 deletions example/eventGenerator/src/EventTelemetry.js
@@ -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.
*
Expand Down Expand Up @@ -60,4 +60,4 @@ define(

return EventTelemetry;
}
);
);
4 changes: 2 additions & 2 deletions example/eventGenerator/src/EventTelemetryProvider.js
@@ -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.
*
Expand Down Expand Up @@ -118,4 +118,4 @@ define(

return EventTelemetryProvider;
}
);
);
2 changes: 1 addition & 1 deletion example/export/ExportTelemetryAsCSVAction.js
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion example/export/bundle.js
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion example/extensions/bundle.js
@@ -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.
*
Expand Down
4 changes: 2 additions & 2 deletions example/extensions/src/SomeExample.js
@@ -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.
*
Expand Down Expand Up @@ -49,4 +49,4 @@ define(

return SomeExample;
}
);
);
2 changes: 1 addition & 1 deletion example/forms/bundle.js
@@ -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.
*
Expand Down
4 changes: 2 additions & 2 deletions example/forms/res/templates/exampleForm.html
@@ -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.
Expand Down Expand Up @@ -39,4 +39,4 @@
{{state | json}}
</textarea>
</pre>
</div>
</div>
4 changes: 2 additions & 2 deletions example/forms/src/ExampleFormController.js
@@ -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.
*
Expand Down Expand Up @@ -179,4 +179,4 @@ define(

return ExampleFormController;
}
);
);
2 changes: 1 addition & 1 deletion example/generator/GeneratorProvider.js
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion example/generator/SinewaveConstants.js
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion example/generator/SinewaveDeltaFormat.js
@@ -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.
*
Expand Down
4 changes: 2 additions & 2 deletions example/generator/SinewaveLimitCapability.js
@@ -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.
*
Expand Down Expand Up @@ -84,4 +84,4 @@ define(

return SinewaveLimitCapability;
}
);
);
2 changes: 1 addition & 1 deletion example/generator/SinewaveTelemetryProvider.js
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion example/generator/SinewaveTelemetrySeries.js
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion example/generator/WorkerInterface.js
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion example/generator/generatorWorker.js
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion example/generator/plugin.js
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion example/identity/bundle.js
@@ -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.
*
Expand Down

0 comments on commit 185567c

Please sign in to comment.