diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2017-03-08 05:24:16 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2017-03-08 05:24:16 +0100 |
| commit | 67808aefa79ad434284f7ffb8cee1140f0c36b08 (patch) | |
| tree | 4ee69a630d9729ff110ca210d88d03f25a38a77f | |
| parent | bcc5a1d2c94213467b54cdf28ed84292c07983ab (diff) | |
| download | diary-67808aefa79ad434284f7ffb8cee1140f0c36b08.tar.gz diary-67808aefa79ad434284f7ffb8cee1140f0c36b08.zip | |
add wtfpl
| -rwxr-xr-x | diary | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ #!/bin/bash +# Copyright © 2017 Florian Fischer <muhq@muhq.space> +# This work is free. You can redistribute it and/or modify it under the +# terms of the Do What The Fuck You Want To Public License, Version 2, +# as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. + + # source config if [ -n "$XDGCONFIG" ] then |
