|
23 | 23 | * THE SOFTWARE. |
24 | 24 | */ |
25 | 25 |
|
26 | | -/* |
27 | | - * The MIT License |
28 | | - * |
29 | | - * Copyright (c) 2016 Niek Haarman |
30 | | - * Copyright (c) 2007 Mockito contributors |
31 | | - * |
32 | | - * Permission is hereby granted, free of charge, to any person obtaining a copy |
33 | | - * of this software and associated documentation files (the "Software"), to deal |
34 | | - * in the Software without restriction, including without limitation the rights |
35 | | - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
36 | | - * copies of the Software, and to permit persons to whom the Software is |
37 | | - * furnished to do so, subject to the following conditions: |
38 | | - * |
39 | | - * The above copyright notice and this permission notice shall be included in |
40 | | - * all copies or substantial portions of the Software. |
41 | | - * |
42 | | - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
43 | | - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
44 | | - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
45 | | - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
46 | | - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
47 | | - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
48 | | - * THE SOFTWARE. |
49 | | - */ |
50 | | - |
51 | | -/* |
52 | | - * Copyright 2016 Niek Haarman |
53 | | - * |
54 | | - * Licensed under the Apache License, Version 2.0 (the "License"); |
55 | | - * you may not use this file except in compliance with the License. |
56 | | - * You may obtain a copy of the License at |
57 | | - * |
58 | | - * http://www.apache.org/licenses/LICENSE-2.0 |
59 | | - * |
60 | | - * Unless required by applicable law or agreed to in writing, software |
61 | | - * distributed under the License is distributed on an "AS IS" BASIS, |
62 | | - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
63 | | - * See the License for the specific language governing permissions and |
64 | | - * limitations under the License. |
65 | | - */ |
66 | | - |
67 | 26 | import com.nhaarman.expect.expect |
68 | 27 | import com.nhaarman.mockito_kotlin.eq |
69 | 28 | import com.nhaarman.mockito_kotlin.mock |
|
0 commit comments