From fcea26f3542a6097ad258cdbb6e57565366d5f35 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 5 Mar 2013 10:16:36 +0100 Subject: [PATCH] Update header about CQL grammar --- src/cql2.0.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cql2.0.y b/src/cql2.0.y index 77156ce..6e5853e 100644 --- a/src/cql2.0.y +++ b/src/cql2.0.y @@ -3,7 +3,7 @@ * See the file LICENSE for details. */ /* - YACC CQL grammar taken verbatim from the 2.0 draft (Feb 18 2011). + YACC CQL grammar as of OASIS CQL version1.0 , 30 January 2013 */ %term PREFIX_NAME SIMPLE_STRING QUOTED_STRING AND OR NOT PROX GE LE NE EXACT SORTBY -- 1.7.10.4