X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-ccl.h;h=5f510f262909675055450d993e31ad077de24cf3;hb=12be48d5f580afc49f3a08db84ddfddad0334509;hp=e92e041133ec296f0135ead133b07c6f33a7526b;hpb=4e738d9131106878f8b560e53034241db99d6099;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-ccl.h b/include/yaz/yaz-ccl.h index e92e041..5f510f2 100644 --- a/include/yaz/yaz-ccl.h +++ b/include/yaz/yaz-ccl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,7 +23,11 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: yaz-ccl.h,v 1.6 2003-06-24 23:03:04 adam Exp $ + * $Id: yaz-ccl.h,v 1.9 2005-06-25 15:46:03 adam Exp $ + */ +/** + * \file yaz-ccl.h + * \brief Header for CCL node tree to RPN converson utilities. */ #ifndef YAZ_CCL_H @@ -41,3 +45,11 @@ YAZ_EXPORT Z_AttributesPlusTerm *ccl_scan_query (ODR o, struct ccl_rpn_node *p); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +