Link to Bruce Montague's "Why you should use a BSD style license for
your Open Source Project" article. Reviewed by: remko
This commit is contained in:
parent
68c73a413a
commit
1482604c6d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26412
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs/books.sgml,v 1.7 2005/10/22 03:48:40 linimon Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs/books.sgml,v 1.8 2005/11/14 02:20:07 jkoshy Exp $">
|
||||
<!ENTITY title "Books and Articles Online">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -86,6 +86,11 @@
|
|||
Describes medium-term development and release engineering
|
||||
plans leading to the 5-STABLE branch point.</p>
|
||||
|
||||
<p><a href="&url.articles;/bsdl-gpl/index.html">Why you should use
|
||||
a BSD style license for your Open Source Project</a> (bsdl-gpl)<br>
|
||||
Describes the benefits of releasing code under a BSD
|
||||
license.</p>
|
||||
|
||||
<p><a href="&url.articles;/building-products/index.html">Building
|
||||
Products with FreeBSD</a> (building-products)<br>
|
||||
How FreeBSD can help you build a better product.</p>
|
||||
|
|
Loading…
Reference in a new issue