Merge branch 'master' into yaz-744
[yaz-moved-to-github.git] / src / cql1.2.y
index 748cc7d..3b80c8c 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2011 Index Data
+ * Copyright (C) Index Data
  * See the file LICENSE for details.
  */
 /*
@@ -8,7 +8,7 @@
 %term GE LE NE AND OR NOT PROX CHARSTRING1 CHARSTRING2 SORTBY
 
 %%
-sortedQuery : prefixAssignment sortedQuery 
+sortedQuery : prefixAssignment sortedQuery
             | scopedClause
             | scopedClause SORTBY sortSpec;
 
@@ -40,10 +40,10 @@ namedComparitor : identifier;
 
 modifierList : modifierList modifier  | modifier;
 
-modifier : '/' modifierName 
+modifier : '/' modifierName
          | '/' modifierName comparitorSymbol modifierValue
         ;
-     
+
 
 prefix : term;
 uri : term;