From ee721bb6688593b95cc4c795bbf2295f29acabe7 Mon Sep 17 00:00:00 2001 From: Lorenzo Rossi Date: Tue, 28 Apr 2026 17:23:16 +0200 Subject: [PATCH] pan/bi: Switch old license texts to SPDX Signed-off-by: Lorenzo Rossi Reviewed-by: Lars-Ivar Hesselberg Simonsen --- .../compiler/pan_nir_lower_bool_to_bitsize.c | 20 +------------------ .../compiler/pan_nir_resize_varying_io.c | 20 +------------------ 2 files changed, 2 insertions(+), 38 deletions(-) diff --git a/src/panfrost/compiler/pan_nir_lower_bool_to_bitsize.c b/src/panfrost/compiler/pan_nir_lower_bool_to_bitsize.c index 8b8815091e8..25cb94c78ce 100644 --- a/src/panfrost/compiler/pan_nir_lower_bool_to_bitsize.c +++ b/src/panfrost/compiler/pan_nir_lower_bool_to_bitsize.c @@ -1,24 +1,6 @@ /* * Copyright © 2018 Intel Corporation - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice (including the next - * paragraph) shall be included in all copies or substantial portions of the - * Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS - * IN THE SOFTWARE. + * SPDX-License-Identifier: MIT */ #include "pan_nir.h" diff --git a/src/panfrost/compiler/pan_nir_resize_varying_io.c b/src/panfrost/compiler/pan_nir_resize_varying_io.c index 506d473fa97..1aec342a975 100644 --- a/src/panfrost/compiler/pan_nir_resize_varying_io.c +++ b/src/panfrost/compiler/pan_nir_resize_varying_io.c @@ -1,24 +1,6 @@ /* * Copyright (c) 2025 Collabora, Ltd. - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice (including the next - * paragraph) shall be included in all copies or substantial portions of the - * Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. + * SPDX-License-Identifier: MIT */ #include "pan_nir.h"