aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9ee9d61..b3df3c0 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@ journal-notify
**Notify about journal log entries**
-This runs in background and produces notifications whenever systemd journal
-logs an entry. Notifications look like this:
+This runs in the background and produces notifications whenever systemd
+journal logs an entry. Notifications look like this:
![Notification](screenshots/notification.png)
@@ -45,7 +45,7 @@ Usage
-----
To use `journal-notify` you need access to the journal log files. Make sure
-you get the expexted log entries by running `journalctl`. Possibly you have
+you get the expected log entries by running `journalctl`. Possibly you have
to add yourself to group `systemd-journal` or similar.
Just running `journal-notify` without parameter will show *all* log entries.
@@ -94,6 +94,19 @@ Example systemd units are installed to `/usr/share/journal-notify/systemd/`.
To use them copy to `/etc/systemd/system/` and `systemctl enable`. Again, make
sure to change unit file and script for your needs!
+License and warranty
+--------------------
+
+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](COPYING.md) for more details.
+
### Upstream
URL: