this post was submitted on 04 Jun 2025
172 points (100.0% liked)
Free and Open Source Software
19469 readers
15 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ugh, it's licensed CC0 public domain. Assholes.
https://github.com/IRS-Public/direct-file/blob/main/LICENSE
How does this make them assholes?
Because it's a gift to corporations at the expense of taxpayers.
It means that any company can take that code, modify it (as would be required every year per IRS tax changes), and resell it without being required to publish the source code changes.
What many European countries are doing is requiring the government to publish code under a copyleft license. That would allow companies to also benefit from this code to make their own tools (which they could also sell), and it would require them to publish the source code of their improvements.
Basically copyleft legally ensures collaboration. Public domain does not.
Eh, I wouldn't call them assholes for that. I'm sure there's a minefield of legal issues that could come up that is mitigated by releasing it to public domain. By the same logic, anyone can also take the code, modify it, then release their modifications with a copy left license.