Standards, Patents, and the OSP
Arthur C. Clarke famously wrote that “any sufficiently advanced technology is indistinguishable from magic.” Another characteristic of advanced technologies is that they often contain intellectual property (IP) that may be covered by patents.
When such a technology becomes standardized, though, implementers need to feel comfortable that they have access to the technology on a non discriminatory basis. This is typically dealt with in one of three ways: either the technology owner agrees to license necessary patents on a RAND basis, the technology owner’s agreement to license necessary patents on a RANDz basis or the technology owner agrees not to assert necessary patents. The reason international standards exist is to enable and facilitate interoperability between multiple implementations, and it would surely limit adoption if implementers had to worry about whether they could obtain access to IP that was necessary to implement the standards.
Some examples of companies’ agreements not to assert necessary patents are IBM’s Interoperability Specifications Pledge, Sun’s OpenDocument Patent Statement, and Microsoft’s Open Specification Promise (OSP).
In the case of the OSP, we’ve published a list of covered specifications, and we’ve made a public commitment that we will not assert patents that we own (if any) which are needed to implement those specifications. The list include ISO/IEC standards such as ISO/IEC 29500, standards from consortia such as Ecma and OASIS, and also documentation that Microsoft has published for various protocols and formats that we use in our products. The list of covered specifications is constantly growing, and includes not only the Open XML spec itself (both ECMA-376 and ISO/IEC 29500), but also many closely related technologies including the Office binary formats, the Office 2010 extensions, and the published implementer notes.
It’s important to emphasize that the protection of the OSP applies to implementers regardless of whether they perform any other action. You don’t need to file a request, provide notice, sign an agreement, or do anything else. You can simply get to work implementing any of the covered specifications, and know that you have free global use of any Microsoft patent necessary to implement those specifications. You also don’t need to consider the details of any specific patents, because the OSP’s protection applies to patents which Microsoft currently owns, patents that may be issued to Microsoft in the future, and patents that Microsoft may acquire in the future.
I’ve summarized the OSP here because I’ve been asked a few questions about it lately, and I thought it would be good to provide a simple explanation in layman’s terms of what the OSP is all about and how it works. That said, I should add the obvious caveat that I am not a lawyer. So if you’re looking to dig into the details of how IP issues are addressed in standards development, I’m no expert. But that’s the point, really: you don’t need to be a legal expert, or do any kind of legal analysis, to know that you can freely implement Open XML (and many other standards) without worrying about whether a particular Microsoft patent applies or not.
Comments
Anonymous
November 24, 2009
"the OSP’s protection applies to patents which Microsoft currently owns, patents that may be issued to Microsoft in the future, and patents that Microsoft may acquire in the future." What about patents that Microsoft currently owns, in the case they are sold to a third party (whether a patent troll or a bona fide company) ? Did Microsoft commit to make sure that the new owner is bound by the OSP ? "you don’t need to be a legal expert, or do any kind of legal analysis, to know that you can freely implement Open XML" I'm not so sure... 1. The FAQ of the OSP itself states that "you may want to consult with your legal counsel to understand your particular legal environment" 2. The pending patent case with i4i suggests that Microsoft itself should have better consulted its own legal counsel before freely implementing ECMA 376... ;-)Anonymous
December 07, 2009
The comment has been removedAnonymous
December 10, 2009
Hi Luc and Mitch, Sorry for the long delay, I was traveling the last couple of weeks and am just now getting caught up on things ... Regarding the question about selling a patent, my view is that although issues that arise when a patent that is covered by the OSP (or IBM’s ISP or Sun’s OPS) is sold or transferred are theoretically interesting, as a practical matter they don’t arise very often and are very unlikely to have any impact in future OXML implementers. Microsoft has a limited history in selling its patents and has no plans to divest its portfolio related to OXML.
- Doug
- Anonymous
December 10, 2009
Two specifications I see missing from the list you link to (i.e., for the sake of interoperability, they really ought to be included under the OSP) are:
- Enhanced Metafiles (EMF) -- it's nearly impossible to get vector graphics imported/exported faithfully between MS and non-MS software, even on the Windows platform; i.e., it's very difficult to import vector images created in drawing packages into Office
- NTFS -- reading and writing Windows volumes in a mixed-OS environment is risky, even with the latest versions of Linux; as a result, we use non-MS products with open file systems when interoperability is needed
Anonymous
December 14, 2009
Well, that would seem the best one can expect, and it's reassuring in a way. Thanks!Anonymous
December 14, 2009
An amusing anecdote is that de SFLC have backed themselves into an impossible corner. Stallman has stated that the OSP is not compatible with open software licenses like GPL because the OSP is non-sublicensable. That effectivly means that GPL is non compatible with the W3C open standards as the W3C specifically requires a royalty free non-sublicensable patent license (like the OSP license is). See: http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Requirements So the SFLC's open source GPL license is now incompatible with a lot of the most important open standards in ICT just because Stallman dislikes MS licenses (even if they are the same as open standards licenses)Anonymous
December 15, 2009
@Francis: NTFS-3G on POSIX systems works quite well, if a bit CPU intensive. It is not part of the kernel, latest version supports both ACL and POSIX namespaces with automatic UTF-8 conversion... Works like a charm. @hAL: your interpretation is restrictive and badly turned; non assignable, non sublicensable is for the W3C Patent License only. Now, the GPL (and the MPL) allows you to 'own' the software: you can modify and redistribute your modifications.
- if you don't modify it: the implementation is still owned by the original author, it is thus not assigned to you nor do you sublicense it.
- if you modify it: your implementation is your own, so you actually acquire a W3C license that covers the implementation you redistribute. The point of this text says essentially that one can't get a license to the patent without making an implementation. Otherwise, the Mozilla Public License would also be at fault. I don't think for a second that Mozilla, Nokia, Apple and Google lawyers didn't have a look at this part.