Skip to content

Commit 8fb139f

Browse files
authored
Rename the readme and license files to match standard (#5272)
Do not show in changelog
1 parent 0c0fb5d commit 8fb139f

18 files changed

+30
-31
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is the CMake file used to build GDevelop.
2-
#For more information, see the Readme.md file.
2+
#For more information, see the README.md file.
33

44
cmake_minimum_required(VERSION 2.6)
55
cmake_policy(SET CMP0011 NEW)

Core/license.md Core/LICENSE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
copies of the Software, and to permit persons to whom the Software is
1313
furnished to do so, subject to the following conditions:
1414

15-
The above copyright notice and this permission notice shall be included in
16-
all copies or substantial portions of the Software.
15+
The above copyright notice and this permission notice shall be included in all
16+
copies or substantial portions of the Software.
1717

1818
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1919
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2020
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2121
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2222
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24-
THE SOFTWARE.
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
SOFTWARE.
2525

2626

2727
External libraries used by GDevelop Core

Core/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GDevelop Core is a portable C++ library, compiled to be used in JavaScript in th
66

77
## 1) Getting started 🤓
88

9-
First, take a look at the _Readme.md_ at the root of the repository and the [developer documentation](https://docs.gdevelop.io/).
9+
First, take a look at the _[README.md](../README.md)_ at the root of the repository and the [developer documentation](https://docs.gdevelop.io/).
1010

1111
## 2) How to contribute 😎
1212

@@ -21,5 +21,5 @@ or any pull request so as to add a nice feature, do not hesitate to get in touch
2121

2222
## License
2323

24-
GDevelop Core is distributed under the MIT license: see license.txt for
24+
GDevelop Core is distributed under the MIT license: see [LICENSE.md](LICENSE.md) for
2525
more information.

Extensions/license.md Extensions/LICENSE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
copies of the Software, and to permit persons to whom the Software is
1313
furnished to do so, subject to the following conditions:
1414

15-
The above copyright notice and this permission notice shall be included in
16-
all copies or substantial portions of the Software.
15+
The above copyright notice and this permission notice shall be included in all
16+
copies or substantial portions of the Software.
1717

1818
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1919
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2020
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2121
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2222
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24-
THE SOFTWARE.
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
SOFTWARE.
2525

2626

2727
External libraries used by extensions

Extensions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Most extensions can be written in JavaScript.
1010

1111
## License
1212

13-
- Extensions are provided under the MIT License: see license.txt file.
13+
- Extensions are provided under the MIT License: see [LICENSE.md](LICENSE.md) file.
1414
- External libraries can be used by extensions (Box2D, Dlib or SPARK for example). See their licenses in their directories.

Extensions/TweenBehavior/shifty.js.LICENSE.md Extensions/TweenBehavior/shifty.js.LICENSE.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/*!
32
* TERMS OF USE - EASING EQUATIONS
43
* Open source under the BSD License.
@@ -14,4 +13,4 @@
1413
* [subject to terms](http://www.robertpenner.com/easing_terms_of_use.html).
1514
*/
1615

17-
/*! Shifty 2.16.0 - https://github.com/jeremyckahn/shifty */
16+
/*! Shifty 2.20.4 - https://github.com/jeremyckahn/shifty */

GDJS/license.md GDJS/LICENSE.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GDevelop JS Plaform (GDJS)
1+
GDevelop JS Platform (GDJS)
22
--------------------------------
33

44
The MIT License (MIT)
@@ -12,16 +12,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
copies of the Software, and to permit persons to whom the Software is
1313
furnished to do so, subject to the following conditions:
1414

15-
The above copyright notice and this permission notice shall be included in
16-
all copies or substantial portions of the Software.
15+
The above copyright notice and this permission notice shall be included in all
16+
copies or substantial portions of the Software.
1717

1818
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1919
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2020
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2121
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2222
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24-
THE SOFTWARE.
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
SOFTWARE.
2525

2626
External libraries used by GDevelop JS Platform
2727
---------------------------------------------------

GDJS/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ or any pull request to add a feature, do not hesitate to get in touch.
4343

4444
## License
4545

46-
GDJS is distributed under the MIT license: see license.txt for
46+
GDJS is distributed under the MIT license: see [LICENSE.md](LICENSE.md) for
4747
more information.
File renamed without changes.

GDevelop.js/license.md GDevelop.js/LICENSE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in
13-
all copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

GDevelop.js/Readme.md GDevelop.js/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ npm install
4949
npm start
5050
```
5151

52-
More information in [GDevelop 5 readme](https://github.com/4ian/GD/blob/master/newIDE/README.md).
52+
More information in [GDevelop 5 README](https://github.com/4ian/GDevelop/blob/master/newIDE/README.md).
5353

5454
### Tests
5555

license.md LICENSE.md

File renamed without changes.

Readme.md README.md

File renamed without changes.
File renamed without changes.

newIDE/license.md newIDE/LICENSE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
copies of the Software, and to permit persons to whom the Software is
1313
furnished to do so, subject to the following conditions:
1414

15-
The above copyright notice and this permission notice shall be included in
16-
all copies or substantial portions of the Software.
15+
The above copyright notice and this permission notice shall be included in all
16+
copies or substantial portions of the Software.
1717

1818
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1919
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2020
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2121
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2222
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24-
THE SOFTWARE.
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
SOFTWARE.

newIDE/docs/Nightly-Builds-and-continuous-deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can download these here - **replace XX by the current version number**:
1010

1111
> ⚠️ Be sure to check if the latest build was successfully done: [![Build status](https://circleci.com/gh/4ian/GDevelop.svg?style=shield)](https://app.circleci.com/pipelines/github/4ian/GDevelop). If this icon is not green, wait a bit before downloading the latest version.
1212
13-
> ⚠️ In theory, the builds from `master` branch should always be stable and working well. In practice, they are not tested and can contain bugs or regressions. Make backups of your games and **use them at your own risk**. The software is provided "as is", **without warranty of any kind**. For more information, read the [license under which GDevelop is provided](https://github.com/4ian/GDevelop/blob/master/license.txt).
13+
> ⚠️ In theory, the builds from `master` branch should always be stable and working well. In practice, they are not tested and can contain bugs or regressions. Make backups of your games and **use them at your own risk**. The software is provided "as is", **without warranty of any kind**. For more information, read the [license under which GDevelop is provided](https://github.com/4ian/GDevelop/blob/master/LICENSE.md).
1414
1515
## About Nightly Builds and continuous deployment
1616

newIDE/docs/Supported-JavaScript-features-and-coding-style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The codebase is typed using **[TypeScript](https://www.typescriptlang.org/)**.
3030

3131
It's good practice to type almost everything (i.e: avoid `any` as much as possible), so that the game engine and your extensions can have _documentation_ auto-generated, _auto-completion_ and _static type checking_ that will catch bugs and mistakes.
3232

33-
Learn how to launch [manually the type checking in GJDS Readme](../../GDJS/README.md).
33+
Learn how to launch [manually the type checking in GJDS README](../../GDJS/README.md).
3434

3535
## For the editor (`newIDE/app`)
3636

File renamed without changes.

0 commit comments

Comments
 (0)