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
|
||||
variables are at the top (after the license).
|
||||
|
||||
Dependencies:
|
||||
* Bourne Shell (sh)
|
||||
* Base64
|
||||
* ImageMagick
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user