Sync-to-go: update copyright for 2015
[s-roff.git] / src / pre-html / pre-html.h
blob52ab9aa114b1de49de43104aa9d3ee9db71624eb
1 /*@ Defines functions implemented within pre-html.cpp.
3 * Copyright (c) 2014 - 2015 Steffen (Daode) Nurpmeso <sdaoden@users.sf.net>.
5 * Copyright (C) 2000, 2001 Free Software Foundation, Inc.
6 * Written by Gaius Mulley (gaius@glam.ac.uk).
8 * This is free software; you can redistribute it and/or modify it under
9 * the terms of the GNU General Public License as published by the Free
10 * Software Foundation; either version 2, or (at your option) any later
11 * version.
13 * This is distributed in the hope that it will be useful, but WITHOUT ANY
14 * WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 * for more details.
18 * You should have received a copy of the GNU General Public License along
19 * with groff; see the file COPYING. If not, write to the Free Software
20 * Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
22 #ifndef _PRE_HTML_H
23 #define _PRE_HTML_H
25 #include "config.h"
26 #include "html-config.h"
28 extern void sys_fatal(const char *s); // FIXME lib.h / errorxy / whatever
30 #endif // _PRE_HTML_H
31 // s-it2-mode