Preferred copyrights(lefts) and licenses
When you write code, be it personal, small, large, distributed, etc what license or copyright/left do you prefer? Or usually go with?
For me it depends. I usually end up using the GNU: GPL copyleft.
However, it depends. Sometimes I end up using the 3-clause BSD license, which has the endorsement clause.
I know software posted on sites like this will usually get stolen anyways, regardless of clauses/copyrights(lefts)/licenses. But it's still good practice to include it with your code.
I always include a license statement with code I write for work, especially if I think it will be used or distributed. I don't think the government likes the 3clause BSD license, though.
Depends. Do you have any work to showcase? GitHub? Threads like this are kind of pointless without any context.
I don't need to post software in a discussion about copyrights/lefts.
No, I don't have work on GitHub, everything I end up making at work gets used for specific tasks needed for people above me. Besides, everything else got stolen with my old laptop. I lost all my configs, source, backups, everything. If I had that I would gladly share.
Oh, I see what you're saying. generally if I'm making something between me and friends, like the MD5 cracker I'm writting in Bash, I put it under the MIT license because it's made it learn, and the code should be completely permissive. in a mindset that people should be able to use it as they wish.
However, if I am making something anyone in the government will use I use the 4-clause BSD license so they are required to keep the origin of the source and my name within the source. They can't just steal it and take my name off credit. They can, do whatever they wish to it though, as long as the clause and my name is kept inside.
Anything else I really just throw a GPL license on it.
My main thing is the government thing though. I dunno, I just feel weird about submitting code to people in the Army. Especially if they are putting it on one of their websites for people to use.
I just throw most of my stuff up on Github, I don't really care what people do with it, because most of the time its just bots/small scripts/stuff like that.
Did you know Git was created by Linus torvalds
I think everyone who uses GitHub and has studied its culture even mildly in-depth knows Linus Torvalds created Git.
Linus Torvalds, whattaguy. Kinda.
He'd be one of those people that would rather re-compile Arch every single day than run Debian.
And to anyone who gained knowledge they didn't know prior.
Regardless of who, which of whom you cannot speak for, my post is still posted.