Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/tegra: Relicense under GPL v2

The majority of the code in this driver is licensed under the GPL v2, so
relicense the rest under GPL v2 as well for consistency.

Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

+18 -87
+3 -17
drivers/gpu/drm/tegra/dsi.c
··· 1 1 /* 2 2 * Copyright (C) 2013 NVIDIA Corporation 3 3 * 4 - * Permission to use, copy, modify, distribute, and sell this software and its 5 - * documentation for any purpose is hereby granted without fee, provided that 6 - * the above copyright notice appear in all copies and that both that copyright 7 - * notice and this permission notice appear in supporting documentation, and 8 - * that the name of the copyright holders not be used in advertising or 9 - * publicity pertaining to distribution of the software without specific, 10 - * written prior permission. The copyright holders make no representations 11 - * about the suitability of this software for any purpose. It is provided "as 12 - * is" without express or implied warranty. 13 - * 14 - * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15 - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 16 - * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17 - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 18 - * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19 - * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 20 - * OF THIS SOFTWARE. 4 + * This program is free software; you can redistribute it and/or modify 5 + * it under the terms of the GNU General Public License version 2 as 6 + * published by the Free Software Foundation. 21 7 */ 22 8 23 9 #include <linux/clk.h>
+3 -17
drivers/gpu/drm/tegra/dsi.h
··· 1 1 /* 2 2 * Copyright (C) 2013 NVIDIA Corporation 3 3 * 4 - * Permission to use, copy, modify, distribute, and sell this software and its 5 - * documentation for any purpose is hereby granted without fee, provided that 6 - * the above copyright notice appear in all copies and that both that copyright 7 - * notice and this permission notice appear in supporting documentation, and 8 - * that the name of the copyright holders not be used in advertising or 9 - * publicity pertaining to distribution of the software without specific, 10 - * written prior permission. The copyright holders make no representations 11 - * about the suitability of this software for any purpose. It is provided "as 12 - * is" without express or implied warranty. 13 - * 14 - * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15 - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 16 - * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17 - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 18 - * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19 - * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 20 - * OF THIS SOFTWARE. 4 + * This program is free software; you can redistribute it and/or modify 5 + * it under the terms of the GNU General Public License version 2 as 6 + * published by the Free Software Foundation. 21 7 */ 22 8 23 9 #ifndef DRM_TEGRA_DSI_H
+3 -8
drivers/gpu/drm/tegra/gem.c
··· 8 8 * 9 9 * Copyright (c) 2011 Samsung Electronics Co., Ltd. 10 10 * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * as published by the Free Software Foundation; either version 2 14 - * of the License, or (at your option) any later version. 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 11 + * This program is free software; you can redistribute it and/or modify 12 + * it under the terms of the GNU General Public License version 2 as 13 + * published by the Free Software Foundation. 19 14 */ 20 15 21 16 #include <linux/dma-buf.h>
+3 -11
drivers/gpu/drm/tegra/gem.h
··· 3 3 * 4 4 * Copyright (c) 2012-2013, NVIDIA Corporation. 5 5 * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 6 + * This program is free software; you can redistribute it and/or modify 7 + * it under the terms of the GNU General Public License version 2 as 8 + * published by the Free Software Foundation. 17 9 */ 18 10 19 11 #ifndef __HOST1X_GEM_H
+3 -17
drivers/gpu/drm/tegra/mipi-phy.c
··· 1 1 /* 2 2 * Copyright (C) 2013 NVIDIA Corporation 3 3 * 4 - * Permission to use, copy, modify, distribute, and sell this software and its 5 - * documentation for any purpose is hereby granted without fee, provided that 6 - * the above copyright notice appear in all copies and that both that copyright 7 - * notice and this permission notice appear in supporting documentation, and 8 - * that the name of the copyright holders not be used in advertising or 9 - * publicity pertaining to distribution of the software without specific, 10 - * written prior permission. The copyright holders make no representations 11 - * about the suitability of this software for any purpose. It is provided "as 12 - * is" without express or implied warranty. 13 - * 14 - * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15 - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 16 - * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17 - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 18 - * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19 - * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 20 - * OF THIS SOFTWARE. 4 + * This program is free software; you can redistribute it and/or modify 5 + * it under the terms of the GNU General Public License version 2 as 6 + * published by the Free Software Foundation. 21 7 */ 22 8 23 9 #include <linux/errno.h>
+3 -17
drivers/gpu/drm/tegra/mipi-phy.h
··· 1 1 /* 2 2 * Copyright (C) 2013 NVIDIA Corporation 3 3 * 4 - * Permission to use, copy, modify, distribute, and sell this software and its 5 - * documentation for any purpose is hereby granted without fee, provided that 6 - * the above copyright notice appear in all copies and that both that copyright 7 - * notice and this permission notice appear in supporting documentation, and 8 - * that the name of the copyright holders not be used in advertising or 9 - * publicity pertaining to distribution of the software without specific, 10 - * written prior permission. The copyright holders make no representations 11 - * about the suitability of this software for any purpose. It is provided "as 12 - * is" without express or implied warranty. 13 - * 14 - * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15 - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 16 - * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17 - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 18 - * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19 - * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 20 - * OF THIS SOFTWARE. 4 + * This program is free software; you can redistribute it and/or modify 5 + * it under the terms of the GNU General Public License version 2 as 6 + * published by the Free Software Foundation. 21 7 */ 22 8 23 9 #ifndef DRM_TEGRA_MIPI_PHY_H