Line | |
---|
1 | // -*- C++ -*- |
---|
2 | |
---|
3 | /* |
---|
4 | * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library |
---|
5 | * |
---|
6 | * Copyright (C) 2004 Mihaly Barasz <klao@cs.elte.hu> |
---|
7 | * |
---|
8 | * Permission to use, modify and distribute this software is granted |
---|
9 | * provided this copyright notice appears in all copies. For precise terms |
---|
10 | * see the accompanying LICENSE file. |
---|
11 | * |
---|
12 | * This software is provided "AS IS" with no warranty, either express or |
---|
13 | * implied, and with no claim as to its suitability for any purpose. |
---|
14 | * |
---|
15 | */ |
---|
16 | |
---|
17 | #ifndef HUGO_TEMPLATE_H |
---|
18 | #define HUGO_TEMPLATE_H |
---|
19 | |
---|
20 | #endif // HUGO_TEMPLATE_H |
---|
Note: See
TracBrowser
for help on using the repository browser.