diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2015-06-10 13:51:17 -0400 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2015-06-11 11:09:57 -0400 |
commit | 672bf9631862ca457cee9ad66fd67c1c50497c5d (patch) | |
tree | c2eeed6df90acb3729ebc2fd9a50453152666c8a | |
parent | 4ee04ffc6d7072ca9cc480d14120c189a9f98d38 (diff) |
Adding LICENSE and INFO file
Change-Id: I916b2a09f9199265a61a9e5b61e107e3abdba069
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r-- | INFO | 23 | ||||
-rw-r--r-- | LICENSE | 13 |
2 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,23 @@ +Project: Security Management Module (Moon) +Project Creation Date: +Project Category: Collaborative Development +Lifecycle State: +Primary Contact: ruan.he@orange.com +Project Lead: ruan.he@orange.com +Jira Project Name: Security Management Module +Jira Project Prefix: MOON +Mailing list tag: [moon] +IRC: #opnfv-moon +Repository: moon + +Committers: +ruan.he@orange.com +jamil.chawki@orange.com +thomas.duval@orange.com +loic.lagadec@ensta-bretagne.fr +ad5939@att.com +marcel.winandy@huawei.com +pyegani@juniper.net + +Link to TSC approval of the project: http://meetbot.opnfv.org/meetings/opnfv-meeting/2015/opnfv-meeting.2015-05-12-13.59.html +Link(s) to approval of additional committers: diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..f4346f82 --- /dev/null +++ b/LICENSE @@ -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. |