TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why old, retired but iconic software is almost never open sourced?

12 pointsby begoon3 months ago
Why do people rarely open-source old and retired bit iconic software long ago?<p>For example, on top of my head, but there are lots others:<p>- Norton Commander - Turbo C and Pascal (at least DOS versions) - Lots of DOS early games - Clipper - Different FIDOnet and BBS related programs<p>Will these sources die somewhere and never be revealed? :-)

5 comments

Someone3 months ago
It may not be clear who holds the rights to the source code.<p>The developer may not have the source code anymore.<p>Even if they do, they may not have the rights on third party libraries, third party source code, or digital assets.<p>Releasing source code has risks. Source code can include profanities or use terms that nowadays are considered inappropriate, or patent holder may inspect it to find patent infringements, and sue.<p>Most of the time, there’s very very little benefit, if anything at all, to the developers in releasing the source code.
_mitterpach3 months ago
It is really interesting to look into the problem of software copyright and how you can really struggle trace the ownership and who owns what now.<p>For a video that&#x27;s (surprisingly) closely related to the topic, see CGP Grey&#x27;s video on the flag of Antarctica:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=U0wTDK0VOeY" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=U0wTDK0VOeY</a><p><i>(The most common flag used for Antarctica was created for the 3D World Atlas software, so presumably whoever owns the copyright to that software now, owns the copyright to the flag of Antarctica)</i>
评论 #43208144 未加载
kwertyoowiyop3 months ago
Given there’s no fiscal incentive to, I’m (pleasantly) surprised whenever it does happen.
dcminter3 months ago
One good reason is that it&#x27;s not always obvious who has the rights. Even if the copyright holder is clear it can be hazy whether there might be outstanding NDAs and licensing deals that would cause problems.<p>So it&#x27;s usually safer and (importantly) cheaper not to bother. You need either an insider keen on their own initiative to open it up, or a powerful PR reason to do so.<p>It&#x27;s a shame, but probably unavoidable. I think we ought as a society to at least dramatically shorten the copyright period for software (it&#x27;s obvious that something like the patent system&#x27;s 20 years would be more than sufficient) but I can&#x27;t see much chance of it changing.<p>&gt; Will these sources die somewhere and never be revealed? :-)<p>Sadly, yes, mostly. :&#x27;(
评论 #43204649 未加载
ferguess_k3 months ago
Some thought:<p>Everyone who sells a piece of software should send the full source code to an offline depository (e.g. offline tapes or disks), and will be published after X years of sales.<p>Of course this is just my daydream.
评论 #43205339 未加载