diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-28 15:41:18 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-10-02 13:07:27 +0000 |
commit | b31aca618950e47cdc9edd2c664f0a0239a34b54 (patch) | |
tree | b83f6bd263cb675c6627094455de0fe72c9673bc /LICENSE.rst | |
parent | e5ebb9cd22f3578d773503d53016899fa834c585 (diff) |
[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 <Alexandru.Avadanii@enea.com>
(cherry picked from commit 650b54aeead7eee047ed17eacb4bc401c936a0aa)
Diffstat (limited to 'LICENSE.rst')
-rw-r--r-- | LICENSE.rst | 90 |
1 files changed, 0 insertions, 90 deletions
diff --git a/LICENSE.rst b/LICENSE.rst deleted file mode 100644 index 67ef17d2a..000000000 --- a/LICENSE.rst +++ /dev/null @@ -1,90 +0,0 @@ -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 <http://creativecommons.org/licenses/by/4.0/>. - -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 | -+----------------+-----------------------------------------------------+ -| Docker | Apache License 2.0 | -| | https://www.apache.org/licenses/LICENSE-2.0 | -+----------------+-----------------------------------------------------+ -| Fuel | 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 | -+----------------+-----------------------------------------------------+ -| Cobbler | GPL v2 | -| | https://www.gnu.org/licenses/gpl-2.0.html | -+----------------+-----------------------------------------------------+ -| Nailgun | Apache License 2.0 | -| | https://www.apache.org/licenses/LICENSE-2.0 | -+----------------+-----------------------------------------------------+ -| Astute | Apache License 2.0 | -| | https://www.apache.org/licenses/LICENSE-2.0 | -+----------------+-----------------------------------------------------+ |