diff --git a/README b/README index 1ce2fc5..80f100e 100644 --- a/README +++ b/README @@ -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 diff --git a/mkpicindex.sh b/mkpicindex.sh index 5a57440..5f365c8 100755 --- a/mkpicindex.sh +++ b/mkpicindex.sh @@ -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