all: It's 2016 now, update the copyright text.

Also, correct the initial dates for a few of the backends.
This commit is contained in:
Solomon Peachy 2016-01-24 09:44:19 -05:00
parent 69f817104a
commit 8e35e5608b
15 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
/*
* Canon SELPHY ES/CP series CUPS backend -- libusb-1.0 version
*
* (c) 2007-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2007-2016 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*

View File

@ -1,7 +1,7 @@
/*
* Citizen CW-01 Photo Printer CUPS backend -- libusb-1.0 version
*
* (c) 2014-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2014-2016 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*

View File

@ -1,7 +1,7 @@
/*
* CUPS Backend common code
*
* Copyright (c) 2007-2015 Solomon Peachy <pizza@shaftnet.org>
* Copyright (c) 2007-2016 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*
@ -648,7 +648,7 @@ static struct dyesub_backend *find_backend(char *uri_prefix)
void print_license_blurb(void)
{
const char *license = "\n\
Copyright 2007-2015 Solomon Peachy <pizza AT shaftnet DOT org>\n\
Copyright 2007-2016 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\
@ -757,7 +757,7 @@ int main (int argc, char **argv)
DEBUG("Multi-Call Dye-sublimation CUPS Backend version %s\n",
BACKEND_VERSION);
DEBUG("Copyright 2007-2015 Solomon Peachy\n");
DEBUG("Copyright 2007-2016 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");

View File

@ -1,7 +1,7 @@
/*
* CUPS Backend common code
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2013-2016 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*

View File

@ -1,7 +1,7 @@
/*
* DNP DS40/DS80 Photo Printer CUPS backend -- libusb-1.0 version
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2013-2016 Solomon Peachy <pizza@shaftnet.org>
*
* Development of this backend was sponsored by:
*

View File

@ -1,7 +1,7 @@
/*
* Kodak Professional 1400/805 CUPS backend -- libusb-1.0 version
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2013-2016 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*

View File

@ -1,7 +1,7 @@
/*
* Kodak 605 Photo Printer CUPS backend -- libusb-1.0 version
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2013-2016 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*

View File

@ -1,7 +1,7 @@
/*
* Kodak 6800/6850 Photo Printer CUPS backend -- libusb-1.0 version
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2013-2016 Solomon Peachy <pizza@shaftnet.org>
*
* Development of this backend was sponsored by:
*

View File

@ -1,7 +1,7 @@
/*
* Mitsubishi CP-D70/D707 Photo Printer CUPS backend -- libusb-1.0 version
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2013-2016 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*

View File

@ -1,7 +1,7 @@
/*
* Mitsubishi CP-9550DW[-S] Photo Printer CUPS backend
*
* (c) 2014-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2014-2016 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*

View File

@ -1,7 +1,7 @@
/*
* Shinko/Sinfonia CHC-S1245 CUPS backend -- libusb-1.0 version
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2015-2016 Solomon Peachy <pizza@shaftnet.org>
*
* Low-level documentation was provided by Sinfonia, Inc. Thank you!
*

View File

@ -1,7 +1,7 @@
/*
* Shinko/Sinfonia CHC-S2145 CUPS backend -- libusb-1.0 version
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2013-2016 Solomon Peachy <pizza@shaftnet.org>
*
* Development of this backend was sponsored by:
*

View File

@ -1,7 +1,7 @@
/*
* Shinko/Sinfonia CHC-S6145 CUPS backend -- libusb-1.0 version
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2015-2016 Solomon Peachy <pizza@shaftnet.org>
*
* Low-level documentation was provided by Sinfonia. Thank you!
*

View File

@ -1,7 +1,7 @@
/*
* Shinko/Sinfonia CHC-S6245 CUPS backend -- libusb-1.0 version
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2015-2016 Solomon Peachy <pizza@shaftnet.org>
*
* Low-level documentation was provided by Sinfonia, Inc. Thank you!
*

View File

@ -1,7 +1,7 @@
/*
* Sony UP-DR150 Photo Printer CUPS backend -- libusb-1.0 version
*
* (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
* (c) 2013-2016 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*