diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2015-07-31 13:28:51 -0400 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2015-07-31 13:28:56 -0400 |
commit | 24faf21f69f24965838148cede7e7211a48edd76 (patch) | |
tree | e895e240059b06347f2088a607c11d31956850d6 | |
parent | be82ef716e80d34ba43b05614e83468d50835f60 (diff) |
Adding INFO and LICENSE for review
Change-Id: I8090e54f8c668524ae1b0949edd18d8e9c761c99
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r-- | .gitreview | 4 | ||||
-rw-r--r-- | INFO | 23 | ||||
-rw-r--r-- | LICENSE | 13 |
3 files changed, 40 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..7a77bdc --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.opnfv.org +port=29418 +project=ovsnfv.git @@ -0,0 +1,23 @@ +Key Project Facts + +Project name: Open vSwitch for NFV (ovs-nfv) +Repo name: ovsnfv +Project Creation Date: 21st July 2015 +Project Category: Collaborative Development +Lifecycle State: Incubation +Primary Contact: Mark D. Gray mark.d.gray@intel.com +Project Lead: Mark D. Gray mark.d.gray@intel.com +Jira Project Name: Open vSwitch for NFV +Mailing list tag: [ovs-nfv] +Jira Project Prefix: OVSNFV +IRC: #opnfv-ovs-nfv +Committers: + +Mark Gray (Intel, mark.d.gray@intel.com) +Joseph Gasparakis (Intel, joseph.gasparakis@intel.com) +Billy O Mahony (Intel, billy.o.mahony@intel.com) +Hongbo Tianhongbo (Huawei, hongbo.tianhongbo@huawei.com) +Tom Herbert (Red Hat, therbert@redhat.com) + +Link to TSC approval: http://ircbot.wl.linuxfoundation.org/meetings/opnfv-meeting/2015/opnfv-meeting.2015-07-21-14.02.txt +Link to approval of additional submitters: @@ -0,0 +1,13 @@ +Copyright 2015 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. |