summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/ctrl
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-11-28 11:04:08 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-29 14:53:35 -0500
commit38554bb68386c1b34caf2d11ffaa84a82775f2a3 (patch)
tree1f07010bf8f49b541d98d5b3f122ec0f2616e4e1 /drivers/gpu/nvgpu/ctrl
parent58f4223a20282b428954aab26a9839097820e479 (diff)
gpu: nvgpu: Fix license of ctrlclkavfs.h
ctrlclkavfs.h was missing a license. Add MIT license text. Change-Id: I45a60e9c8cf378bcabfa4167a4f8859c5378a8eb Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1606426 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/ctrl')
-rw-r--r--drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h23
1 files changed, 17 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h b/drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h
index 7e28a5d9..cfc6538a 100644
--- a/drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h
+++ b/drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h
@@ -1,12 +1,23 @@
1/* 1/*
2 * _NVRM_COPYRIGHT_BEGIN_ 2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Copyright 2015-2016 by NVIDIA Corporation. All rights reserved. All 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * information contained herein is proprietary and confidential to NVIDIA 5 * copy of this software and associated documentation files (the "Software"),
6 * Corporation. Any use, reproduction, or disclosure without the written 6 * to deal in the Software without restriction, including without limitation
7 * permission of NVIDIA Corporation is prohibited. 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
8 * 10 *
9 * _NVRM_COPYRIGHT_END_ 11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
13 *
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE.
10 */ 21 */
11 22
12#ifndef _ctrlclkavfs_h_ 23#ifndef _ctrlclkavfs_h_