X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcqlstd.y;h=2daec40de8dcba869616aec22b0cd11e878b5ec9;hp=cd2238d1aee4c7195da4a58289644620ecfe37f0;hb=d940392c53c32ccf76fb287cc5b997b9e921a431;hpb=52188379291c43d463d4ee6742cf81a700541723 diff --git a/src/cqlstd.y b/src/cqlstd.y index cd2238d..2daec40 100644 --- a/src/cqlstd.y +++ b/src/cqlstd.y @@ -1,4 +1,8 @@ -/* $Id: cqlstd.y,v 1.3 2006-03-02 09:38:41 adam Exp $ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data + * See the file LICENSE for details. + */ +/* YACC CQL grammar taken verbatim from the official spec. We don't use that in YAZ but I don't know of a better place to put it. */