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