DotNetZip-bzip2.txt 1.1 KB

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