this post was submitted on 15 Jul 2024
1962 points (99.5% liked)

Technology

57455 readers
4586 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Switzerland mandates all software developed for the government be open sourced

Switzerland mandates software source code disclosure for public sector: A legal milestone

https://joinup.ec.europa.eu/collection/open-source-observatory-osor/news/new-open-source-law-switzerland

@[email protected]

#tech #libre

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 month ago (1 children)

Generally, works of the US government are public domain.

However, most apps are produced on contract with development companies, and I expect the contract specifies that the rights remain with the developer.

[–] [email protected] 9 points 1 month ago* (last edited 1 month ago) (1 children)

They explicitly do not, at least with every US federal contract I've ever seen. The govt owns the code that is written full stop.

[–] [email protected] 3 points 1 month ago (1 children)

As someone who works with and knows several military contractors, I’ve never heard of the US taking ownership of any code written. In fact, most of what they’re paying for is for companies to extend software they’ve already written to better fit the governments use case, such that even if the government owned the new improvements, that code wouldn’t function without the base application that pre-dates a government contract.

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago)

It depends on the software and situation of course, but if you are paying a contractor to develop/write a solution for you aka "government built" then the contractor that writes the code owns 0 of that code. It's as if it was written by Uncle Sam himself.

Now, if the government buys software (licenses), the companies will retain ownership of their code. So if Uncle Sam bought Service Now licenses, the US doesn't "own" service now. If service now extended capability to support the govt, the US still doesn't own the license or that code in most cases.

Sometimes the government will even pay for a company to extend its software and that company can then sell that feature elsewhere. The government doesn't get any benefit beyond the capability they paid for--ie they don't own that code. That can work to the governments benefit though, because it can be used as a price negotiation point. "we know you can sell this feature to 50 different agencies if you develop it for us, so we only want to pay 25% of what you priced it at".

But like it said, if it's a development contract and the contractors build an app for the government, all of the contracts I've ever seen, have Uncle Sam owning it all. The govt could open source it if they wanted and the contractor would have no say.

That's what we call GOTS products https://en.m.wikipedia.org/wiki/Government_off-the-shelf#:~:text=Government%20off%2Dthe%2Dshelf%20(,for%20which%20it%20is%20created.

Vs COTS:

https://en.m.wikipedia.org/wiki/Commercial_off-the-shelf

With COTS, that's where you'd see the ownership (depending on the contract/license agreement of course) remain with the vendor.