I know this may sound weird, but I was wondering if, for example, building a web application framework in C#/Mono could be a patent infrigement, since it might be considered as a competitor to ASP.NET. I mean like the Oracle-Google litigation in which, from what I read, is due to the fact that Oracle considers that Google's use of Java in Android is like if it is used in competition to the current Java Micro Edition. Does anyone have an idea?
feedback
|
closed as off topic by Johannes Rudolph, Henk Holterman, Albin Sunnanbo, 0xA3, Jb Evain Nov 16 '10 at 15:04
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
I am no legal expert, but I am 99.9999999999% sure you will be fine as long as you don't name your framework | |||
|
feedback
|
|
First, IANAL. Second, you may want to read the Wikipedia entry discussing this exact issue: http://en.wikipedia.org/wiki/Mono_(software)#Mono_and_Microsoft.E2.80.99s_patents. Third, remember that the Mono team's approach is create an ASP.NET compatible platform. In many cases, they may create something that works using the same API as .NET, but with a different implementation. Finally, this had been a concern over the life of the Mono project, and while it seems like Microsoft is interested in protecting certain parts of ASP.NET, they have not expressed interest in forbading the development or adoption of Mono. | |||
|
feedback
|