]> git.ipfire.org Git - thirdparty/systemd.git/commit
Relicense hwdb/parse_hwdb.py as MIT (#4129)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 13 Sep 2016 06:18:13 +0000 (07:18 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Tue, 13 Sep 2016 06:18:13 +0000 (08:18 +0200)
commitacb986015d9def3dd65a99ea4f0f893af44c6fc3
tree99b037bb1b27d58382986eb36ff55f8f2847dac4
parentf5b15d1b94717c65ea134cb56462d734a4c37a49
Relicense hwdb/parse_hwdb.py as MIT (#4129)

This parser will also be used in libinput, which uses the MIT license, so
relicense this file to the more permissive license to make bidirectional code
flow easier. parse_hwdb.py is only useful during building of the project, and
is not part of the installation, so effectively both licenses are very similar.
In particular, the licensing of binary packages produced by systemd is not
influenced in any way, because the MIT licensed part is not installed.
hwdb/parse_hwdb.py