-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mix of space vs. tab indentation.
Most of the codebase seems to be using space indentation, so normalising towards that.
- Loading branch information
Showing
8 changed files
with
383 additions
and
383 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
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
---------------------------------------------------------------------- | ||
|
||
LINKING EXCEPTION | ||
LINKING EXCEPTION | ||
|
||
In addition to the permissions in the GNU General Public License, | ||
the authors give you unlimited permission to link the compiled | ||
|
@@ -20,15 +20,15 @@ | |
|
||
---------------------------------------------------------------------- | ||
|
||
GNU GENERAL PUBLIC LICENSE | ||
Version 2, June 1991 | ||
GNU GENERAL PUBLIC LICENSE | ||
Version 2, June 1991 | ||
|
||
Copyright (C) 1989, 1991 Free Software Foundation, Inc. | ||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
Everyone is permitted to copy and distribute verbatim copies | ||
of this license document, but changing it is not allowed. | ||
|
||
Preamble | ||
Preamble | ||
|
||
The licenses for most software are designed to take away your | ||
freedom to share and change it. By contrast, the GNU General Public | ||
|
@@ -78,7 +78,7 @@ patent must be licensed for everyone's free use or not licensed at all. | |
The precise terms and conditions for copying, distribution and | ||
modification follow. | ||
|
||
GNU GENERAL PUBLIC LICENSE | ||
GNU GENERAL PUBLIC LICENSE | ||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
|
||
0. This License applies to any program or other work which contains | ||
|
@@ -277,7 +277,7 @@ make exceptions for this. Our decision will be guided by the two goals | |
of preserving the free status of all derivatives of our free software and | ||
of promoting the sharing and reuse of software generally. | ||
|
||
NO WARRANTY | ||
NO WARRANTY | ||
|
||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY | ||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN | ||
|
@@ -299,9 +299,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER | |
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE | ||
POSSIBILITY OF SUCH DAMAGES. | ||
|
||
END OF TERMS AND CONDITIONS | ||
END OF TERMS AND CONDITIONS | ||
|
||
How to Apply These Terms to Your New Programs | ||
How to Apply These Terms to Your New Programs | ||
|
||
If you develop a new program, and you want it to be of the greatest | ||
possible use to the public, the best way to achieve this is to make it | ||
|
@@ -391,12 +391,12 @@ Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler | |
The priority queue implementation is based on code licensed under the | ||
Apache 2.0 license: | ||
|
||
Copyright 2010 Volkan Yazıcı <[email protected]> | ||
Copyright 2006-2010 The Apache Software Foundation | ||
Copyright 2010 Volkan Yazıcı <[email protected]> | ||
Copyright 2006-2010 The Apache Software Foundation | ||
|
||
The full text of the Apache 2.0 license is available at: | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
---------------------------------------------------------------------- | ||
|
||
|
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
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
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
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
Oops, something went wrong.