aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/constants.js
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2020-06-03 15:26:52 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-03 15:26:52 +0000
commiteccf8a41139269a074dc8f4e36ba052c07ea988c (patch)
tree3a0e4f9c904f0eea91cbbe2d6aca568ee81467ba /graphgraph-fe/src/constants.js
parenteb58fde00496c8eefb25436122059adfd5dfddde (diff)
parent6c4672dbb3cccd6c7d8cdfde2f59a97af7cfac42 (diff)
Merge "Perform repository cleanup"
Diffstat (limited to 'graphgraph-fe/src/constants.js')
-rw-r--r--graphgraph-fe/src/constants.js24
1 files changed, 22 insertions, 2 deletions
diff --git a/graphgraph-fe/src/constants.js b/graphgraph-fe/src/constants.js
index 6076e6f..9181850 100644
--- a/graphgraph-fe/src/constants.js
+++ b/graphgraph-fe/src/constants.js
@@ -1,2 +1,22 @@
-export const CLICKED = 'clicked'
-export const PATH = 'on-path'
+/*
+ * ============LICENSE_START=======================================================
+ * org.onap.aai
+ * ================================================================================
+ * Copyright © 2019-2020 Orange Intellectual Property. All rights reserved.
+ * ================================================================================
+ * 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
+export const CLICKED = 'clicked';
+export const PATH = 'on-path';