aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-06-27 14:09:00 -0400
committerParker Berberian <pberberian@iol.unh.edu>2019-06-27 14:10:44 -0400
commite5e07b97e3d797a3a1f90fa33b7ccc41b6bacde3 (patch)
tree38f4a09603979a4119a73257c91832e85e0b8c17
parent1cf54b373ff70d35aabf9a29fe0e9c50b1c4ce19 (diff)
parentaa622cf569aed53861ca9be6348800a5e899d02c (diff)
Migrate Dashboard Code To New Repo
Now that LaaS is an official project, we must migrate our codebase to the new repos. This is only the dashboard code, e.g. the contents of dashboard/ in the original repo Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
-rw-r--r--.gitreview4
-rw-r--r--LICENSE13
2 files changed, 17 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..ec1b14e
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.opnfv.org
+port=29418
+project=laas.git
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e9e3e91
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,13 @@
+Copyright 2019 Open Platform for NFV Project, Inc. and its contributors
+
+ 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.