Skip to content

Commit 45534ef

Browse files
authored
Add LICENSE
1 parent 04bfe0b commit 45534ef

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

LICENSE

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
Copyright © 2015-2018 Batch.com
2+
3+
-------------
4+
Dependencies
5+
-------------
6+
7+
FlexboxLayout license:
8+
9+
Copyright (C) 2015 The Android Open Source Project
10+
11+
Licensed under the Apache License, Version 2.0 (the "License");
12+
you may not use this file except in compliance with the License.
13+
You may obtain a copy of the License at
14+
15+
http://www.apache.org/licenses/LICENSE-2.0
16+
17+
Unless required by applicable law or agreed to in writing, software
18+
distributed under the License is distributed on an "AS IS" BASIS,
19+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20+
See the License for the specific language governing permissions and
21+
limitations under the License.
22+
23+
--------------------
24+
25+
PercentRelativeLayout license:
26+
27+
Copyright (C) 2015 The Android Open Source Project
28+
29+
Licensed under the Apache License, Version 2.0 (the "License");
30+
you may not use this file except in compliance with the License.
31+
You may obtain a copy of the License at
32+
33+
http://www.apache.org/licenses/LICENSE-2.0
34+
35+
Unless required by applicable law or agreed to in writing, software
36+
distributed under the License is distributed on an "AS IS" BASIS,
37+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38+
See the License for the specific language governing permissions and
39+
limitations under the License.
40+
41+
--------------------
42+
43+
Gif support comes from bumptech/glide in third_party/gif_decoder
44+
45+
glide license:
46+
47+
Copyright 2014 Google, Inc. All rights reserved.
48+
49+
Redistribution and use in source and binary forms, with or without modification, are
50+
permitted provided that the following conditions are met:
51+
52+
1. Redistributions of source code must retain the above copyright notice, this list of
53+
conditions and the following disclaimer.
54+
55+
2. Redistributions in binary form must reproduce the above copyright notice, this list
56+
of conditions and the following disclaimer in the documentation and/or other materials
57+
provided with the distribution.
58+
59+
THIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS'' AND ANY EXPRESS OR IMPLIED
60+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
61+
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE, INC. OR
62+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
63+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
64+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
65+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
66+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
67+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
68+
69+
The views and conclusions contained in the software and documentation are those of the
70+
authors and should not be interpreted as representing official policies, either expressed
71+
or implied, of Google, Inc.
72+
73+
--------------------
74+
75+
gif_decoder license:
76+
77+
Copyright (c) 2013 Xcellent Creations, Inc.
78+
79+
Permission is hereby granted, free of charge, to any person obtaining
80+
a copy of this software and associated documentation files (the
81+
"Software"), to deal in the Software without restriction, including
82+
without limitation the rights to use, copy, modify, merge, publish,
83+
distribute, sublicense, and/or sell copies of the Software, and to
84+
permit persons to whom the Software is furnished to do so, subject to
85+
the following conditions:
86+
87+
The above copyright notice and this permission notice shall be
88+
included in all copies or substantial portions of the Software.
89+
90+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
91+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
92+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
93+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
94+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
95+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
96+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
97+
98+
--------------------
99+
100+
Rounded image drawable:
101+
102+
Copyright (C) 2015 Vincent Mi
103+
104+
Licensed under the Apache License, Version 2.0 (the "License");
105+
you may not use this file except in compliance with the License.
106+
You may obtain a copy of the License at
107+
108+
http://www.apache.org/licenses/LICENSE-2.0
109+
110+
Unless required by applicable law or agreed to in writing, software
111+
distributed under the License is distributed on an "AS IS" BASIS,
112+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
113+
See the License for the specific language governing permissions and
114+
limitations under the License.

0 commit comments

Comments
 (0)