|
1 | 1 | /* |
2 | | - * Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. |
3 | | - * |
4 | | - * Licensed under the Apache License, Version 2.0 (the "License"); |
5 | | - * you may not use this file except in compliance with the License. |
6 | | - * You may obtain a copy of the License at |
7 | | - * |
8 | | - * http://www.apache.org/licenses/LICENSE-2.0 |
9 | | - * |
10 | | - * Unless required by applicable law or agreed to in writing, software |
11 | | - * distributed under the License is distributed on an "AS IS" BASIS, |
12 | | - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 | | - * See the License for the specific language governing permissions and |
14 | | - * limitations under the License. |
| 2 | +* SPDX-License-Identifier: Apache-2.0 |
| 3 | +* |
| 4 | +* The HAMi Contributors require contributions made to |
| 5 | +* this file be licensed under the Apache-2.0 license or a |
| 6 | +* compatible open source license. |
| 7 | + */ |
| 8 | + |
| 9 | +/* |
| 10 | +* Licensed to NVIDIA CORPORATION under one or more contributor |
| 11 | +* license agreements. See the NOTICE file distributed with |
| 12 | +* this work for additional information regarding copyright |
| 13 | +* ownership. NVIDIA CORPORATION licenses this file to you under |
| 14 | +* the Apache License, Version 2.0 (the "License"); you may |
| 15 | +* not use this file except in compliance with the License. |
| 16 | +* You may obtain a copy of the License at |
| 17 | +* |
| 18 | +* http://www.apache.org/licenses/LICENSE-2.0 |
| 19 | +* |
| 20 | +* Unless required by applicable law or agreed to in writing, |
| 21 | +* software distributed under the License is distributed on an |
| 22 | +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 23 | +* KIND, either express or implied. See the License for the |
| 24 | +* specific language governing permissions and limitations |
| 25 | +* under the License. |
| 26 | + */ |
| 27 | + |
| 28 | +/* |
| 29 | +* Modifications Copyright The HAMi Authors. See |
| 30 | +* GitHub history for details. |
15 | 31 | */ |
16 | 32 |
|
17 | 33 | package v1 |
|
0 commit comments