aboutsummaryrefslogtreecommitdiffstats
path: root/netlink-notify.c
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-25 10:24:48 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-25 10:24:48 +0100
commit3a513eb5c3603b0bdab1f210f2de483fcea9e90c (patch)
treef7ef4ea429caf55214e8556f03a77b588dc0aebd /netlink-notify.c
parenta5582cfc0bc5be1f52f96033db11a0f57d2945d0 (diff)
downloadnetlink-notify-3a513eb5c3603b0bdab1f210f2de483fcea9e90c.tar.gz
netlink-notify-3a513eb5c3603b0bdab1f210f2de483fcea9e90c.tar.zst
clearly state the license
Diffstat (limited to 'netlink-notify.c')
-rw-r--r--netlink-notify.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/netlink-notify.c b/netlink-notify.c
index da40bd2..2526224 100644
--- a/netlink-notify.c
+++ b/netlink-notify.c
@@ -1,8 +1,19 @@
/*
* (C) 2011-2020 by Christian Hesse <mail@eworm.de>
*
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
*/
#include "netlink-notify.h"