1 2The managed BZIP2 code included in Ionic.BZip2.dll and Ionic.Zip.dll is 3modified code, based on the bzip2 code in the Apache commons compress 4library. 5 6The original BZip2 was created by Julian Seward, and is licensed under 7the BSD license. 8 9The following license applies to the Apache code: 10----------------------------------------------------------------------- 11 12/* 13 * Licensed to the Apache Software Foundation (ASF) under one 14 * or more contributor license agreements. See the NOTICE file 15 * distributed with this work for additional information 16 * regarding copyright ownership. The ASF licenses this file 17 * to you under the Apache License, Version 2.0 (the 18 * "License"); you may not use this file except in compliance 19 * with the License. You may obtain a copy of the License at 20 * 21 * http://www.apache.org/licenses/LICENSE-2.0 22 * 23 * Unless required by applicable law or agreed to in writing, 24 * software distributed under the License is distributed on an 25 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 26 * KIND, either express or implied. See the License for the 27 * specific language governing permissions and limitations 28 * under the License. 29 */ 30