diff options
author | Thierry Reding <treding@nvidia.com> | 2014-02-11 09:53:33 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-04-04 03:12:51 -0400 |
commit | d105a6c97e43e35fd4f852928bb8a19df235c6e7 (patch) | |
tree | 1ab4196c05c3ea769bce83afacbbacfa0258c187 | |
parent | 9a2ac2dcdc4baa63c913377f9856993498398025 (diff) |
drm/tegra: Use standard GPL v2 license text
Use the more canonical and concise variant of the GPL v2 license text.
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | drivers/gpu/drm/tegra/gr2d.c | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/drivers/gpu/drm/tegra/gr2d.c b/drivers/gpu/drm/tegra/gr2d.c index 7ec4259ffded..2c7ca748edf5 100644 --- a/drivers/gpu/drm/tegra/gr2d.c +++ b/drivers/gpu/drm/tegra/gr2d.c | |||
@@ -1,17 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2012-2013, NVIDIA Corporation. | 2 | * Copyright (c) 2012-2013, NVIDIA Corporation. |
3 | * | 3 | * |
4 | * This program is free software; you can redistribute it and/or modify it | 4 | * This program is free software; you can redistribute it and/or modify |
5 | * under the terms and conditions of the GNU General Public License, | 5 | * it under the terms of the GNU General Public License version 2 as |
6 | * version 2, as published by the Free Software Foundation. | 6 | * published by the Free Software Foundation. |
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | 7 | */ |
16 | 8 | ||
17 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |