~ubuntu-branches/ubuntu/oneiric/cups/oneiric

« back to all changes in this revision

Viewing changes to ppdc/ppdc-source.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-04-09 16:19:16 UTC
  • mto: (25.1.2 lucid) (55.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100409161916-k0e6prz52ubf4vlg
Tags: upstream-1.4.3
ImportĀ upstreamĀ versionĀ 1.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: ppdc-source.cxx 8789 2009-08-28 22:54:34Z mike $"
 
2
// "$Id: ppdc-source.cxx 8950 2010-01-14 22:40:19Z mike $"
3
3
//
4
4
//   Source class for the CUPS PPD Compiler.
5
5
//
6
 
//   Copyright 2007-2009 by Apple Inc.
 
6
//   Copyright 2007-2010 by Apple Inc.
7
7
//   Copyright 2002-2007 by Easy Software Products.
8
8
//
9
9
//   These coded instructions, statements, and computer programs are the
3514
3514
  for (d = (ppdcDriver *)drivers->first(); d; d = (ppdcDriver *)drivers->next())
3515
3515
  {
3516
3516
    // Start the driver...
3517
 
    cupsFilePrintf(fp, "\n// %s %s\n", d->manufacturer->value, d->model_name->value);
 
3517
    cupsFilePrintf(fp, "\n// %s %s\n", d->manufacturer->value,
 
3518
                   d->model_name->value);
3518
3519
    cupsFilePuts(fp, "{\n");
3519
3520
 
3520
3521
    // Write the copyright stings...
3896
3897
 
3897
3898
 
3898
3899
//
3899
 
// End of "$Id: ppdc-source.cxx 8789 2009-08-28 22:54:34Z mike $".
 
3900
// End of "$Id: ppdc-source.cxx 8950 2010-01-14 22:40:19Z mike $".
3900
3901
//