Too much license for a few lines of code
This commit is contained in:
parent
7e402a21bf
commit
16c4513da5
5
README
5
README
@ -16,3 +16,8 @@ files.
|
|||||||
|
|
||||||
Configuration can be done by altering `mkpicindex.sh`. Configuration
|
Configuration can be done by altering `mkpicindex.sh`. Configuration
|
||||||
variables are at the top (after the license).
|
variables are at the top (after the license).
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
* Bourne Shell (sh)
|
||||||
|
* Base64
|
||||||
|
* ImageMagick
|
||||||
|
@ -2,24 +2,12 @@
|
|||||||
|
|
||||||
printf '%s' \
|
printf '%s' \
|
||||||
'/*!
|
'/*!
|
||||||
* ISC License (ISC)
|
* mkpicindex.sh - v0.1
|
||||||
* Copyright 2019 Stefan Hagen
|
* https://codevoid.de
|
||||||
|
* Copyright (c) 2019 Stefan Hagen
|
||||||
|
* Licensed under the ISC license.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* style.css, justify.js:
|
||||||
* 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:
|
|
||||||
* justifiedGallery - v4.0.0-alpha
|
* justifiedGallery - v4.0.0-alpha
|
||||||
* http://miromannino.github.io/Justified-Gallery/
|
* http://miromannino.github.io/Justified-Gallery/
|
||||||
* Copyright (c) 2019 Miro Mannino
|
* Copyright (c) 2019 Miro Mannino
|
||||||
|
Loading…
Reference in New Issue
Block a user