+++ /dev/null
-
-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/
--- /dev/null
+# 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/
/*
ptouch-print - Print labels with images or text on a Brother P-Touch
- Copyright (C) 2015 Dominic Radermacher <dominic.radermacher@gmail.com>
+ Copyright (C) 2015-2017 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
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
/*
libptouch - functions to help accessing a brother ptouch
- Copyright (C) 2013 Dominic Radermacher <dominic.radermacher@gmail.com>
+ Copyright (C) 2013-2017 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
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
/*
ptouch-print - Print labels with images or text on a Brother P-Touch
- Copyright (C) 2015 Dominic Radermacher <dominic.radermacher@gmail.com>
+ Copyright (C) 2015-2017 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
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