From patchwork Wed Feb 12 07:30:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 3634571 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A2E49BF13A for ; Wed, 12 Feb 2014 07:31:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 853FB20142 for ; Wed, 12 Feb 2014 07:30:59 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 7704220123 for ; Wed, 12 Feb 2014 07:30:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DFE0CFAC93; Tue, 11 Feb 2014 23:30:55 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-bk0-f50.google.com (mail-bk0-f50.google.com [209.85.214.50]) by gabe.freedesktop.org (Postfix) with ESMTP id 5CF7BFAC93 for ; Tue, 11 Feb 2014 23:30:48 -0800 (PST) Received: by mail-bk0-f50.google.com with SMTP id w16so2534001bkz.37 for ; Tue, 11 Feb 2014 23:30:47 -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=paWmdvEw7a5wD+ZXRmaEYkfR+OEuJf+N7RjqShnVI+U=; b=d3BX05Cr1Z21EHbMF28bWPv5Co7iT+lMMqM3imof1XI83M/B10D+Ak3rbXG6w4CYFA ucL7AcL+e/RXA9bcV2EIYFx5P49EHgfjZDI0yj/HRE4Gbei7PPEuseir8AqIf8Xv5dn0 ALEjSB3qPnHjQ4hFy6KMLV9bcnXhWHrV21UcYYDY/K750ptPIlB2rXbEp+TFkrLf7wBh +vN80LPIsvnP5rfDmAp/BtZsWC3ZMSPVtrMsY5cIZERHDG/5Z9e9yb5uxyMKa9xM4gH+ FI0O0+TqXteQxPl+IAEs1ZbphGtuXbBOlKze9t1Hr9l3FGxQhmmGDgxLGikwoQcHRcj5 HU/g== X-Received: by 10.205.35.199 with SMTP id sx7mr8090bkb.32.1392190247564; Tue, 11 Feb 2014 23:30:47 -0800 (PST) Received: from localhost (port-54112.pppoe.wtnet.de. [46.59.212.13]) by mx.google.com with ESMTPSA id ch4sm17291056bkc.8.2014.02.11.23.30.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Feb 2014 23:30:46 -0800 (PST) From: Thierry Reding To: dri-devel@lists.freedesktop.org Subject: [PATCH 3/3] drm/tegra: Use standard GPL v2 license text Date: Wed, 12 Feb 2014 08:30:38 +0100 Message-Id: <1392190238-1717-4-git-send-email-treding@nvidia.com> X-Mailer: git-send-email 1.8.4.2 In-Reply-To: <1392190238-1717-1-git-send-email-treding@nvidia.com> References: <1392190238-1717-1-git-send-email-treding@nvidia.com> Cc: linux-tegra@vger.kernel.org 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 Use the more canonical and concise variant of the GPL v2 license text. 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