summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/mm_gv11b.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-09-25 11:59:28 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-09-25 20:03:31 -0400
commitd61643c0200983dc340d37962bb0a3ca900a3e97 (patch)
tree601c8af746b9bd7fc8460bbcf92212d22327ef32 /drivers/gpu/nvgpu/gv11b/mm_gv11b.h
parentc359afbfe20cf7851ce93f70a95d652420d504cd (diff)
gpu: nvgpu: gv11b: Change license for common files to MIT
Change license of OS independent source code files to MIT. JIRA NVGPU-218 Change-Id: I93c0504f0544ee8ced4898c386b3f5fbaa6a99a9 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1567804 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: David Martinez Nieto <dmartineznie@nvidia.com> Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/mm_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/mm_gv11b.h23
1 files changed, 16 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/mm_gv11b.h b/drivers/gpu/nvgpu/gv11b/mm_gv11b.h
index 12f0fe63..d830b7cc 100644
--- a/drivers/gpu/nvgpu/gv11b/mm_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/mm_gv11b.h
@@ -2,14 +2,23 @@
2 * GV11B MM 2 * GV11B MM
3 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 3 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify it 5 * Permission is hereby granted, free of charge, to any person obtaining a
6 * under the terms and conditions of the GNU General Public License, 6 * copy of this software and associated documentation files (the "Software"),
7 * version 2, as published by the Free Software Foundation. 7 * to deal in the Software without restriction, including without limitation
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9 * and/or sell copies of the Software, and to permit persons to whom the
10 * Software is furnished to do so, subject to the following conditions:
8 * 11 *
9 * This program is distributed in the hope it will be useful, but WITHOUT 12 * The above copyright notice and this permission notice shall be included in
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * all copies or substantial portions of the Software.
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 *
12 * more details. 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21 * DEALINGS IN THE SOFTWARE.
13 */ 22 */
14 23
15#ifndef MM_GV11B_H 24#ifndef MM_GV11B_H