@@ -132,25 +132,15 @@ class MainViewModel @Inject constructor(
132
132
Copyright (c) 2023, Jeremy, LLC
133
133
All rights reserved.
134
134
135
- Redistribution and use in source and binary forms, with or without
136
- modification, are permitted provided that the following conditions are met:
137
- * Redistributions of source code must retain the above copyright
138
- notice, this list of conditions and the following disclaimer.
139
- * Redistributions in binary form must reproduce the above copyright
140
- notice, this list of conditions and the following disclaimer in the
141
- documentation and/or other materials provided with the distribution.
142
- * Neither the name of Match Group, LLC nor the names of its contributors
143
- may be used to endorse or promote products derived from this software
144
- without specific prior written permission.
145
-
146
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
147
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
148
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
149
- DISCLAIMED. IN NO EVENT SHALL MATCH GROUP, LLC BE LIABLE FOR ANY
150
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
151
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
152
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
153
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
154
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
155
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
135
+ Licensed under the Apache License, Version 2.0 (the "License");
136
+ you may not use this file except in compliance with the License.
137
+ You may obtain a copy of the License at
138
+
139
+ http://www.apache.org/licenses/LICENSE-2.0
140
+
141
+ Unless required by applicable law or agreed to in writing, software
142
+ distributed under the License is distributed on an "AS IS" BASIS,
143
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
144
+ See the License for the specific language governing permissions and
145
+ limitations under the License.
156
146
~~~
0 commit comments