From 70c3e46ef676f15ee03b225e937278cfb4725a08 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 6 Nov 2024 10:51:04 +0100 Subject: [PATCH] drivers/sensors/adt7320 : migrate license to ASF Augusto Fraga Giachero has sumitted the ICLA and the license can be replaced by the ASF License Signed-off-by: Alin Jerpelea --- drivers/sensors/adt7320.h | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/drivers/sensors/adt7320.h b/drivers/sensors/adt7320.h index 2304bba270..f490e510c0 100644 --- a/drivers/sensors/adt7320.h +++ b/drivers/sensors/adt7320.h @@ -1,17 +1,22 @@ /**************************************************************************** * drivers/sensors/adt7320.h * - * 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 + * SPDX-License-Identifier: Apache-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you 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. + * 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. * ****************************************************************************/