Public Domain C library?

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
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Public Domain C library?

Post by Solar »

In my dislike of the GPL, are there any C libraries around that fall under public domain?
Every good solution is obvious once you've found it.
jamesb

Re:Public Domain C library?

Post by jamesb »

How about the BSD C libraries, in particular the FreeBSD C library? Not exactly "public domain" but very close: the BSD licences are very liberal and permissive.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Public Domain C library?

Post by Solar »

I had hoped for a bit "cleaner" C lib (i.e., less POSIX stuff scattered in there). But indeed, I had forgotten about the BSD license. Thanks for the hint!
Every good solution is obvious once you've found it.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Public Domain C library?

Post by Solar »

I just had a look at NetBSD kernel source, and... :o ...it's the first time I ever encountered K&R style C in the wild... oh my... :D
Every good solution is obvious once you've found it.
DevL

Re:Public Domain C library?

Post by DevL »

The same goes for the OpenBSD and FreeBSD c lib. Scary stuff.
bob

Re:Public Domain C library?

Post by bob »

What's wrong with GPL?
::)
Chris Giese

Re:Public Domain C library?

Post by Chris Giese »

Paul Edwards has a public domain libc:
http://freespace.virgin.net/paul.edwards3/program.htm

Much of the code on my own web pages is public domain.
An incomplete libc is part of this archive file:
http://my.execpc.com/~geezer/temp/os.zip

Parts of the MinGW runtime are public domain:
http://www.mingw.org/licensing.shtml
Exactly which parts is not clear to me. Mixed licenses suck.

Links to other C libraries:
http://my.execpc.com/~geezer/osd/libc/index.htm#links
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Public Domain C library?

Post by Solar »

@ bob:

Let's not go there. That's premium flamebait.

@ Chris:

Thanks!
Every good solution is obvious once you've found it.
Post Reply