Open Source License

Steve Litt slitt at troubleshooters.com
Wed Aug 10 16:47:55 MST 2022


On Tue, 2022-08-09 at 14:42 -0700, Keith Smith via PLUG-discuss wrote:
> Hi,
> 
> I am writing some source code as an example that will make it into a 
> number of blog posts on my blog.  I do not care if anyone uses this code 
> for any purpose.
> 
> Any suggestions on how I copyright it?

There are a bunch of licenses that are basically the same thing. Unfortunately,
several are BSD so you have to specify the 2 clause or 3 clause or whatever. I think
one's from MIT.

I use the Expat license when I don't care if they take my work private:

https://directory.fsf.org/wiki/License:Expat

If you read it, pretty much the only thing it does for you is to disclaim all
warranty, damages and liability, which is probably exactly what you want.

HTH,

SteveT



More information about the PLUG-discuss mailing list