Acknowledge Java, JDK, JRE, and Unix trademarks. Update an xsl file

to include the new copyright notice correctly.

Submitted by:	"Simon L. Nielsen" <simon@nitro.dk>
This commit is contained in:
Murray Stokely 2003-06-18 23:34:04 +00:00
parent b4a23d36c6
commit 3bf2fe1cf5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17365
13 changed files with 39 additions and 39 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/howhelp.sgml,v 1.7 2000/04/30 22:57:33 nik Exp $">
<!ENTITY title "FreeBSD Java Project: How To Help">
<!ENTITY date "$FreeBSD: www/en/java/howhelp.sgml,v 1.8 2001/03/11 18:30:22 phantom Exp $">
<!ENTITY title "FreeBSD &java; Project: How To Help">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
@ -18,7 +18,7 @@
<A NAME="code"></A>
<P><B><FONT COLOR="#660000">So you want to help, do you?</FONT></B></P>
<P>Working on the JDK port requires a firm grasp of C, the FreeBSD architecture, and a lot of time to spare. The changes that need to be made in the code have to do with how FreeBSD differs from Solaris, so if you don't know these, you will not go very far in the port. We have
<P>Working on the &jdk; port requires a firm grasp of C, the FreeBSD architecture, and a lot of time to spare. The changes that need to be made in the code have to do with how FreeBSD differs from Solaris&trade;, so if you don't know these, you will not go very far in the port. We have
had many people say they are willing to help, but when they see what is involved, they drop away.
<P>Having been dutifully warned, here is what you need to do to get involved:
<OL>