Favorite OSDev source code license....?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply

What source code license do you prefer for OS code?

GPL
3
23%
LGPL
1
8%
Creative Commons (specify below)
0
No votes
BSD
5
38%
Public Domain
2
15%
Other (specify below)
2
15%
 
Total votes: 13

User avatar
chase
Site Admin
Posts: 710
Joined: Wed Oct 20, 2004 10:46 pm
Libera.chat IRC: chase_osdev
Location: Texas
Discord: chase/matt.heimer
Contact:

Favorite OSDev source code license....?

Post by chase »

What is everyones favorite license for your OS projects? I'm curious about how many projects are compatible with each other at the license level. I'm also trying to figure out what the source code in the wiki should be licensed as. I'm leaning towards public domain on source code examples but maybe creative commons on the wiki text itself.
User avatar
carbonBased
Member
Member
Posts: 382
Joined: Sat Nov 20, 2004 12:00 am
Location: Wellesley, Ontario, Canada
Contact:

Post by carbonBased »

I prefer the BSD license because of it's flexibility. It can be used for commercial use, as well, which some of the options above cannot be.

That being said, my OS is not under the BSD license. Currently, it's under no license (I suppose that would be considered public domain)

--Jeff
User avatar
JAAman
Member
Member
Posts: 879
Joined: Wed Oct 27, 2004 11:00 pm
Location: WA

Post by JAAman »

no license does not mean PD -- it means no permission is given to anyone for anything, to put it into PD (at least here in the US) you must specifically place it into PD (you must specifically revoke your rights, rather than specifically invoke them)
Post Reply