I was curious what the Linux people think about Microsoft and any bad practices that most people should know about already?
Thanks.
Open source software has its source code published. It doesn’t necessarily mean that you’re able to copy some or all of it, modify it, distribute it, etc.
GPL as an example.
Free software can be freely copied, modified, distributed, etc
If you are citing the GNU’s website, you should remove the “modified”. I’d quote a mailing list user:
Say if OpenSSH was licenced under (A)GPL, companies would likely not use it because they wouldn’t be able to incorporate it into their IP, they would then try to code a shoddy implementation, and have numerous security bugs which would affect the end user. In other words, you are just shooting yourself in the foot.
I couldn’t find any primary source on OpenSSH’s licenses, but wikipedia says “BSD, ISC, Public Domain.”
Both BSD and ISC explicitly grant permissions to modify the software (and redistribute the modified software), and Public Domain means no rights reserved whatsoever, so the mailing list user’s points aren’t relevant to any of the Four Freedoms (aka the Sacred Texts).
Without access to the source email: it looks like it’s a debate about using copyleft licensing instead of BSD/ISC, which is sometimes considered the Fifth Freedom. If you want an argument about that, I’m happy to do so (later), but it isn’t a valid reason for saying some piece of software fails to meet the definition of Free Software.
(A)GPL restrict the modification of the software. I’m sharing an example how that restriction works.