X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=src%2Fquery.cpp;h=755b69a823d491f5db90ebc0b6a3932fa63a354e;hp=488a335989a1bf37b9c8c79d17e18fc3a34d0f76;hb=711105a336b155f2b7f098cf84f2e30952cb8588;hpb=0cc824e02bc2c69986bec8c9dd9ff53f07a0cd3d diff --git a/src/query.cpp b/src/query.cpp index 488a335..755b69a 100644 --- a/src/query.cpp +++ b/src/query.cpp @@ -1,10 +1,11 @@ -/* - * Copyright (c) 1998-2000, Index Data. +/* This file is part of the yazpp toolkit. + * Copyright (C) 1998-2012 Index Data and Mike Taylor * See the file LICENSE for details. - * - * $Id: query.cpp,v 1.2 2006-03-29 13:14:15 adam Exp $ */ +#if HAVE_CONFIG_H +#include +#endif #include using namespace yazpp_1; @@ -17,7 +18,9 @@ Yaz_Query::~Yaz_Query() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +