From 1090cc964a6f11cc41d150d6a566f279340d15a7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 16 Sep 2023 22:48:48 +0200 Subject: [PATCH] event/Loop: relicense to BSD-2 This library has been initially developed at CM4all and eventually published here: https://github.com/CM4all/libcommon/tree/master/src/event/ On this copy of it, there were only minor modifications by people other than me, and these are below the copyright threshold; only non-epoll backends (which remain under the GPL) were developed by somebody else. --- src/event/Loop.cxx | 5 +++-- src/event/Loop.hxx | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/event/Loop.cxx b/src/event/Loop.cxx index 12b9fdbaa..b8596b9b4 100644 --- a/src/event/Loop.cxx +++ b/src/event/Loop.cxx @@ -1,5 +1,6 @@ -// SPDX-License-Identifier: GPL-2.0-or-later -// Copyright The Music Player Daemon Project +// SPDX-License-Identifier: BSD-2-Clause +// Copyright CM4all GmbH +// author: Max Kellermann #include "Loop.hxx" #include "DeferEvent.hxx" diff --git a/src/event/Loop.hxx b/src/event/Loop.hxx index 447d3b223..d2a551da5 100644 --- a/src/event/Loop.hxx +++ b/src/event/Loop.hxx @@ -1,5 +1,6 @@ -// SPDX-License-Identifier: GPL-2.0-or-later -// Copyright The Music Player Daemon Project +// SPDX-License-Identifier: BSD-2-Clause +// Copyright CM4all GmbH +// author: Max Kellermann #pragma once