X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=zlint%2Fzlint.h;h=73cb24887003e44a6a2bf47b40d9e2203d6ce331;hp=5f898d2a03d2d56587948fa57593a97bd7b21ce4;hb=d62e0baee8ee3cccced41746ef09fc3e01f401d5;hpb=5f96eba22d20b9d30f4afc9ba07ef9e95cffb0dc diff --git a/zlint/zlint.h b/zlint/zlint.h index 5f898d2..73cb248 100644 --- a/zlint/zlint.h +++ b/zlint/zlint.h @@ -1,18 +1,38 @@ -/* - * Copyright (c) 2004-2005, Index Data. - * See the file LICENSE for details. - * - * $Id: zlint.h,v 1.6 2005-09-23 13:11:04 adam Exp $ +/* This file is part of the yazpp toolkit. + * Copyright (C) Index Data and Mike Taylor + * All rights reserved. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * * Neither the name of Index Data nor the names of its contributors + * may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include using namespace yazpp_1; enum Zlint_code { TEST_FINISHED, TEST_CONTINUE, - TEST_REOPEN, + TEST_REOPEN }; class Zlint_test; @@ -155,6 +175,7 @@ public: /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab