t* Simple Justified Gallery
       
   URI git clone git://git.codevoid.de/mkpicindex
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 80c5f98c79e9d240f0829eed1995beb0a5a142f9
   DIR parent 761f4c344bf22f631b17e595343664c71b3a027d
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Thu, 24 Oct 2019 09:33:50 +0200
       
       Too much license for a few lines of code
       
       Diffstat:
         M README                              |       5 +++++
         M mkpicindex.sh                       |      22 +++++-----------------
       
       2 files changed, 10 insertions(+), 17 deletions(-)
       ---
   DIR diff --git a/README b/README
       t@@ -16,3 +16,8 @@ files.
        
        Configuration can be done by altering `mkpicindex.sh`. Configuration
        variables are at the top (after the license).
       +
       +Dependencies:
       +* Bourne Shell (sh)
       +* Base64
       +* ImageMagick
   DIR diff --git a/mkpicindex.sh b/mkpicindex.sh
       t@@ -2,24 +2,12 @@
        
        printf '%s' \
        '/*!
       - * ISC License (ISC)
       - * Copyright 2019 Stefan Hagen
       + * mkpicindex.sh - v0.1
       + * https://codevoid.de
       + * Copyright (c) 2019 Stefan Hagen
       + * Licensed under the ISC license.
         * 
       - * 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.
       - * 
       - * Used Software:
       + * style.css, justify.js:
         * justifiedGallery - v4.0.0-alpha
         * http://miromannino.github.io/Justified-Gallery/
         * Copyright (c) 2019 Miro Mannino