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]

[comitted patch] Even more </li> fixes


Hi,

I've comitted the attached patch.

Thanks,

Kazu Hirata
Index: gccmission.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gccmission.html,v
retrieving revision 1.6
diff -u -r1.6 gccmission.html
--- gccmission.html	2000/11/04 12:29:39	1.6
+++ gccmission.html	2001/03/07 13:35:54
@@ -21,27 +21,27 @@
 <h2>Free Software Project</h2>
 
 <ul>
-<li>Supporting the goals of the GNU project, as defined by the FSF.
-<li>Compilers are available under the terms of the GPL.
-<li>Copyrights for the compilers are to be held by the FSF.
+<li>Supporting the goals of the GNU project, as defined by the FSF.</li>
+<li>Compilers are available under the terms of the GPL.</li>
+<li>Copyrights for the compilers are to be held by the FSF.</li>
 <li>Other components (runtime libraries, testsuites, etc) will be
     available under various free licenses with copyrights being held
-    by individual authors or the FSF.
+    by individual authors or the FSF.</li>
 <li>All legal relationships with contributors and users are the
-    responsibility of the FSF.
+    responsibility of the FSF.</li>
 <li>Patches must be legally acceptable for inclusion into the GNU
-    project.
+    project.</li>
 </ul>
 
 <h2>Design and Development Goals</h2>
 
 <ul>
-<li>New languages
-<li>New optimizations
-<li>New targets
-<li>Improved runtime libraries
-<li>Faster debug cycle
-<li>Various other infrastructure improvements
+<li>New languages</li>
+<li>New optimizations</li>
+<li>New targets</li>
+<li>Improved runtime libraries</li>
+<li>Faster debug cycle</li>
+<li>Various other infrastructure improvements</li>
 </ul>
 
 <h2>Open Development Environment</h2>
@@ -51,7 +51,7 @@
 <li>Work more closely with "consumers".
 <li>Code available to everyone at any time, and everyone is
     welcome to participate in development.
- <ul> 
+ <ul>
  <li>Patches will be considered equally based on their
      technical merits.
  <li>All individuals and companies are welcome to contribute
@@ -68,4 +68,3 @@
 
 </body>
 </html>
-


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