diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2017-03-08 05:28:52 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2017-03-08 05:28:52 +0100 |
| commit | dff77e6a77a720d458e5ca83bd4b943ceb6104d7 (patch) | |
| tree | cee2b7d8fb378588fa21a6589ac799f03b01e04d | |
| parent | 67808aefa79ad434284f7ffb8cee1140f0c36b08 (diff) | |
| download | diary-dff77e6a77a720d458e5ca83bd4b943ceb6104d7.tar.gz diary-dff77e6a77a720d458e5ca83bd4b943ceb6104d7.zip | |
add warranty disclaimer to wtfpl
| -rwxr-xr-x | diary | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,10 +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. - +# This program is free software. It comes without any warranty, to +# the extent permitted by applicable law. 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" ] |
