Wed, 12 Mar 2003 08:38:04 +0000
updated copyright notice.
semantics.c | file | annotate | diff | revisions | |
semantics.h | file | annotate | diff | revisions |
1.1 --- a/semantics.c Wed Mar 12 08:18:04 2003 +0000 1.2 +++ b/semantics.c Wed Mar 12 08:38:04 2003 +0000 1.3 @@ -4,7 +4,7 @@ 1.4 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.5 * 1.6 * Semantic routines for spec file parser 1.7 - * $Id: semantics.c,v 1.17 2003/02/19 02:20:05 eric Exp $ 1.8 + * $Id: semantics.c,v 1.18 2003/03/12 00:38:04 eric Exp $ 1.9 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.10 * 1.11 * This program is free software; you can redistribute it and/or modify 1.12 @@ -20,7 +20,8 @@ 1.13 * 1.14 * You should have received a copy of the GNU General Public License 1.15 * along with this program; if not, write to the Free Software 1.16 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA */ 1.17 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA 1.18 + */ 1.19 1.20 1.21 #include <stdbool.h>
2.1 --- a/semantics.h Wed Mar 12 08:18:04 2003 +0000 2.2 +++ b/semantics.h Wed Mar 12 08:38:04 2003 +0000 2.3 @@ -1,3 +1,29 @@ 2.4 +/* 2.5 + * t2p: Create a PDF file from the contents of one or more TIFF 2.6 + * bilevel image files. The images in the resulting PDF file 2.7 + * will be compressed using ITU-T T.6 (G4) fax encoding. 2.8 + * 2.9 + * Semantic routines for spec file parser 2.10 + * $Id: semantics.h,v 1.12 2003/03/12 00:38:04 eric Exp $ 2.11 + * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 2.12 + * 2.13 + * This program is free software; you can redistribute it and/or modify 2.14 + * it under the terms of the GNU General Public License version 2 as 2.15 + * published by the Free Software Foundation. Note that permission is 2.16 + * not granted to redistribute this program under the terms of any 2.17 + * other version of the General Public License. 2.18 + * 2.19 + * This program is distributed in the hope that it will be useful, 2.20 + * but WITHOUT ANY WARRANTY; without even the implied warranty of 2.21 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.22 + * GNU General Public License for more details. 2.23 + * 2.24 + * You should have received a copy of the GNU General Public License 2.25 + * along with this program; if not, write to the Free Software 2.26 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA 2.27 + */ 2.28 + 2.29 + 2.30 typedef struct 2.31 { 2.32 double width;