README revision 8996:a09bdbccfe1d
1178172Simp#
2178172Simp# CDDL HEADER START
3178172Simp#
4178172Simp# The contents of this file are subject to the terms of the
5178172Simp# Common Development and Distribution License (the "License").
6178172Simp# You may not use this file except in compliance with the License.
7178172Simp#
8178172Simp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9178172Simp# or http://www.opensolaris.org/os/licensing.
10178172Simp# See the License for the specific language governing permissions
11178172Simp# and limitations under the License.
12178172Simp#
13178172Simp# When distributing Covered Code, include this CDDL HEADER in each
14178172Simp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15178172Simp# If applicable, add the following below this CDDL HEADER, with the
16178172Simp# fields enclosed by brackets "[]" replaced with your own identifying
17178172Simp# information: Portions Copyright [yyyy] [name of copyright owner]
18178172Simp#
19178172Simp# CDDL HEADER END
20178172Simp#
21178172Simp#
22178172Simp# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23178172Simp# Use is subject to license terms.
24178172Simp#
25178172SimpThe source in this directory has been derived from
26178172SimpLZMA SDK 4.62 downloaded from http://www.7-zip.org/sdk.html
27178172Simp
28178172SimpIn an effort to provide ease of syncing with the upstream
29178172Simpcode, this source hasn't changed much. As such this code is
30178172Simpwaived from the usual Solaris coding standards and is
31178172Simpparticularly not lint clean. An effort has been made, however, 
32178172Simpto have the components compiled into the Solaris kernel be 
33178172Simplint free (this includes LzmaDec.c currently)  
34178172Simp