diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2019-07-26 16:42:26 +1000 |
---|---|---|
committer | Oliver O'Halloran <oohall@gmail.com> | 2019-07-30 14:13:24 +1000 |
commit | 0f9371da9a45343485ac41009f2669754ce31e76 (patch) | |
tree | cfeca304617f9e12490fe8d8ba8684326d9799ac /hw/npu-opal.c | |
parent | ba10ce128c758566347d89f05e835dc7fa923393 (diff) | |
download | skiboot-0f9371da9a45343485ac41009f2669754ce31e76.zip skiboot-0f9371da9a45343485ac41009f2669754ce31e76.tar.gz skiboot-0f9371da9a45343485ac41009f2669754ce31e76.tar.bz2 |
hw: Put SPDX on new files
Convert the npu3 files to use SPDX headers.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'hw/npu-opal.c')
-rw-r--r-- | hw/npu-opal.c | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/hw/npu-opal.c b/hw/npu-opal.c index 208ec51..91ecfc2 100644 --- a/hw/npu-opal.c +++ b/hw/npu-opal.c @@ -1,17 +1,6 @@ -/* Copyright 2019 IBM Corp. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - * See the License for the specific language governing permissions and - * limitations under the License. +// SPDX-License-Identifier: Apache-2.0 +/* + * Copyright 2019 IBM Corp. */ #include <skiboot.h> |