mspl

How do I go about starting an OSS project based on existing OSS projects?

I want to start an OSS project but rather than do it completely from scratch I'd like to combine other, existing, OSS projects and target a specific platform. In this case there is an LPGL and MS-PL OSS project and the platform is Silverlight. I have two pieces of software that I want to use the resulting library for. One is educational...

Are Ms-PL and Apache License Version 2.0 Compatible?

I need to use two libraries in a commercial product that i'm developing at work. One library is under the Ms-PL license and the other is under Apache License Version 2.0. I know that Ms-PL is not compatible with GPL according to the FSF, and that the Apache License Version 2.0 is only compatible with GPLv3 (and not with GPLv1 or GPLv2)....

Open source application and About box - can I put "copyright" in there?

I have created an open-source application under Ms-PL, but I have some doubts on what to put into the "About" box. Is "Copyright (c) 2010 %Author name%" appropriate? Do I list all contributors as authors or separately? Also, can anybody point to existing open source applications I can use as a template for the "About" box? P.S. If you k...

Where to get latest MEF (Managed Extensibility Framework) Source?

The latest push on Codplex (http://mef.codeplex.com/) is from Tue Feb 16 2010 at 9:00 (Preview 9 - Beta). Any idea where to get the latest final source which has been released in in .NET 4.0 recently? ...

Ms-Pl license: Do I have to disclose the source code of a program using a Ms-Pl licensed library?

Here is what I want to do: Modify an MS-PL licensed library so that it suits my needs Use the compiled form of said library in my closed source program (linked dynamically) Ship the program and the library in binary form Ship the source of the modified library with the program and continue licensing it under MS-PL (if legally necessar...

Can code under the Apache License Version 2.0 and Microsoft Public License (Ms-PL) be used together in a distribution?

I am considering starting an open source project which relies on two libraries, one of which is under the Apache License Version 2.0 and the other under Microsoft Public License (Ms-PL). I'm not terribly familiar with these two licenses. I don't see any reason why both couldn't be distributed together (in source or binary form) along wi...

What changes to assembly info attributes are needed when altering Ms-PL licensed libraries?

I need to make changes to an library licensed under Microsoft Public License (Ms-PL). The altered library will become part of the product that I'm working on. Item 3(C) in the license states: If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in t...

Using together MsPL and Affero GPL in a .net application

I am developing a .net application that uses two libraries: iTextSharp for PDF creating, and DotNetZip for extracting files from zips. Both libraries are included in my application as dll's without any modification. iTextSharp is under Affero GPL, while DotNetZip is under Microsoft Public License. The license of my application is planne...