aboutsummaryrefslogtreecommitdiff
path: root/NOTICE
diff options
context:
space:
mode:
authorJesusFreke@JesusFreke.com <JesusFreke@JesusFreke.com@55b6fa8a-2a1e-11de-a435-ffa8d773f76a>2010-08-02 00:58:12 +0000
committerJesusFreke@JesusFreke.com <JesusFreke@JesusFreke.com@55b6fa8a-2a1e-11de-a435-ffa8d773f76a>2010-08-02 00:58:12 +0000
commita6e5671a627284347484db96f40a29a45e4e4ed1 (patch)
treea9ba27cd09b5db78a5f5627f1374ef0f58f1fedb /NOTICE
parentbcc4d2d9e186b00386cba334a31b0f9ebffd299a (diff)
downloadsmali-a6e5671a627284347484db96f40a29a45e4e4ed1.tar.gz
Add support for class names that differ only by case on case insensitive file systems
git-svn-id: https://smali.googlecode.com/svn/trunk@784 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
Diffstat (limited to 'NOTICE')
-rw-r--r--NOTICE31
1 files changed, 30 insertions, 1 deletions
diff --git a/NOTICE b/NOTICE
index 2cac56e4..ab562167 100644
--- a/NOTICE
+++ b/NOTICE
@@ -66,4 +66,33 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-******************************************************************************* \ No newline at end of file
+*******************************************************************************
+
+
+The RadixTree implementation in the "util" project is taken from
+http://code.google.com/p/radixtree/ (version .3), and is used with minor
+modifications in accordance with the following license:
+
+*******************************************************************************
+The MIT License
+
+Copyright (c) 2008 Tahseen Ur Rehman
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*******************************************************************************