Ask Slashdot: How To Get Old Commercial Software To Be Open-Sourced?
First time accepted submitter Optic7 writes "Many gamers have probably dreamed about the idea of an old favorite game or other no longer supported or developed commercial software being converted to an open-source license so that it could be updated to add new features, support new hardware, other operating systems, etc. However, this type of change of license seems exceedingly rare, unless the copyright holder itself decides on its own that it would be beneficial. The only examples I could think of or was able to find in a brief internet search were Blender (3D animation software that had its source code bought from creditors after a crowd-funding campaign) and Warzone 2100 (Game that had its source code released after a successful petition). With those two examples of different strategies in mind, have any of you ever participated in any efforts of this kind, and what did you learn from it that may be useful to someone else attempting the same thing? Even if you have not participated, do you have any suggestions or ideas that may be useful to such an effort?"
Google did open-source some of the commercial-wares - by acquiring the company
Muchas Gracias, Señor Edward Snowden !
Yes, but they develop everything in-house. Once you start contracting for the engine, art, sound, etc., it becomes more difficult.
And what company wants to release code today in our litigious environment. Patent trolls would have a field day. It is safer for most companies to keep their code locked up than to allow these patent trolls to freely search and find 6 lines of code that they think violates a patent.
A lot of folks wanted IBM to open source OS/2 after its sunset. One of the stated reasons why they didn't open source it, was because parts were jointly developed with Microsoft and others, who had joint copyrights. There would have been too many legal and copyright hassles necessary to get open sourcing done. Device Drivers were especially a big problem.
This could be true with a lot of other dormant software. Maybe nobody really knows what potential copyright issues are involved, and nobody wants to take on the liability by open sourcing it themselves, because it might cause litigation grief later.
Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
Plenty of games, even old ones are not entirely inhouse developed, why reinvent the wheel when plenty have already done it before you. Hence they buy 3rd party engines and routines that they have no rights to open source thus dooming the game to never be open sourced even if the game developer would not mind doing so.
And even "buying the rights to the source" may be easier said than done: it only works if the complete source is copyrighted by that company.
It is very well possible that they use bits and pieces of software written by others, for which they do not have the right to redistribute the source, but only the binary linked to their own software. This I have seen before as argument why a source could not be released, or if released, only incomplete and would not compile.