Skip to content

Commit

Permalink
Updated Readme to show contribution by girka2k
Browse files Browse the repository at this point in the history
Also added the missing license statement to Settings.cs
  • Loading branch information
taraniselsu committed Oct 21, 2014
1 parent af4c838 commit 8744fe8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
3 changes: 3 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ resulting work only under the same or similar license to the CC BY-NC-SA 3.0 lic
Note that Thunder Aerospace Corporation is a fictitious entity created for entertainment
purposes. It is in no way meant to represent a real entity. Any similarity to a real entity
is purely coincidental.

Includes contributions by:
girka2k
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ For use with the Kerbal Space Program, http://kerbalspaceprogram.com/

This mod is made available under the Attribution-NonCommercial-ShareAlike 3.0 (CC BY-NC-SA 3.0) creative commons license. See the LICENSE.txt file.

Includes contributions by:
girka2k

Source code is available from: https://github.com/taraniselsu/TacPartLister

### Features
Expand Down
29 changes: 28 additions & 1 deletion Source/Settings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
using System;
/**
* Settings.cs
*
* Thunder Aerospace Corporation's Part Lister for the Kerbal Space Program, by Taranis Elsu
*
* (C) Copyright 2013, Taranis Elsu
*
* Kerbal Space Program is Copyright (C) 2013 Squad. See http://kerbalspaceprogram.com/. This
* project is in no way associated with nor endorsed by Squad.
*
* This code is licensed under the Attribution-NonCommercial-ShareAlike 3.0 (CC BY-NC-SA 3.0)
* creative commons license. See <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* for full details.
*
* Attribution — You are free to modify this code, so long as you mention that the resulting
* work is based upon or adapted from this code.
*
* Non-commercial - You may not use this work for commercial purposes.
*
* Share Alike — If you alter, transform, or build upon this work, you may distribute the
* resulting work only under the same or similar license to the CC BY-NC-SA 3.0 license.
*
* Note that Thunder Aerospace Corporation is a ficticious entity created for entertainment
* purposes. It is in no way meant to represent a real entity. Any similarity to a real entity
* is purely coincidental.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down

0 comments on commit 8744fe8

Please sign in to comment.