diff options
author | Oren Hurvitz | 2012-04-23 18:30:25 +0300 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-04-27 19:46:31 +0100 |
commit | 37d770f814321b461fc3380345d7ffcd1e00acc9 (patch) | |
tree | 1bd358d9e4b4b360c0cd8596ddc3b643b029d670 /ThirdPartyLicenses/DotNetZip-bzip2.txt | |
parent | Add Stefan_Boom / stoehr to contributors (diff) | |
download | opensim-SC-37d770f814321b461fc3380345d7ffcd1e00acc9.zip opensim-SC-37d770f814321b461fc3380345d7ffcd1e00acc9.tar.gz opensim-SC-37d770f814321b461fc3380345d7ffcd1e00acc9.tar.bz2 opensim-SC-37d770f814321b461fc3380345d7ffcd1e00acc9.tar.xz |
Use DotNetZip to compress OARs and IARs.
DotNetZip provides much better compression than standard .NET.
Diffstat (limited to 'ThirdPartyLicenses/DotNetZip-bzip2.txt')
-rw-r--r-- | ThirdPartyLicenses/DotNetZip-bzip2.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ThirdPartyLicenses/DotNetZip-bzip2.txt b/ThirdPartyLicenses/DotNetZip-bzip2.txt new file mode 100644 index 0000000..f8b4346 --- /dev/null +++ b/ThirdPartyLicenses/DotNetZip-bzip2.txt | |||
@@ -0,0 +1,29 @@ | |||
1 | |||
2 | The managed BZIP2 code included in Ionic.BZip2.dll and Ionic.Zip.dll is | ||
3 | modified code, based on the bzip2 code in the Apache commons compress | ||
4 | library. | ||
5 | |||
6 | The original BZip2 was created by Julian Seward, and is licensed under | ||
7 | the BSD license. | ||
8 | |||
9 | The 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 | */ | ||