sv99 / rastertokpsl-re

Reverse engineered Kyocera rastertokpsl filter for CUPS
Apache License 2.0
13 stars 8 forks source link

License #2

Closed wolneykien closed 4 years ago

wolneykien commented 4 years ago

Hi! What is the license policy for the project? Is it free and open source software?

sv99 commented 4 years ago

Its free. Have problem with my printer and made it for myself.

wolneykien commented 4 years ago

Excuse me, but in order to redistribute your work and/or to continue the development you've started, it would be nice to know what is the licensing policy in particular. Is it WTFPL (https://en.wikipedia.org/wiki/WTFPL), or BSD-like or GNU GPL v2, v3?

wolneykien commented 4 years ago

P.S. You also have an issue with the modified version of the PPD. The head of the Kyocera_FS-1020MFPGDI_RE.ppd — the modified version of Kyocera_FS-1020MFPGDI.ppd states that the file can't be modified in any way. I suggest you to use a symlink:

$ ls -l /usr/lib/cups/filter/rastertokpsl
lrwxrwxrwx 1 root root 15 ноя  6 19:19 /usr/lib/cups/filter/rastertokpsl -> rastertokpsl-re

And not to modify the PPD at all. Then, in order to switch to the original proprietary filter, you can just switch the symlink:

$ ls -l /usr/lib/cups/filter/rastertokpsl
lrwxrwxrwx 1 root root 15 ноя  6 19:19 /usr/lib/cups/filter/rastertokpsl -> rastertokpsl.orig

where rastertokpsl.orig is the renamed copy of the original Kyocera filter.