From 185567cf2947baa9e7e1153771c7b20fc3510e0d Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 5 Apr 2017 14:35:12 -0700 Subject: [PATCH] [Licenses] Update copyright year to 2017 Fixes #1517 --- LICENSES.md | 2 +- build-docs.sh | 2 +- docs/gendocs.js | 2 +- docs/src/tutorials/index.md | 6 +++--- example/builtins/README.md | 2 +- example/builtins/bundle.js | 2 +- example/builtins/res/templates/example.html | 4 ++-- example/builtins/src/ExampleController.js | 4 ++-- example/builtins/src/ExampleDirective.js | 4 ++-- example/builtins/src/ExampleService.js | 4 ++-- example/composite/bundle.js | 2 +- example/composite/src/SomeAggregator.js | 4 ++-- example/composite/src/SomeDecorator.js | 4 ++-- example/composite/src/SomeOtherDecorator.js | 4 ++-- example/composite/src/SomeOtherExample.js | 4 ++-- example/composite/src/SomeOtherProvider.js | 4 ++-- example/composite/src/SomeProvider.js | 4 ++-- example/eventGenerator/bundle.js | 2 +- example/eventGenerator/src/EventTelemetry.js | 4 ++-- example/eventGenerator/src/EventTelemetryProvider.js | 4 ++-- example/export/ExportTelemetryAsCSVAction.js | 2 +- example/export/bundle.js | 2 +- example/extensions/bundle.js | 2 +- example/extensions/src/SomeExample.js | 4 ++-- example/forms/bundle.js | 2 +- example/forms/res/templates/exampleForm.html | 4 ++-- example/forms/src/ExampleFormController.js | 4 ++-- example/generator/GeneratorProvider.js | 2 +- example/generator/SinewaveConstants.js | 2 +- example/generator/SinewaveDeltaFormat.js | 2 +- example/generator/SinewaveLimitCapability.js | 4 ++-- example/generator/SinewaveTelemetryProvider.js | 2 +- example/generator/SinewaveTelemetrySeries.js | 2 +- example/generator/WorkerInterface.js | 2 +- example/generator/generatorWorker.js | 2 +- example/generator/plugin.js | 2 +- example/identity/bundle.js | 2 +- example/identity/src/ExampleIdentityService.js | 2 +- example/imagery/bundle.js | 2 +- example/imagery/src/ImageTelemetry.js | 2 +- example/imagery/src/ImageTelemetryProvider.js | 2 +- example/mobile/bundle.js | 2 +- example/mobile/res/sass/mobile-example.scss | 2 +- example/msl/bundle.js | 2 +- example/msl/src/MSLDataDictionary.js | 2 +- example/msl/src/RemsTelemetryModelProvider.js | 2 +- example/msl/src/RemsTelemetryProvider.js | 2 +- example/msl/src/RemsTelemetrySeries.js | 2 +- example/msl/src/RemsTelemetryServerAdapter.js | 2 +- example/notifications/bundle.js | 2 +- example/notifications/res/dialog-launch.html | 2 +- example/notifications/res/notification-launch.html | 2 +- example/notifications/src/DialogLaunchController.js | 2 +- example/notifications/src/DialogLaunchIndicator.js | 2 +- example/notifications/src/NotificationLaunchController.js | 2 +- example/notifications/src/NotificationLaunchIndicator.js | 2 +- example/persistence/bundle.js | 2 +- example/persistence/src/BrowserPersistenceProvider.js | 4 ++-- example/plotOptions/bundle.js | 2 +- example/policy/bundle.js | 2 +- example/policy/src/ExamplePolicy.js | 4 ++-- example/profiling/bundle.js | 2 +- example/profiling/src/DigestIndicator.js | 2 +- example/profiling/src/WatchIndicator.js | 4 ++-- example/scratchpad/bundle.js | 2 +- example/scratchpad/src/ScratchPersistenceProvider.js | 2 +- example/taxonomy/bundle.js | 2 +- example/taxonomy/src/ExampleTaxonomyModelProvider.js | 4 ++-- example/worker/bundle.js | 2 +- example/worker/src/FibonacciIndicator.js | 2 +- gulpfile.js | 2 +- index.html | 2 +- karma.conf.js | 2 +- openmct.js | 2 +- platform/commonUI/README.md | 2 +- platform/commonUI/about/bundle.js | 2 +- platform/commonUI/about/res/templates/about-dialog.html | 2 +- platform/commonUI/about/res/templates/about-logo.html | 2 +- platform/commonUI/about/res/templates/app-logo.html | 4 ++-- platform/commonUI/about/res/templates/license-apache.html | 4 ++-- platform/commonUI/about/res/templates/license-mit.html | 4 ++-- .../commonUI/about/res/templates/licenses-export-md.html | 4 ++-- platform/commonUI/about/res/templates/licenses.html | 4 ++-- platform/commonUI/about/res/templates/overlay-about.html | 4 ++-- platform/commonUI/about/src/AboutController.js | 2 +- platform/commonUI/about/src/LicenseController.js | 2 +- platform/commonUI/about/src/LogoController.js | 2 +- platform/commonUI/about/test/AboutControllerSpec.js | 2 +- platform/commonUI/about/test/LicenseControllerSpec.js | 2 +- platform/commonUI/about/test/LogoControllerSpec.js | 2 +- platform/commonUI/browse/bundle.js | 2 +- platform/commonUI/browse/res/templates/back-arrow.html | 2 +- platform/commonUI/browse/res/templates/browse-object.html | 2 +- platform/commonUI/browse/res/templates/browse.html | 2 +- .../browse/res/templates/browse/inspector-region.html | 2 +- .../commonUI/browse/res/templates/browse/object-header.html | 4 ++-- .../browse/res/templates/browse/object-properties.html | 4 ++-- platform/commonUI/browse/res/templates/items/grid-item.html | 2 +- platform/commonUI/browse/res/templates/items/items.html | 4 ++-- platform/commonUI/browse/res/templates/menu-arrow.html | 4 ++-- platform/commonUI/browse/src/BrowseController.js | 2 +- platform/commonUI/browse/src/BrowseObjectController.js | 2 +- platform/commonUI/browse/src/InspectorRegion.js | 2 +- platform/commonUI/browse/src/MenuArrowController.js | 2 +- platform/commonUI/browse/src/PaneController.js | 2 +- platform/commonUI/browse/src/navigation/NavigateAction.js | 2 +- .../commonUI/browse/src/navigation/NavigationService.js | 2 +- .../browse/src/navigation/OrphanNavigationHandler.js | 2 +- platform/commonUI/browse/src/windowing/FullscreenAction.js | 2 +- platform/commonUI/browse/src/windowing/NewTabAction.js | 2 +- platform/commonUI/browse/src/windowing/WindowTitler.js | 2 +- platform/commonUI/browse/test/BrowseControllerSpec.js | 2 +- platform/commonUI/browse/test/BrowseObjectControllerSpec.js | 2 +- platform/commonUI/browse/test/InspectorRegionSpec.js | 2 +- platform/commonUI/browse/test/MenuArrowControllerSpec.js | 2 +- platform/commonUI/browse/test/PaneControllerSpec.js | 2 +- .../commonUI/browse/test/navigation/NavigateActionSpec.js | 2 +- .../browse/test/navigation/NavigationServiceSpec.js | 2 +- .../browse/test/navigation/OrphanNavigationHandlerSpec.js | 2 +- .../commonUI/browse/test/windowing/FullscreenActionSpec.js | 2 +- platform/commonUI/browse/test/windowing/NewTabActionSpec.js | 2 +- platform/commonUI/browse/test/windowing/WindowTitlerSpec.js | 2 +- platform/commonUI/dialog/README.md | 2 +- platform/commonUI/dialog/bundle.js | 2 +- platform/commonUI/dialog/res/templates/dialog.html | 4 ++-- platform/commonUI/dialog/res/templates/message.html | 2 +- .../dialog/res/templates/overlay-blocking-message.html | 4 ++-- platform/commonUI/dialog/res/templates/overlay-dialog.html | 4 ++-- .../commonUI/dialog/res/templates/overlay-message-list.html | 2 +- platform/commonUI/dialog/res/templates/overlay-options.html | 4 ++-- platform/commonUI/dialog/res/templates/overlay.html | 4 ++-- platform/commonUI/dialog/src/DialogService.js | 2 +- platform/commonUI/dialog/src/OverlayService.js | 2 +- platform/commonUI/dialog/test/DialogServiceSpec.js | 2 +- platform/commonUI/dialog/test/OverlayServiceSpec.js | 2 +- platform/commonUI/edit/bundle.js | 2 +- .../commonUI/edit/res/templates/create/create-button.html | 4 ++-- .../commonUI/edit/res/templates/create/create-menu.html | 2 +- platform/commonUI/edit/res/templates/create/locator.html | 2 +- .../commonUI/edit/res/templates/edit-action-buttons.html | 4 ++-- platform/commonUI/edit/res/templates/edit-object.html | 2 +- platform/commonUI/edit/res/templates/elements.html | 4 ++-- platform/commonUI/edit/res/templates/library.html | 4 ++-- platform/commonUI/edit/res/templates/topbar-edit.html | 4 ++-- platform/commonUI/edit/src/actions/CancelAction.js | 2 +- platform/commonUI/edit/src/actions/EditAction.js | 2 +- platform/commonUI/edit/src/actions/EditAndComposeAction.js | 2 +- platform/commonUI/edit/src/actions/PropertiesAction.js | 2 +- platform/commonUI/edit/src/actions/PropertiesDialog.js | 2 +- platform/commonUI/edit/src/actions/RemoveAction.js | 2 +- platform/commonUI/edit/src/actions/SaveAction.js | 2 +- .../commonUI/edit/src/actions/SaveAndStopEditingAction.js | 2 +- platform/commonUI/edit/src/actions/SaveAsAction.js | 2 +- platform/commonUI/edit/src/capabilities/EditorCapability.js | 2 +- .../edit/src/capabilities/TransactionCapabilityDecorator.js | 2 +- .../src/capabilities/TransactionalPersistenceCapability.js | 2 +- .../commonUI/edit/src/controllers/EditActionController.js | 2 +- .../commonUI/edit/src/controllers/EditObjectController.js | 2 +- .../commonUI/edit/src/controllers/EditPanesController.js | 2 +- .../commonUI/edit/src/controllers/ElementsController.js | 2 +- platform/commonUI/edit/src/creation/AddAction.js | 2 +- platform/commonUI/edit/src/creation/AddActionProvider.js | 2 +- platform/commonUI/edit/src/creation/CreateAction.js | 2 +- platform/commonUI/edit/src/creation/CreateActionProvider.js | 2 +- platform/commonUI/edit/src/creation/CreateMenuController.js | 2 +- platform/commonUI/edit/src/creation/CreateWizard.js | 2 +- platform/commonUI/edit/src/creation/CreationPolicy.js | 2 +- platform/commonUI/edit/src/creation/CreationService.js | 2 +- platform/commonUI/edit/src/creation/LocatorController.js | 2 +- platform/commonUI/edit/src/policies/EditActionPolicy.js | 2 +- .../edit/src/policies/EditContextualActionPolicy.js | 2 +- platform/commonUI/edit/src/policies/EditableLinkPolicy.js | 2 +- platform/commonUI/edit/src/policies/EditableMovePolicy.js | 2 +- platform/commonUI/edit/src/policies/EditableViewPolicy.js | 2 +- platform/commonUI/edit/src/representers/EditRepresenter.js | 2 +- platform/commonUI/edit/src/representers/EditToolbar.js | 2 +- .../edit/src/representers/EditToolbarRepresenter.js | 2 +- .../commonUI/edit/src/representers/EditToolbarSelection.js | 2 +- platform/commonUI/edit/src/services/NestedTransaction.js | 2 +- platform/commonUI/edit/src/services/Transaction.js | 2 +- platform/commonUI/edit/src/services/TransactionManager.js | 2 +- platform/commonUI/edit/src/services/TransactionService.js | 2 +- platform/commonUI/edit/test/actions/CancelActionSpec.js | 2 +- platform/commonUI/edit/test/actions/EditActionSpec.js | 2 +- .../commonUI/edit/test/actions/EditAndComposeActionSpec.js | 2 +- platform/commonUI/edit/test/actions/PropertiesActionSpec.js | 2 +- platform/commonUI/edit/test/actions/PropertiesDialogSpec.js | 2 +- platform/commonUI/edit/test/actions/RemoveActionSpec.js | 2 +- platform/commonUI/edit/test/actions/SaveActionSpec.js | 2 +- .../edit/test/actions/SaveAndStopEditingActionSpec.js | 2 +- platform/commonUI/edit/test/actions/SaveAsActionSpec.js | 2 +- .../commonUI/edit/test/capabilities/EditorCapabilitySpec.js | 2 +- .../test/capabilities/TransactionCapabilityDecoratorSpec.js | 2 +- .../capabilities/TransactionalPersistenceCapabilitySpec.js | 2 +- .../edit/test/controllers/EditActionControllerSpec.js | 2 +- .../edit/test/controllers/EditObjectControllerSpec.js | 2 +- .../edit/test/controllers/EditPanesControllerSpec.js | 2 +- .../edit/test/controllers/ElementsControllerSpec.js | 2 +- .../commonUI/edit/test/creation/AddActionProviderSpec.js | 2 +- .../commonUI/edit/test/creation/CreateActionProviderSpec.js | 2 +- platform/commonUI/edit/test/creation/CreateActionSpec.js | 2 +- .../commonUI/edit/test/creation/CreateMenuControllerSpec.js | 2 +- platform/commonUI/edit/test/creation/CreateWizardSpec.js | 2 +- platform/commonUI/edit/test/creation/CreationPolicySpec.js | 2 +- platform/commonUI/edit/test/creation/CreationServiceSpec.js | 2 +- .../commonUI/edit/test/creation/LocatorControllerSpec.js | 2 +- .../commonUI/edit/test/policies/EditActionPolicySpec.js | 2 +- .../edit/test/policies/EditContextualActionPolicySpec.js | 2 +- .../commonUI/edit/test/policies/EditableViewPolicySpec.js | 2 +- .../commonUI/edit/test/representers/EditRepresenterSpec.js | 2 +- .../edit/test/representers/EditToolbarRepresenterSpec.js | 2 +- .../edit/test/representers/EditToolbarSelectionSpec.js | 2 +- platform/commonUI/edit/test/representers/EditToolbarSpec.js | 2 +- .../commonUI/edit/test/services/NestedTransactionSpec.js | 2 +- .../commonUI/edit/test/services/TransactionManagerSpec.js | 2 +- .../commonUI/edit/test/services/TransactionServiceSpec.js | 2 +- platform/commonUI/edit/test/services/TransactionSpec.js | 2 +- platform/commonUI/formats/bundle.js | 2 +- platform/commonUI/formats/src/FormatProvider.js | 2 +- platform/commonUI/formats/src/UTCTimeFormat.js | 2 +- platform/commonUI/formats/test/FormatProviderSpec.js | 2 +- platform/commonUI/formats/test/UTCTimeFormatSpec.js | 2 +- platform/commonUI/general/README.md | 2 +- platform/commonUI/general/bundle.js | 2 +- .../fonts/symbols/icomoon-project-openmct-symbols-12px.json | 2 +- .../fonts/symbols/icomoon-project-openmct-symbols-16px.json | 2 +- .../general/res/fonts/symbols/openmct-symbols-12px.svg | 2 +- .../general/res/fonts/symbols/openmct-symbols-16px.svg | 2 +- platform/commonUI/general/res/sass/_about.scss | 2 +- platform/commonUI/general/res/sass/_animations.scss | 2 +- platform/commonUI/general/res/sass/_archetypes.scss | 2 +- platform/commonUI/general/res/sass/_autoflow.scss | 4 ++-- platform/commonUI/general/res/sass/_badges.scss | 2 +- platform/commonUI/general/res/sass/_constants.scss | 2 +- platform/commonUI/general/res/sass/_effects.scss | 4 ++-- platform/commonUI/general/res/sass/_fixed-position.scss | 4 ++-- platform/commonUI/general/res/sass/_global.scss | 2 +- platform/commonUI/general/res/sass/_icons.scss | 2 +- platform/commonUI/general/res/sass/_iframe.scss | 4 ++-- platform/commonUI/general/res/sass/_inspector.scss | 2 +- platform/commonUI/general/res/sass/_limits.scss | 2 +- platform/commonUI/general/res/sass/_logo-and-bg.scss | 4 ++-- platform/commonUI/general/res/sass/_main.scss | 2 +- platform/commonUI/general/res/sass/_mixins.scss | 2 +- platform/commonUI/general/res/sass/_object-label.scss | 4 ++-- platform/commonUI/general/res/sass/_text.scss | 4 ++-- platform/commonUI/general/res/sass/_views.scss | 2 +- .../commonUI/general/res/sass/controls/_breadcrumb.scss | 2 +- platform/commonUI/general/res/sass/controls/_buttons.scss | 2 +- .../commonUI/general/res/sass/controls/_color-palette.scss | 4 ++-- platform/commonUI/general/res/sass/controls/_controls.scss | 2 +- platform/commonUI/general/res/sass/controls/_lists.scss | 4 ++-- platform/commonUI/general/res/sass/controls/_menus.scss | 2 +- platform/commonUI/general/res/sass/controls/_messages.scss | 2 +- platform/commonUI/general/res/sass/controls/_ticks.scss | 4 ++-- platform/commonUI/general/res/sass/edit/_editor.scss | 2 +- platform/commonUI/general/res/sass/features/_imagery.scss | 2 +- .../commonUI/general/res/sass/forms/_channel-selector.scss | 4 ++-- platform/commonUI/general/res/sass/forms/_datetime.scss | 4 ++-- platform/commonUI/general/res/sass/forms/_elems.scss | 4 ++-- platform/commonUI/general/res/sass/forms/_filter.scss | 4 ++-- platform/commonUI/general/res/sass/forms/_validation.scss | 4 ++-- platform/commonUI/general/res/sass/helpers/_bubbles.scss | 4 ++-- platform/commonUI/general/res/sass/helpers/_splitter.scss | 2 +- .../commonUI/general/res/sass/helpers/_wait-spinner.scss | 2 +- platform/commonUI/general/res/sass/items/_item.scss | 4 ++-- platform/commonUI/general/res/sass/lists/_tabular.scss | 2 +- platform/commonUI/general/res/sass/mobile/_constants.scss | 2 +- platform/commonUI/general/res/sass/mobile/_item.scss | 2 +- platform/commonUI/general/res/sass/mobile/_layout.scss | 2 +- platform/commonUI/general/res/sass/mobile/_mixins.scss | 2 +- platform/commonUI/general/res/sass/mobile/_tree.scss | 2 +- .../commonUI/general/res/sass/mobile/controls/_menus.scss | 2 +- .../commonUI/general/res/sass/mobile/overlay/_overlay.scss | 2 +- .../commonUI/general/res/sass/mobile/search/_search.scss | 2 +- platform/commonUI/general/res/sass/openmct.scss | 4 ++-- platform/commonUI/general/res/sass/overlay/_overlay.scss | 2 +- platform/commonUI/general/res/sass/plots/_plots-main.scss | 2 +- platform/commonUI/general/res/sass/search/_search.scss | 4 ++-- platform/commonUI/general/res/sass/startup-base.scss | 4 ++-- platform/commonUI/general/res/sass/tree/_tree.scss | 2 +- platform/commonUI/general/res/sass/user-environ/_frame.scss | 4 ++-- .../commonUI/general/res/sass/user-environ/_layout.scss | 2 +- .../commonUI/general/res/sass/user-environ/_selecting.scss | 4 ++-- .../commonUI/general/res/sass/user-environ/_tool-bar.scss | 4 ++-- .../commonUI/general/res/sass/user-environ/_top-bar.scss | 4 ++-- platform/commonUI/general/res/templates/bottombar.html | 4 ++-- .../general/res/templates/containers/accordion.html | 2 +- .../general/res/templates/controls/action-button.html | 2 +- .../general/res/templates/controls/action-group.html | 4 ++-- .../commonUI/general/res/templates/controls/breadcrumb.html | 2 +- .../general/res/templates/controls/datetime-field.html | 2 +- .../general/res/templates/controls/datetime-picker.html | 2 +- .../general/res/templates/controls/input-filter.html | 4 ++-- .../commonUI/general/res/templates/controls/selector.html | 4 ++-- .../commonUI/general/res/templates/controls/switcher.html | 4 ++-- .../general/res/templates/controls/time-controller.html | 2 +- platform/commonUI/general/res/templates/indicator.html | 4 ++-- platform/commonUI/general/res/templates/label.html | 2 +- .../commonUI/general/res/templates/menu/context-menu.html | 4 ++-- platform/commonUI/general/res/templates/message-banner.html | 2 +- .../commonUI/general/res/templates/object-inspector.html | 2 +- platform/commonUI/general/res/templates/progress-bar.html | 2 +- platform/commonUI/general/res/templates/subtree.html | 2 +- platform/commonUI/general/res/templates/tree-node.html | 2 +- platform/commonUI/general/res/templates/tree.html | 2 +- platform/commonUI/general/res/templates/tree/wait-node.html | 2 +- platform/commonUI/general/src/SplashScreenManager.js | 2 +- platform/commonUI/general/src/StyleSheetLoader.js | 2 +- .../general/src/controllers/ActionGroupController.js | 2 +- .../commonUI/general/src/controllers/BannerController.js | 2 +- .../commonUI/general/src/controllers/BottomBarController.js | 2 +- .../commonUI/general/src/controllers/ClickAwayController.js | 2 +- .../general/src/controllers/ContextMenuController.js | 2 +- .../general/src/controllers/DateTimeFieldController.js | 2 +- .../general/src/controllers/DateTimePickerController.js | 2 +- .../general/src/controllers/GetterSetterController.js | 2 +- .../general/src/controllers/ObjectInspectorController.js | 2 +- .../commonUI/general/src/controllers/SelectorController.js | 2 +- .../commonUI/general/src/controllers/TimeRangeController.js | 2 +- .../commonUI/general/src/controllers/ToggleController.js | 2 +- .../commonUI/general/src/controllers/TreeNodeController.js | 2 +- .../general/src/controllers/ViewSwitcherController.js | 2 +- .../commonUI/general/src/directives/MCTClickElsewhere.js | 2 +- platform/commonUI/general/src/directives/MCTContainer.js | 2 +- platform/commonUI/general/src/directives/MCTDrag.js | 2 +- platform/commonUI/general/src/directives/MCTPopup.js | 2 +- platform/commonUI/general/src/directives/MCTResize.js | 2 +- platform/commonUI/general/src/directives/MCTScroll.js | 2 +- platform/commonUI/general/src/directives/MCTSplitPane.js | 2 +- platform/commonUI/general/src/directives/MCTSplitter.js | 2 +- platform/commonUI/general/src/directives/MCTTree.js | 2 +- platform/commonUI/general/src/filters/ReverseFilter.js | 2 +- platform/commonUI/general/src/services/Popup.js | 2 +- platform/commonUI/general/src/services/PopupService.js | 2 +- platform/commonUI/general/src/services/UrlService.js | 2 +- platform/commonUI/general/src/ui/ToggleView.js | 2 +- platform/commonUI/general/src/ui/TreeLabelView.js | 2 +- platform/commonUI/general/src/ui/TreeNodeView.js | 2 +- platform/commonUI/general/src/ui/TreeView.js | 2 +- platform/commonUI/general/test/SplashScreenManagerSpec.js | 2 +- platform/commonUI/general/test/StyleSheetLoaderSpec.js | 2 +- .../general/test/controllers/ActionGroupControllerSpec.js | 2 +- .../general/test/controllers/BottomBarControllerSpec.js | 2 +- .../general/test/controllers/ClickAwayControllerSpec.js | 2 +- .../general/test/controllers/ContextMenuControllerSpec.js | 2 +- .../general/test/controllers/DateTimeFieldControllerSpec.js | 2 +- .../test/controllers/DateTimePickerControllerSpec.js | 2 +- .../general/test/controllers/GetterSetterControllerSpec.js | 2 +- .../test/controllers/ObjectInspectorControllerSpec.js | 2 +- .../general/test/controllers/SelectorControllerSpec.js | 2 +- .../general/test/controllers/TimeRangeControllerSpec.js | 2 +- .../general/test/controllers/ToggleControllerSpec.js | 2 +- .../general/test/controllers/TreeNodeControllerSpec.js | 2 +- .../general/test/controllers/ViewSwitcherControllerSpec.js | 2 +- .../general/test/directives/MCTClickElsewhereSpec.js | 2 +- .../commonUI/general/test/directives/MCTContainerSpec.js | 2 +- platform/commonUI/general/test/directives/MCTDragSpec.js | 2 +- platform/commonUI/general/test/directives/MCTPopupSpec.js | 2 +- platform/commonUI/general/test/directives/MCTResizeSpec.js | 2 +- platform/commonUI/general/test/directives/MCTScrollSpec.js | 2 +- .../commonUI/general/test/directives/MCTSplitPaneSpec.js | 2 +- .../commonUI/general/test/directives/MCTSplitterSpec.js | 2 +- platform/commonUI/general/test/directives/MCTTreeSpec.js | 2 +- platform/commonUI/general/test/filters/ReverseFilterSpec.js | 2 +- platform/commonUI/general/test/services/PopupServiceSpec.js | 2 +- platform/commonUI/general/test/services/PopupSpec.js | 2 +- platform/commonUI/general/test/services/UrlServiceSpec.js | 2 +- platform/commonUI/general/test/ui/TreeViewSpec.js | 2 +- platform/commonUI/inspect/bundle.js | 2 +- platform/commonUI/inspect/res/infobubble.html | 4 ++-- platform/commonUI/inspect/res/templates/info-button.html | 2 +- platform/commonUI/inspect/src/InfoConstants.js | 2 +- platform/commonUI/inspect/src/gestures/InfoButtonGesture.js | 2 +- platform/commonUI/inspect/src/gestures/InfoGesture.js | 2 +- platform/commonUI/inspect/src/services/InfoService.js | 2 +- .../commonUI/inspect/test/gestures/InfoButtonGestureSpec.js | 2 +- platform/commonUI/inspect/test/gestures/InfoGestureSpec.js | 2 +- platform/commonUI/inspect/test/services/InfoServiceSpec.js | 2 +- platform/commonUI/mobile/bundle.js | 2 +- platform/commonUI/mobile/src/AgentService.js | 2 +- platform/commonUI/mobile/src/DeviceClassifier.js | 2 +- platform/commonUI/mobile/src/DeviceMatchers.js | 2 +- platform/commonUI/mobile/src/MCTDevice.js | 2 +- platform/commonUI/mobile/test/AgentServiceSpec.js | 2 +- platform/commonUI/mobile/test/DeviceClassifierSpec.js | 2 +- platform/commonUI/mobile/test/DeviceMatchersSpec.js | 2 +- platform/commonUI/mobile/test/MCTDeviceSpec.js | 2 +- platform/commonUI/notification/bundle.js | 2 +- platform/commonUI/notification/src/NotificationIndicator.js | 2 +- .../notification/src/NotificationIndicatorController.js | 2 +- platform/commonUI/notification/src/NotificationService.js | 2 +- .../test/NotificationIndicatorControllerSpec.js | 2 +- .../commonUI/notification/test/NotificationServiceSpec.js | 2 +- platform/commonUI/regions/bundle.js | 2 +- platform/commonUI/regions/src/EditableRegionPolicy.js | 2 +- platform/commonUI/regions/src/InspectorController.js | 2 +- platform/commonUI/regions/src/Region.js | 2 +- platform/commonUI/regions/test/EditableRegionPolicySpec.js | 2 +- platform/commonUI/regions/test/InspectorControllerSpec.js | 2 +- platform/commonUI/regions/test/RegionSpec.js | 2 +- platform/commonUI/themes/espresso/bundle.js | 2 +- platform/commonUI/themes/espresso/res/sass/_constants.scss | 2 +- platform/commonUI/themes/espresso/res/sass/_mixins.scss | 2 +- .../commonUI/themes/espresso/res/sass/theme-espresso.scss | 2 +- platform/commonUI/themes/snow/bundle.js | 2 +- platform/commonUI/themes/snow/res/sass/_constants.scss | 2 +- platform/commonUI/themes/snow/res/sass/_controls.scss | 2 +- platform/commonUI/themes/snow/res/sass/_mixins.scss | 2 +- platform/commonUI/themes/snow/res/sass/theme-snow.scss | 2 +- platform/containment/README.md | 2 +- platform/containment/bundle.js | 2 +- platform/containment/src/ComposeActionPolicy.js | 2 +- platform/containment/src/CompositionMutabilityPolicy.js | 2 +- platform/containment/src/CompositionPolicy.js | 2 +- platform/containment/test/ComposeActionPolicySpec.js | 2 +- .../containment/test/CompositionMutabilityPolicySpec.js | 2 +- platform/containment/test/CompositionPolicySpec.js | 2 +- platform/core/bundle.js | 2 +- platform/core/src/actions/ActionAggregator.js | 2 +- platform/core/src/actions/ActionCapability.js | 2 +- platform/core/src/actions/ActionProvider.js | 2 +- platform/core/src/actions/LoggingActionDecorator.js | 2 +- platform/core/src/capabilities/CompositionCapability.js | 2 +- platform/core/src/capabilities/ContextCapability.js | 2 +- platform/core/src/capabilities/ContextualDomainObject.js | 2 +- platform/core/src/capabilities/CoreCapabilityProvider.js | 2 +- platform/core/src/capabilities/DelegationCapability.js | 2 +- platform/core/src/capabilities/InstantiationCapability.js | 2 +- platform/core/src/capabilities/MutationCapability.js | 2 +- platform/core/src/capabilities/PersistenceCapability.js | 2 +- platform/core/src/capabilities/RelationshipCapability.js | 2 +- platform/core/src/identifiers/Identifier.js | 2 +- platform/core/src/identifiers/IdentifierProvider.js | 2 +- platform/core/src/models/CachingModelDecorator.js | 2 +- platform/core/src/models/MissingModelDecorator.js | 2 +- platform/core/src/models/ModelAggregator.js | 2 +- platform/core/src/models/ModelCacheService.js | 2 +- platform/core/src/models/PersistedModelProvider.js | 2 +- platform/core/src/models/StaticModelProvider.js | 2 +- platform/core/src/objects/DomainObjectImpl.js | 2 +- platform/core/src/objects/DomainObjectProvider.js | 2 +- platform/core/src/services/Instantiate.js | 2 +- platform/core/src/services/Now.js | 2 +- platform/core/src/services/Throttle.js | 2 +- platform/core/src/services/Topic.js | 2 +- platform/core/src/types/MergeModels.js | 2 +- platform/core/src/types/TypeCapability.js | 2 +- platform/core/src/types/TypeImpl.js | 2 +- platform/core/src/types/TypeProperty.js | 2 +- platform/core/src/types/TypePropertyConversion.js | 2 +- platform/core/src/types/TypeProvider.js | 2 +- platform/core/src/views/ViewCapability.js | 2 +- platform/core/src/views/ViewProvider.js | 2 +- platform/core/test/actions/ActionAggregatorSpec.js | 2 +- platform/core/test/actions/ActionCapabilitySpec.js | 2 +- platform/core/test/actions/ActionProviderSpec.js | 2 +- platform/core/test/actions/LoggingActionDecoratorSpec.js | 2 +- .../core/test/capabilities/CompositionCapabilitySpec.js | 2 +- platform/core/test/capabilities/ContextCapabilitySpec.js | 2 +- .../core/test/capabilities/ContextualDomainObjectSpec.js | 2 +- .../core/test/capabilities/CoreCapabilityProviderSpec.js | 2 +- platform/core/test/capabilities/DelegationCapabilitySpec.js | 2 +- .../core/test/capabilities/InstantiationCapabilitySpec.js | 2 +- platform/core/test/capabilities/MetadataCapabilitySpec.js | 2 +- platform/core/test/capabilities/MutationCapabilitySpec.js | 2 +- .../core/test/capabilities/PersistenceCapabilitySpec.js | 2 +- .../core/test/capabilities/RelationshipCapabilitySpec.js | 2 +- platform/core/test/identifiers/IdentifierProviderSpec.js | 2 +- platform/core/test/identifiers/IdentifierSpec.js | 2 +- platform/core/test/models/CachingModelDecoratorSpec.js | 2 +- platform/core/test/models/MissingModelDecoratorSpec.js | 2 +- platform/core/test/models/ModelAggregatorSpec.js | 2 +- platform/core/test/models/ModelCacheServiceSpec.js | 2 +- platform/core/test/models/PersistedModelProviderSpec.js | 2 +- platform/core/test/models/StaticModelProviderSpec.js | 2 +- platform/core/test/objects/DomainObjectProviderSpec.js | 2 +- platform/core/test/objects/DomainObjectSpec.js | 2 +- platform/core/test/runs/TransactingMutationListenerSpec.js | 2 +- platform/core/test/services/InstantiateSpec.js | 2 +- platform/core/test/services/NowSpec.js | 2 +- platform/core/test/services/ThrottleSpec.js | 2 +- platform/core/test/services/TopicSpec.js | 2 +- platform/core/test/types/MergeModelsSpec.js | 2 +- platform/core/test/types/TypeCapabilitySpec.js | 2 +- platform/core/test/types/TypeImplSpec.js | 2 +- platform/core/test/types/TypePropertyConversionSpec.js | 2 +- platform/core/test/types/TypePropertySpec.js | 2 +- platform/core/test/types/TypeProviderSpec.js | 2 +- platform/core/test/views/ViewCapabilitySpec.js | 2 +- platform/core/test/views/ViewProviderSpec.js | 2 +- platform/entanglement/bundle.js | 2 +- platform/entanglement/src/actions/AbstractComposeAction.js | 2 +- platform/entanglement/src/actions/CopyAction.js | 2 +- platform/entanglement/src/actions/GoToOriginalAction.js | 2 +- platform/entanglement/src/actions/LinkAction.js | 2 +- platform/entanglement/src/actions/MoveAction.js | 2 +- .../entanglement/src/actions/SetPrimaryLocationAction.js | 2 +- .../entanglement/src/capabilities/LocationCapability.js | 2 +- platform/entanglement/src/policies/CopyPolicy.js | 2 +- platform/entanglement/src/policies/CrossSpacePolicy.js | 2 +- platform/entanglement/src/policies/MovePolicy.js | 2 +- platform/entanglement/src/services/CopyService.js | 2 +- platform/entanglement/src/services/CopyTask.js | 2 +- platform/entanglement/src/services/LinkService.js | 2 +- .../entanglement/src/services/LocatingCreationDecorator.js | 2 +- .../entanglement/src/services/LocatingObjectDecorator.js | 2 +- platform/entanglement/src/services/LocationService.js | 2 +- platform/entanglement/src/services/MoveService.js | 2 +- platform/entanglement/test/ControlledPromise.js | 2 +- platform/entanglement/test/DomainObjectFactory.js | 2 +- .../entanglement/test/actions/AbstractComposeActionSpec.js | 2 +- platform/entanglement/test/actions/CopyActionSpec.js | 2 +- .../entanglement/test/actions/GoToOriginalActionSpec.js | 2 +- platform/entanglement/test/actions/LinkActionSpec.js | 2 +- platform/entanglement/test/actions/MoveActionSpec.js | 2 +- .../test/actions/SetPrimaryLocationActionSpec.js | 2 +- .../test/capabilities/LocationCapabilitySpec.js | 2 +- platform/entanglement/test/policies/CopyPolicySpec.js | 2 +- platform/entanglement/test/policies/CrossSpacePolicySpec.js | 2 +- platform/entanglement/test/policies/MovePolicySpec.js | 2 +- platform/entanglement/test/services/CopyServiceSpec.js | 2 +- platform/entanglement/test/services/CopyTaskSpec.js | 2 +- platform/entanglement/test/services/LinkServiceSpec.js | 2 +- .../test/services/LocatingCreationDecoratorSpec.js | 2 +- .../test/services/LocatingObjectDecoratorSpec.js | 2 +- platform/entanglement/test/services/LocationServiceSpec.js | 2 +- platform/entanglement/test/services/MockCopyService.js | 2 +- platform/entanglement/test/services/MockLinkService.js | 2 +- platform/entanglement/test/services/MockMoveService.js | 2 +- platform/entanglement/test/services/MoveServiceSpec.js | 2 +- platform/execution/bundle.js | 2 +- platform/execution/src/WorkerService.js | 2 +- platform/execution/test/WorkerServiceSpec.js | 2 +- platform/exporters/ExportService.js | 2 +- platform/exporters/ExportServiceSpec.js | 2 +- platform/exporters/bundle.js | 2 +- platform/features/clock/bundle.js | 2 +- platform/features/clock/res/templates/clock.html | 2 +- platform/features/clock/res/templates/timer.html | 2 +- platform/features/conductor/core/res/sass/_constants.scss | 2 +- .../features/conductor/core/res/sass/_time-of-interest.scss | 2 +- .../conductor/core/res/sass/time-conductor-espresso.scss | 2 +- .../conductor/core/res/sass/time-conductor-snow.scss | 2 +- .../core/res/templates/mode-selector/mode-selector.html | 2 +- .../conductor/core/res/templates/time-of-interest.html | 2 +- platform/features/conductor/core/src/ui/NumberFormat.js | 2 +- platform/features/fixed/bundle.js | 2 +- platform/features/imagery/bundle.js | 2 +- .../features/imagery/src/controllers/ImageryController.js | 2 +- .../features/imagery/src/directives/MCTBackgroundImage.js | 2 +- platform/features/imagery/src/policies/ImageryViewPolicy.js | 2 +- .../imagery/test/controllers/ImageryControllerSpec.js | 2 +- .../imagery/test/directives/MCTBackgroundImageSpec.js | 2 +- .../features/imagery/test/policies/ImageryViewPolicySpec.js | 2 +- platform/features/layout/bundle.js | 2 +- platform/features/layout/res/templates/elements/box.html | 4 ++-- platform/features/layout/res/templates/elements/image.html | 2 +- platform/features/layout/res/templates/elements/line.html | 4 ++-- .../features/layout/res/templates/elements/telemetry.html | 2 +- platform/features/layout/res/templates/elements/text.html | 4 ++-- platform/features/layout/res/templates/fixed.html | 2 +- platform/features/layout/res/templates/frame.html | 4 ++-- platform/features/layout/res/templates/layout.html | 4 ++-- platform/features/layout/src/FixedController.js | 2 +- platform/features/layout/src/FixedDragHandle.js | 2 +- platform/features/layout/src/FixedProxy.js | 2 +- platform/features/layout/src/LayoutCompositionPolicy.js | 2 +- platform/features/layout/src/LayoutController.js | 2 +- platform/features/layout/src/LayoutDrag.js | 2 +- platform/features/layout/src/elements/AccessorMutator.js | 2 +- platform/features/layout/src/elements/BoxProxy.js | 2 +- platform/features/layout/src/elements/ElementFactory.js | 2 +- platform/features/layout/src/elements/ElementProxies.js | 2 +- platform/features/layout/src/elements/ElementProxy.js | 2 +- platform/features/layout/src/elements/ImageProxy.js | 2 +- platform/features/layout/src/elements/LineHandle.js | 2 +- platform/features/layout/src/elements/LineProxy.js | 2 +- platform/features/layout/src/elements/ResizeHandle.js | 2 +- platform/features/layout/src/elements/TelemetryProxy.js | 2 +- platform/features/layout/src/elements/TextProxy.js | 2 +- platform/features/layout/test/FixedControllerSpec.js | 2 +- platform/features/layout/test/FixedDragHandleSpec.js | 2 +- platform/features/layout/test/FixedProxySpec.js | 2 +- .../features/layout/test/LayoutCompositionPolicySpec.js | 2 +- platform/features/layout/test/LayoutControllerSpec.js | 2 +- platform/features/layout/test/LayoutDragSpec.js | 2 +- .../features/layout/test/elements/AccessorMutatorSpec.js | 2 +- platform/features/layout/test/elements/BoxProxySpec.js | 2 +- .../features/layout/test/elements/ElementFactorySpec.js | 2 +- .../features/layout/test/elements/ElementProxiesSpec.js | 2 +- platform/features/layout/test/elements/ElementProxySpec.js | 2 +- platform/features/layout/test/elements/ImageProxySpec.js | 2 +- platform/features/layout/test/elements/LineHandleSpec.js | 2 +- platform/features/layout/test/elements/LineProxySpec.js | 2 +- platform/features/layout/test/elements/ResizeHandleSpec.js | 2 +- .../features/layout/test/elements/TelemetryProxySpec.js | 2 +- platform/features/layout/test/elements/TextProxySpec.js | 2 +- platform/features/my-items/bundle.js | 2 +- platform/features/pages/bundle.js | 2 +- platform/features/pages/res/iframe.html | 4 ++-- platform/features/pages/src/EmbeddedPageController.js | 2 +- platform/features/pages/test/EmbeddedPageControllerSpec.js | 2 +- platform/features/plot/bundle.js | 2 +- .../features/plot/res/templates/plot-options-browse.html | 4 ++-- platform/features/plot/res/templates/plot.html | 2 +- platform/features/plot/src/Canvas2DChart.js | 2 +- platform/features/plot/src/GLChart.js | 2 +- platform/features/plot/src/MCTChart.js | 2 +- platform/features/plot/src/PlotController.js | 2 +- platform/features/plot/src/PlotOptionsController.js | 2 +- platform/features/plot/src/PlotOptionsForm.js | 2 +- platform/features/plot/src/SubPlot.js | 2 +- platform/features/plot/src/SubPlotFactory.js | 2 +- platform/features/plot/src/elements/PlotAxis.js | 2 +- platform/features/plot/src/elements/PlotLimitTracker.js | 2 +- platform/features/plot/src/elements/PlotLine.js | 2 +- platform/features/plot/src/elements/PlotLineBuffer.js | 2 +- platform/features/plot/src/elements/PlotPalette.js | 2 +- platform/features/plot/src/elements/PlotPanZoomStack.js | 2 +- .../features/plot/src/elements/PlotPanZoomStackGroup.js | 2 +- platform/features/plot/src/elements/PlotPosition.js | 2 +- platform/features/plot/src/elements/PlotPreparer.js | 2 +- platform/features/plot/src/elements/PlotSeriesWindow.js | 2 +- .../features/plot/src/elements/PlotTelemetryFormatter.js | 2 +- platform/features/plot/src/elements/PlotTickGenerator.js | 2 +- platform/features/plot/src/elements/PlotUpdater.js | 2 +- platform/features/plot/src/modes/PlotModeOptions.js | 2 +- platform/features/plot/src/modes/PlotOverlayMode.js | 2 +- platform/features/plot/src/modes/PlotStackMode.js | 2 +- platform/features/plot/src/policies/PlotViewPolicy.js | 2 +- platform/features/plot/src/services/ExportImageService.js | 2 +- platform/features/plot/test/Canvas2DChartSpec.js | 2 +- platform/features/plot/test/GLChartSpec.js | 2 +- platform/features/plot/test/MCTChartSpec.js | 2 +- platform/features/plot/test/PlotControllerSpec.js | 2 +- platform/features/plot/test/PlotOptionsControllerSpec.js | 2 +- platform/features/plot/test/PlotOptionsFormSpec.js | 2 +- platform/features/plot/test/SubPlotFactorySpec.js | 2 +- platform/features/plot/test/SubPlotSpec.js | 2 +- platform/features/plot/test/elements/PlotAxisSpec.js | 2 +- .../features/plot/test/elements/PlotLimitTrackerSpec.js | 2 +- platform/features/plot/test/elements/PlotLineBufferSpec.js | 2 +- platform/features/plot/test/elements/PlotLineSpec.js | 2 +- platform/features/plot/test/elements/PlotPaletteSpec.js | 2 +- .../plot/test/elements/PlotPanZoomStackGroupSpec.js | 2 +- .../features/plot/test/elements/PlotPanZoomStackSpec.js | 2 +- platform/features/plot/test/elements/PlotPositionSpec.js | 2 +- platform/features/plot/test/elements/PlotPreparerSpec.js | 2 +- .../features/plot/test/elements/PlotSeriesWindowSpec.js | 2 +- .../plot/test/elements/PlotTelemetryFormatterSpec.js | 2 +- .../features/plot/test/elements/PlotTickGeneratorSpec.js | 2 +- platform/features/plot/test/elements/PlotUpdaterSpec.js | 2 +- platform/features/plot/test/modes/PlotModeOptionsSpec.js | 2 +- platform/features/plot/test/modes/PlotOverlayModeSpec.js | 2 +- platform/features/plot/test/modes/PlotStackModeSpec.js | 2 +- platform/features/plot/test/policies/PlotViewPolicySpec.js | 2 +- .../features/plot/test/services/ExportImageServiceSpec.js | 2 +- platform/features/static-markup/bundle.js | 2 +- platform/features/static-markup/res/markup.html | 2 +- platform/features/table/bundle.js | 2 +- platform/features/table/res/sass/table.scss | 2 +- .../features/table/res/templates/table-options-edit.html | 4 ++-- platform/features/table/res/templates/telemetry-table.html | 2 +- platform/features/table/src/TableConfiguration.js | 2 +- platform/features/table/src/TelemetryCollection.js | 2 +- .../table/src/controllers/TableOptionsController.js | 2 +- .../table/src/controllers/TelemetryTableController.js | 2 +- platform/features/table/src/directives/MCTTable.js | 2 +- platform/features/table/test/TableConfigurationSpec.js | 2 +- platform/features/table/test/TelemetryCollectionSpec.js | 2 +- .../table/test/controllers/MCTTableControllerSpec.js | 2 +- .../table/test/controllers/TableOptionsControllerSpec.js | 2 +- .../table/test/controllers/TelemetryTableControllerSpec.js | 2 +- platform/features/timeline/bundle.js | 2 +- platform/features/timeline/res/sass/_activities.scss | 2 +- .../features/timeline/res/sass/_constants-espresso.scss | 4 ++-- platform/features/timeline/res/sass/_constants-snow.scss | 4 ++-- platform/features/timeline/res/sass/_constants.scss | 2 +- platform/features/timeline/res/sass/_timeline-thematic.scss | 2 +- platform/features/timeline/res/sass/_timelines.scss | 2 +- platform/features/timeline/res/sass/timeline-espresso.scss | 2 +- platform/features/timeline/res/sass/timeline-snow.scss | 2 +- platform/features/timeline/res/sass/timeline.scss | 2 +- platform/features/timeline/res/templates/legend-item.html | 2 +- .../timeline/res/templates/resource-graph-labels.html | 2 +- .../timeline/res/templates/tabular-swimlane-cols-data.html | 2 +- platform/features/timeline/res/templates/values.html | 2 +- platform/features/timeline/src/chart/Canvas2DChart.js | 2 +- platform/features/timeline/src/chart/GLChart.js | 2 +- platform/features/timeline/src/chart/MCTTimelineChart.js | 2 +- platform/features/timeline/test/chart/Canvas2DChartSpec.js | 2 +- platform/features/timeline/test/chart/GLChartSpec.js | 2 +- .../features/timeline/test/chart/MCTTimelineChartSpec.js | 2 +- platform/forms/README.md | 2 +- platform/forms/bundle.js | 2 +- platform/forms/res/templates/controls/button.html | 2 +- platform/forms/res/templates/controls/checkbox.html | 2 +- platform/forms/res/templates/controls/color.html | 2 +- platform/forms/res/templates/controls/composite.html | 2 +- platform/forms/res/templates/controls/datetime.html | 2 +- platform/forms/res/templates/controls/dialog.html | 4 ++-- platform/forms/res/templates/controls/menu-button.html | 4 ++-- platform/forms/res/templates/controls/radio.html | 2 +- platform/forms/res/templates/controls/select.html | 2 +- platform/forms/res/templates/controls/textarea.html | 2 +- platform/forms/res/templates/controls/textfield.html | 2 +- platform/forms/res/templates/form.html | 4 ++-- platform/forms/res/templates/toolbar.html | 4 ++-- platform/forms/src/MCTControl.js | 2 +- platform/forms/src/MCTForm.js | 2 +- platform/forms/src/MCTToolbar.js | 2 +- platform/forms/src/controllers/ColorController.js | 2 +- platform/forms/src/controllers/CompositeController.js | 2 +- platform/forms/src/controllers/DateTimeController.js | 2 +- platform/forms/src/controllers/DialogButtonController.js | 2 +- platform/forms/src/controllers/FormController.js | 2 +- platform/forms/test/MCTControlSpec.js | 2 +- platform/forms/test/MCTFormSpec.js | 2 +- platform/forms/test/MCTToolbarSpec.js | 2 +- platform/forms/test/controllers/ColorControllerSpec.js | 2 +- platform/forms/test/controllers/CompositeControllerSpec.js | 2 +- platform/forms/test/controllers/DateTimeControllerSpec.js | 2 +- .../forms/test/controllers/DialogButtonControllerSpec.js | 2 +- platform/forms/test/controllers/FormControllerSpec.js | 2 +- platform/framework/README.md | 2 +- platform/framework/bundle.js | 2 +- platform/framework/src/Constants.js | 2 +- platform/framework/src/FrameworkInitializer.js | 2 +- platform/framework/src/FrameworkLayer.js | 2 +- platform/framework/src/LogLevel.js | 2 +- platform/framework/src/Main.js | 2 +- platform/framework/src/bootstrap/ApplicationBootstrapper.js | 2 +- platform/framework/src/load/Bundle.js | 2 +- platform/framework/src/load/BundleLoader.js | 2 +- platform/framework/src/load/Extension.js | 2 +- platform/framework/src/register/CustomRegistrars.js | 2 +- platform/framework/src/register/ExtensionRegistrar.js | 2 +- platform/framework/src/register/ExtensionSorter.js | 2 +- platform/framework/src/register/PartialConstructor.js | 2 +- platform/framework/src/register/ServiceCompositor.js | 2 +- platform/framework/src/resolve/BundleResolver.js | 2 +- platform/framework/src/resolve/ExtensionResolver.js | 2 +- platform/framework/src/resolve/ImplementationLoader.js | 2 +- platform/framework/src/resolve/RequireConfigurator.js | 2 +- platform/framework/test/FrameworkInitializerSpec.js | 2 +- platform/framework/test/LogLevelSpec.js | 2 +- .../framework/test/bootstrap/ApplicationBootstrapperSpec.js | 2 +- platform/framework/test/load/BundleLoaderSpec.js | 2 +- platform/framework/test/load/BundleSpec.js | 2 +- platform/framework/test/load/ExtensionSpec.js | 2 +- platform/framework/test/register/CustomRegistrarsSpec.js | 2 +- platform/framework/test/register/ExtensionRegistrarSpec.js | 2 +- platform/framework/test/register/ExtensionSorterSpec.js | 2 +- platform/framework/test/register/PartialConstructorSpec.js | 2 +- platform/framework/test/register/ServiceCompositorSpec.js | 2 +- platform/framework/test/resolve/BundleResolverSpec.js | 2 +- platform/framework/test/resolve/ExtensionResolverSpec.js | 2 +- platform/framework/test/resolve/ImplementationLoaderSpec.js | 2 +- platform/framework/test/resolve/RequireConfiguratorSpec.js | 2 +- platform/identity/bundle.js | 2 +- platform/identity/src/IdentityAggregator.js | 2 +- platform/identity/src/IdentityCreationDecorator.js | 2 +- platform/identity/src/IdentityIndicator.js | 2 +- platform/identity/src/IdentityProvider.js | 2 +- platform/identity/test/IdentityAggregatorSpec.js | 2 +- platform/identity/test/IdentityCreationDecoratorSpec.js | 2 +- platform/identity/test/IdentityIndicatorSpec.js | 2 +- platform/identity/test/IdentityProviderSpec.js | 2 +- platform/persistence/aggregator/bundle.js | 2 +- .../persistence/aggregator/src/PersistenceAggregator.js | 2 +- .../aggregator/test/PersistenceAggregatorSpec.js | 2 +- platform/persistence/couch/bundle.js | 2 +- platform/persistence/couch/src/CouchDocument.js | 2 +- platform/persistence/couch/src/CouchIndicator.js | 2 +- platform/persistence/couch/src/CouchPersistenceProvider.js | 2 +- platform/persistence/couch/test/CouchDocumentSpec.js | 2 +- platform/persistence/couch/test/CouchIndicatorSpec.js | 2 +- .../persistence/couch/test/CouchPersistenceProviderSpec.js | 2 +- platform/persistence/elastic/bundle.js | 2 +- platform/persistence/elastic/src/ElasticIndicator.js | 2 +- .../persistence/elastic/src/ElasticPersistenceProvider.js | 2 +- platform/persistence/elastic/src/ElasticSearchProvider.js | 2 +- platform/persistence/elastic/test/ElasticIndicatorSpec.js | 2 +- .../elastic/test/ElasticPersistenceProviderSpec.js | 2 +- .../persistence/elastic/test/ElasticSearchProviderSpec.js | 2 +- platform/persistence/local/bundle.js | 2 +- platform/persistence/local/src/LocalStorageIndicator.js | 2 +- .../local/src/LocalStoragePersistenceProvider.js | 2 +- .../persistence/local/test/LocalStorageIndicatorSpec.js | 2 +- .../local/test/LocalStoragePersistenceProviderSpec.js | 2 +- platform/persistence/queue/README.md | 2 +- platform/persistence/queue/bundle.js | 2 +- .../queue/res/templates/persistence-failure-dialog.html | 4 ++-- .../persistence/queue/src/PersistenceFailureConstants.js | 2 +- .../persistence/queue/src/PersistenceFailureController.js | 2 +- platform/persistence/queue/src/PersistenceFailureDialog.js | 2 +- platform/persistence/queue/src/PersistenceFailureHandler.js | 2 +- platform/persistence/queue/src/PersistenceQueue.js | 2 +- platform/persistence/queue/src/PersistenceQueueHandler.js | 2 +- platform/persistence/queue/src/PersistenceQueueImpl.js | 2 +- .../persistence/queue/src/QueuingPersistenceCapability.js | 2 +- .../queue/src/QueuingPersistenceCapabilityDecorator.js | 2 +- .../queue/test/PersistenceFailureConstantsSpec.js | 2 +- .../queue/test/PersistenceFailureControllerSpec.js | 2 +- .../persistence/queue/test/PersistenceFailureDialogSpec.js | 2 +- .../persistence/queue/test/PersistenceFailureHandlerSpec.js | 2 +- .../persistence/queue/test/PersistenceQueueHandlerSpec.js | 2 +- platform/persistence/queue/test/PersistenceQueueImplSpec.js | 2 +- platform/persistence/queue/test/PersistenceQueueSpec.js | 2 +- .../queue/test/QueuingPersistenceCapabilityDecoratorSpec.js | 2 +- .../queue/test/QueuingPersistenceCapabilitySpec.js | 2 +- platform/policy/README.md | 2 +- platform/policy/bundle.js | 2 +- platform/policy/src/PolicyActionDecorator.js | 2 +- platform/policy/src/PolicyProvider.js | 2 +- platform/policy/src/PolicyViewDecorator.js | 2 +- platform/policy/test/PolicyActionDecoratorSpec.js | 2 +- platform/policy/test/PolicyProviderSpec.js | 2 +- platform/policy/test/PolicyViewDecoratorSpec.js | 2 +- platform/representation/README.md | 2 +- platform/representation/bundle.js | 2 +- platform/representation/src/MCTInclude.js | 2 +- platform/representation/src/MCTRepresentation.js | 2 +- platform/representation/src/TemplateLinker.js | 2 +- platform/representation/src/TemplatePrefetcher.js | 2 +- platform/representation/src/actions/ContextMenuAction.js | 2 +- platform/representation/src/gestures/ContextMenuGesture.js | 2 +- platform/representation/src/gestures/DragGesture.js | 2 +- platform/representation/src/gestures/DropGesture.js | 2 +- platform/representation/src/gestures/GestureConstants.js | 2 +- platform/representation/src/gestures/GestureProvider.js | 2 +- platform/representation/src/gestures/GestureRepresenter.js | 2 +- platform/representation/src/services/DndService.js | 2 +- platform/representation/test/MCTIncludeSpec.js | 2 +- platform/representation/test/MCTRepresentationSpec.js | 2 +- platform/representation/test/TemplateLinkerSpec.js | 2 +- platform/representation/test/TemplatePrefetcherSpec.js | 2 +- .../representation/test/actions/ContextMenuActionSpec.js | 2 +- .../representation/test/gestures/ContextMenuGestureSpec.js | 2 +- platform/representation/test/gestures/DragGestureSpec.js | 2 +- platform/representation/test/gestures/DropGestureSpec.js | 2 +- .../representation/test/gestures/GestureProviderSpec.js | 2 +- .../representation/test/gestures/GestureRepresenterSpec.js | 2 +- platform/representation/test/services/DndServiceSpec.js | 2 +- platform/search/bundle.js | 2 +- platform/search/res/templates/search-item.html | 2 +- platform/search/res/templates/search-menu.html | 4 ++-- platform/search/res/templates/search.html | 4 ++-- platform/search/src/controllers/SearchController.js | 2 +- platform/search/src/controllers/SearchMenuController.js | 2 +- platform/search/src/services/GenericSearchProvider.js | 2 +- platform/search/src/services/GenericSearchWorker.js | 2 +- platform/search/src/services/SearchAggregator.js | 2 +- platform/search/test/controllers/SearchControllerSpec.js | 2 +- .../search/test/controllers/SearchMenuControllerSpec.js | 2 +- platform/search/test/services/GenericSearchProviderSpec.js | 2 +- platform/search/test/services/GenericSearchWorkerSpec.js | 2 +- platform/search/test/services/SearchAggregatorSpec.js | 2 +- platform/status/bundle.js | 2 +- platform/status/src/StatusCapability.js | 2 +- platform/status/src/StatusConstants.js | 2 +- platform/status/src/StatusRepresenter.js | 2 +- platform/status/src/StatusService.js | 2 +- platform/status/test/StatusCapabilitySpec.js | 2 +- platform/status/test/StatusRepresenterSpec.js | 2 +- platform/status/test/StatusServiceSpec.js | 2 +- platform/telemetry/bundle.js | 2 +- platform/telemetry/src/TelemetryAggregator.js | 2 +- platform/telemetry/src/TelemetryCapability.js | 2 +- platform/telemetry/src/TelemetryController.js | 2 +- platform/telemetry/src/TelemetryDelegator.js | 2 +- platform/telemetry/src/TelemetryFormatter.js | 2 +- platform/telemetry/src/TelemetryHandle.js | 2 +- platform/telemetry/src/TelemetryHandler.js | 2 +- platform/telemetry/src/TelemetryQueue.js | 2 +- platform/telemetry/src/TelemetrySubscriber.js | 2 +- platform/telemetry/src/TelemetrySubscription.js | 2 +- platform/telemetry/src/TelemetryTable.js | 2 +- platform/telemetry/test/TelemetryAggregatorSpec.js | 2 +- platform/telemetry/test/TelemetryCapabilitySpec.js | 2 +- platform/telemetry/test/TelemetryControllerSpec.js | 2 +- platform/telemetry/test/TelemetryDelegatorSpec.js | 2 +- platform/telemetry/test/TelemetryFormatterSpec.js | 2 +- platform/telemetry/test/TelemetryHandleSpec.js | 2 +- platform/telemetry/test/TelemetryHandlerSpec.js | 2 +- platform/telemetry/test/TelemetryQueueSpec.js | 2 +- platform/telemetry/test/TelemetrySubscriberSpec.js | 2 +- platform/telemetry/test/TelemetrySubscriptionSpec.js | 2 +- platform/telemetry/test/TelemetryTableSpec.js | 2 +- scripts/migrate-for-jshint.js | 2 +- scripts/migrate-templates.js | 2 +- scripts/rebundle-template.txt | 2 +- src/BundleRegistry.js | 2 +- src/BundleRegistrySpec.js | 2 +- src/MCT.js | 2 +- src/MCTSpec.js | 2 +- src/adapter/actions/ActionDialogDecorator.js | 2 +- src/adapter/bundle.js | 2 +- src/adapter/capabilities/APICapabilityDecorator.js | 2 +- src/adapter/capabilities/AdapterCapability.js | 2 +- src/adapter/capabilities/AlternateCompositionCapability.js | 2 +- src/adapter/capabilities/synchronizeMutationCapability.js | 2 +- src/adapter/controllers/AdaptedViewController.js | 2 +- src/adapter/directives/MCTView.js | 2 +- src/adapter/directives/Region.js | 2 +- src/adapter/policies/AdaptedViewPolicy.js | 2 +- src/adapter/policies/AdapterCompositionPolicy.js | 2 +- src/adapter/runs/AlternateCompositionInitializer.js | 2 +- src/adapter/services/Instantiate.js | 2 +- src/adapter/services/MissingModelCompatibilityDecorator.js | 2 +- src/adapter/templates/adapted-view-template.html | 2 +- src/api/TimeConductor.js | 2 +- src/api/TimeConductorSpec.js | 2 +- src/api/api.js | 2 +- src/api/composition/CompositionAPI.js | 2 +- src/api/composition/CompositionCollection.js | 2 +- src/api/composition/DefaultCompositionProvider.js | 2 +- src/api/objects/LegacyObjectAPIInterceptor.js | 2 +- src/api/objects/MutableObject.js | 2 +- src/api/objects/ObjectAPI.js | 2 +- src/api/objects/RootObjectProvider.js | 2 +- src/api/objects/RootRegistry.js | 2 +- src/api/objects/bundle.js | 2 +- src/api/objects/object-utils.js | 2 +- src/api/objects/objectEventEmitter.js | 2 +- src/api/objects/test/RootObjectProviderSpec.js | 2 +- src/api/objects/test/RootRegistrySpec.js | 2 +- src/api/telemetry/LegacyTelemetryProvider.js | 2 +- src/api/telemetry/TelemetryAPI.js | 2 +- src/api/telemetry/TelemetryMetadataManager.js | 2 +- src/api/telemetry/TelemetryValueFormatter.js | 2 +- src/api/telemetry/bundle.js | 2 +- src/api/types/Type.js | 2 +- src/api/types/TypeRegistry.js | 2 +- src/api/ui/Dialog.js | 2 +- src/api/ui/GestureAPI.js | 2 +- src/defaultRegistry.js | 2 +- src/legacyRegistry.js | 2 +- src/legacyRegistrySpec.js | 2 +- src/plugins/plugins.js | 2 +- src/selection/ContextManager.js | 2 +- src/selection/HoverGesture.js | 2 +- src/selection/SelectGesture.js | 2 +- src/selection/Selection.js | 2 +- src/start.frag | 2 +- src/ui/ViewRegistry.js | 2 +- test-main.js | 2 +- 948 files changed, 1039 insertions(+), 1039 deletions(-) diff --git a/LICENSES.md b/LICENSES.md index 94a7fecf13..b95375aefd 100644 --- a/LICENSES.md +++ b/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. diff --git a/build-docs.sh b/build-docs.sh index 22e87949bf..6738cbc8be 100755 --- a/build-docs.sh +++ b/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. #* diff --git a/docs/gendocs.js b/docs/gendocs.js index 8d257625d0..b96b2c997e 100644 --- a/docs/gendocs.js +++ b/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. * diff --git a/docs/src/tutorials/index.md b/docs/src/tutorials/index.md index e8f4417890..c60e05a0f3 100644 --- a/docs/src/tutorials/index.md +++ b/docs/src/tutorials/index.md @@ -156,7 +156,7 @@ has been finalized. #### Before ```html

Hello, world! I am the default route.

My controller has told me: "{{phrase}}"

- \ No newline at end of file + diff --git a/example/builtins/src/ExampleController.js b/example/builtins/src/ExampleController.js index 621b8bf819..95a2d4fc8f 100644 --- a/example/builtins/src/ExampleController.js +++ b/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. * @@ -39,4 +39,4 @@ define( return ExampleController; } -); \ No newline at end of file +); diff --git a/example/builtins/src/ExampleDirective.js b/example/builtins/src/ExampleDirective.js index 877436ed7b..2624f0b317 100644 --- a/example/builtins/src/ExampleDirective.js +++ b/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. * @@ -63,4 +63,4 @@ define( return ExampleDirective; } -); \ No newline at end of file +); diff --git a/example/builtins/src/ExampleService.js b/example/builtins/src/ExampleService.js index 2ffa07a947..d719151596 100644 --- a/example/builtins/src/ExampleService.js +++ b/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. * @@ -43,4 +43,4 @@ define( return ExampleService; } -); \ No newline at end of file +); diff --git a/example/composite/bundle.js b/example/composite/bundle.js index 21ab3dfa8a..c432ca8148 100644 --- a/example/composite/bundle.js +++ b/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. * diff --git a/example/composite/src/SomeAggregator.js b/example/composite/src/SomeAggregator.js index b8db9ead77..e922c7f412 100644 --- a/example/composite/src/SomeAggregator.js +++ b/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. * @@ -47,4 +47,4 @@ define( return SomeAggregator; } -); \ No newline at end of file +); diff --git a/example/composite/src/SomeDecorator.js b/example/composite/src/SomeDecorator.js index 3fb7c0698c..33be63b31d 100644 --- a/example/composite/src/SomeDecorator.js +++ b/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. * @@ -45,4 +45,4 @@ define( return SomeDecorator; } -); \ No newline at end of file +); diff --git a/example/composite/src/SomeOtherDecorator.js b/example/composite/src/SomeOtherDecorator.js index caaf6a2bc4..14cc5050da 100644 --- a/example/composite/src/SomeOtherDecorator.js +++ b/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. * @@ -45,4 +45,4 @@ define( return SomeOtherDecorator; } -); \ No newline at end of file +); diff --git a/example/composite/src/SomeOtherExample.js b/example/composite/src/SomeOtherExample.js index 5118011198..2bda95e686 100644 --- a/example/composite/src/SomeOtherExample.js +++ b/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. * @@ -43,4 +43,4 @@ define( return SomeOtherExample; } -); \ No newline at end of file +); diff --git a/example/composite/src/SomeOtherProvider.js b/example/composite/src/SomeOtherProvider.js index 1cd9e358c8..f08761d424 100644 --- a/example/composite/src/SomeOtherProvider.js +++ b/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. * @@ -45,4 +45,4 @@ define( return SomeOtherProvider; } -); \ No newline at end of file +); diff --git a/example/composite/src/SomeProvider.js b/example/composite/src/SomeProvider.js index eafef10244..a8fdbb2dcf 100644 --- a/example/composite/src/SomeProvider.js +++ b/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. * @@ -45,4 +45,4 @@ define( return SomeProvider; } -); \ No newline at end of file +); diff --git a/example/eventGenerator/bundle.js b/example/eventGenerator/bundle.js index 425de02157..16a5512e66 100644 --- a/example/eventGenerator/bundle.js +++ b/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. * diff --git a/example/eventGenerator/src/EventTelemetry.js b/example/eventGenerator/src/EventTelemetry.js index 31bda1f3f8..781723657c 100644 --- a/example/eventGenerator/src/EventTelemetry.js +++ b/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. * @@ -60,4 +60,4 @@ define( return EventTelemetry; } -); \ No newline at end of file +); diff --git a/example/eventGenerator/src/EventTelemetryProvider.js b/example/eventGenerator/src/EventTelemetryProvider.js index b2de59ad8e..1768984ba0 100644 --- a/example/eventGenerator/src/EventTelemetryProvider.js +++ b/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. * @@ -118,4 +118,4 @@ define( return EventTelemetryProvider; } -); \ No newline at end of file +); diff --git a/example/export/ExportTelemetryAsCSVAction.js b/example/export/ExportTelemetryAsCSVAction.js index 111b869d94..f638ae7bcd 100644 --- a/example/export/ExportTelemetryAsCSVAction.js +++ b/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. * diff --git a/example/export/bundle.js b/example/export/bundle.js index bcafee4050..75e1937153 100644 --- a/example/export/bundle.js +++ b/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. * diff --git a/example/extensions/bundle.js b/example/extensions/bundle.js index bf52f9092f..aaf65cc697 100644 --- a/example/extensions/bundle.js +++ b/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. * diff --git a/example/extensions/src/SomeExample.js b/example/extensions/src/SomeExample.js index 925c3fc5e1..baaf523d7c 100644 --- a/example/extensions/src/SomeExample.js +++ b/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. * @@ -49,4 +49,4 @@ define( return SomeExample; } -); \ No newline at end of file +); diff --git a/example/forms/bundle.js b/example/forms/bundle.js index f9e32db2cb..b2c4150fcc 100644 --- a/example/forms/bundle.js +++ b/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. * diff --git a/example/forms/res/templates/exampleForm.html b/example/forms/res/templates/exampleForm.html index a315d7c9c9..f1f58d32bc 100644 --- a/example/forms/res/templates/exampleForm.html +++ b/example/forms/res/templates/exampleForm.html @@ -1,5 +1,5 @@ - \ No newline at end of file + diff --git a/platform/commonUI/about/res/templates/license-apache.html b/platform/commonUI/about/res/templates/license-apache.html index 044813a425..953ecec943 100644 --- a/platform/commonUI/about/res/templates/license-apache.html +++ b/platform/commonUI/about/res/templates/license-apache.html @@ -1,5 +1,5 @@

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

-

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\ No newline at end of file +

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

diff --git a/platform/commonUI/about/res/templates/licenses-export-md.html b/platform/commonUI/about/res/templates/licenses-export-md.html index 4982c49a39..edc760bfc8 100644 --- a/platform/commonUI/about/res/templates/licenses-export-md.html +++ b/platform/commonUI/about/res/templates/licenses-export-md.html @@ -1,5 +1,5 @@