diff options
| -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 |
