added rar license file
This commit is contained in:
parent
7f4096676d
commit
5a96b128fc
3 changed files with 49 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sk_extract"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
|||
|
|
@ -192,8 +192,8 @@ use sk_extract::extractors::{
|
|||
}
|
||||
```
|
||||
# Credits
|
||||
thanks to all of the wonderful library devs listed below that have helped the early bootstrapping of this project:
|
||||
- unrar
|
||||
Thanks to all of the wonderful library devs listed below that have helped the early bootstrapping of this project:
|
||||
- unrar.rs
|
||||
- zip
|
||||
- bzip2
|
||||
- flate2
|
||||
|
|
@ -202,6 +202,9 @@ thanks to all of the wonderful library devs listed below that have helped the ea
|
|||
- sevenz-rust
|
||||
- tar
|
||||
- serial_test
|
||||
Thanks to the dood sky who helped me with the nixery!
|
||||
|
||||
# LICENSE:
|
||||
This software is licensed under the MIT License except for any code that directly interacts with unrar which falls under [it's gross license](./rar_license.txt)
|
||||
### TODO:
|
||||
- add support for the remaining filetypes
|
||||
|
|
|
|||
43
rar-license.txt
Normal file
43
rar-license.txt
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
****** ***** ****** UnRAR - free utility for RAR archives
|
||||
** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
****** ******* ****** License for use and distribution of
|
||||
** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
** ** ** ** ** ** FREE portable version
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The source code of UnRAR utility is freeware. This means:
|
||||
|
||||
1. All copyrights to RAR and the utility UnRAR are exclusively
|
||||
owned by the author - Alexander Roshal.
|
||||
|
||||
2. UnRAR source code may be used in any software to handle
|
||||
RAR archives without limitations free of charge, but cannot be
|
||||
used to develop RAR (WinRAR) compatible archiver and to
|
||||
re-create RAR compression algorithm, which is proprietary.
|
||||
Distribution of modified UnRAR source code in separate form
|
||||
or as a part of other software is permitted, provided that
|
||||
full text of this paragraph, starting from "UnRAR source code"
|
||||
words, is included in license, or in documentation if license
|
||||
is not available, and in source code comments of resulting package.
|
||||
|
||||
3. The UnRAR utility may be freely distributed. It is allowed
|
||||
to distribute UnRAR inside of other software packages.
|
||||
|
||||
4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
|
||||
NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT
|
||||
YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS,
|
||||
DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
|
||||
OR MISUSING THIS SOFTWARE.
|
||||
|
||||
5. Installing and using the UnRAR utility signifies acceptance of
|
||||
these terms and conditions of the license.
|
||||
|
||||
6. If you don't agree with terms of the license you must remove
|
||||
UnRAR files from your storage devices and cease to use the
|
||||
utility.
|
||||
|
||||
Thank you for your interest in RAR and UnRAR.
|
||||
|
||||
|
||||
Alexander L. Roshal
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue