From 98ccf39560e0f643ddf9a766e33b420b96dffac6 Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Sun, 6 Aug 2017 11:41:38 +0300 Subject: latest ui code fixes merged in opnfv repo Change-Id: Ib6d7f81e4a85286b7b30d332c757f7eb1bb519f3 Signed-off-by: Koren Lev --- ui/imports/ui/reducers/environment-panel.reducer.js | 8 -------- ui/imports/ui/reducers/graph-tooltip-window.reducer.js | 8 -------- ui/imports/ui/reducers/i18n.reducer.js | 8 -------- ui/imports/ui/reducers/index.js | 8 -------- ui/imports/ui/reducers/main-app.reducer.js | 8 -------- ui/imports/ui/reducers/navigation.js | 8 -------- ui/imports/ui/reducers/search-interested-parties.js | 8 -------- ui/imports/ui/reducers/tree-node.reducer.js | 8 -------- ui/imports/ui/reducers/vedge-info-window.reducer.js | 8 -------- 9 files changed, 72 deletions(-) (limited to 'ui/imports/ui/reducers') diff --git a/ui/imports/ui/reducers/environment-panel.reducer.js b/ui/imports/ui/reducers/environment-panel.reducer.js index bac0e72..d06052f 100644 --- a/ui/imports/ui/reducers/environment-panel.reducer.js +++ b/ui/imports/ui/reducers/environment-panel.reducer.js @@ -1,11 +1,3 @@ -///////////////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) and others / -// / -// All rights reserved. This program and the accompanying materials / -// are made available under the terms of the Apache License, Version 2.0 / -// which accompanies this distribution, and is available at / -// http://www.apache.org/licenses/LICENSE-2.0 / -///////////////////////////////////////////////////////////////////////////////////////// import * as R from 'ramda'; import * as actions from '/imports/ui/actions/environment-panel.actions'; diff --git a/ui/imports/ui/reducers/graph-tooltip-window.reducer.js b/ui/imports/ui/reducers/graph-tooltip-window.reducer.js index 67f96f1..4489fb6 100644 --- a/ui/imports/ui/reducers/graph-tooltip-window.reducer.js +++ b/ui/imports/ui/reducers/graph-tooltip-window.reducer.js @@ -1,11 +1,3 @@ -///////////////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) and others / -// / -// All rights reserved. This program and the accompanying materials / -// are made available under the terms of the Apache License, Version 2.0 / -// which accompanies this distribution, and is available at / -// http://www.apache.org/licenses/LICENSE-2.0 / -///////////////////////////////////////////////////////////////////////////////////////// import * as R from 'ramda'; import * as actions from '/imports/ui/actions/graph-tooltip-window.actions'; diff --git a/ui/imports/ui/reducers/i18n.reducer.js b/ui/imports/ui/reducers/i18n.reducer.js index 8771aad..28815f7 100644 --- a/ui/imports/ui/reducers/i18n.reducer.js +++ b/ui/imports/ui/reducers/i18n.reducer.js @@ -1,11 +1,3 @@ -///////////////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) and others / -// / -// All rights reserved. This program and the accompanying materials / -// are made available under the terms of the Apache License, Version 2.0 / -// which accompanies this distribution, and is available at / -// http://www.apache.org/licenses/LICENSE-2.0 / -///////////////////////////////////////////////////////////////////////////////////////// //import * as R from 'ramda'; const defaultState = { diff --git a/ui/imports/ui/reducers/index.js b/ui/imports/ui/reducers/index.js index 6ee909d..936f68a 100644 --- a/ui/imports/ui/reducers/index.js +++ b/ui/imports/ui/reducers/index.js @@ -1,11 +1,3 @@ -///////////////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) and others / -// / -// All rights reserved. This program and the accompanying materials / -// are made available under the terms of the Apache License, Version 2.0 / -// which accompanies this distribution, and is available at / -// http://www.apache.org/licenses/LICENSE-2.0 / -///////////////////////////////////////////////////////////////////////////////////////// import { combineReducers } from 'redux'; import { navigation } from './navigation'; diff --git a/ui/imports/ui/reducers/main-app.reducer.js b/ui/imports/ui/reducers/main-app.reducer.js index abc4574..e5e1489 100644 --- a/ui/imports/ui/reducers/main-app.reducer.js +++ b/ui/imports/ui/reducers/main-app.reducer.js @@ -1,11 +1,3 @@ -///////////////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) and others / -// / -// All rights reserved. This program and the accompanying materials / -// are made available under the terms of the Apache License, Version 2.0 / -// which accompanies this distribution, and is available at / -// http://www.apache.org/licenses/LICENSE-2.0 / -///////////////////////////////////////////////////////////////////////////////////////// import * as R from 'ramda'; import * as actions from '/imports/ui/actions/main-app.actions'; diff --git a/ui/imports/ui/reducers/navigation.js b/ui/imports/ui/reducers/navigation.js index de78ee5..d7ab503 100644 --- a/ui/imports/ui/reducers/navigation.js +++ b/ui/imports/ui/reducers/navigation.js @@ -1,11 +1,3 @@ -///////////////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) and others / -// / -// All rights reserved. This program and the accompanying materials / -// are made available under the terms of the Apache License, Version 2.0 / -// which accompanies this distribution, and is available at / -// http://www.apache.org/licenses/LICENSE-2.0 / -///////////////////////////////////////////////////////////////////////////////////////// import * as R from 'ramda'; import * as actions from '/imports/ui/actions/navigation'; diff --git a/ui/imports/ui/reducers/search-interested-parties.js b/ui/imports/ui/reducers/search-interested-parties.js index 26220c2..f4963d2 100644 --- a/ui/imports/ui/reducers/search-interested-parties.js +++ b/ui/imports/ui/reducers/search-interested-parties.js @@ -1,11 +1,3 @@ -///////////////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) and others / -// / -// All rights reserved. This program and the accompanying materials / -// are made available under the terms of the Apache License, Version 2.0 / -// which accompanies this distribution, and is available at / -// http://www.apache.org/licenses/LICENSE-2.0 / -///////////////////////////////////////////////////////////////////////////////////////// import * as R from 'ramda'; import * as actions from '/imports/ui/actions/search-interested-parties'; diff --git a/ui/imports/ui/reducers/tree-node.reducer.js b/ui/imports/ui/reducers/tree-node.reducer.js index 0a6ec73..5e9420d 100644 --- a/ui/imports/ui/reducers/tree-node.reducer.js +++ b/ui/imports/ui/reducers/tree-node.reducer.js @@ -1,11 +1,3 @@ -///////////////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) and others / -// / -// All rights reserved. This program and the accompanying materials / -// are made available under the terms of the Apache License, Version 2.0 / -// which accompanies this distribution, and is available at / -// http://www.apache.org/licenses/LICENSE-2.0 / -///////////////////////////////////////////////////////////////////////////////////////// //import { Mongo } from 'meteor/mongo'; import * as R from 'ramda'; diff --git a/ui/imports/ui/reducers/vedge-info-window.reducer.js b/ui/imports/ui/reducers/vedge-info-window.reducer.js index d1be629..0cedc6a 100644 --- a/ui/imports/ui/reducers/vedge-info-window.reducer.js +++ b/ui/imports/ui/reducers/vedge-info-window.reducer.js @@ -1,11 +1,3 @@ -///////////////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) and others / -// / -// All rights reserved. This program and the accompanying materials / -// are made available under the terms of the Apache License, Version 2.0 / -// which accompanies this distribution, and is available at / -// http://www.apache.org/licenses/LICENSE-2.0 / -///////////////////////////////////////////////////////////////////////////////////////// import * as R from 'ramda'; import * as actions from '/imports/ui/actions/vedge-info-window.actions'; -- cgit 1.2.3-korg