Alxandr / SpotiFire

A project to make a SpotifyClient in C#
http://nudoc.azurewebsites.net/SpotiFire
40 stars 19 forks source link

License? #13

Closed McBainUK closed 13 years ago

McBainUK commented 13 years ago

What is the license for this code? I'd like to use the server parts of it to help with creating a HTPC style client.

Alxandr commented 13 years ago

No problem. I currently haven't licensed the code I've written. But libspotify is of cause licensed. Also, if you make changes/improvements to the SpotiFire code, I'd really appreciate if you created a public fork of this project and pushed back your code, but I won't force you to. Use the code as you like :).

/Alxandr

McBainUK commented 12 years ago

I'm a bit of a noob to github. Can you tell me how to create a fork or point me to a "dummies guide" webpage?

Alxandr commented 12 years ago

To create a fork on github you click the "fork" button on the top of the page (just to the right of the project-name).

Alxandr commented 12 years ago

Oh, and if you need help with git (not just github), see http://www.alistapart.com/articles/get-started-with-git/ (or just google "getting started with git" or something like that).