It's now 2017; Update copyright year for the code that's seen changes.

This commit is contained in:
Solomon Peachy 2017-01-13 08:39:53 -05:00
parent e3cf90a8a2
commit cd1f20d79c
5 changed files with 7 additions and 7 deletions

2
README
View File

@ -2,7 +2,7 @@
Unified Gutenprint/CUPS backend for various Dye-Sublimation photo printers
Copyright (c) 2007-2015 Solomon Peachy <pizza@shaftnet.org>
Copyright (c) 2007-2017 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.

View File

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

View File

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