From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> I'm Cc'ing all copyright holders for this project's C++ source code since the last license change which are Linaro, BayLibre and Kent Gibson. Please kindly leave your Acks. Bartosz Golaszewski (2): licensing: relicense C++ bindings under LGPL-2.1-or-later doc: add a file explaining the contribution process in detail CONTRIBUTING.md | 88 +++++++++++ COPYING | 11 +- LICENSES/LGPL-3.0-or-later.txt | 165 -------------------- README | 2 + bindings/cxx/chip-info.cpp | 2 +- bindings/cxx/chip.cpp | 2 +- bindings/cxx/edge-event-buffer.cpp | 2 +- bindings/cxx/edge-event.cpp | 2 +- bindings/cxx/exception.cpp | 2 +- bindings/cxx/gpiod.hpp | 2 +- bindings/cxx/gpiodcxx/chip-info.hpp | 2 +- bindings/cxx/gpiodcxx/chip.hpp | 2 +- bindings/cxx/gpiodcxx/edge-event-buffer.hpp | 2 +- bindings/cxx/gpiodcxx/edge-event.hpp | 2 +- bindings/cxx/gpiodcxx/exception.hpp | 2 +- bindings/cxx/gpiodcxx/info-event.hpp | 2 +- bindings/cxx/gpiodcxx/line-config.hpp | 2 +- bindings/cxx/gpiodcxx/line-info.hpp | 2 +- bindings/cxx/gpiodcxx/line-request.hpp | 2 +- bindings/cxx/gpiodcxx/line-settings.hpp | 2 +- bindings/cxx/gpiodcxx/line.hpp | 2 +- bindings/cxx/gpiodcxx/misc.hpp | 2 +- bindings/cxx/gpiodcxx/request-builder.hpp | 2 +- bindings/cxx/gpiodcxx/request-config.hpp | 2 +- bindings/cxx/gpiodcxx/timestamp.hpp | 2 +- bindings/cxx/info-event.cpp | 2 +- bindings/cxx/internal.cpp | 2 +- bindings/cxx/internal.hpp | 2 +- bindings/cxx/line-config.cpp | 2 +- bindings/cxx/line-info.cpp | 2 +- bindings/cxx/line-request.cpp | 2 +- bindings/cxx/line-settings.cpp | 2 +- bindings/cxx/line.cpp | 2 +- bindings/cxx/misc.cpp | 2 +- bindings/cxx/request-builder.cpp | 2 +- bindings/cxx/request-config.cpp | 2 +- bindings/cxx/tests/gpiosim.cpp | 2 +- bindings/cxx/tests/gpiosim.hpp | 2 +- bindings/cxx/tests/helpers.cpp | 2 +- bindings/cxx/tests/helpers.hpp | 2 +- 40 files changed, 127 insertions(+), 211 deletions(-) create mode 100644 CONTRIBUTING.md delete mode 100644 LICENSES/LGPL-3.0-or-later.txt -- 2.40.1