From: Dominic Radermacher Date: Sat, 24 Jun 2017 08:58:33 +0000 (+0200) Subject: cosmetic updates ;-) X-Git-Tag: v1.3.4~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=040e271ef06d2d23fdb05223c51572ea7da6000f;p=ptouch-print cosmetic updates ;-) --- diff --git a/README b/README deleted file mode 100644 index b659496..0000000 --- a/README +++ /dev/null @@ -1,14 +0,0 @@ - -ptouch is a command line tool to print labels on Brother P-Touch -printers on Linux. - -There is no need to install the printer via CUPS, the printer is accessed -directly via libusb. - -The tool was written for and tested with the PT-2430PC, but it should also -work with the PT-1230PC (untested so far). -Maybe others work too (please report USB VID and PID so I can include support -for further models, too). - -Further info can be found at: -http://mockmoon-cybernetics.ch/computer/p-touch2430pc/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5656b2 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# About + +ptouch is a command line tool to print labels on Brother P-Touch +printers on Linux. + +There is no need to install the printer via CUPS, the printer is accessed +directly via libusb. + +The tool was written for and tested with the PT-2430PC, but it should also +work with the PT-1230PC (untested so far). +Maybe others work too (please report USB VID and PID so I can include support +for further models, too). + +Further info can be found at: +https://mockmoon-cybernetics.ch/computer/p-touch2430pc/ diff --git a/include/ptouch.h b/include/ptouch.h index 76ccd96..e687293 100644 --- a/include/ptouch.h +++ b/include/ptouch.h @@ -1,7 +1,7 @@ /* ptouch-print - Print labels with images or text on a Brother P-Touch - Copyright (C) 2015 Dominic Radermacher + Copyright (C) 2015-2017 Dominic Radermacher This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as diff --git a/src/libptouch.c b/src/libptouch.c index f0f69f0..bd53010 100644 --- a/src/libptouch.c +++ b/src/libptouch.c @@ -1,7 +1,7 @@ /* libptouch - functions to help accessing a brother ptouch - Copyright (C) 2013 Dominic Radermacher + Copyright (C) 2013-2017 Dominic Radermacher This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as diff --git a/src/ptouch-print.c b/src/ptouch-print.c index b2a08be..e99e6ae 100644 --- a/src/ptouch-print.c +++ b/src/ptouch-print.c @@ -1,7 +1,7 @@ /* ptouch-print - Print labels with images or text on a Brother P-Touch - Copyright (C) 2015 Dominic Radermacher + Copyright (C) 2015-2017 Dominic Radermacher This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as