1.1 diff -r d9a9ee9ff098 -r 6f9b00c7b076 pdf.c 1.2 --- a/pdf.c Wed Mar 12 11:13:28 2003 +0000 1.3 +++ b/pdf.c Wed Mar 12 11:17:00 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 * PDF routines 1.8 - * $Id: pdf.c,v 1.6 2003/03/07 22:52:09 eric Exp $ 1.9 + * $Id: pdf.c,v 1.7 2003/03/12 03:17:00 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 @@ -98,7 +98,7 @@ 1.14 pdf_new_name (page_mode_string)); 1.15 1.16 pdf_file->info = pdf_new_ind_ref (pdf_file, pdf_new_obj (PT_DICTIONARY)); 1.17 - pdf_set_info (pdf_file, "Producer", "t2p, Copyright 2003 Eric Smith <eric@brouhaha.com>"); 1.18 + pdf_set_info (pdf_file, "Producer", "t2p by Eric Smith <eric@brouhaha.com>"); 1.19 1.20 pdf_file->trailer_dict = pdf_new_obj (PT_DICTIONARY); 1.21 /* Size key will be added later */