From c55eaeb19342ebd1666a4aa04c093d34548471fe Mon Sep 17 00:00:00 2001 From: Nick Weingartner Date: Mon, 14 May 2018 18:46:17 -0400 Subject: [PATCH] [Copyright] Update copyright year across platform code references Fixes #2034. --- platform/commonUI/about/bundle.js | 2 +- platform/commonUI/about/res/templates/about-dialog.html | 4 ++-- platform/commonUI/about/res/templates/about-logo.html | 2 +- platform/commonUI/about/res/templates/app-logo.html | 2 +- platform/commonUI/about/res/templates/license-apache.html | 2 +- platform/commonUI/about/res/templates/license-mit.html | 2 +- platform/commonUI/about/res/templates/licenses-export-md.html | 2 +- platform/commonUI/about/res/templates/licenses.html | 2 +- platform/commonUI/about/res/templates/overlay-about.html | 2 +- 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 +- .../browse/res/templates/browse/object-header-frame.html | 2 +- .../commonUI/browse/res/templates/browse/object-header.html | 2 +- .../browse/res/templates/browse/object-properties.html | 2 +- platform/commonUI/browse/res/templates/items/grid-item.html | 2 +- platform/commonUI/browse/res/templates/items/items.html | 2 +- platform/commonUI/browse/res/templates/menu-arrow.html | 2 +- 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/ObjectHeaderController.js | 2 +- platform/commonUI/browse/src/PaneController.js | 2 +- platform/commonUI/browse/src/navigation/NavigateAction.js | 2 +- platform/commonUI/browse/src/navigation/NavigationService.js | 2 +- .../commonUI/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/ObjectHeaderControllerSpec.js | 2 +- platform/commonUI/browse/test/PaneControllerSpec.js | 2 +- .../commonUI/browse/test/navigation/NavigateActionSpec.js | 2 +- .../commonUI/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/bundle.js | 2 +- platform/commonUI/dialog/res/templates/dialog.html | 2 +- .../dialog/res/templates/overlay-blocking-message.html | 2 +- platform/commonUI/dialog/res/templates/overlay-dialog.html | 2 +- platform/commonUI/dialog/res/templates/overlay-options.html | 2 +- platform/commonUI/dialog/res/templates/overlay.html | 2 +- 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 | 2 +- platform/commonUI/edit/res/templates/create/create-menu.html | 2 +- platform/commonUI/edit/res/templates/create/locator.html | 2 +- platform/commonUI/edit/res/templates/edit-action-buttons.html | 2 +- platform/commonUI/edit/res/templates/edit-object.html | 2 +- platform/commonUI/edit/res/templates/elements.html | 2 +- platform/commonUI/edit/res/templates/library.html | 2 +- platform/commonUI/edit/res/templates/topbar-edit.html | 2 +- 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 +- platform/commonUI/edit/src/controllers/EditPanesController.js | 2 +- platform/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 +- .../commonUI/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 +- .../commonUI/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 +- .../commonUI/edit/test/controllers/EditPanesControllerSpec.js | 2 +- .../commonUI/edit/test/controllers/ElementsControllerSpec.js | 2 +- platform/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 +- platform/commonUI/edit/test/creation/LocatorControllerSpec.js | 2 +- platform/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 +- platform/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/test/FormatProviderSpec.js | 2 +- platform/commonUI/general/bundle.js | 2 +- platform/commonUI/general/res/sass/_about.scss | 2 +- platform/commonUI/general/res/sass/_archetypes.scss | 2 +- platform/commonUI/general/res/sass/_autoflow.scss | 2 +- platform/commonUI/general/res/sass/_badges.scss | 2 +- platform/commonUI/general/res/sass/_constants.scss | 2 +- platform/commonUI/general/res/sass/_effects.scss | 2 +- platform/commonUI/general/res/sass/_fixed-position.scss | 2 +- platform/commonUI/general/res/sass/_global.scss | 2 +- platform/commonUI/general/res/sass/_glyphs.scss | 2 +- platform/commonUI/general/res/sass/_icons.scss | 2 +- platform/commonUI/general/res/sass/_iframe.scss | 2 +- platform/commonUI/general/res/sass/_inspector.scss | 2 +- platform/commonUI/general/res/sass/_logo-and-bg.scss | 2 +- platform/commonUI/general/res/sass/_main.scss | 2 +- platform/commonUI/general/res/sass/_mixins.scss | 2 +- platform/commonUI/general/res/sass/_object-label.scss | 2 +- platform/commonUI/general/res/sass/_status.scss | 2 +- platform/commonUI/general/res/sass/_text.scss | 2 +- platform/commonUI/general/res/sass/_widgets.scss | 2 +- platform/commonUI/general/res/sass/controls/_buttons.scss | 2 +- platform/commonUI/general/res/sass/controls/_controls.scss | 2 +- platform/commonUI/general/res/sass/controls/_lists.scss | 2 +- platform/commonUI/general/res/sass/controls/_menus.scss | 2 +- platform/commonUI/general/res/sass/controls/_messages.scss | 2 +- platform/commonUI/general/res/sass/controls/_palette.scss | 2 +- platform/commonUI/general/res/sass/controls/_ticks.scss | 2 +- platform/commonUI/general/res/sass/edit/_editor.scss | 2 +- .../commonUI/general/res/sass/forms/_channel-selector.scss | 2 +- platform/commonUI/general/res/sass/forms/_datetime.scss | 2 +- platform/commonUI/general/res/sass/forms/_elems.scss | 2 +- platform/commonUI/general/res/sass/forms/_filter.scss | 2 +- platform/commonUI/general/res/sass/forms/_validation.scss | 2 +- platform/commonUI/general/res/sass/helpers/_bubbles.scss | 2 +- platform/commonUI/general/res/sass/helpers/_splitter.scss | 2 +- platform/commonUI/general/res/sass/helpers/_wait-spinner.scss | 2 +- platform/commonUI/general/res/sass/items/_item.scss | 2 +- 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 +- platform/commonUI/general/res/sass/openmct.scss | 2 +- platform/commonUI/general/res/sass/overlay/_overlay.scss | 2 +- platform/commonUI/general/res/sass/plots/_legend.scss | 2 +- platform/commonUI/general/res/sass/plots/_plots-main.scss | 2 +- platform/commonUI/general/res/sass/search/_search.scss | 2 +- platform/commonUI/general/res/sass/startup-base.scss | 2 +- platform/commonUI/general/res/sass/tree/_tree.scss | 2 +- platform/commonUI/general/res/sass/user-environ/_frame.scss | 2 +- platform/commonUI/general/res/sass/user-environ/_layout.scss | 2 +- .../commonUI/general/res/sass/user-environ/_selecting.scss | 2 +- .../commonUI/general/res/sass/user-environ/_tool-bar.scss | 2 +- platform/commonUI/general/res/sass/user-environ/_top-bar.scss | 2 +- platform/commonUI/general/res/templates/bottombar.html | 2 +- .../commonUI/general/res/templates/containers/accordion.html | 2 +- .../general/res/templates/controls/action-button.html | 2 +- .../commonUI/general/res/templates/controls/action-group.html | 2 +- .../general/res/templates/controls/datetime-field.html | 2 +- .../general/res/templates/controls/datetime-picker.html | 2 +- .../commonUI/general/res/templates/controls/input-filter.html | 2 +- .../commonUI/general/res/templates/controls/selector.html | 2 +- .../commonUI/general/res/templates/controls/switcher.html | 2 +- .../general/res/templates/controls/time-controller.html | 2 +- platform/commonUI/general/res/templates/indicator.html | 2 +- platform/commonUI/general/res/templates/label.html | 2 +- .../commonUI/general/res/templates/menu/context-menu.html | 2 +- platform/commonUI/general/res/templates/object-inspector.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 +- .../commonUI/general/src/controllers/ActionGroupController.js | 2 +- platform/commonUI/general/src/controllers/BannerController.js | 2 +- .../commonUI/general/src/controllers/BottomBarController.js | 2 +- .../commonUI/general/src/controllers/ClickAwayController.js | 2 +- .../commonUI/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 +- platform/commonUI/general/src/controllers/ToggleController.js | 2 +- .../commonUI/general/src/controllers/TreeNodeController.js | 2 +- .../general/src/controllers/ViewSwitcherController.js | 2 +- platform/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/MCTSelectable.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 +- .../general/test/controllers/DateTimePickerControllerSpec.js | 2 +- .../general/test/controllers/GetterSetterControllerSpec.js | 2 +- .../general/test/controllers/ObjectInspectorControllerSpec.js | 2 +- .../general/test/controllers/SelectorControllerSpec.js | 2 +- .../general/test/controllers/TimeRangeControllerSpec.js | 2 +- .../commonUI/general/test/controllers/ToggleControllerSpec.js | 2 +- .../general/test/controllers/TreeNodeControllerSpec.js | 2 +- .../general/test/controllers/ViewSwitcherControllerSpec.js | 2 +- .../commonUI/general/test/directives/MCTClickElsewhereSpec.js | 2 +- platform/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 +- platform/commonUI/general/test/directives/MCTSplitPaneSpec.js | 2 +- platform/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 | 2 +- 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 +- .../notification/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 +- .../commonUI/themes/espresso/res/sass/theme-espresso.scss | 2 +- platform/commonUI/themes/snow/bundle.js | 2 +- platform/commonUI/themes/snow/res/sass/theme-snow.scss | 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 +- platform/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 +- platform/core/test/capabilities/CompositionCapabilitySpec.js | 2 +- platform/core/test/capabilities/ContextCapabilitySpec.js | 2 +- platform/core/test/capabilities/ContextualDomainObjectSpec.js | 2 +- platform/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 +- platform/core/test/capabilities/PersistenceCapabilitySpec.js | 2 +- platform/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/CancelError.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 +- platform/entanglement/src/actions/SetPrimaryLocationAction.js | 2 +- platform/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 +- platform/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 +- platform/entanglement/test/actions/GoToOriginalActionSpec.js | 2 +- platform/entanglement/test/actions/LinkActionSpec.js | 2 +- platform/entanglement/test/actions/MoveActionSpec.js | 2 +- .../entanglement/test/actions/SetPrimaryLocationActionSpec.js | 2 +- .../entanglement/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 +- .../entanglement/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 +- .../features/conductor/core/res/sass/_time-of-interest.scss | 2 +- platform/features/conductor/core/src/ui/NumberFormat.js | 2 +- platform/features/fixed/bundle.js | 2 +- platform/features/hyperlink/res/templates/hyperlink.html | 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 | 2 +- platform/features/layout/res/templates/elements/image.html | 2 +- platform/features/layout/res/templates/elements/line.html | 2 +- .../features/layout/res/templates/elements/telemetry.html | 2 +- platform/features/layout/res/templates/elements/text.html | 2 +- platform/features/layout/res/templates/fixed.html | 2 +- platform/features/layout/res/templates/frame.html | 2 +- platform/features/layout/res/templates/layout.html | 2 +- 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/src/elements/UnitAccessorMutator.js | 2 +- platform/features/layout/test/FixedControllerSpec.js | 2 +- platform/features/layout/test/FixedDragHandleSpec.js | 2 +- platform/features/layout/test/FixedProxySpec.js | 2 +- platform/features/layout/test/LayoutCompositionPolicySpec.js | 2 +- platform/features/layout/test/LayoutControllerSpec.js | 2 +- platform/features/layout/test/LayoutDragSpec.js | 2 +- platform/features/layout/test/elements/AccessorMutatorSpec.js | 2 +- platform/features/layout/test/elements/BoxProxySpec.js | 2 +- platform/features/layout/test/elements/ElementFactorySpec.js | 2 +- platform/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 +- platform/features/layout/test/elements/TelemetryProxySpec.js | 2 +- platform/features/layout/test/elements/TextProxySpec.js | 2 +- .../features/layout/test/elements/UnitAccessorMutatorSpec.js | 2 +- platform/features/listview/bundle.js | 2 +- platform/features/listview/res/templates/listview.html | 2 +- .../features/listview/src/controllers/ListViewController.js | 2 +- platform/features/listview/src/directives/MCTGesture.js | 2 +- .../listview/test/controllers/ListViewControllerSpec.js | 2 +- platform/features/listview/test/directives/MCTGestureSpec.js | 2 +- platform/features/my-items/bundle.js | 2 +- platform/features/pages/bundle.js | 2 +- platform/features/pages/res/iframe.html | 2 +- platform/features/pages/src/EmbeddedPageController.js | 2 +- platform/features/pages/test/EmbeddedPageControllerSpec.js | 2 +- platform/features/static-markup/bundle.js | 2 +- platform/features/table/bundle.js | 2 +- platform/features/table/res/sass/table.scss | 2 +- platform/features/table/res/templates/table-options-edit.html | 2 +- platform/features/table/src/TableConfiguration.js | 2 +- platform/features/table/src/TelemetryCollection.js | 2 +- .../features/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 +- .../features/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/_constants-espresso.scss | 2 +- platform/features/timeline/res/sass/_constants-snow.scss | 2 +- 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/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 +- platform/features/timeline/test/chart/MCTTimelineChartSpec.js | 2 +- platform/forms/bundle.js | 2 +- platform/forms/res/templates/controls/autocomplete.html | 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 | 2 +- platform/forms/res/templates/controls/file-input.html | 2 +- platform/forms/res/templates/controls/menu-button.html | 2 +- platform/forms/res/templates/controls/numberfield.html | 2 +- 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 | 2 +- platform/forms/res/templates/toolbar.html | 2 +- platform/forms/src/FileInputService.js | 2 +- platform/forms/src/MCTControl.js | 2 +- platform/forms/src/MCTFileInput.js | 2 +- platform/forms/src/MCTForm.js | 2 +- platform/forms/src/MCTToolbar.js | 2 +- platform/forms/src/controllers/AutocompleteController.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/FileInputServiceSpec.js | 2 +- platform/forms/test/MCTControlSpec.js | 2 +- platform/forms/test/MCTFileInputSpec.js | 2 +- platform/forms/test/MCTFormSpec.js | 2 +- platform/forms/test/MCTToolbarSpec.js | 2 +- platform/forms/test/controllers/AutocompleteControllerSpec.js | 2 +- platform/forms/test/controllers/ColorControllerSpec.js | 2 +- platform/forms/test/controllers/CompositeControllerSpec.js | 2 +- platform/forms/test/controllers/DateTimeControllerSpec.js | 2 +- platform/forms/test/controllers/DialogButtonControllerSpec.js | 2 +- platform/forms/test/controllers/FormControllerSpec.js | 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/import-export/bundle.js | 2 +- platform/import-export/src/actions/ExportAsJSONAction.js | 2 +- platform/import-export/src/actions/ImportAsJSONAction.js | 2 +- platform/import-export/test/actions/ExportAsJSONActionSpec.js | 2 +- platform/import-export/test/actions/ImportAsJSONActionSpec.js | 2 +- platform/persistence/aggregator/bundle.js | 2 +- platform/persistence/aggregator/src/PersistenceAggregator.js | 2 +- .../persistence/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 +- .../persistence/local/src/LocalStoragePersistenceProvider.js | 2 +- platform/persistence/local/test/LocalStorageIndicatorSpec.js | 2 +- .../local/test/LocalStoragePersistenceProviderSpec.js | 2 +- platform/persistence/queue/bundle.js | 2 +- .../queue/res/templates/persistence-failure-dialog.html | 2 +- platform/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 +- .../persistence/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/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/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 +- platform/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 +- platform/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 | 2 +- platform/search/res/templates/search.html | 2 +- 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 +- platform/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/patchViewCapability.js | 2 +- src/adapter/capabilities/synchronizeMutationCapability.js | 2 +- src/adapter/directives/MCTView.js | 2 +- src/adapter/policies/AdaptedViewPolicy.js | 2 +- src/adapter/policies/AdapterCompositionPolicy.js | 2 +- src/adapter/runs/AlternateCompositionInitializer.js | 2 +- src/adapter/runs/TimeSettingsURLHandler.js | 2 +- src/adapter/runs/TimeSettingsURLHandlerSpec.js | 2 +- src/adapter/services/Instantiate.js | 2 +- src/adapter/services/MissingModelCompatibilityDecorator.js | 2 +- src/adapter/templates/adapted-view-template.html | 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/time/TimeAPI.js | 2 +- src/api/time/TimeAPISpec.js | 2 +- src/api/types/Type.js | 2 +- src/api/types/TypeRegistry.js | 2 +- src/api/types/TypeRegistrySpec.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/autoflow/AutoflowTabularConstants.js | 2 +- src/plugins/autoflow/AutoflowTabularController.js | 2 +- src/plugins/autoflow/AutoflowTabularPlugin.js | 2 +- src/plugins/autoflow/AutoflowTabularPluginSpec.js | 2 +- src/plugins/autoflow/AutoflowTabularRowController.js | 2 +- src/plugins/autoflow/AutoflowTabularView.js | 2 +- src/plugins/autoflow/autoflow-tabular.html | 2 +- src/plugins/buildInfo/pluginSpec.js | 2 +- src/plugins/plugins.js | 2 +- src/plugins/summaryWidget/SummaryWidgetViewPolicy.js | 2 +- src/plugins/summaryWidget/SummaryWidgetsCompositionPolicy.js | 2 +- src/plugins/summaryWidget/test/SummaryWidgetViewPolicySpec.js | 2 +- src/plugins/telemetryMean/plugin.js | 2 +- src/plugins/telemetryMean/src/MeanTelemetryProvider.js | 2 +- src/plugins/telemetryMean/src/MockTelemetryApi.js | 2 +- src/plugins/telemetryMean/src/TelemetryAverager.js | 2 +- src/plugins/timeConductor/plugin.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/InspectorViewRegistry.js | 2 +- src/ui/ViewRegistry.js | 2 +- src/ui/VueView.js | 2 +- 824 files changed, 825 insertions(+), 825 deletions(-) diff --git a/platform/commonUI/about/bundle.js b/platform/commonUI/about/bundle.js index 51a9149e9c..d46625a1ce 100644 --- a/platform/commonUI/about/bundle.js +++ b/platform/commonUI/about/bundle.js @@ -1,5 +1,5 @@ /***************************************************************************** - * Open MCT, Copyright (c) 2014-2017, United States Government + * Open MCT, Copyright (c) 2014-2018, United States Government * as represented by the Administrator of the National Aeronautics and Space * Administration. All rights reserved. * diff --git a/platform/commonUI/about/res/templates/about-dialog.html b/platform/commonUI/about/res/templates/about-dialog.html index f2d6ce32ab..9a03839a90 100644 --- a/platform/commonUI/about/res/templates/about-dialog.html +++ b/platform/commonUI/about/res/templates/about-dialog.html @@ -1,5 +1,5 @@