this post was submitted on 04 Jun 2025
391 points (99.5% liked)
Open Source
37558 readers
303 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's the license?
Edit: Ugh, it's licensed CC0 public domain. Assholes.
https://github.com/IRS-Public/direct-file/blob/main/LICENSE
Seems correct to me. It was paid for by the US public, using US public funds, it belongs in the public domain.
I also wish they had GPL'd it, but I'm not sure this would be appropriate here.
A copyleft would absolutely be appropriate here.
It was paid for with public funds.
CC0 = Everyone owns it, no one can claim rights to it
Copyleft = No one owns it, the code owns itself and claims rights to itself
Since everyone paid for it, everyone owns it.
If no one paid for it, or if a single owning entity is feeling benevolent, then copyleft is appropriate.
I assume it would be difficult to get the consent of every US taxpayer to license this as copyleft, I believe CC0 (or proprietary, unfortunately) is the rightful default when in this situation. It's debatable whether any government code should be proprietary, save for deployment secrets.
CC0 = gift to corporations at the expense of taxpayers
Copyleft = everyone owns it and all derivatives, even from corporations
Trust me, I get the feeling.
I'm only arguing from a legal standpoint, where it's more appropriate to have CC0.
Nah, that law was written before copyleft licenses were widespread. There are exemptions for contractors and some groups like USPS.
I'm saying that law is wrong, and it needs to be changed.
Not familiar how is that bad?
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.
Why's that bad?
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.
Ah thanks thats not as bad is I was fearing but not great