[cl-enumeration-cvs] CVS enumerations/docs/html

CVS User mantoniotti mantoniotti at common-lisp.net
Fri Dec 28 10:35:27 UTC 2012


Update of /project/cl-enumeration/cvsroot/enumerations/docs/html
In directory tiger.common-lisp.net:/tmp/cvs-serv20785

Modified Files:
	downloads.html index.html links.html 
Log Message:
Fixed license disclaimer.


--- /project/cl-enumeration/cvsroot/enumerations/docs/html/downloads.html	2012/12/28 10:14:56	1.6
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/downloads.html	2012/12/28 10:35:27	1.7
@@ -41,9 +41,7 @@
   completely tested and it is bound to contain errors and omissions.
   This documentation may contain errors and omissions as well.</p>
 
-  <p>Finally, the license under which the code is released is not
-  settled yet, although the file <tt>COPYING</tt> contains a
-  Berkeley-style license.  For the time being you are advised to use
+  <p>The code is released under a Berkeley-style license contained in the <tt>COPYING</tt> file.  You are advised to use
   the code at your own risk.  No warranty whatsoever is provided, the
   author will not be held responsible for any effect generated by your
   use of the library, and you can put here the scarier extra
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/index.html	2012/12/28 10:14:56	1.4
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/index.html	2012/12/28 10:35:27	1.5
@@ -41,9 +41,7 @@
   completely tested and it is bound to contain errors and omissions.
   This documentation may contain errors and omissions as well.</p>
 
-  <p>Finally, the license under which the code is released is not
-  settled yet, although the file <tt>COPYING</tt> contains a
-  Berkeley-style license.  For the time being you are advised to use
+  <p>The code is released under a Berkeley-style license contained in the <tt>COPYING</tt> file.  You are advised to use
   the code at your own risk.  No warranty whatsoever is provided, the
   author will not be held responsible for any effect generated by your
   use of the library, and you can put here the scarier extra
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/links.html	2012/12/28 10:27:08	1.3
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/links.html	2012/12/28 10:35:27	1.4
@@ -43,10 +43,14 @@
   hosting <strong>MK:DEFSYSTEM</strong>.</li> -->
   <li><a
   href="http://www.oracle.com/technetwork/java/javase/documentation/index.html">The
-  Oracle Java documentation site</a>; you can find the description of
-  the <code>java.util.Enumeration</code> interface there.</li>
-  <li><a href="http://mitpress.mit.edu/sicp">Structure and Interpretation of Computer Programs</a>: the SICP site, where inspiration for the unifier can be found.</li>
-  <li><a href="http://www.norvig.com/paip.html">Paradigms of Artificial Intelligence Programming</a>: the PAIP site, where more inspiration for the unifier can be found.</li>
+  Oracle Java documentation site</a>; you can find there the description of
+  the <code>java.util.Enumeration</code> and <code>java.util.Iterator</code>interfaces.</li>
+  <li><a href="http://mitpress.mit.edu/sicp">Structure and
+  Interpretation of Computer Programs</a>: the SICP site, where
+  inspiration for the unifier can be found.</li>
+  <li><a href="http://www.norvig.com/paip.html">Paradigms of
+  Artificial Intelligence Programming</a>: the PAIP site, where more
+  inspiration for the unifier can be found.</li>
   </ul>
   </p>
 





More information about the Cl-enumeration-cvs mailing list