From 5274923c495be4d6819d64bd5ac088a9b32cbc1e Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 5 Nov 2015 12:45:51 -0800 Subject: [PATCH] [Licenses] Add license headers ...to sources for Clocks/Timers and Timelines, as noted in review nasa/openmctweb#207 --- .../features/clock/res/templates/clock.html | 21 +++++++++++++++++++ .../features/clock/res/templates/timer.html | 21 +++++++++++++++++++ .../src/actions/AbstractStartTimerAction.js | 21 +++++++++++++++++++ .../clock/src/actions/RestartTimerAction.js | 21 +++++++++++++++++++ .../clock/src/actions/StartTimerAction.js | 21 +++++++++++++++++++ .../clock/src/controllers/ClockController.js | 21 +++++++++++++++++++ .../src/controllers/RefreshingController.js | 21 +++++++++++++++++++ .../clock/src/controllers/TimerController.js | 21 +++++++++++++++++++ .../clock/src/controllers/TimerFormatter.js | 21 +++++++++++++++++++ .../clock/src/indicators/ClockIndicator.js | 21 +++++++++++++++++++ .../clock/src/services/TickerService.js | 21 +++++++++++++++++++ .../actions/AbstractStartTimerActionSpec.js | 21 +++++++++++++++++++ .../test/actions/RestartTimerActionSpec.js | 21 +++++++++++++++++++ .../test/actions/StartTimerActionSpec.js | 21 +++++++++++++++++++ .../test/controllers/ClockControllerSpec.js | 21 +++++++++++++++++++ .../controllers/RefreshingControllerSpec.js | 21 +++++++++++++++++++ .../test/controllers/TimerControllerSpec.js | 21 +++++++++++++++++++ .../test/controllers/TimerFormatterSpec.js | 21 +++++++++++++++++++ .../test/indicators/ClockIndicatorSpec.js | 21 +++++++++++++++++++ .../clock/test/services/TickerServiceSpec.js | 21 +++++++++++++++++++ .../res/templates/activity-gantt.html | 21 +++++++++++++++++++ .../res/templates/controls/datetime.html | 21 +++++++++++++++++++ .../timeline/res/templates/legend-item.html | 21 +++++++++++++++++++ .../res/templates/resource-graph-labels.html | 21 +++++++++++++++++++ .../res/templates/resource-graphs.html | 21 +++++++++++++++++++ .../templates/tabular-swimlane-cols-data.html | 21 +++++++++++++++++++ .../templates/tabular-swimlane-cols-tree.html | 21 +++++++++++++++++++ .../timeline/res/templates/ticks.html | 21 +++++++++++++++++++ .../timeline/res/templates/timeline.html | 21 +++++++++++++++++++ .../timeline/res/templates/values.html | 21 +++++++++++++++++++ .../timeline/src/TimelineConstants.js | 21 +++++++++++++++++++ .../timeline/src/TimelineFormatter.js | 21 +++++++++++++++++++ .../src/capabilities/ActivityTimespan.js | 21 +++++++++++++++++++ .../ActivityTimespanCapability.js | 21 +++++++++++++++++++ .../src/capabilities/ActivityUtilization.js | 21 +++++++++++++++++++ .../src/capabilities/CostCapability.js | 21 +++++++++++++++++++ .../src/capabilities/CumulativeGraph.js | 21 +++++++++++++++++++ .../src/capabilities/GraphCapability.js | 21 +++++++++++++++++++ .../src/capabilities/ResourceGraph.js | 21 +++++++++++++++++++ .../src/capabilities/TimelineTimespan.js | 21 +++++++++++++++++++ .../TimelineTimespanCapability.js | 21 +++++++++++++++++++ .../src/capabilities/TimelineUtilization.js | 21 +++++++++++++++++++ .../src/capabilities/UtilizationCapability.js | 21 +++++++++++++++++++ .../ActivityModeValuesController.js | 21 +++++++++++++++++++ .../src/controllers/TimelineController.js | 21 +++++++++++++++++++ .../controllers/TimelineDateTimeController.js | 21 +++++++++++++++++++ .../controllers/TimelineGanttController.js | 21 +++++++++++++++++++ .../controllers/TimelineGraphController.js | 21 +++++++++++++++++++ .../controllers/TimelineTableController.js | 21 +++++++++++++++++++ .../src/controllers/TimelineTickController.js | 21 +++++++++++++++++++ .../src/controllers/TimelineZoomController.js | 21 +++++++++++++++++++ .../drag/TimelineDragHandleFactory.js | 21 +++++++++++++++++++ .../controllers/drag/TimelineDragHandler.js | 21 +++++++++++++++++++ .../controllers/drag/TimelineDragPopulator.js | 21 +++++++++++++++++++ .../src/controllers/drag/TimelineEndHandle.js | 21 +++++++++++++++++++ .../controllers/drag/TimelineMoveHandle.js | 21 +++++++++++++++++++ .../controllers/drag/TimelineSnapHandler.js | 21 +++++++++++++++++++ .../controllers/drag/TimelineStartHandle.js | 21 +++++++++++++++++++ .../src/controllers/graph/TimelineGraph.js | 21 +++++++++++++++++++ .../graph/TimelineGraphPopulator.js | 21 +++++++++++++++++++ .../graph/TimelineGraphRenderer.js | 21 +++++++++++++++++++ .../swimlane/TimelineColorAssigner.js | 21 +++++++++++++++++++ .../src/controllers/swimlane/TimelineProxy.js | 21 +++++++++++++++++++ .../controllers/swimlane/TimelineSwimlane.js | 21 +++++++++++++++++++ .../swimlane/TimelineSwimlaneDecorator.js | 21 +++++++++++++++++++ .../swimlane/TimelineSwimlaneDropHandler.js | 21 +++++++++++++++++++ .../swimlane/TimelineSwimlanePopulator.js | 21 +++++++++++++++++++ .../src/directives/MCTSwimlaneDrag.js | 21 +++++++++++++++++++ .../src/directives/MCTSwimlaneDrop.js | 21 +++++++++++++++++++ .../src/directives/SwimlaneDragConstants.js | 21 +++++++++++++++++++ .../timeline/src/services/ObjectLoader.js | 21 +++++++++++++++++++ .../timeline/test/TimelineConstantsSpec.js | 21 +++++++++++++++++++ .../timeline/test/TimelineFormatterSpec.js | 21 +++++++++++++++++++ .../ActivityTimespanCapabilitySpec.js | 21 +++++++++++++++++++ .../test/capabilities/ActivityTimespanSpec.js | 21 +++++++++++++++++++ .../capabilities/ActivityUtilizationSpec.js | 21 +++++++++++++++++++ .../test/capabilities/CostCapabilitySpec.js | 21 +++++++++++++++++++ .../test/capabilities/CumulativeGraphSpec.js | 21 +++++++++++++++++++ .../test/capabilities/GraphCapabilitySpec.js | 21 +++++++++++++++++++ .../test/capabilities/ResourceGraphSpec.js | 21 +++++++++++++++++++ .../TimelineTimespanCapabilitySpec.js | 21 +++++++++++++++++++ .../test/capabilities/TimelineTimespanSpec.js | 21 +++++++++++++++++++ .../capabilities/TimelineUtilizationSpec.js | 21 +++++++++++++++++++ .../capabilities/UtilizationCapabilitySpec.js | 21 +++++++++++++++++++ .../ActivityModeValuesControllerSpec.js | 21 +++++++++++++++++++ .../controllers/TimelineControllerSpec.js | 21 +++++++++++++++++++ .../TimelineDateTimeControllerSpec.js | 21 +++++++++++++++++++ .../TimelineGanttControllerSpec.js | 21 +++++++++++++++++++ .../TimelineGraphControllerSpec.js | 21 +++++++++++++++++++ .../TimelineTableControllerSpec.js | 21 +++++++++++++++++++ .../controllers/TimelineTickControllerSpec.js | 21 +++++++++++++++++++ .../controllers/TimelineZoomControllerSpec.js | 21 +++++++++++++++++++ .../drag/TimelineDragHandleFactorySpec.js | 21 +++++++++++++++++++ .../drag/TimelineDragHandlerSpec.js | 21 +++++++++++++++++++ .../drag/TimelineDragPopulatorSpec.js | 21 +++++++++++++++++++ .../controllers/drag/TimelineEndHandleSpec.js | 21 +++++++++++++++++++ .../drag/TimelineMoveHandleSpec.js | 21 +++++++++++++++++++ .../drag/TimelineSnapHandlerSpec.js | 21 +++++++++++++++++++ .../drag/TimelineStartHandleSpec.js | 21 +++++++++++++++++++ .../graph/TimelineGraphPopulatorSpec.js | 21 +++++++++++++++++++ .../graph/TimelineGraphRendererSpec.js | 21 +++++++++++++++++++ .../controllers/graph/TimelineGraphSpec.js | 21 +++++++++++++++++++ .../swimlane/TimelineColorAssignerSpec.js | 21 +++++++++++++++++++ .../controllers/swimlane/TimelineProxySpec.js | 21 +++++++++++++++++++ .../swimlane/TimelineSwimlaneDecoratorSpec.js | 21 +++++++++++++++++++ .../TimelineSwimlaneDropHandlerSpec.js | 21 +++++++++++++++++++ .../swimlane/TimelineSwimlanePopulatorSpec.js | 21 +++++++++++++++++++ .../swimlane/TimelineSwimlaneSpec.js | 21 +++++++++++++++++++ .../test/directives/MCTSwimlaneDragSpec.js | 21 +++++++++++++++++++ .../test/directives/MCTSwimlaneDropSpec.js | 21 +++++++++++++++++++ .../directives/SwimlaneDragConstantsSpec.js | 21 +++++++++++++++++++ .../test/services/ObjectLoaderSpec.js | 21 +++++++++++++++++++ 112 files changed, 2352 insertions(+) diff --git a/platform/features/clock/res/templates/clock.html b/platform/features/clock/res/templates/clock.html index 69c690e69d..d3df62a095 100644 --- a/platform/features/clock/res/templates/clock.html +++ b/platform/features/clock/res/templates/clock.html @@ -1,3 +1,24 @@ +
diff --git a/platform/features/clock/res/templates/timer.html b/platform/features/clock/res/templates/timer.html index 36bfe3f972..ebd593435f 100644 --- a/platform/features/clock/res/templates/timer.html +++ b/platform/features/clock/res/templates/timer.html @@ -1,3 +1,24 @@ +
diff --git a/platform/features/timeline/res/templates/legend-item.html b/platform/features/timeline/res/templates/legend-item.html index 9908e701ba..8ea8df9c06 100644 --- a/platform/features/timeline/res/templates/legend-item.html +++ b/platform/features/timeline/res/templates/legend-item.html @@ -1,3 +1,24 @@ +
{{parameters.title}}
diff --git a/platform/features/timeline/res/templates/resource-graphs.html b/platform/features/timeline/res/templates/resource-graphs.html index 317d4976ac..b96973c80f 100644 --- a/platform/features/timeline/res/templates/resource-graphs.html +++ b/platform/features/timeline/res/templates/resource-graphs.html @@ -1,3 +1,24 @@ +
diff --git a/platform/features/timeline/res/templates/tabular-swimlane-cols-data.html b/platform/features/timeline/res/templates/tabular-swimlane-cols-data.html index 63c618974f..273ffb8734 100644 --- a/platform/features/timeline/res/templates/tabular-swimlane-cols-data.html +++ b/platform/features/timeline/res/templates/tabular-swimlane-cols-data.html @@ -1,3 +1,24 @@ +