From 650b54aeead7eee047ed17eacb4bc401c936a0aa Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 28 Sep 2018 15:41:18 +0200 Subject: [license] Cleanup duplicate LICENSE files github.com auto-detects the licensing terms if and only if the root directory contains a single license file. To leverage this, distinguish via main README file between: - main fuel repository license (apache-2.0); - documentation license (cc-by-4.0); - 3rd party licenses (non-exhaustive list for 3rd party projects); While at it, add missing license headers to docs auxiliary files. Change-Id: I7bd25573b0c2b8d16881c7ae72198f5981683c08 Signed-off-by: Alexandru Avadanii --- README.rst | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 467c211bf..583dd6ed7 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,86 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 .. (c) 2018 Ericsson AB, Mirantis Inc., Enea AB and others. + +LICENSE +======= + +| This document is protected/licensed under the following conditions +| (c) Jonas Bjurel (Ericsson AB) +| Licensed under a Creative Commons Attribution 4.0 International License. +| You should have received a copy of the license along with this work. +| If not, see . + +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 +| +| 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 . +| +| 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 (non-exhaustive list, depending on end-user config): + ++----------------+----------------------------------------------------------------+ +| **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 | ++----------------+----------------------------------------------------------------+ +| RabbitMQ | Mozilla Public License | +| | https://www.rabbitmq.com/mpl.html | ++----------------+----------------------------------------------------------------+ +| Linux | GPLv3 | +| | https://www.gnu.org/copyleft/gpl.html | ++----------------+----------------------------------------------------------------+ +| Docker | Apache License 2.0 | +| | https://www.apache.org/licenses/LICENSE-2.0 | ++----------------+----------------------------------------------------------------+ +| OpenJDK/JRE | GPL v2 | +| | https://www.gnu.org/licenses/gpl-2.0.html | ++----------------+----------------------------------------------------------------+ +| SaltStack | Apache License 2.0 | +| | https://www.apache.org/licenses/LICENSE-2.0 | ++----------------+----------------------------------------------------------------+ +| salt-formula-* | Apache License 2.0 | +| | https://www.apache.org/licenses/LICENSE-2.0 | ++----------------+----------------------------------------------------------------+ +| reclass | The Artistic Licence 2.0 | +| | http://www.perlfoundation.org/legal/licenses/artistic-2_0.html | ++----------------+----------------------------------------------------------------+ +| MaaS | GNU AGPL v3.0. | +| | http://www.fsf.org/licensing/licenses/agpl-3.0.html | ++----------------+----------------------------------------------------------------+ -- cgit 1.2.3-korg