Skip to content

Commit

Permalink
Imported to git.
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Dec 8, 2007
0 parents commit 5d018dc
Show file tree
Hide file tree
Showing 240 changed files with 42,513 additions and 0 deletions.
18 changes: 18 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

Authors of LZMA Utils
---------------------

Igor Pavlov
* designed LZMA as an algorithm;
* wrote an implementation known as LZMA SDK, which is part of
the bigger 7-Zip project.

Ville Koskinen
* wrote the first version of the gzip-like lzma command line
utility (C++)
* helped a lot with the documentation.

Lasse Collin
* ported LZMA SDK to C and zlib-like API (liblzma);
* rewrote the command line tool again to use liblzma and pthreads.

24 changes: 24 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

LZMA Utils Licenses
-------------------

Different licenses apply to different files in this package. Here
is a rough summary of which license apply to which parts of this
package (but check the individual files to be sure!):
- Everything under src/liblzma/check is public domain.
- Everything else under the src directory is under the GNU LGPL
2.1 or (at your opinion) any later version.
- Outside the src directory, there are some files that are under
the GNU GPL 2 or (at your opinion) any later version, or under
the GNU GPL 3 or (at your opinion) any later version.
- Most documentation files are under an all-permissive license.

The following license texts are included in the following files
in this package:
- COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1
- COPYING.GPLv2: GNU General Public License version 2
- COPYING.GPLv3: GNU General Public License version 3

If you have questions, don't hesitate to ask the copyright holder(s)
for more information.

339 changes: 339 additions & 0 deletions COPYING.GPLv2

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions COPYING.GPLv3

Large diffs are not rendered by default.

504 changes: 504 additions & 0 deletions COPYING.LGPLv2.1

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
See the commit log in the git repository:
git://ctrl.tukaani.org/lzma-utils.git
Loading

0 comments on commit 5d018dc

Please sign in to comment.