I am very new to linux and all the open source stuff (my first post on lemmy actually) so I don't get how this stuff works but flathub is saying that floorp is proprietary. But after a quick google search it says that floorp is open source licensed under MPL 2.0
It used to be open source, but large parts of it have been relicensed under their proprietary source-available shared source license. The reason why it isn't entirely proprietary is that it's based on Firefox, which is entirely licensed under the MPL. The weak copyleft of the MPL states that all parts lifted from Firefox must remain open source, but the new parts can be proprietary.
Source-available licenses are a type of proprietary license where the code is made public for people to look at, but you're not actually allowed to use it. Users can still contribute upstream, so they're usually parasitic licenses aimed at getting free labour out of the userbase without actually giving back any code to the commons, all while keeping up the illusion of being open source. It sucks.
Huh!
I didn't know about all these happenings around floorp's source code availability, but from what I can see now it should be back as fully open source under the MPL 2.0... am I wrong?
without actually giving back any code to the commons
Can you explain how this works?
Say a contributer downloads v1.1 of floorp, checks the code and makes a PR. Floop sees this and accepts the change and publishes v1.2.
If a new contributer downloads floorp, they get v1.2 where they can see the previous merged PR.
How is it that they are not giving back? I can understand that not being on a repository makes it difficult but it's technically possible.
The contribution is automatically relicensed under that licence and as such, it remains property of the org that made floorp, so they're technically getting free labour, support and maintenance
Now said contributor works a bit more on the project and adds some great new functionality, but floorp don't agree it fits their plans. So the contributor decides to make their own fork called ceilingp and build from that. Nope, they don't have the license to do so. They can take the mpl parts. They can take their own parts (they didn't sign an exclusive release of their code). They can add their own new code. They can't use the rest of the floorp code though.
So floorp gets the benefits but no one else can build off it without permission (save for private use without releasing it and potentially having others do the same).
2.5. Floorp is not completely open-source same. Floorp's a part of codes are protected by copyright law and is not licensed under an open-source license. You may not use part of Floorp's code in your own projects without permission from the Licensor.
The file is 4 months old, so maybe something changed. Someone in the other comment linked a 1-month old Reddit post saying that Floorp is open-source again. But if that's the case, why haven't they updated the license agreement yet?
why haven't they updated the license agreement yet?
And with an English copy also, because that seems to be missing.
Just as well: If you're writing 'codes', then I already don't think your app will be any good. Coding is, at times, very exacting as a process, and very detail-focused. It's not for everyone.
I don't trust projects that can't translate their project properly, especially in English / French / German / Chinese where translators and correctors are plentiful.
Maybe I'm just an entitled French / English speaker, but I do make sure I find good translators and correctors for the most common languages for my projects.
Most people on internet are accustomed with English naming culture.
Meanwhile when people from non-Western (mostly US) making name that seems cool in their culture, it often lead to cultural clash. This also applies to symbol, gesture, etc.
A lot of outdated information. Looks like they've been open and closed source at different times. Most recent info I could find (from last month) states: "While Floorp wasn’t originally closed source, we plan to revert to an open-source license under the GNU definition."
Floorp's source code is entirely open, allowing anyone to view it and contribute to the project. Not only is the browser itself open source, but the build environment is as well.
You can view and contribute, so do all the help possible but you can't modify/rebuild/release a different version. That is not open source, that is called open to volunteer.
To be clear, it used to be fully free software, then became proprietary for a little while, and then as of 17 June 2024 it became free again. So the most recent release 11.15.0 (from two days ago) is fully free, but the previous one isn't.
IMO there's no true FOSS software out there, why ?
because FOSS software still use some proprietary library or make some part in their code proprietary (good reason for this because you don't wanna some dude steal your code & claims it)