Slashdot Mirror


Microsoft Excludes GPLv3 From Linspire Deal

rs232 writes to tell us that Microsoft is excluding any software licensed under the new GPLv3 from their recent patent protection deal with Linspire. "Microsoft has since been treating GPLv3 software as though it were radioactive. 'Microsoft isn't a party to the GPLv3 license and none of its actions are to be misinterpreted as accepting status as a contracting party of GPLv3 or assuming any legal obligations under such license,' the company said in a statement released shortly after GPLv3 was published on June 29. In addition to excluding GPLv3 software from the Linspire deal, Microsoft recently said that it wouldn't distribute any GPLv3 software under its SUSE Linux alliance with Novell, even as it maintains in public statements that the antilawsuit provisions in the license have no legal weight. "

1 of 342 comments (clear)

  1. Re:So what? by BlueParrot · · Score: 5, Informative

    GPL 3 creates what in essence is a walled garden. If you GPL 3 your code, you're putting it into that garden.
    That is exactly the point. If you don't like it you can always use a license like the X11 license and permit anyone to do whatever they want with your code. The GPL is all about protecting the rights of the user by limiting the restrictions a developer may impose. This includes copyright, DRM, patents etc... The restrictions apply only if you choose to accept the license, which you only have to do if you want to modify or redistribute the program. In fact, the license explicitly gives you the permission to use the program without recognising the license.

    9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
    The bottom line is that if you want other developers to be able to prevent users from doing this or that with the program, the GPL is not for you. The GPL is NOT about giving developers the greatest freedom possible ( that would be public domain or BSD-style licensing ) the GPL is about defending the USER. In particular it is about defending his/her right to run, study, modify and redistribute the program. Patents and DRM-style lockdowns are attacks against these rights, which is why they are dissalowed.