From 769831d84dc7f9bc4122080331266121b1b00658 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Sat, 13 May 2023 16:14:05 +0000 Subject: [PATCH] cam_fsync: Drop license paragraphs The cam_fsync files are having the SPDX license forma. Hence, it is not required to have the license paragraphs. Remove the non-required license paragraphs details. Bug 4038415 Change-Id: Ifccc4d12111d076eb4f98c414bc35158da1cc694 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2903865 GVS: Gerrit_Virtual_Submit --- .../media/platform/tegra/cam_fsync/cam_fsync.c | 16 ++-------------- include/uapi/media/cam_fsync.h | 17 +++-------------- 2 files changed, 5 insertions(+), 28 deletions(-) diff --git a/drivers/media/platform/tegra/cam_fsync/cam_fsync.c b/drivers/media/platform/tegra/cam_fsync/cam_fsync.c index 1e0c459a..5d275a58 100644 --- a/drivers/media/platform/tegra/cam_fsync/cam_fsync.c +++ b/drivers/media/platform/tegra/cam_fsync/cam_fsync.c @@ -1,18 +1,6 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary +// SPDX-License-Identifier: GPL-2.0-only /* - * SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope 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. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. */ #include diff --git a/include/uapi/media/cam_fsync.h b/include/uapi/media/cam_fsync.h index 39d460f1..3395467d 100644 --- a/include/uapi/media/cam_fsync.h +++ b/include/uapi/media/cam_fsync.h @@ -1,17 +1,6 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary - * SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope 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. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. */ #ifndef __CAM_FSYNC_H__