From 74deaae0bf7b5b4a0f88806d66c796e8b6c8bf2b Mon Sep 17 00:00:00 2001 From: srajum Date: Fri, 7 May 2021 18:08:36 +0530 Subject: [PATCH] gpu: nvgpu: use GPLV2 license for files in os/linux JIRA NVGPU-6452 Change-Id: Iac22c3bf52c541a9fd3ba7e59cf4e78ce92ecd71 Signed-off-by: srajum Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2526346 Reviewed-by: Alex Waterman Reviewed-by: Vaibhav Kachore Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/os/linux/debug.c | 10 ++++++---- drivers/gpu/nvgpu/os/linux/intr.c | 3 +++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/nvgpu/os/linux/debug.c b/drivers/gpu/nvgpu/os/linux/debug.c index da984a2ab..8ca775c52 100644 --- a/drivers/gpu/nvgpu/os/linux/debug.c +++ b/drivers/gpu/nvgpu/os/linux/debug.c @@ -1,15 +1,17 @@ /* - * Copyright (C) 2017-2021 NVIDIA Corporation. All rights reserved. + * Copyright (C) 2017-2021, 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 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 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. * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #include "debug_cde.h" diff --git a/drivers/gpu/nvgpu/os/linux/intr.c b/drivers/gpu/nvgpu/os/linux/intr.c index b54f5095f..dfb4238c4 100644 --- a/drivers/gpu/nvgpu/os/linux/intr.c +++ b/drivers/gpu/nvgpu/os/linux/intr.c @@ -9,6 +9,9 @@ * 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 . */ #include