|
186 | 186 | same "printed page" as the copyright notice for easier
|
187 | 187 | identification within third-party archives.
|
188 | 188 |
|
189 |
| - Copyright 2017, The TensorFlow Model Analysis Authors. |
| 189 | + Copyright [yyyy] [name of copyright owner] |
190 | 190 |
|
191 | 191 | Licensed under the Apache License, Version 2.0 (the "License");
|
192 | 192 | you may not use this file except in compliance with the License.
|
|
198 | 198 | distributed under the License is distributed on an "AS IS" BASIS,
|
199 | 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200 | 200 | See the License for the specific language governing permissions and
|
201 |
| - limitations under the License. |
| 201 | + limitations under the License. |
| 202 | + |
| 203 | +-------------------------------------------------------------------------------- |
| 204 | +MIT |
| 205 | +The MIT License (MIT) |
| 206 | + |
| 207 | +Copyright (c) 2014-2015, Jon Schlinkert. |
| 208 | + |
| 209 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 210 | +of this software and associated documentation files (the "Software"), to deal |
| 211 | +in the Software without restriction, including without limitation the rights |
| 212 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 213 | +copies of the Software, and to permit persons to whom the Software is |
| 214 | +furnished to do so, subject to the following conditions: |
| 215 | + |
| 216 | +The above copyright notice and this permission notice shall be included in |
| 217 | +all copies or substantial portions of the Software. |
| 218 | + |
| 219 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 220 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 221 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 222 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 223 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 224 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 225 | +THE SOFTWARE. |
| 226 | + |
| 227 | + |
| 228 | +-------------------------------------------------------------------------------- |
| 229 | +BSD-3-Clause |
| 230 | +Copyright (c) 2016, Daniel Wirtz All rights reserved. |
| 231 | + |
| 232 | +Redistribution and use in source and binary forms, with or without |
| 233 | +modification, are permitted provided that the following conditions are |
| 234 | +met: |
| 235 | + |
| 236 | +* Redistributions of source code must retain the above copyright |
| 237 | + notice, this list of conditions and the following disclaimer. |
| 238 | +* Redistributions in binary form must reproduce the above copyright |
| 239 | + notice, this list of conditions and the following disclaimer in the |
| 240 | + documentation and/or other materials provided with the distribution. |
| 241 | +* Neither the name of its author, nor the names of its contributors |
| 242 | + may be used to endorse or promote products derived from this software |
| 243 | + without specific prior written permission. |
| 244 | + |
| 245 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 246 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 247 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 248 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 249 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 250 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 251 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 252 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 253 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 254 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 255 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments