Add Trademark Legend to the website. Specifically acknowledge the
trademarks of the Open Group and Sun Microsystems, and use a standard broad paragraph to note that other designations may be trademarks that we are unaware of.
This commit is contained in:
parent
afe5a9c9b3
commit
9d3d0b6888
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17347
3 changed files with 30 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/copyright/Makefile,v 1.11 2001/06/14 03:09:55 dd Exp $
|
||||
# $FreeBSD: www/en/copyright/Makefile,v 1.12 2001/10/29 10:14:31 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -11,6 +11,7 @@ DOCS= license.sgml
|
|||
DOCS+= freebsd-license.sgml
|
||||
DOCS+= daemon.sgml
|
||||
DOCS+= copyright.sgml
|
||||
DOCS+= trademarks.sgml
|
||||
|
||||
INDEXLINK= copyright.html
|
||||
|
||||
|
|
|
@ -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.5 2001/07/13 12:52:13 dd Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/copyright/copyright.sgml,v 1.6 2002/03/16 08:14:29 murray Exp $">
|
||||
<!ENTITY title "FreeBSD Copyright 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="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>
|
||||
<h2><a href="LEGAL">FreeBSD Ports redistribution restrictions</a></h2>
|
||||
|
|
26
en/copyright/trademarks.sgml
Normal file
26
en/copyright/trademarks.sgml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "Trademark Legend">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>UNIX is a registered trademark of The Open Group in the US and
|
||||
other countries.</p>
|
||||
|
||||
<p>Sun, Sun Microsystems, the Sun Logo, and Java are trademarks or
|
||||
registered trademarks of Sun Microsystems, Inc. in the United States
|
||||
and other countries.</p>
|
||||
|
||||
<p>Many of the designations used by manufacturers and sellers to
|
||||
distinguish their products are claimed as trademarks. Where those
|
||||
designations appear in this book, and the FreeBSD Project was aware
|
||||
of the trademark claim, the designations have been followed by the
|
||||
'™' symbol.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue