Update copyright notice; it's 2014 now!

master
Solomon Peachy 10 years ago
parent e3d06881f2
commit 6c335ea1e4

@ -2,7 +2,7 @@
Unified Gutenprint/CUPS Backend for various Dye-Sublimation photo printers
(c) 2007-2013 Solomon Peachy <pizza@shaftnet.org>
(c) 2007-2014 Solomon Peachy <pizza@shaftnet.org>
The latest version can be found at
@ -17,7 +17,7 @@
Supported Printers:
Canon SELPHY ES series
Canon SELPHY CP series (except CP520 and CP790)
Canon SELPHY CP series (except CP520, CP790, and CP910)
Kodak Professional 1400
Kodak 605 Photo Printer
Kodak 805 Photo Printer
@ -174,7 +174,7 @@
NOT currently supported by libusb backend: (USB PIDs unknown)
CP520, CP790
CP520, CP790, CP910
This backend does not support additional commands

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

@ -1,7 +1,7 @@
/*
* CUPS Backend common code
*
* (c) 2013 Solomon Peachy <pizza@shaftnet.org>
* (c) 2013-2014 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*
@ -27,7 +27,7 @@
#include "backend_common.h"
#define BACKEND_VERSION "0.30"
#define BACKEND_VERSION "0.31"
#ifndef URI_PREFIX
#error "Must Define URI_PREFIX"
#endif
@ -431,7 +431,7 @@ int main (int argc, char **argv)
DEBUG("Multi-Call Gutenprint DyeSub CUPS Backend version %s\n",
BACKEND_VERSION);
DEBUG("Copyright 2007-2013 Solomon Peachy\n");
DEBUG("Copyright 2007-2014 Solomon Peachy\n");
/* Cmdline help */
if (argc < 2) {

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

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

Loading…
Cancel
Save