From 5ef3dd30a98796359c45cbeaf1ce7c381a9120e6 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Thu, 18 Jul 2019 12:30:00 +1000 Subject: SPDX-ify all skiboot code Use Software Package Data Exchange (SPDX) to indicate license for each file that is unique to skiboot. At the same time, ensure the (C) who and years are correct. See https://spdx.org/ Signed-off-by: Stewart Smith [oliver: Added a few missing files] Signed-off-by: Oliver O'Halloran --- hw/phb4.c | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'hw/phb4.c') diff --git a/hw/phb4.c b/hw/phb4.c index 13d3f7a..1b618d0 100644 --- a/hw/phb4.c +++ b/hw/phb4.c @@ -1,22 +1,9 @@ -/* Copyright 2013-2016 IBM Corp. - * Copyright 2018 Raptor Engineering, LLC - * - * 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 /* - * PHB4 support + * PHB4: PCI Host Bridge 4, in POWER9 * + * Copyright 2013-2019 IBM Corp. + * Copyright 2018 Raptor Engineering, LLC */ /* -- cgit v1.1