This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: java/done.html, java/faq.html


I installed the following.

Gerald

  2001-09-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* done.html: Fix broken mailto: URL.

	* faq.html: Remove broken link to the FSF Copyright Assignment
	Forms.

Index: java//done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.20
diff -u -3 -p -r1.20 done.html
--- done.html	2001/08/15 16:06:13	1.20
+++ done.html	2001/09/12 13:36:46
@@ -125,8 +125,9 @@
 	<td>The <A
 	    HREF="http://resam.univ-lyon1.fr/~tamanoir";>Tamanoir</A>
 	    page. <A HREF="http://gcc.gnu.org/ml/java/2001-01/msg00069.html";>
-	    Entry</A> submitted by <A HREF="jpgelas@lhpcm.univ-lyon1.fr">
-	    Jean Patrick Gelas</A>.
+	    Entry</A> submitted by
+            <a href="mailto:jpgelas@lhpcm.univ-lyon1.fr";>Jean Patrick
+            Gelas</a>.
       </tr>
       <!-- End Tamanoir -->
       <!-- Fluid Dynamics -->
Index: java//faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v
retrieving revision 1.44
diff -u -3 -p -r1.44 faq.html
--- faq.html	2001/08/31 19:22:18	1.44
+++ faq.html	2001/09/12 13:36:49
@@ -316,9 +316,7 @@ $ gij HelloWorld
 	<dd>
 	<p> Certainly. However, in many cases, if you wanted to contribute the
 	code back into the official libgcj distribution, we would require that the
-	original author(s)
-	<A HREF="http://www.gnu.org/software/gcc/fsf-forms/assignment-instructions.html";>
-	assign copyright</A> to the Free Software Foundation.
+	original author(s) assign copyright to the Free Software Foundation.
 	<p> As of March 6, 2000, libgcj has been relicenced, and copyright has
 	been assigned to the <A HREF="http://www.gnu.org/";>FSF</A>. This allows
 	us to share and merge much of the libgcj codebase with the


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]