gpu: nvgpu: use GPLV2 license for files in os/linux

JIRA NVGPU-6452

Change-Id: Iac22c3bf52c541a9fd3ba7e59cf4e78ce92ecd71
Signed-off-by: srajum <srajum@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2526346
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
srajum
2021-05-07 18:08:36 +05:30
committed by mobile promotions
parent cebefd7ea2
commit 74deaae0bf
2 changed files with 9 additions and 4 deletions

View File

@@ -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 * This program is free software; you can redistribute it and/or modify it
* License version 2, as published by the Free Software Foundation, and * under the terms and conditions of the GNU General Public License,
* may be copied, distributed, and modified under those terms. * version 2, as published by the Free Software Foundation.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * 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 <http://www.gnu.org/licenses/>.
*/ */
#include "debug_cde.h" #include "debug_cde.h"

View File

@@ -9,6 +9,9 @@
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details. * more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <nvgpu/trace.h> #include <nvgpu/trace.h>