diff -r fc8a3393e0d9 -r 6094295ea312 src/hugo/template.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/hugo/template.h Fri Jun 18 12:43:20 2004 +0000 @@ -0,0 +1,20 @@ +// -*- C++ -*- + +/* + * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library + * + * Copyright (C) 2004 Mihaly Barasz + * + * Permission to use, modify and distribute this software is granted + * provided this copyright notice appears in all copies. For precise terms + * see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty, either express or + * implied, and with no claim as to its suitability for any purpose. + * + */ + +#ifndef HUGO_TEMPLATE_H +#define HUGO_TEMPLATE_H + +#endif // HUGO_TEMPLATE_H