updated copyright notice.

Wed, 12 Mar 2003 08:38:04 +0000

author
eric
date
Wed, 12 Mar 2003 08:38:04 +0000
changeset 104
82cb954059c4
parent 103
f84ac68cac1b
child 105
8400d97f798b

updated copyright notice.

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