URI: 
       tRelicense wendy under ISC - wendy - watch files/directories and run commands on any event
  HTML git clone git://z3bra.org/wendy
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit c5a2151645b501008a2b00beb46f35b403d63421
   DIR parent 56b76a0bf99cdb6c1ec4d7564d9692352960ec02
  HTML Author: z3bra <willyatmailoodotorg>
       Date:   Sun, 31 Jan 2016 16:02:32 +0100
       
       Relicense wendy under ISC
       
       Diffstat:
         M LICENSE                             |      26 +++++++++++++-------------
         M wendy.c                             |      17 -----------------
       
       2 files changed, 13 insertions(+), 30 deletions(-)
       ---
   DIR diff --git a/LICENSE b/LICENSE
       t@@ -1,13 +1,13 @@
       -           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
       -                   Version 2, December 2004
       -
       -Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
       -
       -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 (c) 2014-2016 Willy Goiffon <willyatmailoodotorg>
       +
       +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/wendy.c b/wendy.c
       t@@ -1,20 +1,3 @@
       -/*
       - *            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
       - *                    Version 2, December 2004
       - *
       - * Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
       - *
       - * 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.
       - *
       - */
       -
        #include <stdio.h>
        #include <stdlib.h>
        #include <unistd.h>