Date: Fri, 8 May 2009 08:38:20 -0400 From: Mike Jeays <mike.jeays@rogers.com> To: freebsd-questions@freebsd.org Subject: Re: Licensing Message-ID: <200905080838.20628.mike.jeays@rogers.com> In-Reply-To: <4A03BE9F.5050906@ibctech.ca> References: <4A03BE9F.5050906@ibctech.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On May 8, 2009 01:09:51 am Steve Bertrand wrote: > I've got a question that is likely not suited for this list, but I know > that there are people here who can guide me off-list. > > Being a network engineer, I'm far from a developer. With that said, I've > written numerous network automation programs (mostly in Perl), and have > developed several small patches for software written in C related to ISP > operations (including the OS itself). > > I'm looking for advice on how I can take all of my code, and license it > into the public domain. I'm sure that most people won't have any > interest in it, but I really want to ensure that what I have done is > freely accessible. > > All of my code is pretty well separated into different files that > contain different functions, so isolating portions of my programs that > use modules or functions that are external is not a problem. > > GPL seems too verbose legally for me. Can the BSD license fit into any > code, no matter what language it is in, and if so, can I have my code > overlooked by someone who can verify that the BSD license will fit? > > Steve > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" I would keep away from the term 'public domain', which means you would lose any rights to it whatsoever. I don't think the language makes any difference. Basically, the BSD license is OK if you don't mind others taking the code, modifying it and distributing binaries without making the modified source available. If you don't like the last part, consider the GPL.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905080838.20628.mike.jeays>