xref: /illumos-gate/usr/src/common/lzma/README (revision b1efbcd6)
1*b1efbcd6SAlok Aggarwal#
2*b1efbcd6SAlok Aggarwal# CDDL HEADER START
3*b1efbcd6SAlok Aggarwal#
4*b1efbcd6SAlok Aggarwal# The contents of this file are subject to the terms of the
5*b1efbcd6SAlok Aggarwal# Common Development and Distribution License (the "License").
6*b1efbcd6SAlok Aggarwal# You may not use this file except in compliance with the License.
7*b1efbcd6SAlok Aggarwal#
8*b1efbcd6SAlok Aggarwal# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*b1efbcd6SAlok Aggarwal# or http://www.opensolaris.org/os/licensing.
10*b1efbcd6SAlok Aggarwal# See the License for the specific language governing permissions
11*b1efbcd6SAlok Aggarwal# and limitations under the License.
12*b1efbcd6SAlok Aggarwal#
13*b1efbcd6SAlok Aggarwal# When distributing Covered Code, include this CDDL HEADER in each
14*b1efbcd6SAlok Aggarwal# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*b1efbcd6SAlok Aggarwal# If applicable, add the following below this CDDL HEADER, with the
16*b1efbcd6SAlok Aggarwal# fields enclosed by brackets "[]" replaced with your own identifying
17*b1efbcd6SAlok Aggarwal# information: Portions Copyright [yyyy] [name of copyright owner]
18*b1efbcd6SAlok Aggarwal#
19*b1efbcd6SAlok Aggarwal# CDDL HEADER END
20*b1efbcd6SAlok Aggarwal#
21*b1efbcd6SAlok Aggarwal#
22*b1efbcd6SAlok Aggarwal# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*b1efbcd6SAlok Aggarwal# Use is subject to license terms.
24*b1efbcd6SAlok Aggarwal#
25*b1efbcd6SAlok AggarwalThe source in this directory has been derived from
26*b1efbcd6SAlok AggarwalLZMA SDK 4.62 downloaded from http://www.7-zip.org/sdk.html
27*b1efbcd6SAlok Aggarwal
28*b1efbcd6SAlok AggarwalIn an effort to provide ease of syncing with the upstream
29*b1efbcd6SAlok Aggarwalcode, this source hasn't changed much. As such this code is
30*b1efbcd6SAlok Aggarwalwaived from the usual Solaris coding standards and is
31*b1efbcd6SAlok Aggarwalparticularly not lint clean. An effort has been made, however,
32*b1efbcd6SAlok Aggarwalto have the components compiled into the Solaris kernel be
33*b1efbcd6SAlok Aggarwallint free (this includes LzmaDec.c currently)
34