Update copyright notice.
This commit is contained in:
parent
eda139a9db
commit
b731dc04f8
9
README
9
README
|
@ -2,7 +2,7 @@
|
|||
|
||||
Unified Gutenprint/CUPS backend for various Dye-Sublimation photo printers
|
||||
|
||||
Copyright (c) 2007-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
Copyright (c) 2007-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
|
||||
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 ]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Canon SELPHY ES/CP series CUPS backend -- libusb-1.0 version
|
||||
*
|
||||
* (c) 2007-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2007-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* The latest version of this program can be found at:
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Citizen CW-01 Photo Printer CUPS backend -- libusb-1.0 version
|
||||
*
|
||||
* (c) 2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2014-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* The latest version of this program can be found at:
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* CUPS Backend common code
|
||||
*
|
||||
* Copyright (c) 2007-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* Copyright (c) 2007-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* 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 <pizza AT shaftnet DOT org>\n\
|
||||
Copyright 2007-2015 Solomon Peachy <pizza AT shaftnet DOT org>\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");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* CUPS Backend common code
|
||||
*
|
||||
* (c) 2013-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* The latest version of this program can be found at:
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* DNP DS40/DS80 Photo Printer CUPS backend -- libusb-1.0 version
|
||||
*
|
||||
* (c) 2013-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* Development of this backend was sponsored by:
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Kodak Professional 1400/805 CUPS backend -- libusb-1.0 version
|
||||
*
|
||||
* (c) 2013-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* The latest version of this program can be found at:
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Kodak 605 Photo Printer CUPS backend -- libusb-1.0 version
|
||||
*
|
||||
* (c) 2013-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* The latest version of this program can be found at:
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Kodak 6800/6850 Photo Printer CUPS backend -- libusb-1.0 version
|
||||
*
|
||||
* (c) 2013-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* Development of this backend was sponsored by:
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Mitsubishi CP-D70/D707 Photo Printer CUPS backend -- libusb-1.0 version
|
||||
*
|
||||
* (c) 2013-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* The latest version of this program can be found at:
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Mitsubishi CP-9550DW[-S] Photo Printer CUPS backend
|
||||
*
|
||||
* (c) 2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2014-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* The latest version of this program can be found at:
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Shinko/Sinfonia CHC-S2145 CUPS backend -- libusb-1.0 version
|
||||
*
|
||||
* (c) 2013-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* Development of this backend was sponsored by:
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Sony UP-DR150 Photo Printer CUPS backend -- libusb-1.0 version
|
||||
*
|
||||
* (c) 2013-2014 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* The latest version of this program can be found at:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue