Add more copyright notice
This commit is contained in:
@@ -80,7 +80,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user