mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2025-11-23 15:52:43 +00:00
36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
|
|
Shrinkler executable file compressor for Amiga
|
|
|
|
Copyright 1999-2015 Aske Simon Christensen, with exceptions noted below.
|
|
|
|
Permission is hereby granted to anyone obtaining a copy of this software
|
|
package (including accompanying documentation) to compile, use, copy,
|
|
modify, merge and/or distribute it, in whole or in part, subject to the
|
|
following conditions:
|
|
|
|
- Distribution in source code form must include a copy of this license.
|
|
|
|
- Distribution in binary form must not be misattributed, i.e. you must
|
|
not claim (implicitly or explicitly) that you wrote it yourself.
|
|
|
|
- Distribution of the decrunch headers (Header.S, MiniHeader.S,
|
|
OverlapHeader.S, and the .bin and .dat files generated from them) in
|
|
binary form as part of an Amiga executable is not restricted by this
|
|
license and does not require attribution.
|
|
In particular, output executables from Shrinkler (which contain code
|
|
from the decrunch headers) are to be considered original works of the
|
|
author(s) of the corresponding input executables.
|
|
|
|
- The data decompression code (ShrinklerDecompress.S) is distributed
|
|
alongside the Shrinkler binaries in the official archives and has its
|
|
own license stated inside the file.
|
|
|
|
Exceptions:
|
|
|
|
- doshunks.h is part of the Amiga SDK and is Copyright 1989-1993
|
|
Commodore-Amiga, Inc.
|
|
|
|
- The "as" and "ld" executables in the toolchain directory are taken
|
|
from the AmiDevCpp distribution. They are covered by the GNU General
|
|
Public License.
|