lib/avahi/Poll: fix copyright header
This commit is contained in:
parent
ce2965b5bc
commit
b8210bbc45
@ -1,5 +1,6 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: BSD-2-Clause
|
||||||
// Copyright The Music Player Daemon Project
|
// Copyright CM4all GmbH
|
||||||
|
// author: Max Kellermann <mk@cm4all.com>
|
||||||
|
|
||||||
#include "Poll.hxx"
|
#include "Poll.hxx"
|
||||||
#include "event/SocketEvent.hxx"
|
#include "event/SocketEvent.hxx"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: BSD-2-Clause
|
||||||
// Copyright The Music Player Daemon Project
|
// Copyright CM4all GmbH
|
||||||
|
// author: Max Kellermann <mk@cm4all.com>
|
||||||
|
|
||||||
#ifndef MPD_AVAHI_POLL_HXX
|
#pragma once
|
||||||
#define MPD_AVAHI_POLL_HXX
|
|
||||||
|
|
||||||
#include <avahi-common/watch.h>
|
#include <avahi-common/watch.h>
|
||||||
|
|
||||||
@ -36,5 +36,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Avahi
|
} // namespace Avahi
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user