it* Simple Justified Gallery Err codevoid.de 70 i Err codevoid.de 70 hgit clone git://git.codevoid.de/mkpicindex URL:git://git.codevoid.de/mkpicindex codevoid.de 70 1Log /git/mkpicindex/log.gph codevoid.de 70 1Files /git/mkpicindex/files.gph codevoid.de 70 1Refs /git/mkpicindex/refs.gph codevoid.de 70 1README /git/mkpicindex/file/README.gph codevoid.de 70 i--- Err codevoid.de 70 1commit 80c5f98c79e9d240f0829eed1995beb0a5a142f9 /git/mkpicindex/commit/80c5f98c79e9d240f0829eed1995beb0a5a142f9.gph codevoid.de 70 1parent 761f4c344bf22f631b17e595343664c71b3a027d /git/mkpicindex/commit/761f4c344bf22f631b17e595343664c71b3a027d.gph codevoid.de 70 hAuthor: Stefan Hagen URL:mailto:sh+git[at]codevoid[dot]de codevoid.de 70 iDate: Thu, 24 Oct 2019 09:33:50 +0200 Err codevoid.de 70 i Err codevoid.de 70 iToo much license for a few lines of code Err codevoid.de 70 i Err codevoid.de 70 iDiffstat: Err codevoid.de 70 i M README | 5 +++++ Err codevoid.de 70 i M mkpicindex.sh | 22 +++++----------------- Err codevoid.de 70 i Err codevoid.de 70 i2 files changed, 10 insertions(+), 17 deletions(-) Err codevoid.de 70 i--- Err codevoid.de 70 1diff --git a/README b/README /git/mkpicindex/file/README.gph codevoid.de 70 it@@ -16,3 +16,8 @@ files. Err codevoid.de 70 i Err codevoid.de 70 i Configuration can be done by altering `mkpicindex.sh`. Configuration Err codevoid.de 70 i variables are at the top (after the license). Err codevoid.de 70 i+ Err codevoid.de 70 i+Dependencies: Err codevoid.de 70 i+* Bourne Shell (sh) Err codevoid.de 70 i+* Base64 Err codevoid.de 70 i+* ImageMagick Err codevoid.de 70 1diff --git a/mkpicindex.sh b/mkpicindex.sh /git/mkpicindex/file/mkpicindex.sh.gph codevoid.de 70 it@@ -2,24 +2,12 @@ Err codevoid.de 70 i Err codevoid.de 70 i printf '%s' \ Err codevoid.de 70 i '/*! Err codevoid.de 70 i- * ISC License (ISC) Err codevoid.de 70 i- * Copyright 2019 Stefan Hagen Err codevoid.de 70 i+ * mkpicindex.sh - v0.1 Err codevoid.de 70 i+ * https://codevoid.de Err codevoid.de 70 i+ * Copyright (c) 2019 Stefan Hagen Err codevoid.de 70 i+ * Licensed under the ISC license. Err codevoid.de 70 i * Err codevoid.de 70 i- * Permission to use, copy, modify, and/or distribute this software for Err codevoid.de 70 i- * any purpose with or without fee is hereby granted, provided that Err codevoid.de 70 i- * the above copyright notice and this permission notice appear in all Err codevoid.de 70 i- * copies. Err codevoid.de 70 i- * Err codevoid.de 70 i- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL Err codevoid.de 70 i- * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED Err codevoid.de 70 i- * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE Err codevoid.de 70 i- * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL Err codevoid.de 70 i- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA Err codevoid.de 70 i- * OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER Err codevoid.de 70 i- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR Err codevoid.de 70 i- * PERFORMANCE OF THIS SOFTWARE. Err codevoid.de 70 i- * Err codevoid.de 70 i- * Used Software: Err codevoid.de 70 i+ * style.css, justify.js: Err codevoid.de 70 i * justifiedGallery - v4.0.0-alpha Err codevoid.de 70 i * http://miromannino.github.io/Justified-Gallery/ Err codevoid.de 70 i * Copyright (c) 2019 Miro Mannino Err codevoid.de 70 .