Skip to content

Commit 185567c

Browse files
committed
[Licenses] Update copyright year to 2017
Fixes nasa#1517
1 parent 80dc5a1 commit 185567c

File tree

948 files changed

+1039
-1039
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

948 files changed

+1039
-1039
lines changed

LICENSES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Open MCT Licenses
22

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

55
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.
66

build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#*****************************************************************************
4-
#* Open MCT, Copyright (c) 2014-2016, United States Government
4+
#* Open MCT, Copyright (c) 2014-2017, United States Government
55
#* as represented by the Administrator of the National Aeronautics and Space
66
#* Administration. All rights reserved.
77
#*

docs/gendocs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

docs/src/tutorials/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ has been finalized.
156156
#### Before
157157
```html
158158
<!--
159-
Open MCT, Copyright (c) 2014-2016, United States Government
159+
Open MCT, Copyright (c) 2014-2017, United States Government
160160
as represented by the Administrator of the National Aeronautics and Space
161161
Administration. All rights reserved.
162162
@@ -221,7 +221,7 @@ __index.html__
221221

222222
```html
223223
<!--
224-
Open MCT, Copyright (c) 2014-2016, United States Government
224+
Open MCT, Copyright (c) 2014-2017, United States Government
225225
as represented by the Administrator of the National Aeronautics and Space
226226
Administration. All rights reserved.
227227
@@ -2356,7 +2356,7 @@ If we include this in our set of active bundles:
23562356

23572357
```html
23582358
<!--
2359-
Open MCT, Copyright (c) 2014-2016, United States Government
2359+
Open MCT, Copyright (c) 2014-2017, United States Government
23602360
as represented by the Administrator of the National Aeronautics and Space
23612361
Administration. All rights reserved.
23622362

example/builtins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ These are:
55
* Controllers
66
* Directives
77
* Routes
8-
* Services
8+
* Services

example/builtins/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/builtins/res/templates/example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Open MCT, Copyright (c) 2014-2016, United States Government
2+
Open MCT, Copyright (c) 2014-2017, United States Government
33
as represented by the Administrator of the National Aeronautics and Space
44
Administration. All rights reserved.
55
@@ -21,4 +21,4 @@
2121
-->
2222
<p>Hello, world! I am the default route.</p>
2323
<p ng-controller="ExampleController">My controller has told me: "{{phrase}}"</p>
24-
<span example-directive></span>
24+
<span example-directive></span>

example/builtins/src/ExampleController.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -39,4 +39,4 @@ define(
3939

4040
return ExampleController;
4141
}
42-
);
42+
);

example/builtins/src/ExampleDirective.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -63,4 +63,4 @@ define(
6363

6464
return ExampleDirective;
6565
}
66-
);
66+
);

example/builtins/src/ExampleService.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -43,4 +43,4 @@ define(
4343

4444
return ExampleService;
4545
}
46-
);
46+
);

example/composite/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/composite/src/SomeAggregator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -47,4 +47,4 @@ define(
4747

4848
return SomeAggregator;
4949
}
50-
);
50+
);

example/composite/src/SomeDecorator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -45,4 +45,4 @@ define(
4545

4646
return SomeDecorator;
4747
}
48-
);
48+
);

example/composite/src/SomeOtherDecorator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -45,4 +45,4 @@ define(
4545

4646
return SomeOtherDecorator;
4747
}
48-
);
48+
);

example/composite/src/SomeOtherExample.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -43,4 +43,4 @@ define(
4343

4444
return SomeOtherExample;
4545
}
46-
);
46+
);

example/composite/src/SomeOtherProvider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -45,4 +45,4 @@ define(
4545

4646
return SomeOtherProvider;
4747
}
48-
);
48+
);

example/composite/src/SomeProvider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -45,4 +45,4 @@ define(
4545

4646
return SomeProvider;
4747
}
48-
);
48+
);

example/eventGenerator/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/eventGenerator/src/EventTelemetry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -60,4 +60,4 @@ define(
6060

6161
return EventTelemetry;
6262
}
63-
);
63+
);

example/eventGenerator/src/EventTelemetryProvider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -118,4 +118,4 @@ define(
118118

119119
return EventTelemetryProvider;
120120
}
121-
);
121+
);

example/export/ExportTelemetryAsCSVAction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/export/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/extensions/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/extensions/src/SomeExample.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -49,4 +49,4 @@ define(
4949

5050
return SomeExample;
5151
}
52-
);
52+
);

example/forms/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/forms/res/templates/exampleForm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Open MCT, Copyright (c) 2014-2016, United States Government
2+
Open MCT, Copyright (c) 2014-2017, United States Government
33
as represented by the Administrator of the National Aeronautics and Space
44
Administration. All rights reserved.
55
@@ -39,4 +39,4 @@
3939
{{state | json}}
4040
</textarea>
4141
</pre>
42-
</div>
42+
</div>

example/forms/src/ExampleFormController.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -179,4 +179,4 @@ define(
179179

180180
return ExampleFormController;
181181
}
182-
);
182+
);

example/generator/GeneratorProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/generator/SinewaveConstants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/generator/SinewaveDeltaFormat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/generator/SinewaveLimitCapability.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*
@@ -84,4 +84,4 @@ define(
8484

8585
return SinewaveLimitCapability;
8686
}
87-
);
87+
);

example/generator/SinewaveTelemetryProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/generator/SinewaveTelemetrySeries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/generator/WorkerInterface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/generator/generatorWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/generator/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

example/identity/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Open MCT, Copyright (c) 2014-2016, United States Government
2+
* Open MCT, Copyright (c) 2014-2017, United States Government
33
* as represented by the Administrator of the National Aeronautics and Space
44
* Administration. All rights reserved.
55
*

0 commit comments

Comments
 (0)