Add the FreeBSD Documentation License here.

Reviewed by:	nik
This commit is contained in:
Ceri Davies 2004-06-09 17:32:09 +00:00
parent c72193d933
commit 79df7fe2bd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21129
3 changed files with 56 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/copyright/Makefile,v 1.13 2003/06/17 20:00:28 murray Exp $
# $FreeBSD: www/en/copyright/Makefile,v 1.14 2004/06/09 17:30:32 ceri Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -9,6 +9,7 @@
DOCS= copyright.sgml
DOCS+= daemon.sgml
DOCS+= freebsd-doc-license.sgml
DOCS+= freebsd-license.sgml
DOCS+= license.sgml
DOCS+= trademarks.sgml

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/copyright/copyright.sgml,v 1.7 2003/06/17 20:00:28 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/copyright/copyright.sgml,v 1.8 2003/06/23 17:32:22 ceri Exp $">
<!ENTITY title "FreeBSD Copyright and Legal Information">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -11,6 +11,7 @@
<p></p>
<h2><a href="freebsd-license.html">The FreeBSD Copyright</a></h2>
<h2><a href="freebsd-license.html">The FreeBSD Documentation License</a></h2>
<h2><a href="trademarks.html">Trademark Legend</a></h2>
<h2><a href="license.html">The BSD Copyright</a></h2>
<h2><a href="daemon.html">The BSD Daemon</a></h2>

View file

@ -0,0 +1,52 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "The FreeBSD Documentation License">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<p>Copyright 1994-2004
The FreeBSD Project.
All rights reserved.</p>
<p>Redistribution and use in source (SGML DocBook) and 'compiled'
forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without
modification, are permitted provided that the following conditions are
met:</p>
<ol>
<li>
<p>Redistributions of source code (SGML DocBook) must retain the
above copyright notice, this list of conditions and the following
disclaimer as the first lines of this file unmodified.</p>
</li>
<li>
<p>Redistributions in compiled form (transformed to other DTDs,
converted to PDF, PostScript, RTF and other formats) must
reproduce the above copyright notice, this list of conditions and
the following disclaimer in the documentation and/or other
materials provided with the distribution.</p>
</li>
</ol>
<p>THIS DOCUMENTATION IS PROVIDED BY THE FREEBSD DOCUMENTATION
PROJECT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
THE FREEBSD DOCUMENTATION PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.</p>
<a href="copyright.html">Legal Home</a>
&footer;
</body>
</html>