-
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce end-of-line normalization via gitattributes
- Loading branch information
kko
committed
Jul 10, 2013
1 parent
20424b2
commit 511b8b9
Showing
97 changed files
with
29,553 additions
and
29,547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* text=auto | ||
|
||
*.dae -text | ||
*.DAE -text | ||
*.obj -text | ||
*.OBJ -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,152 +1,152 @@ | ||
Authors | ||
======= | ||
The Pioneer Developers are: | ||
* Aaron Lewis | ||
* Aaron Senese | ||
* Abram Hindle | ||
* Ae | ||
* Alan Briggs | ||
* Alessandro Giachi | ||
* Andrew Cook | ||
* Andrew Copland | ||
* Asier Basagoiti | ||
* Benamucki | ||
* Benjamin Hodgetts | ||
* Blaga Cosmin | ||
* Brian Ronald | ||
* C de Craen | ||
* Chip Richards | ||
* Chris Dennett | ||
* Connor Findlay | ||
* Craig Thomson | ||
* Dan Bennett | ||
* Darren Salt | ||
* DerpyHooves | ||
* Dionisis Kontominas | ||
* Enric Morales | ||
* Florian Schmidt | ||
* Fran Morton | ||
* Frank Klippenberg | ||
* Gareth Allnutt | ||
* Gaz Davidson | ||
* Gernot | ||
* HeadHunter | ||
* Jan Olsina | ||
* jmf | ||
* John Bartholomew | ||
* John Jordan | ||
* Kimmo Kotajärvi | ||
* Konrad Mruk | ||
* Krzysztof Niedźwiecki | ||
* Lars Westerhoff | ||
* Lee Reilly | ||
* Leonardo Manna | ||
* Maksim Kulikov aka sapog662 | ||
* Marcel Tulloh | ||
* Marcus de Roos | ||
* Michele Botticelli | ||
* Nic | ||
* Oleg Ovcharenko | ||
* Paul Mahol | ||
* Paul Roberts | ||
* Pedro Gimeno | ||
* Peter Kurucz | ||
* Phil Howlett | ||
* Piotr Gredka | ||
* Radek Valášek aka vaLin | ||
* Robert Norris | ||
* Robert Pallier | ||
* Roland Mas | ||
* Sean Bailey | ||
* Simon Chopin | ||
* SolCommand | ||
* Stefan Kapusniak | ||
* Steve Tyler | ||
* Sukender (Benoit Neil) | ||
* Szilárd Bálint | ||
* Taiki Kim | ||
* Thierry Dupré | ||
* Tim Jones | ||
* Tom Morton | ||
* Ulf Pettersson | ||
* Uncle Bob | ||
* Vincent Teerling | ||
Licensing | ||
========= | ||
Copyright © 2008-2013 Pioneer Developers | ||
Pioneer's core code and extension modules are licensed under the terms of the | ||
GNU General Public License version 3. See licenses/GPL-3.txt for details. | ||
Pioneer's art, music and other assets are licensed under the terms of the | ||
Creative Commons Attribution-ShareAlike 3.0 Unported License. See | ||
licenses/CC-BY-SA-3.0.txt for details. | ||
Pioneer includes the following third-party software: | ||
Lua 5.2.1 by R. Ierusalimschy, L. H. de Figueiredo & W. Celes, | ||
Copyright (C) 1994-2012 Lua.org, PUC-Rio | ||
Licensed under the MIT licence (see contrib/lua/lua.h) | ||
miniz by Rich Geldreich, April 2012 | ||
Public domain (see contrib/miniz/miniz.h) | ||
lookup3.c, by Bob Jenkins, May 2006, | ||
Public domain (see contrib/jenkins/lookup3.c) | ||
vcacheopt.h | ||
Copyright (C) 2009, Michael Georgoulpoulos | ||
Licensed under the MIT licence (see contrib/vcacheopt/vcacheopt.h) | ||
PicoDDS | ||
Copyright (C) 2011 Andrew Copland | ||
Includes portions of the Game Texture Library (GTL) | ||
GTL is Copyright (C) 2005, 2006, 2007 Rob Jones | ||
Copyright (C) 2006, 2007 Michael P. Jung | ||
GTL and PicoDDS are licensed under the zlib License | ||
(see contrib/PicoDDS/PicoDDS.h) | ||
Titillium Text font | ||
Copyright (C) 2007-2009 Academia di Belle Arte di Urbino - Campivisivi | ||
Licensed under the SIL Open Font Licence v1.1 (see licenses/SIL-1.1.txt) | ||
Inconsolata font | ||
Copyright (C) 2006, Raph Levien | ||
Licensed under the SIL Open Font Licence v1.1 (see licenses/SIL-1.1.txt) | ||
Orbiteer font | ||
Copyright (c) 2012, Pioneer Developers | ||
Based on Orbitron | ||
Copyright (c) 2009, Matt McInerney | ||
Licensed under the SIL Open Font Licence v1.1 (see licenses/SIL-1.1.txt) | ||
Deja Vu font | ||
Copyright (c) 2003, Bitstream Inc. | ||
parts Copyright (c) 2006, Tavmjong Bah | ||
License: see licenses/DejaVu-license.txt | ||
WPZOOM Developer Icon Set | ||
http://www.wpzoom.com/wpzoom/new-freebie-wpzoom-developer-icon-set-154-free-icons/ | ||
Copyright (c) 2010 David Ferreira | ||
Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported | ||
License (see licenses/CC-BY-SA-3.0.txt) | ||
Acknowledgements | ||
================ | ||
The Pioneer Developers would like to acknowledge the following fine products | ||
and services, without which Pioneer would not be possible: | ||
SDL http://www.libsdl.org/ | ||
FreeType http://freetype.org/ | ||
Ogg Vorbis http://vorbis.com/ | ||
libsigc++ http://libsigc.sourceforge.net/ | ||
assimp http://assimp.sourceforge.net/ | ||
MXE http://mxe.cc/ | ||
GitHub https://github.com/ | ||
SourceForge https://sourceforge.net/ | ||
Authors | ||
======= | ||
|
||
The Pioneer Developers are: | ||
|
||
* Aaron Lewis | ||
* Aaron Senese | ||
* Abram Hindle | ||
* Ae | ||
* Alan Briggs | ||
* Alessandro Giachi | ||
* Andrew Cook | ||
* Andrew Copland | ||
* Asier Basagoiti | ||
* Benamucki | ||
* Benjamin Hodgetts | ||
* Blaga Cosmin | ||
* Brian Ronald | ||
* C de Craen | ||
* Chip Richards | ||
* Chris Dennett | ||
* Connor Findlay | ||
* Craig Thomson | ||
* Dan Bennett | ||
* Darren Salt | ||
* DerpyHooves | ||
* Dionisis Kontominas | ||
* Enric Morales | ||
* Florian Schmidt | ||
* Fran Morton | ||
* Frank Klippenberg | ||
* Gareth Allnutt | ||
* Gaz Davidson | ||
* Gernot | ||
* HeadHunter | ||
* Jan Olsina | ||
* jmf | ||
* John Bartholomew | ||
* John Jordan | ||
* Kimmo Kotajärvi | ||
* Konrad Mruk | ||
* Krzysztof Niedźwiecki | ||
* Lars Westerhoff | ||
* Lee Reilly | ||
* Leonardo Manna | ||
* Maksim Kulikov aka sapog662 | ||
* Marcel Tulloh | ||
* Marcus de Roos | ||
* Michele Botticelli | ||
* Nic | ||
* Oleg Ovcharenko | ||
* Paul Mahol | ||
* Paul Roberts | ||
* Pedro Gimeno | ||
* Peter Kurucz | ||
* Phil Howlett | ||
* Piotr Gredka | ||
* Radek Valášek aka vaLin | ||
* Robert Norris | ||
* Robert Pallier | ||
* Roland Mas | ||
* Sean Bailey | ||
* Simon Chopin | ||
* SolCommand | ||
* Stefan Kapusniak | ||
* Steve Tyler | ||
* Sukender (Benoit Neil) | ||
* Szilárd Bálint | ||
* Taiki Kim | ||
* Thierry Dupré | ||
* Tim Jones | ||
* Tom Morton | ||
* Ulf Pettersson | ||
* Uncle Bob | ||
* Vincent Teerling | ||
|
||
Licensing | ||
========= | ||
|
||
Copyright © 2008-2013 Pioneer Developers | ||
|
||
Pioneer's core code and extension modules are licensed under the terms of the | ||
GNU General Public License version 3. See licenses/GPL-3.txt for details. | ||
|
||
Pioneer's art, music and other assets are licensed under the terms of the | ||
Creative Commons Attribution-ShareAlike 3.0 Unported License. See | ||
licenses/CC-BY-SA-3.0.txt for details. | ||
|
||
Pioneer includes the following third-party software: | ||
|
||
Lua 5.2.1 by R. Ierusalimschy, L. H. de Figueiredo & W. Celes, | ||
Copyright (C) 1994-2012 Lua.org, PUC-Rio | ||
Licensed under the MIT licence (see contrib/lua/lua.h) | ||
|
||
miniz by Rich Geldreich, April 2012 | ||
Public domain (see contrib/miniz/miniz.h) | ||
|
||
lookup3.c, by Bob Jenkins, May 2006, | ||
Public domain (see contrib/jenkins/lookup3.c) | ||
|
||
vcacheopt.h | ||
Copyright (C) 2009, Michael Georgoulpoulos | ||
Licensed under the MIT licence (see contrib/vcacheopt/vcacheopt.h) | ||
|
||
PicoDDS | ||
Copyright (C) 2011 Andrew Copland | ||
Includes portions of the Game Texture Library (GTL) | ||
GTL is Copyright (C) 2005, 2006, 2007 Rob Jones | ||
Copyright (C) 2006, 2007 Michael P. Jung | ||
GTL and PicoDDS are licensed under the zlib License | ||
(see contrib/PicoDDS/PicoDDS.h) | ||
|
||
Titillium Text font | ||
Copyright (C) 2007-2009 Academia di Belle Arte di Urbino - Campivisivi | ||
Licensed under the SIL Open Font Licence v1.1 (see licenses/SIL-1.1.txt) | ||
|
||
Inconsolata font | ||
Copyright (C) 2006, Raph Levien | ||
Licensed under the SIL Open Font Licence v1.1 (see licenses/SIL-1.1.txt) | ||
|
||
Orbiteer font | ||
Copyright (c) 2012, Pioneer Developers | ||
Based on Orbitron | ||
Copyright (c) 2009, Matt McInerney | ||
Licensed under the SIL Open Font Licence v1.1 (see licenses/SIL-1.1.txt) | ||
|
||
Deja Vu font | ||
Copyright (c) 2003, Bitstream Inc. | ||
parts Copyright (c) 2006, Tavmjong Bah | ||
License: see licenses/DejaVu-license.txt | ||
|
||
WPZOOM Developer Icon Set | ||
http://www.wpzoom.com/wpzoom/new-freebie-wpzoom-developer-icon-set-154-free-icons/ | ||
Copyright (c) 2010 David Ferreira | ||
Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported | ||
License (see licenses/CC-BY-SA-3.0.txt) | ||
|
||
Acknowledgements | ||
================ | ||
|
||
The Pioneer Developers would like to acknowledge the following fine products | ||
and services, without which Pioneer would not be possible: | ||
|
||
SDL http://www.libsdl.org/ | ||
FreeType http://freetype.org/ | ||
Ogg Vorbis http://vorbis.com/ | ||
libsigc++ http://libsigc.sourceforge.net/ | ||
assimp http://assimp.sourceforge.net/ | ||
MXE http://mxe.cc/ | ||
|
||
GitHub https://github.com/ | ||
SourceForge https://sourceforge.net/ |
Oops, something went wrong.