From bd72afc678cb1155de4f096302995a5c78e831d0 Mon Sep 17 00:00:00 2001 From: MiChinao Date: Tue, 1 Sep 2020 09:06:57 +0200 Subject: [PATCH] Add more copyright notice --- README.md | 2 +- h2d-libgdx-spine-extension/README.md | 2 +- hyperlap2d-runtime-libgdx/README.md | 25 ++++++++++++++++++++++++- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bcb3db8..c51beee5 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ along with this program. If not, see . HyperLap2D is a fork of [Overlap2D](https://github.com/UnderwaterApps/overlap2d). A very special thanks to UnderwaterApps's Team and all of their Contributors for creating it, as without, HyperLap2D could never be possible. Check out original: [`OVERLAP2D-AUTHORS`](https://github.com/rednblackgames/HyperLap2D/blob/master/OVERLAP2D-AUTHORS) and [`OVERLAP2D-CONTRIBUTORS`](https://github.com/rednblackgames/HyperLap2D/blob/master/OVERLAP2D-CONTRIBUTORS) -_Overlap2D_ was licensed under `Apache 2.0` license +_Overlap2D_ was licensed under `Apache 2.0` ``` Copyright 2015 Underwater Apps LLC diff --git a/h2d-libgdx-spine-extension/README.md b/h2d-libgdx-spine-extension/README.md index 6f1b34ad..8d263e5f 100644 --- a/h2d-libgdx-spine-extension/README.md +++ b/h2d-libgdx-spine-extension/README.md @@ -5,7 +5,7 @@ HyperLap2D extension for libgdx runtime that adds Spine rendering support. ### Integration #### Gradle -Release artefacts are available through [Bintray][bintray]. +Release artifacts are available through [Bintray][bintray]. ```groovy dependencies { diff --git a/hyperlap2d-runtime-libgdx/README.md b/hyperlap2d-runtime-libgdx/README.md index cb5d25e4..b8fa6f80 100644 --- a/hyperlap2d-runtime-libgdx/README.md +++ b/hyperlap2d-runtime-libgdx/README.md @@ -5,7 +5,7 @@ HyperLap2D runtime for libGDX framework. ### Integration #### Gradle -Release artefacts are available through [Bintray][bintray]. +Release artifacts are available through [Bintray][bintray]. ```groovy dependencies { @@ -39,6 +39,29 @@ 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. +``` + +#### Overlap2D + +HyperLap2D libGDX Runtime is a fork of [overlap2d-runtime-libgdx](https://github.com/UnderwaterApps/overlap2d-runtime-libgdx). A very special thanks to UnderwaterApps's Team and all of their Contributors for creating it, as without, HyperLap2D could never be possible. +Check out original: [`OVERLAP2D-AUTHORS`](https://github.com/rednblackgames/HyperLap2D/blob/master/OVERLAP2D-AUTHORS) and [`OVERLAP2D-CONTRIBUTORS`](https://github.com/rednblackgames/HyperLap2D/blob/master/OVERLAP2D-CONTRIBUTORS) + +_overlap2d-runtime-libgdx_ was licensed under `Apache 2.0` +``` +Copyright 2015 Underwater Apps LLC +( https://github.com/UnderwaterApps/overlap2d-runtime-libgdx http://overlap2d.com ) + +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.