|
1 |
| -// +build !darwin |
| 1 | +//go:build !darwin |
| 2 | + |
| 3 | +/* |
| 4 | +Copyright 2022 The Kubernetes Authors All rights reserved. |
| 5 | +
|
| 6 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | +you may not use this file except in compliance with the License. |
| 8 | +You may obtain a copy of the License at |
| 9 | +
|
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | +Unless required by applicable law or agreed to in writing, software |
| 13 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | +See the License for the specific language governing permissions and |
| 16 | +limitations under the License. |
| 17 | +*/ |
| 18 | + |
| 19 | +/* |
| 20 | +Copyright (c) 2015-2020 Parallels IP Holdings GmbH. |
| 21 | +
|
| 22 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 23 | +of this software and associated documentation files (the "Software"), to deal |
| 24 | +in the Software without restriction, including without limitation the rights |
| 25 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 26 | +copies of the Software, and to permit persons to whom the Software is |
| 27 | +furnished to do so, subject to the following conditions: |
| 28 | +
|
| 29 | +The above copyright notice and this permission notice shall be included in all |
| 30 | +copies or substantial portions of the Software. |
| 31 | +
|
| 32 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 33 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 34 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 35 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 36 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 37 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 38 | +SOFTWARE. |
| 39 | +*/ |
2 | 40 |
|
3 | 41 | package parallels
|
4 | 42 |
|
|
0 commit comments