From patchwork Thu Feb 20 15:48:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 3688351 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 617EA9F390 for ; Thu, 20 Feb 2014 15:48:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8ED0820149 for ; Thu, 20 Feb 2014 15:48:33 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id B4F5B20179 for ; Thu, 20 Feb 2014 15:48:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9A8ECFB2C8; Thu, 20 Feb 2014 07:48:29 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-bk0-f51.google.com (mail-bk0-f51.google.com [209.85.214.51]) by gabe.freedesktop.org (Postfix) with ESMTP id B237FFB2C6 for ; Thu, 20 Feb 2014 07:48:20 -0800 (PST) Received: by mail-bk0-f51.google.com with SMTP id w10so664976bkz.24 for ; Thu, 20 Feb 2014 07:48:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=wMZ6nRZH90vz4G2Y963/MuzSuhYL33Ek6zCNLLvylCg=; b=QucsMW3wiHiWg3HZ0aKlZrmAwAWDDNNxX5RSgwzfPcphZXFChFU147fZcT4S1b30AF 07PiuCcvjSd5QEL9QlQ0a/Gm81/FSylIPo8t6tQCyYQ20qJihsGdWX3ZBE9cFxGEstVu 127T+Egvpam43OF68DFkcc5q+3ZAQurcoiXEfz1VycaTYqEI5f3ctqwtlkz+Raj8pgP1 +aE0TCQHsATHmETMTLg5R2u6p0DPpzqEf3wbUD9d8sh5x4SHNZfJ/w1dtijvndodgnZ6 vL+JBNi1w9JOv7DLnM7UkBnwPx1/zFbWXHU31es4LrTM5FzN9qcAyDI+Z+GTtZdHN77R wYpg== X-Received: by 10.205.42.129 with SMTP id ty1mr786751bkb.9.1392911299742; Thu, 20 Feb 2014 07:48:19 -0800 (PST) Received: from localhost (port-49090.pppoe.wtnet.de. [46.59.192.91]) by mx.google.com with ESMTPSA id yt4sm4044713bkb.7.2014.02.20.07.48.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Feb 2014 07:48:19 -0800 (PST) From: Thierry Reding To: dri-devel@lists.freedesktop.org Subject: [PATCH v2 3/3] drm/tegra: Use standard GPL v2 license text Date: Thu, 20 Feb 2014 16:48:12 +0100 Message-Id: <1392911292-6438-4-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 1.8.4.2 In-Reply-To: <1392911292-6438-1-git-send-email-thierry.reding@gmail.com> References: <1392911292-6438-1-git-send-email-thierry.reding@gmail.com> Cc: linux-tegra@vger.kernel.org, Wei Yongjun , Emil Goode X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Thierry Reding Use the more canonical and concise variant of the GPL v2 license text. Acked-by: Stephen Warren Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/gr2d.c | 14 +++----------- 1 file 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 @@ /* * Copyright (c) 2012-2013, NVIDIA Corporation. * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as 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 . + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. */ #include