src/hugo/template.h
changeset 687 6094295ea312
child 760 49d4fe04fbc0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/hugo/template.h	Fri Jun 18 12:43:20 2004 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +// -*- C++ -*-
     1.5 +
     1.6 +/*
     1.7 + * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library
     1.8 + *
     1.9 + * Copyright (C) 2004  Mihaly Barasz <klao@cs.elte.hu>
    1.10 + *
    1.11 + * Permission to use, modify and distribute this software is granted
    1.12 + * provided this copyright notice appears in all copies. For precise terms
    1.13 + * see the accompanying LICENSE file.
    1.14 + *
    1.15 + * This software is provided "AS IS" with no warranty, either express or
    1.16 + * implied, and with no claim as to its suitability for any purpose.
    1.17 + *
    1.18 + */
    1.19 +
    1.20 +#ifndef HUGO_TEMPLATE_H
    1.21 +#define HUGO_TEMPLATE_H
    1.22 +
    1.23 +#endif // HUGO_TEMPLATE_H