diff options
author | Tim Rozet <trozet@redhat.com> | 2015-07-20 14:15:44 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2015-07-20 14:16:10 -0400 |
commit | a5f42c9daf85f4a6b8f9aa5eca2383f8e1755dd1 (patch) | |
tree | a4232cb80e5df4cd820f35080039838c5b89becb | |
parent | 610a37d7cd39223f3fc213d47448204c7bc99dd7 (diff) |
New repo init (Includes INFO and LICENSE)
JIRA:
Change-Id: I077423b744312891ecc6d1b7bca792d70834c825
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | INFO | 17 | ||||
-rw-r--r-- | LICENSE.rst | 89 |
2 files changed, 106 insertions, 0 deletions
@@ -0,0 +1,17 @@ +Project: Apex +Project Creation Date: July 14, 2015 +Project Category: Integration & Testing +Lifecycle State: Incubation +Primary Contact: Tim Rozet +Project Lead: Tim Rozet +Jira Project Name: Apex OPNFV Installer +Jira Project Prefix: APEX +Mailing list tag: [Apex] +IRC: Server:freenode.net Channel:#opnfv-apex +Repository: apex + +Committers: +dradez@redhat.com +trozet@redhat.com + +Link to TSC approval of the project: http://ircbot.wl.linuxfoundation.org/meetings/opnfv-meeting/2015/opnfv-meeting.2015-07-14-14.00.html diff --git a/LICENSE.rst b/LICENSE.rst new file mode 100644 index 00000000..3f2da312 --- /dev/null +++ b/LICENSE.rst @@ -0,0 +1,89 @@ +Copyright 2015 Open Platform for NFV Project, Inc. and its contributors + +Open Platform for NFV Project Software Licence +============================================== +Any software developed by the "Open Platform for NFV" Project is licenced under the +Apache License, Version 2.0 (the "License"); +you may not use the content of this software bundle 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. + +Open Platform for NFV Project Documentation Licence +=================================================== +Any documentation developed by the "Open Platform for NFV Project" +is licensed under a Creative Commons Attribution 4.0 International License. +You should have received a copy of the license along with this. If not, +see <http://creativecommons.org/licenses/by/4.0/>. + +Unless required by applicable law or agreed to in writing, documentation +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. + +Other applicable upstream project Licenses +================================================================== +You may not use the content of this software bundle except in compliance with the +Licenses as listed below: + ++----------------+-----------------------------------------------------+ +| **Component** | **Licence** | ++----------------+-----------------------------------------------------+ +| OpenStack | Apache License 2.0 | +| | https://www.apache.org/licenses/LICENSE-2.0 | ++----------------+-----------------------------------------------------+ +| OpenDaylight | Eclipse Public License 1.0 | +| | https://www.eclipse.org/legal/epl-v10.html | ++----------------+-----------------------------------------------------+ +| PostgreSQL | PostgreSQL Licence: | +| | http://opensource.org/licenses/postgresql | ++----------------+-----------------------------------------------------+ +| MongoDB | GNU AGPL v3.0. | +| | http://www.fsf.org/licensing/licenses/agpl-3.0.html | ++----------------+-----------------------------------------------------+ +| CoroSync | BSD 2-Clause | +| | http://opensource.org/licenses/bsd-license.php | ++----------------+-----------------------------------------------------+ +| Pacemaker | GPL v2 | +| | https://www.gnu.org/licenses/gpl-2.0.html | ++----------------+-----------------------------------------------------+ +| RabbitMQ | Mozilla Public License | +| | https://www.rabbitmq.com/mpl.html | ++----------------+-----------------------------------------------------+ +| Linux | GPLv3 | +| | https://www.gnu.org/copyleft/gpl.html | ++----------------+-----------------------------------------------------+ +| Ceph | GPL v2 | +| | https://www.gnu.org/licenses/gpl-2.0.html | ++----------------+-----------------------------------------------------+ +| Puppet | Apache License 2.0 | +| | https://www.apache.org/licenses/LICENSE-2.0 | ++----------------+-----------------------------------------------------+ + +Other applicable upstream project Licenses used by Foreman ISO +================================================================== +You may not use the content of this software bundle except in compliance with the +Licenses as listed below: + ++----------------+-----------------------------------------------------+ +| **Component** | **Licence** | ++----------------+-----------------------------------------------------+ +| Foreman | Creative Commons Attribution-ShareAlike 3.0 | +| | http://creativecommons.org/licenses/by-sa/3.0/ | ++----------------+-----------------------------------------------------+ +| VirtualBox | GPL v2 | +| | https://www.gnu.org/licenses/gpl-2.0.html | ++----------------+-----------------------------------------------------+ +| Vagrant | The MIT License | ++----------------+-----------------------------------------------------+ +| Ansible | GPL v3 | +| | https://www.gnu.org/licenses/gpl-3.0.html | ++----------------+-----------------------------------------------------+ +| Khaleesi | GPL v3 | +| | https://www.gnu.org/licenses/gpl-3.0.html | ++----------------+-----------------------------------------------------+ |