Open License

What is the best ‘do what ever you want to with my code, just remember me’ license? ;D
BSD, GPL, Copyleft?

that might be a harder answer than it first appears…

Apache Licenses are my fav for open licenses.

others may feel differently.

If I create a license like “MY CODE IS PROVIDED AS IS, GET IT AND RUB ALL OVER YOU! JUST SAY MY NAME SOMEWHERE.” (just an example), I could use it? Who makes this licenses a legal thing? Is there a entity that controls this kind of stuff?

I’ve used GNU All-Permissive, such as in the JAudioLibs AudioServer API.


/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2013 <YOUR NAME>
*
* Copying and distribution of this file, with or without modification,
* are permitted in any medium without royalty provided the copyright
* notice and this notice are preserved. This file is offered as-is,
* without any warranty.
*
*/


New BSD

The GNU GPL v2 is what I prefer to use for my software.

  • Jev

OMG Nate replied! . You are a hero!

Does new BSD force the ‘users’ to stay opensource?

Woo! ERM FERMAHS! :slight_smile:

I’m with Nate, I use BSD for all my code, except I prefer the 3-clause version.