blob: 7c80c51c06a6ae85c38ffac00fb6de52a5c57001 [file] [log] [blame]
JesusFreke@JesusFreke.com4b06cfb2010-08-02 00:57:56 +00001The majority of smali/baksmali is written and copyrighted by me (Ben Gruver)
2and released under the following license:
3
4*******************************************************************************
5Copyright (c) 2010 Ben Gruver (JesusFreke)
6All rights reserved.
7
8Redistribution and use in source and binary forms, with or without
9modification, are permitted provided that the following conditions
10are met:
111. Redistributions of source code must retain the above copyright
12 notice, this list of conditions and the following disclaimer.
132. Redistributions in binary form must reproduce the above copyright
14 notice, this list of conditions and the following disclaimer in the
15 documentation and/or other materials provided with the distribution.
163. The name of the author may not be used to endorse or promote products
17 derived from this software without specific prior written permission.
18
19THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
21OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
22IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
24NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29*******************************************************************************
30
31
Ben Gruver880e82d2011-11-14 11:56:47 -080032Unless otherwise stated in the code/commit message, any changes with the
Wojtek KaliciƄskib65e9422017-04-03 13:37:51 +010033committer of bgruv@google.com or wkal@google.com is copyrighted by
34Google Inc. and released under the following license:
Ben Gruver880e82d2011-11-14 11:56:47 -080035
36*******************************************************************************
37Copyright 2011, Google Inc.
38All rights reserved.
39
40Redistribution and use in source and binary forms, with or without
41modification, are permitted provided that the following conditions are
42met:
43
44 * Redistributions of source code must retain the above copyright
45notice, this list of conditions and the following disclaimer.
46 * Redistributions in binary form must reproduce the above
47copyright notice, this list of conditions and the following disclaimer
48in the documentation and/or other materials provided with the
49distribution.
50 * Neither the name of Google Inc. nor the names of its
51contributors may be used to endorse or promote products derived from
52this software without specific prior written permission.
53
54THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
55"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
56LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
57A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
58OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
59SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
60LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
61DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
62THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
63(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
64OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
65*******************************************************************************
66
67
JesusFreke@JesusFreke.com4b06cfb2010-08-02 00:57:56 +000068Various portions of the code are taken from the Android Open Source Project,
69and are used in accordance with the following license:
70
71*******************************************************************************
72Copyright (C) 2007 The Android Open Source Project
73
74Licensed under the Apache License, Version 2.0 (the "License");
75you may not use this file except in compliance with the License.
76You may obtain a copy of the License at
77
78 http://www.apache.org/licenses/LICENSE-2.0
79
80Unless required by applicable law or agreed to in writing, software
81distributed under the License is distributed on an "AS IS" BASIS,
82WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
83See the License for the specific language governing permissions and
84limitations under the License.
85*******************************************************************************
86
87
Ben Gruver70693ff2015-02-16 12:37:06 -080088Some parts of the smalidea plugin are based on code from the IDEA project, per the
89following license
90
91*******************************************************************************
92Copyright 2000-2014 JetBrains s.r.o.
93
94Licensed under the Apache License, Version 2.0 (the "License");
95you may not use this file except in compliance with the License.
96You may obtain a copy of the License at
97
98http://www.apache.org/licenses/LICENSE-2.0
99
100Unless required by applicable law or agreed to in writing, software
101distributed under the License is distributed on an "AS IS" BASIS,
102WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
103See the License for the specific language governing permissions and
104limitations under the License.
105*******************************************************************************