galfar / deskew

Deskew is a command line tool for deskewing scanned text documents. It uses Hough transform to detect "text lines" in the image. As an output, you get an image rotated so that the lines are horizontal.
http://galfar.vevb.net/deskew
Mozilla Public License 2.0
163 stars 26 forks source link

Please clarify licensing situation #38

Closed ctrlcctrlv closed 3 years ago

ctrlcctrlv commented 3 years ago

README says that the license is MIT, but the source files seem to all claim MPL/LGPL. What is actual license of this code? Can you please distribute a license file?

This came up at AUR: https://aur.archlinux.org/packages/deskew-git/

ctrlcctrlv commented 3 years ago

Hello?

micwoj92 commented 3 years ago

Hi

ctrlcctrlv commented 3 years ago

Clarify the licensing situation or I'm going to have to drop this from the AUR I'm afraid.

galfar commented 3 years ago

I'll get it sorted out this week, the library dependency used for image stuff is MPL/LGPL. the rest should not be.

galfar commented 3 years ago

Deskew specific stuff is now MPL 2.0, notices in sources were updated and LICENSE file is also included. Code in Imaging folder which has MPL/LGPL notices is a separate library and will be replaced with git submodule.