diff options
author | Didier Raboud <odyx@debian.org> | 2014-01-02 23:03:44 +0100 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2014-01-02 23:03:44 +0100 |
commit | d13746555c30d1d1bd617dcf64d5b92e319ae2b5 (patch) | |
tree | ba335eb874926e0d4efebaccb46f2d5d390c7854 /data | |
parent | 11884b3954f87fa67f02dca9169df32666b5363c (diff) | |
download | cups-d13746555c30d1d1bd617dcf64d5b92e319ae2b5.tar.gz |
Imported Upstream version 1.7.0~rc1upstream/1.7.0_rc1
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile | 4 | ||||
-rw-r--r-- | data/epson.h | 4 | ||||
-rw-r--r-- | data/hp.h | 4 | ||||
-rw-r--r-- | data/label.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/data/Makefile b/data/Makefile index 5ab96095..7753b7db 100644 --- a/data/Makefile +++ b/data/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile 9926 2011-08-27 09:23:01Z mike $" +# "$Id: Makefile 10996 2013-05-29 11:51:34Z msweet $" # # Datafile makefile for CUPS. # @@ -146,5 +146,5 @@ uninstall: # -# End of "$Id: Makefile 9926 2011-08-27 09:23:01Z mike $". +# End of "$Id: Makefile 10996 2013-05-29 11:51:34Z msweet $". # diff --git a/data/epson.h b/data/epson.h index 8f6d2c3e..1b0fe9fe 100644 --- a/data/epson.h +++ b/data/epson.h @@ -1,5 +1,5 @@ /* - * "$Id: epson.h 7304 2008-02-14 01:52:22Z mike $" + * "$Id: epson.h 624 2008-02-16 00:27:39Z msweet $" * * This file contains model number definitions for the CUPS sample * ESC/P driver. @@ -23,5 +23,5 @@ /* - * End of "$Id: epson.h 7304 2008-02-14 01:52:22Z mike $". + * End of "$Id: epson.h 624 2008-02-16 00:27:39Z msweet $". */ @@ -1,5 +1,5 @@ /* - * "$Id: hp.h 7304 2008-02-14 01:52:22Z mike $" + * "$Id: hp.h 624 2008-02-16 00:27:39Z msweet $" * * This file contains model number definitions for the CUPS sample * HP driver. @@ -20,5 +20,5 @@ /* - * End of "$Id: hp.h 7304 2008-02-14 01:52:22Z mike $". + * End of "$Id: hp.h 624 2008-02-16 00:27:39Z msweet $". */ diff --git a/data/label.h b/data/label.h index a23d9643..38cdc37b 100644 --- a/data/label.h +++ b/data/label.h @@ -1,5 +1,5 @@ /* - * "$Id: label.h 7304 2008-02-14 01:52:22Z mike $" + * "$Id: label.h 624 2008-02-16 00:27:39Z msweet $" * * This file contains model number definitions for the CUPS sample * label printer driver. @@ -24,5 +24,5 @@ #define INTELLITECH_PCL 0x20 /* Intellitech PCL-based printers */ /* - * End of "$Id: label.h 7304 2008-02-14 01:52:22Z mike $". + * End of "$Id: label.h 624 2008-02-16 00:27:39Z msweet $". */ |