aboutsummaryrefslogtreecommitdiffstats
path: root/journal-notify.c
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-25 10:36:17 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-25 10:36:17 +0100
commitafcb9e3769de39cd3b165b276b428b880791d008 (patch)
tree22fae9376088b40bf61cbc64e3758438ce90cade /journal-notify.c
parentfb36b96335f5ea4bc3ca712031948a1118bb4911 (diff)
downloadjournal-notify-afcb9e3769de39cd3b165b276b428b880791d008.tar.gz
journal-notify-afcb9e3769de39cd3b165b276b428b880791d008.tar.zst
clearly state the license
Diffstat (limited to 'journal-notify.c')
-rw-r--r--journal-notify.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/journal-notify.c b/journal-notify.c
index b98d0e2..5c5d6d4 100644
--- a/journal-notify.c
+++ b/journal-notify.c
@@ -1,8 +1,19 @@
/*
* (C) 2014-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 "journal-notify.h"