Change project-name capitalisation from "cql-java" to "CQL-Java".
[cql-java-moved-to-github.git] / README
diff --git a/README b/README
index cdfa3ee..9f940c2 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
-$Id: README,v 1.21 2002-11-20 09:49:28 mike Exp $
+$Id: README,v 1.22 2002-12-09 16:29:44 mike Exp $
 
-cql-java - a free CQL compiler, and other CQL tools, for Java
+CQL-Java - a free CQL compiler, and other CQL tools, for Java
 
 
 INTRODUCTION
 ------------
 
-cql-java is a Free Software project that provides:
+CQL-Java is a Free Software project that provides:
 
 * A set of classes for representing a CQL parse tree (a base CQLNode
   class, CQLBooleanNode and its subclasses, CQLTermNode, etc.)
@@ -37,7 +37,7 @@ What's what in this distribution?
 
        README  This file
        VERSION The version-number of this distribution
-       src     Source-code for the cql-java library
+       src     Source-code for the CQL-Java library
        lib     The compiled library file, "cql-java.jar"
        bin     Simple shell-scripts to invoke the test-harnesses
        docs    Documentation automatically generated by "javadoc"
@@ -100,18 +100,18 @@ stories and, of course, large cash donations.
 LICENCE
 -------
 
-The cql-java suite is Free Software, which is pretty much legally
+The CQL-Java suite is Free Software, which is pretty much legally
 equivalent -- though not morally equivalent -- to Open Source.  See
        http://www.gnu.org/philosophy/free-software-for-freedom.html
 for a detailed if somewhat one-sided discussion of the differences,
 and particularly of why Free Software is an important idea.
 
-cql-java is distributed under version 2.1 of the LGPL (GNU LESSER
+CQL-Java is distributed under version 2.1 of the LGPL (GNU LESSER
 GENERAL PUBLIC LICENSE).  A copy of the licence is included in this
 distribution, as the file LGPL-2.1.  This licence does not allow you
-to restrict the freedom of others to use derived versions of cql-java
+to restrict the freedom of others to use derived versions of CQL-Java
 (i.e. you must share your enhancements), but does let you deploy
-cql-java as a part of a non-free larger work.
+CQL-Java as a part of a non-free larger work.
 
 
 SEE ALSO