From: Felix Fietkau Date: Tue, 31 May 2022 10:30:14 +0000 (+0200) Subject: add missing copyright header X-Git-Url: http://git.openwrt.org/openwrt/feeds.git?a=commitdiff_plain;h=0b806547fd78c3b3962500770f30e1c8b63a2c34;p=project%2Funetd.git add missing copyright header Signed-off-by: Felix Fietkau --- diff --git a/wg.c b/wg.c index 1d40677..be8e0cb 100644 --- a/wg.c +++ b/wg.c @@ -1,3 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2022 Felix Fietkau + */ #include "unetd.h" static const struct wg_ops *wg_get_ops(struct network *net)