From patchwork Sun May 6 23:16:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Hohndel X-Patchwork-Id: 10383315 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D8F7560159 for ; Mon, 7 May 2018 07:06:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CDF2E28A46 for ; Mon, 7 May 2018 07:06:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C267828B4F; Mon, 7 May 2018 07:06:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 88D5128A46 for ; Mon, 7 May 2018 07:06:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0F7B36E1DF; Mon, 7 May 2018 07:06:22 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mailhost.hohndel.org (mailhost.gr8dns.org [198.145.64.141]) by gabe.freedesktop.org (Postfix) with ESMTP id 22C1D6E336 for ; Sun, 6 May 2018 23:18:31 +0000 (UTC) Received: from rrmbpvm.gr8dns.org (unknown [192.168.1.3]) by mailhost.hohndel.org (Postfix) with ESMTPSA id DAD90203F1; Sun, 6 May 2018 16:18:30 -0700 (PDT) From: "Dirk Hohndel (VMware)" To: dri-devel@lists.freedesktop.org Subject: [PATCH v2 4/8] drm/noveau: add SPDX identifier and clarify license Date: Mon, 7 May 2018 01:16:22 +0200 Message-Id: <20180506231626.115996-5-dirk@hohndel.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180506231626.115996-4-dirk@hohndel.org> References: <20180506231626.115996-1-dirk@hohndel.org> <20180506231626.115996-2-dirk@hohndel.org> <20180506231626.115996-3-dirk@hohndel.org> <20180506231626.115996-4-dirk@hohndel.org> X-Mailman-Approved-At: Mon, 07 May 2018 07:06:19 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Dirk Hohndel \(VMware\)" , Thomas Hellstrom , Thomas Gleixner , =?UTF-8?q?Christian=20K=C3=B6nig?= MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP This is dual licensed under GPL-2.0 or MIT. Signed-off-by: Dirk Hohndel (VMware) --- drivers/gpu/drm/nouveau/nouveau_ttm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_ttm.c b/drivers/gpu/drm/nouveau/nouveau_ttm.c index dff51a0ee028..e7083cd75b0f 100644 --- a/drivers/gpu/drm/nouveau/nouveau_ttm.c +++ b/drivers/gpu/drm/nouveau/nouveau_ttm.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 OR MIT /* * Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA, - * All Rights Reserved. * Copyright (c) 2009 VMware, Inc., Palo Alto, CA., USA, - * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),