From b731dc04f86ae4a997f5668c9c61e8a75b68f7c7 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 5 Jan 2015 21:39:22 -0500 Subject: [PATCH] Update copyright notice. --- README | 9 ++++----- backend_canonselphy.c | 2 +- backend_citizencw01.c | 2 +- backend_common.c | 6 +++--- backend_common.h | 2 +- backend_dnpds40.c | 2 +- backend_kodak1400.c | 2 +- backend_kodak605.c | 2 +- backend_kodak6800.c | 2 +- backend_mitsu70x.c | 2 +- backend_mitsu9550.c | 2 +- backend_shinkos2145.c | 2 +- backend_sonyupdr150.c | 2 +- 13 files changed, 18 insertions(+), 19 deletions(-) diff --git a/README b/README index 0dad64b..eb88867 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Unified Gutenprint/CUPS backend for various Dye-Sublimation photo printers - Copyright (c) 2007-2014 Solomon Peachy + Copyright (c) 2007-2015 Solomon Peachy This free software comes with ABSOLUTELY NO WARRANTY! Licensed under the GNU GPL, see the 'COPYING' file for more details. @@ -36,11 +36,10 @@ Citizen CX/CX-W/CY Citizen CW-01 - Work-in-progress printers (untested/partial support present) + Work-in-progress Printers: - Mitsubishi CP-D70DW, CP-D707DW and CP-K60DW + Mitsubishi CP-D70DW, CP-D707DW, CP-K60DW-S, and CP-D80DW Mitsubishi CP-D9550D/DW/DW-S/DZ/DZS - Mitsubish CP-D80DW Kodak 305 Citizen CW-02 Olmec OP900/OP900II @@ -264,7 +263,7 @@ Shinko CHC-S6145 (aka "Sinfonia CS2") Shinko CHC-S6145-5A (aka "Sinfonia CS2-c") - Development was sponsored by: + Development was initially sponsored by: LiveLink Technology [ www.livelinktechnology.net ] diff --git a/backend_canonselphy.c b/backend_canonselphy.c index 232098c..4fc9b17 100644 --- a/backend_canonselphy.c +++ b/backend_canonselphy.c @@ -1,7 +1,7 @@ /* * Canon SELPHY ES/CP series CUPS backend -- libusb-1.0 version * - * (c) 2007-2014 Solomon Peachy + * (c) 2007-2015 Solomon Peachy * * The latest version of this program can be found at: * diff --git a/backend_citizencw01.c b/backend_citizencw01.c index 4bac5fd..3d2ed17 100644 --- a/backend_citizencw01.c +++ b/backend_citizencw01.c @@ -1,7 +1,7 @@ /* * Citizen CW-01 Photo Printer CUPS backend -- libusb-1.0 version * - * (c) 2014 Solomon Peachy + * (c) 2014-2015 Solomon Peachy * * The latest version of this program can be found at: * diff --git a/backend_common.c b/backend_common.c index ff30abc..2991455 100644 --- a/backend_common.c +++ b/backend_common.c @@ -1,7 +1,7 @@ /* * CUPS Backend common code * - * Copyright (c) 2007-2014 Solomon Peachy + * Copyright (c) 2007-2015 Solomon Peachy * * The latest version of this program can be found at: * @@ -591,7 +591,7 @@ static struct dyesub_backend *find_backend(char *uri_prefix) static void print_license_blurb(void) { const char *license = "\n\ -Copyright 2007-2014 Solomon Peachy \n\ +Copyright 2007-2015 Solomon Peachy \n\ \n\ This program is free software; you can redistribute it and/or modify it\n\ under the terms of the GNU General Public License as published by the Free\n\ @@ -700,7 +700,7 @@ int main (int argc, char **argv) DEBUG("Multi-Call Dye-sublimation CUPS Backend version %s\n", BACKEND_VERSION); - DEBUG("Copyright 2007-2014 Solomon Peachy\n"); + DEBUG("Copyright 2007-2015 Solomon Peachy\n"); DEBUG("This free software comes with ABSOLUTELY NO WARRANTY! \n"); DEBUG("Licensed under the GNU GPL. Run with '-G' for more details.\n"); DEBUG("\n"); diff --git a/backend_common.h b/backend_common.h index 4a84ed7..46e9edc 100644 --- a/backend_common.h +++ b/backend_common.h @@ -1,7 +1,7 @@ /* * CUPS Backend common code * - * (c) 2013-2014 Solomon Peachy + * (c) 2013-2015 Solomon Peachy * * The latest version of this program can be found at: * diff --git a/backend_dnpds40.c b/backend_dnpds40.c index eb73853..0898d8d 100644 --- a/backend_dnpds40.c +++ b/backend_dnpds40.c @@ -1,7 +1,7 @@ /* * DNP DS40/DS80 Photo Printer CUPS backend -- libusb-1.0 version * - * (c) 2013-2014 Solomon Peachy + * (c) 2013-2015 Solomon Peachy * * Development of this backend was sponsored by: * diff --git a/backend_kodak1400.c b/backend_kodak1400.c index e475eaa..b865473 100644 --- a/backend_kodak1400.c +++ b/backend_kodak1400.c @@ -1,7 +1,7 @@ /* * Kodak Professional 1400/805 CUPS backend -- libusb-1.0 version * - * (c) 2013-2014 Solomon Peachy + * (c) 2013-2015 Solomon Peachy * * The latest version of this program can be found at: * diff --git a/backend_kodak605.c b/backend_kodak605.c index bb916d7..30b150d 100644 --- a/backend_kodak605.c +++ b/backend_kodak605.c @@ -1,7 +1,7 @@ /* * Kodak 605 Photo Printer CUPS backend -- libusb-1.0 version * - * (c) 2013-2014 Solomon Peachy + * (c) 2013-2015 Solomon Peachy * * The latest version of this program can be found at: * diff --git a/backend_kodak6800.c b/backend_kodak6800.c index 91870c3..9ff7516 100644 --- a/backend_kodak6800.c +++ b/backend_kodak6800.c @@ -1,7 +1,7 @@ /* * Kodak 6800/6850 Photo Printer CUPS backend -- libusb-1.0 version * - * (c) 2013-2014 Solomon Peachy + * (c) 2013-2015 Solomon Peachy * * Development of this backend was sponsored by: * diff --git a/backend_mitsu70x.c b/backend_mitsu70x.c index 87b3946..a6977bc 100644 --- a/backend_mitsu70x.c +++ b/backend_mitsu70x.c @@ -1,7 +1,7 @@ /* * Mitsubishi CP-D70/D707 Photo Printer CUPS backend -- libusb-1.0 version * - * (c) 2013-2014 Solomon Peachy + * (c) 2013-2015 Solomon Peachy * * The latest version of this program can be found at: * diff --git a/backend_mitsu9550.c b/backend_mitsu9550.c index 6b71a64..3cf44e4 100644 --- a/backend_mitsu9550.c +++ b/backend_mitsu9550.c @@ -1,7 +1,7 @@ /* * Mitsubishi CP-9550DW[-S] Photo Printer CUPS backend * - * (c) 2014 Solomon Peachy + * (c) 2014-2015 Solomon Peachy * * The latest version of this program can be found at: * diff --git a/backend_shinkos2145.c b/backend_shinkos2145.c index 6924a63..51fa1e4 100644 --- a/backend_shinkos2145.c +++ b/backend_shinkos2145.c @@ -1,7 +1,7 @@ /* * Shinko/Sinfonia CHC-S2145 CUPS backend -- libusb-1.0 version * - * (c) 2013-2014 Solomon Peachy + * (c) 2013-2015 Solomon Peachy * * Development of this backend was sponsored by: * diff --git a/backend_sonyupdr150.c b/backend_sonyupdr150.c index f0652cb..be25518 100644 --- a/backend_sonyupdr150.c +++ b/backend_sonyupdr150.c @@ -1,7 +1,7 @@ /* * Sony UP-DR150 Photo Printer CUPS backend -- libusb-1.0 version * - * (c) 2013-2014 Solomon Peachy + * (c) 2013-2015 Solomon Peachy * * The latest version of this program can be found at: *