changed the header and license 25/36225/1
authorAttaranasl, Salma (sa669h) <salma.attaran@amdocs.com>
Fri, 16 Mar 2018 14:15:23 +0000 (10:15 -0400)
committerAttaranasl, Salma (sa669h) <salma.attaran@amdocs.com>
Fri, 16 Mar 2018 14:15:32 +0000 (10:15 -0400)
commit47b85e9b95e0a0a3570f0cea4d3ee4645c911a8b
tree039b793e7b7e0f416a2abd036959021755a5660e
parentcc044fcbea7f5c374874777d89da938560556c52
changed the header and license

updated the date in the all license headers

Change-Id: Ifdb0359256bf096fe32d30c6d2ace1008f4e0acf
Signed-off-by: Attaranasl, Salma (sa669h) <salma.attaran@amdocs.com>
Issue-ID: AAI-872
165 files changed:
LICENSE
gulpfile.js
karma.conf.js
pom.xml
pom_license.xml
resources/scss/_common.scss
resources/scss/_components.scss
resources/scss/_modules.scss
resources/scss/bootstrap.scss
resources/scss/common/_base.scss
resources/scss/common/_layout.scss
resources/scss/common/_typography.scss
resources/scss/common/_utils.scss
resources/scss/common/_variables.scss
resources/scss/components/_buttons.scss
resources/scss/components/_containerPanel.scss
resources/scss/components/_dropdownMultiSelect.scss
resources/scss/components/_filterBar.scss
resources/scss/components/_inlineMessage.scss
resources/scss/components/_inputOptions.scss
resources/scss/components/_notifications.scss
resources/scss/components/_slidePanel.scss
resources/scss/components/_titledComponent.scss
resources/scss/components/_toggleButtonGroup.scss
resources/scss/components/_toggleInput.scss
resources/scss/components/_validationForm.scss
resources/scss/components/launchExternalResource/_launchExternalResource.scss
resources/scss/customViews.scss
resources/scss/d3/_aggregationMap.scss
resources/scss/d3/_forceDirectedGraph.scss
resources/scss/header/_layout.scss
resources/scss/inventory/_inventory.scss
resources/scss/setAttribute/_editAttributeform.scss
resources/scss/style.scss
resources/scss/tier-support/_search.scss
resources/scss/tier-support/_selectedNodeDetails.scss
resources/scss/tier-support/_splitPane.scss
resources/scss/tier-support/_tierSupport.scss
resources/scss/visualizations/_layout.scss
resources/scss/vnfSearch/_vnfSearch.scss
src/app/AppStore.js
src/app/Application.jsx
src/app/MainScreenHeader.jsx
src/app/MainScreenWrapper.jsx
src/app/MainScreenWrapperActionHelper.js
src/app/MainScreenWrapperConstants.js
src/app/MainScreenWrapperReducer.js
src/app/analytics/AnalyticsActions.js
src/app/analytics/AnalyticsConstants.js
src/app/contextHandler/ContextHandlerActions.js
src/app/contextHandler/ContextHandlerConstants.js
src/app/extensibility/ExtensibilityReducer.js
src/app/extensibility/index.js
src/app/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBar.jsx
src/app/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBarActions.js
src/app/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBarConstants.js
src/app/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBarReducer.js
src/app/globalInlineMessageBar/GlobalInlineMessageBar.jsx
src/app/globalInlineMessageBar/GlobalInlineMessageBarActions.js
src/app/globalInlineMessageBar/GlobalInlineMessageBarConstants.js
src/app/globalInlineMessageBar/GlobalInlineMessageBarReducer.js
src/app/inventory/Inventory.jsx
src/app/inventory/InventoryActions.js
src/app/inventory/InventoryConstants.js
src/app/inventory/InventoryReducer.js
src/app/main.app.jsx
src/app/networking/NetworkCalls.js
src/app/networking/NetworkConstants.js
src/app/networking/NetworkUtil.js
src/app/overlays/OverlayImports.js
src/app/tierSupport/TierSupport.jsx
src/app/tierSupport/TierSupportActions.js
src/app/tierSupport/TierSupportConstants.js
src/app/tierSupport/TierSupportReducer.js
src/app/tierSupport/launchExternalResource/LaunchExternalResource.jsx
src/app/tierSupport/launchExternalResource/LaunchExternalResourceReducer.js
src/app/tierSupport/selectedNodeDetails/SelectedNodeDetails.jsx
src/app/tierSupport/selectedNodeDetails/SelectedNodeDetailsConstants.js
src/app/tierSupport/selectedNodeDetails/SelectedNodeDetailsReducer.js
src/app/vnfSearch/VnfSearch.jsx
src/app/vnfSearch/VnfSearchActions.js
src/app/vnfSearch/VnfSearchConstants.js
src/app/vnfSearch/VnfSearchNfRoleVisualization.jsx
src/app/vnfSearch/VnfSearchNfTypeVisualization.jsx
src/app/vnfSearch/VnfSearchOrchestratedStatusVisualization.jsx
src/app/vnfSearch/VnfSearchProvStatusVisualization.jsx
src/app/vnfSearch/VnfSearchReducer.js
src/app/vnfSearch/VnfSearchTotalCountVisualization.jsx
src/editAttributes/AppStore.js
src/editAttributes/Application.jsx
src/editAttributes/EditAttributeActions.js
src/editAttributes/EditAttributeConstants.js
src/editAttributes/EditAttributeReducer.js
src/editAttributes/EditAttributes.jsx
src/editAttributes/changeAttributeForm/ChangeAttributeForm.jsx
src/editAttributes/changeAttributeForm/ChangeAttributeFormConstants.js
src/editAttributes/changeAttributeForm/ChangeAttributeFormReducer.js
src/editAttributes/changeAttributeForm/validate.js
src/editAttributes/index.html
src/editAttributes/main.app.jsx
src/editAttributes/networking/NetworkCalls.js
src/editAttributes/networking/NetworkConstants.js
src/editAttributes/networking/NetworkUtils.js
src/generic-components/InlineMessage/InlineMessage.jsx
src/generic-components/InlineMessage/InlineMessageConstants.js
src/generic-components/autoCompleteSearchBar/AutoCompleteSearchBar.jsx
src/generic-components/autoCompleteSearchBar/AutoCompleteSearchBarConstants.js
src/generic-components/componentManager/ComponentManager.jsx
src/generic-components/componentManager/ComponentManagerConstants.js
src/generic-components/componentManager/ComponentManagerContainer.jsx
src/generic-components/confirmations/ConfirmationModalView.jsx
src/generic-components/dynamicViewLoader/DynamicViewLoaderActions.js
src/generic-components/dynamicViewLoader/DynamicViewLoaderConstants.js
src/generic-components/dynamicViewLoader/DynamicViewLoaderReducer.js
src/generic-components/dynamicViewLoader/dynamicViewLoader.jsx
src/generic-components/graph/ForceDefinitions.js
src/generic-components/graph/ForceDirectedGraph.jsx
src/generic-components/graph/IconFactory.js
src/generic-components/graph/Link.jsx
src/generic-components/graph/Node.jsx
src/generic-components/graph/NodeFactory.js
src/generic-components/graph/NodeVisualElementConstants.js
src/generic-components/graph/NodeVisualElementFactory.js
src/generic-components/graph/SVGShape.jsx
src/generic-components/graph/TempCreateAttributes.js
src/generic-components/input/SelectInput.jsx
src/generic-components/input/ToggleInput.jsx
src/generic-components/input/inputOptions/InputOptions.jsx
src/generic-components/map/MapConstants.js
src/generic-components/map/TopographicMap.jsx
src/generic-components/notifications/NotificationConstants.js
src/generic-components/notifications/NotificationModal.jsx
src/generic-components/notifications/NotificationReducer.js
src/generic-components/paginatedTable/PaginatedTable.jsx
src/generic-components/panel/SlidePanel.jsx
src/generic-components/titledContainer/TitledContainer.jsx
src/generic-components/toggleButtonGroup/ToggleButtonGroup.jsx
src/generic-components/toggleButtonGroup/ToggleButtonGroupActions.js
src/generic-components/toggleButtonGroup/ToggleButtonGroupConstants.js
src/generic-components/toggleButtonGroup/ToggleButtonGroupReducer.js
src/generic-components/treeNode/TreeNode.jsx
src/index.html
src/utils/Crypto.js
src/utils/DateTimeChartUtil.js
src/utils/GlobalConstants.js
src/utils/KeyMirror.js
src/utils/Routes.js
src/utils/SpinnerContainer.jsx
src/utils/i18n/i18n.js
test/components/dateRange.test.js
test/components/dateRangeSelector.test.js
test/components/inlineMessage.test.js
test/components/notificationReducer.test.js
test/components/toggleButtonGroupReducer.test.js
test/tierSupport/autoCompleteSearchBar/autoCompleteSearchBar.test.js
test/tierSupport/autoCompleteSearchBar/autoCompleteSearchBarActions.test.js
test/tierSupport/autoCompleteSearchBar/autoCompleteSearchBarReducer.test.js
test/tierSupport/autoCompleteSearchBar/autoCompleteSearchBarTestConstants.js
test/tierSupport/tierSupport.test.js
test/utils/MockRest.js
test/vnfSearch/vnfSearchVisualizations/vnfSearchVisualizations.test.js
test/vnfSearch/vnfSearchVisualizations/vnfSearchVisualizationsReducer.test.js
tools/webpack/config-json-loader/index.js
webpack.config.js
webpack.devConfig.js