t* fefes blog on gopher
       
   URI git clone git://git.codevoid.de/fefe-gopher
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 10eb3420538906e156ab60869d7c34560cf5221d
   DIR parent 858b1d1613369341f9398d91e6b1c74b7a440e82
   URI Author: Stefan Hagen <git[at]codevoid[dot]de>
       Date:   Mon, 14 May 2018 15:53:33 +0200
       
       Change License WTFPL -> ISCL
       
       Diffstat:
         M LICENSE                             |      27 +++++++++++++--------------
         M fefe.dcgi                           |       6 +++---
       
       2 files changed, 16 insertions(+), 17 deletions(-)
       ---
   DIR diff --git a/LICENSE b/LICENSE
       t@@ -1,15 +1,14 @@
       -                   Version 2, December 2004
       -
       -     Copyright (C) 2018 Stefan Hagen <sh at vimcode dot de>
       -
       - Everyone is permitted to copy and distribute verbatim or modified
       -copies of this license document, and changing it is allowed as long
       -                     as the name is changed.
       -
       -           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
       -  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
       -
       -            0. You just DO WHAT THE FUCK YOU WANT TO.
       -
       -
       +Copyright 2018 Stefan Hagen (sh[at]codevoid[dot]de)
       +
       +Permission to use, copy, modify, and/or distribute this software for any
       +purpose with or without fee is hereby granted, provided that the above
       +copyright notice and this permission notice appear in all copies.
       +
       +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
       +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
       +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
       +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
       +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
       +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
       +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        
   DIR diff --git a/fefe.dcgi b/fefe.dcgi
       t@@ -1,8 +1,8 @@
        #!/usr/local/bin/perl
        
       -# LICENSE: WTFPL
       -# THE CODE IS PROVIDED "AS IS". DO WITH IT WHAT YOU WANT.
       -# Copyright 2018 Stefan Hagen <sh dot vimcode dot de>
       +# Author:  Stefan Hagen <sh[at]codevoid[dot]de>
       +# Web:     http://codevoid.de
       +# Document License: ISC (see LICENSE file)
        
        use strict;
        use warnings;