Skip to content

Commit

Permalink
Updated license with credits
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed Mar 15, 2012
1 parent 02c044e commit 39ba00e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
File renamed without changes.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,13 @@ If you would like to contribute, I would love to have your contributions! All I
If you're wondering why the unit tests are structured as they are, read my blog post about [structuring unit tests](http://haacked.com/archive/2012/01/01/structuring-unit-tests.aspx).

# License
MIT License
[MIT License](https://github.com/Haacked/SeeGit/blob/master/LICENSE.md)

# Credits

* [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) - [License: MIT](https://github.com/libgit2/libgit2sharp/blob/master/LICENSE.md)
* [WPFExtensions](http://wpfextensions.codeplex.com/) - [License: Ms-PL](http://wpfextensions.codeplex.com/license)
* [QuickGraph](http://quickgraph.codeplex.com/) - [License: Ms-PL](http://quickgraph.codeplex.com/license) A graphing library
* [GraphSharp](http://graphsharp.codeplex.com/) - [License: Ms-PL](http://graphsharp.codeplex.com/) Provides a set of WPF controls for displaying and manipulating graphs.
* [Reactive Extensions](http://msdn.microsoft.com/en-us/data/gg577609) - [License: EULA](http://msdn.microsoft.com/en-us/devlabs/ff394099.aspx)
* [Windows API CodePack](http://archive.msdn.microsoft.com/WindowsAPICodePack) - [License: EULA](http://archive.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx)
2 changes: 1 addition & 1 deletion SeeGit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B481ABB-96B1-4480-B8CA-EF43A860156E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Expand Down

0 comments on commit 39ba00e

Please sign in to comment.