Skip to content

aashutos/zip4j-pearl-zip-plugin

Repository files navigation

Zip4J Plugin for Pearl Zip

By Aashutos Kakshepati

A plugin used to test the modular capabilities of the PearlZip archiver. It aims to provide a more complete feature set of the zip archive format using the underlying Zip4j library. This provides features such as encryption to archives.

Build Status

Compilation build of Zip4j Plugin for PearlZip:
Build Status

Installation Instructions

Consult the INSTRUCTIONS file within the deployment package. Essentially, the jar archives in the zip file provided need to be placed in the module path of PearlZip (i.e. the providers folder configured e.g. ~/.pz/providers).

Compatibility

Zip4j Plugin Version PearlZip version
0.0.0.1 0.0.0.2

License Details

The software has been licensed as open source software under the BSD 3-clause license in line with the PearlZip repository (as it was under before). Details of the wording can be found in the file: BSD-3-CLAUSE-LICENSE and below.

Legal Text - Berkeley Software distribution 3-clause

BSD 3-Clause License

Copyright (c) 2021, Aashutos Kakshepati
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Links