Commit 9a2ac2dc authored by Thierry Reding's avatar Thierry Reding

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: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 248141db
/* /*
* Copyright (C) 2013 NVIDIA Corporation * Copyright (C) 2013 NVIDIA Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and its * This program is free software; you can redistribute it and/or modify
* documentation for any purpose is hereby granted without fee, provided that * it under the terms of the GNU General Public License version 2 as
* the above copyright notice appear in all copies and that both that copyright * published by the Free Software Foundation.
* notice and this permission notice appear in supporting documentation, and
* that the name of the copyright holders not be used in advertising or
* publicity pertaining to distribution of the software without specific,
* written prior permission. The copyright holders make no representations
* about the suitability of this software for any purpose. It is provided "as
* is" without express or implied warranty.
*
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
* EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
/* /*
* Copyright (C) 2013 NVIDIA Corporation * Copyright (C) 2013 NVIDIA Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and its * This program is free software; you can redistribute it and/or modify
* documentation for any purpose is hereby granted without fee, provided that * it under the terms of the GNU General Public License version 2 as
* the above copyright notice appear in all copies and that both that copyright * published by the Free Software Foundation.
* notice and this permission notice appear in supporting documentation, and
* that the name of the copyright holders not be used in advertising or
* publicity pertaining to distribution of the software without specific,
* written prior permission. The copyright holders make no representations
* about the suitability of this software for any purpose. It is provided "as
* is" without express or implied warranty.
*
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
* EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*/ */
#ifndef DRM_TEGRA_DSI_H #ifndef DRM_TEGRA_DSI_H
......
...@@ -8,14 +8,9 @@ ...@@ -8,14 +8,9 @@
* *
* Copyright (c) 2011 Samsung Electronics Co., Ltd. * Copyright (c) 2011 Samsung Electronics Co., Ltd.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License * it under the terms of the GNU General Public License version 2 as
* as published by the Free Software Foundation; either version 2 * published by the Free Software Foundation.
* of the License, or (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/ */
#include <linux/dma-buf.h> #include <linux/dma-buf.h>
......
...@@ -3,17 +3,9 @@ ...@@ -3,17 +3,9 @@
* *
* Copyright (c) 2012-2013, NVIDIA Corporation. * Copyright (c) 2012-2013, NVIDIA Corporation.
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify
* under the terms and conditions of the GNU General Public License, * it under the terms of the GNU General Public License version 2 as
* version 2, as published by the Free Software Foundation. * published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the 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/>.
*/ */
#ifndef __HOST1X_GEM_H #ifndef __HOST1X_GEM_H
......
/* /*
* Copyright (C) 2013 NVIDIA Corporation * Copyright (C) 2013 NVIDIA Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and its * This program is free software; you can redistribute it and/or modify
* documentation for any purpose is hereby granted without fee, provided that * it under the terms of the GNU General Public License version 2 as
* the above copyright notice appear in all copies and that both that copyright * published by the Free Software Foundation.
* notice and this permission notice appear in supporting documentation, and
* that the name of the copyright holders not be used in advertising or
* publicity pertaining to distribution of the software without specific,
* written prior permission. The copyright holders make no representations
* about the suitability of this software for any purpose. It is provided "as
* is" without express or implied warranty.
*
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
* EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*/ */
#include <linux/errno.h> #include <linux/errno.h>
......
/* /*
* Copyright (C) 2013 NVIDIA Corporation * Copyright (C) 2013 NVIDIA Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and its * This program is free software; you can redistribute it and/or modify
* documentation for any purpose is hereby granted without fee, provided that * it under the terms of the GNU General Public License version 2 as
* the above copyright notice appear in all copies and that both that copyright * published by the Free Software Foundation.
* notice and this permission notice appear in supporting documentation, and
* that the name of the copyright holders not be used in advertising or
* publicity pertaining to distribution of the software without specific,
* written prior permission. The copyright holders make no representations
* about the suitability of this software for any purpose. It is provided "as
* is" without express or implied warranty.
*
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
* EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*/ */
#ifndef DRM_TEGRA_MIPI_PHY_H #ifndef DRM_TEGRA_MIPI_PHY_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment