diff --git a/drivers/platform/tegra/cvnas/cvnas.c b/drivers/platform/tegra/cvnas/cvnas.c index e4e0e8ab..345f6f23 100644 --- a/drivers/platform/tegra/cvnas/cvnas.c +++ b/drivers/platform/tegra/cvnas/cvnas.c @@ -1,17 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-only /* - * drivers/platform/tegra/cvnas.c - * - * Copyright (C) 2017-2022, NVIDIA Corporation. All rights reserved. - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * + * Copyright (C) 2017-2023, NVIDIA Corporation. All rights reserved. */ #ifdef pr_fmt diff --git a/include/linux/cvnas.h b/include/linux/cvnas.h index 956b993b..e4192813 100644 --- a/include/linux/cvnas.h +++ b/include/linux/cvnas.h @@ -1,20 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* - * include/linux/cvnas.h - * - * Tegra cvnas driver - * - * Copyright (c) 2018-2022, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * + * Copyright (c) 2018-2023, NVIDIA Corporation. All rights reserved. */ #ifndef __LINUX_CVNAS_H