Change to the (always intended) MIT license
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 17 Sep 2020 05:56:41 +0000 (15:56 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 25 Jan 2021 03:46:55 +0000 (13:46 +1000)
commit60d4f1b2aea14a65a4c2cfed7631fade405b7adf
treef1a993c07c479db3e05a0a0c1e74b01a9c75bdb8
parent7eae5e322c942d5b6b59ea6de35025dd28877aa8
Change to the (always intended) MIT license

Due to what must've been a copy/paste error many years ago, the license text
for libevdev wasn't actually the MIT license. Let's rectify this, it was
always MIT intended anyway.

To make this more obvious and reduce the chance of copy/paste mistakes, use
the SPDX license identifier in the various source files. The two installed
public header files have the full license text.

All contributors with copyrightable contributions have ACKed the license
change to MIT, either in the MR directly [1] or privately in reply to an
email.

[1] https://gitlab.freedesktop.org/libevdev/libevdev/-/merge_requests/69

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Alexander Dahl <ada@thorsis.com>
Acked-by: Andreas Pokorny <andreas.pokorny@canonical.com>
Acked-by: Armin K <krejzi@email.com>
Acked-by: Benjamin Tissoires <btissoir@redhat.com>
Acked-by: David Herrmann <dh.herrmann@gmail.com>
Acked-by: Deepa Dinamani <deepa.kernel@gmail.com>
Acked-by: Emmanuele Bassi <ebassi@gnome.org>
Acked-by: Gaetan Nadon <memsize@videotron.ca>
Acked-by: George Thomas <georgefsthomas@gmail.com>
Acked-by: Michael Forney <mforney@mforney.org>
Acked-by: Nayan Deshmukh <nayan26deshmukh@gmail.com>
Acked-by: Niclas Zeising <zeising@daemonic.se>
Acked-by: Owen W. Taylor <otaylor@fishsoup.net>
Acked-by: Peter Seiderer <ps.report@gmx.net>
Acked-by: Ran Benita <ran234@gmail.com>
Acked-by: Rosen Penev <rosenp@gmail.com>
Acked-by: Scott Jann <sjann@knight-rider.org>
Acked-by: Thilo Schulz <thilo@tjps.eu>
Acked-by: polyphemus <rolfmorel@gmail.com>
29 files changed:
COPYING
configure.ac
libevdev/libevdev-int.h
libevdev/libevdev-names.c
libevdev/libevdev-uinput-int.h
libevdev/libevdev-uinput.c
libevdev/libevdev-uinput.h
libevdev/libevdev-util.h
libevdev/libevdev.c
libevdev/libevdev.h
libevdev/libevdev.sym
test/test-common-uinput.c
test/test-common-uinput.h
test/test-common.c
test/test-common.h
test/test-context.c
test/test-event-codes.c
test/test-event-names.c
test/test-int-queue.c
test/test-kernel.c
test/test-libevdev-events.c
test/test-libevdev-has-event.c
test/test-libevdev-init.c
test/test-main.c
test/test-uinput.c
tools/libevdev-events.c
tools/libevdev-tweak-device.c
tools/mouse-dpi-tool.c
tools/touchpad-edge-detector.c