aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdPartyLicenses/DotNetZip-bzip2.txt
diff options
context:
space:
mode:
authorOren Hurvitz2012-04-23 18:30:25 +0300
committerJustin Clark-Casey (justincc)2012-04-27 19:46:31 +0100
commit37d770f814321b461fc3380345d7ffcd1e00acc9 (patch)
tree1bd358d9e4b4b360c0cd8596ddc3b643b029d670 /ThirdPartyLicenses/DotNetZip-bzip2.txt
parentAdd Stefan_Boom / stoehr to contributors (diff)
downloadopensim-SC_OLD-37d770f814321b461fc3380345d7ffcd1e00acc9.zip
opensim-SC_OLD-37d770f814321b461fc3380345d7ffcd1e00acc9.tar.gz
opensim-SC_OLD-37d770f814321b461fc3380345d7ffcd1e00acc9.tar.bz2
opensim-SC_OLD-37d770f814321b461fc3380345d7ffcd1e00acc9.tar.xz
Use DotNetZip to compress OARs and IARs.
DotNetZip provides much better compression than standard .NET.
Diffstat (limited to '')
-rw-r--r--ThirdPartyLicenses/DotNetZip-bzip2.txt29
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
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 */