Take the 2-minute tour ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I considering making my application open source on github. I don't intend to sell it (neither in binary form nor source code form). It probably isn't even useful to a lot of people except maybe for learning purposes.

The application is developed in .NET 4.5 (WPF). It doesn't use any external libraries. Only pure .NET libraries as provided by Microsoft. However, it is dependent on Microsoft Sql Server Express 2008.

I would like to license the application under the GPLv3 but I don't know if that will work because of the SQL Server requirement. If not, what would you recommend? Sorry, but English isn't my first language and hence I'm having difficulties understanding all this legal stuff.

Thanks for your time.

share|improve this question
    
Does your code use MS SQL Server directly, or do you go through a standard library, such as ODBC? –  Bart van Ingen Schenau May 13 at 10:16
    
@BartvanIngenSchenau: I'm using the Entity Framework to access the Database –  Gilles Radrizzi May 13 at 10:25
    
This question already has an answer on SO: stackoverflow.com/questions/528931/… –  Doc Brown May 13 at 20:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.