Skip to content

Commit d198d8d

Browse files
rb-uniondeepin-bot[bot]
authored andcommitted
chore: update license
As title. Log: Update license. Task: https://pms.uniontech.com/story-view-37681.html
1 parent ce17d4b commit d198d8d

4 files changed

Lines changed: 184 additions & 0 deletions

File tree

.reuse/dep5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,7 @@ Files: FuzzyTest/*
150150
Copyright: UnionTech Software Technology Co., Ltd.
151151
License: GPL-3.0-or-later
152152

153+
# unrar
154+
Files: acknow.txt
155+
Copyright: 1993-2023 Alexander L. Roshal
156+
License: LicenseRef-freeware

LICENSES/LicenseRef-freeware

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
****** ***** ****** UnRAR - free utility for RAR archives
2+
** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
****** ******* ****** License for use and distribution of
4+
** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5+
** ** ** ** ** ** FREE portable version
6+
~~~~~~~~~~~~~~~~~~~~~
7+
8+
The source code of UnRAR utility is freeware. This means:
9+
10+
1. All copyrights to RAR and the utility UnRAR are exclusively
11+
owned by the author - Alexander Roshal.
12+
13+
2. UnRAR source code may be used in any software to handle
14+
RAR archives without limitations free of charge, but cannot be
15+
used to develop RAR (WinRAR) compatible archiver and to
16+
re-create RAR compression algorithm, which is proprietary.
17+
Distribution of modified UnRAR source code in separate form
18+
or as a part of other software is permitted, provided that
19+
full text of this paragraph, starting from "UnRAR source code"
20+
words, is included in license, or in documentation if license
21+
is not available, and in source code comments of resulting package.
22+
23+
3. The UnRAR utility may be freely distributed. It is allowed
24+
to distribute UnRAR inside of other software packages.
25+
26+
4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
27+
NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT
28+
YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS,
29+
DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
30+
OR MISUSING THIS SOFTWARE.
31+
32+
5. Installing and using the UnRAR utility signifies acceptance of
33+
these terms and conditions of the license.
34+
35+
6. If you don't agree with terms of the license you must remove
36+
UnRAR files from your storage devices and cease to use the
37+
utility.
38+
39+
Thank you for your interest in RAR and UnRAR.
40+
41+
42+
Alexander L. Roshal

acknow.txt

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
ACKNOWLEDGMENTS
2+
3+
* We used "Screaming Fast Galois Field Arithmetic Using Intel
4+
SIMD Instructions" paper by James S. Plank, Kevin M. Greenan
5+
and Ethan L. Miller to improve Reed-Solomon coding performance.
6+
Also we are grateful to Artem Drobanov and Bulat Ziganshin
7+
for samples and ideas allowed to make Reed-Solomon coding
8+
more efficient.
9+
10+
* RAR text compression algorithm is based on Dmitry Shkarin PPMII
11+
and Dmitry Subbotin carryless rangecoder public domain source code.
12+
You may find it in ftp.elf.stuba.sk/pub/pc/pack.
13+
14+
* RAR encryption includes parts of code from Szymon Stefanek
15+
and Brian Gladman AES implementations also as Steve Reid SHA-1 source.
16+
17+
---------------------------------------------------------------------------
18+
Copyright (c) 2002, Dr Brian Gladman < >, Worcester, UK.
19+
All rights reserved.
20+
21+
LICENSE TERMS
22+
23+
The free distribution and use of this software in both source and binary
24+
form is allowed (with or without changes) provided that:
25+
26+
1. distributions of this source code include the above copyright
27+
notice, this list of conditions and the following disclaimer;
28+
29+
2. distributions in binary form include the above copyright
30+
notice, this list of conditions and the following disclaimer
31+
in the documentation and/or other associated materials;
32+
33+
3. the copyright holder's name is not used to endorse products
34+
built using this software without specific written permission.
35+
36+
ALTERNATIVELY, provided that this notice is retained in full, this product
37+
may be distributed under the terms of the GNU General Public License (GPL),
38+
in which case the provisions of the GPL apply INSTEAD OF those given above.
39+
40+
DISCLAIMER
41+
42+
This software is provided 'as is' with no explicit or implied warranties
43+
in respect of its properties, including, but not limited to, correctness
44+
and/or fitness for purpose.
45+
---------------------------------------------------------------------------
46+
47+
Source code of this package also as other cryptographic technology
48+
and computing project related links are available on Brian Gladman's
49+
web site: http://www.gladman.me.uk
50+
51+
* RAR uses CRC32 function based on Intel Slicing-by-8 algorithm.
52+
Original Intel Slicing-by-8 code is available here:
53+
54+
http://sourceforge.net/projects/slicing-by-8/
55+
56+
Original Intel Slicing-by-8 code is licensed under BSD License
57+
available at http://www.opensource.org/licenses/bsd-license.html
58+
59+
Copyright (c) 2004-2006 Intel Corporation.
60+
All Rights Reserved
61+
62+
Redistribution and use in source and binary forms, with or without
63+
modification, are permitted provided that the following conditions
64+
are met:
65+
66+
Redistributions of source code must retain the above copyright notice,
67+
this list of conditions and the following disclaimer.
68+
69+
Redistributions in binary form must reproduce the above copyright
70+
notice, this list of conditions and the following disclaimer
71+
in the documentation and/or other materials provided with
72+
the distribution.
73+
74+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
75+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
76+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
77+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
78+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
79+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
80+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
81+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
82+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
83+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
84+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
85+
SUCH DAMAGE.
86+
87+
* RAR archives may optionally include BLAKE2sp hash ( https://blake2.net ),
88+
designed by Jean-Philippe Aumasson, Samuel Neves, Zooko Wilcox-O'Hearn
89+
and Christian Winnerlein.
90+
91+
* Useful hints provided by Alexander Khoroshev and Bulat Ziganshin allowed
92+
to significantly improve RAR compression and speed.

debian/copyright

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,49 @@ License: MPL-1.1
8383
the notices in the Source Code files of the Original Code. You should
8484
use the text of this Exhibit A rather than the text found in the
8585
Original Code Source Code for Your Modifications.]
86+
87+
Files: acknow.txt
88+
Copyright: 1993-2023 Alexander L. Roshal
89+
License: freeware
90+
****** ***** ****** UnRAR - free utility for RAR archives
91+
** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
92+
****** ******* ****** License for use and distribution of
93+
** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
94+
** ** ** ** ** ** FREE portable version
95+
~~~~~~~~~~~~~~~~~~~~~
96+
97+
The source code of UnRAR utility is freeware. This means:
98+
99+
1. All copyrights to RAR and the utility UnRAR are exclusively
100+
owned by the author - Alexander Roshal.
101+
102+
2. UnRAR source code may be used in any software to handle
103+
RAR archives without limitations free of charge, but cannot be
104+
used to develop RAR (WinRAR) compatible archiver and to
105+
re-create RAR compression algorithm, which is proprietary.
106+
Distribution of modified UnRAR source code in separate form
107+
or as a part of other software is permitted, provided that
108+
full text of this paragraph, starting from "UnRAR source code"
109+
words, is included in license, or in documentation if license
110+
is not available, and in source code comments of resulting package.
111+
112+
3. The UnRAR utility may be freely distributed. It is allowed
113+
to distribute UnRAR inside of other software packages.
114+
115+
4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
116+
NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT
117+
YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS,
118+
DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
119+
OR MISUSING THIS SOFTWARE.
120+
121+
5. Installing and using the UnRAR utility signifies acceptance of
122+
these terms and conditions of the license.
123+
124+
6. If you don't agree with terms of the license you must remove
125+
UnRAR files from your storage devices and cease to use the
126+
utility.
127+
128+
Thank you for your interest in RAR and UnRAR.
129+
130+
131+
Alexander L. Roshal

0 commit comments

Comments
 (0)