mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 06:52:20 +00:00
Add licence to Related Pages in documentation
The licence file extension was changed to Markdown.
This commit is contained in:
parent
6b7416f655
commit
4007b45af1
5 changed files with 16 additions and 35 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,4 +1,6 @@
|
||||||
language: c
|
language: c
|
||||||
|
dist: trusty
|
||||||
|
sudo: required
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -9,12 +11,12 @@ env:
|
||||||
- DEVKITPPC=${DEVKITPRO}/devkitPPC
|
- DEVKITPPC=${DEVKITPRO}/devkitPPC
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitPPCupdate.pl
|
- wget https://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitPPCupdate.pl
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo perl devkitPPCupdate.pl
|
- sudo perl devkitPPCupdate.pl
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd GRRLIB && sudo -E make clean all install && cd ..
|
- (cd GRRLIB && sudo -E make clean all install)
|
||||||
- cd examples && make && cd ..
|
- (cd examples && make)
|
||||||
- cd GRRLIB && sudo -E make PLATFORM=cube clean all && cd ..
|
- (cd GRRLIB && sudo -E make PLATFORM=cube clean all)
|
||||||
|
|
|
@ -226,28 +226,5 @@ GRR_EXTERN u32 fb GRR_INIT(0);
|
||||||
* Advisors : RedShade, Jespa\n
|
* Advisors : RedShade, Jespa\n
|
||||||
*
|
*
|
||||||
* @section Licence
|
* @section Licence
|
||||||
* Copyright (c) 2009-2017 The GRRLIB Team
|
* See the [LICENCE](LICENCE.md) file for licence rights and limitations (MIT).
|
||||||
*
|
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
|
||||||
* in the Software without restriction, including without limitation the rights
|
|
||||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
* copies of the Software, and to permit persons to whom the Software is
|
|
||||||
* furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
* THE SOFTWARE.
|
|
||||||
*
|
|
||||||
* @example template/source/main.c
|
|
||||||
* This example shows the minimum code required to use GRRLIB.
|
|
||||||
* It could be used as a template to start a new project.
|
|
||||||
* More elaborate examples can be found inside the \e examples folder.
|
|
||||||
*/
|
*/
|
||||||
|
|
10
README.md
10
README.md
|
@ -164,13 +164,13 @@ Using GRRLIB
|
||||||
|
|
||||||
After everything is installed, simply put
|
After everything is installed, simply put
|
||||||
```c
|
```c
|
||||||
#include <grrlib.h>
|
#include <grrlib.h>
|
||||||
```
|
```
|
||||||
at the top of your .c/.cpp file and use the functions as required
|
at the top of your .c/.cpp file and use the functions as required
|
||||||
|
|
||||||
You will also need to add
|
You will also need to add
|
||||||
```make
|
```make
|
||||||
-lgrrlib -lfreetype -lfat -ljpeg -lpngu -lpng -lz
|
-lgrrlib -lfreetype -lfat -ljpeg -lpngu -lpng -lz
|
||||||
```
|
```
|
||||||
to the libs line in your makefile
|
to the libs line in your makefile
|
||||||
|
|
||||||
|
@ -190,12 +190,12 @@ Upgrading to v4.1.0 From Previous Versions of GRRLIB
|
||||||
|
|
||||||
Older versions of GRRLIB, required a line such as:
|
Older versions of GRRLIB, required a line such as:
|
||||||
```c
|
```c
|
||||||
#include "../../../GRRLIB/GRRLIB/GRRLIB.h"
|
#include "../../../GRRLIB/GRRLIB/GRRLIB.h"
|
||||||
```
|
```
|
||||||
...to be placed at the top of each C file which uses GRRLB.
|
...to be placed at the top of each C file which uses GRRLB.
|
||||||
Because GRRLIB is now installed as a system library, this must be replaced with:
|
Because GRRLIB is now installed as a system library, this must be replaced with:
|
||||||
```c
|
```c
|
||||||
#include <grrlib.h>
|
#include <grrlib.h>
|
||||||
```
|
```
|
||||||
|
|
||||||
Older versions of GRRLIB required the 'GRRLIB.h' and 'GRRLIB.c" files to be
|
Older versions of GRRLIB required the 'GRRLIB.h' and 'GRRLIB.c" files to be
|
||||||
|
@ -272,7 +272,7 @@ Credits
|
||||||
Licence
|
Licence
|
||||||
-------
|
-------
|
||||||
|
|
||||||
GRRLIB is released under the [MIT Licence](https://github.com/GRRLIB/GRRLIB/blob/master/LICENCE.TXT).
|
GRRLIB is released under the [MIT Licence](LICENCE.md).
|
||||||
If we had chosen the GPL licence you would be +forced+ (legally required) to release your source code.
|
If we had chosen the GPL licence you would be +forced+ (legally required) to release your source code.
|
||||||
But in the spirit of "free as in FREE" we have left you with the +option+ to release your
|
But in the spirit of "free as in FREE" we have left you with the +option+ to release your
|
||||||
source code.
|
source code.
|
||||||
|
|
|
@ -791,7 +791,8 @@ WARN_LOGFILE =
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = ./GRRLIB/GRRLIB \
|
INPUT = ./GRRLIB/GRRLIB \
|
||||||
./GRRLIB/GRRLIB/grrlib
|
./GRRLIB/GRRLIB/grrlib \
|
||||||
|
LICENCE.md
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
@ -818,7 +819,8 @@ INPUT_ENCODING = UTF-8
|
||||||
|
|
||||||
FILE_PATTERNS = *.c \
|
FILE_PATTERNS = *.c \
|
||||||
*.cpp \
|
*.cpp \
|
||||||
*.h
|
*.h \
|
||||||
|
*.md
|
||||||
|
|
||||||
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
||||||
# be searched for input files as well.
|
# be searched for input files as well.
|
||||||
|
|
Loading…
Reference in a new issue