From patchwork Tue Apr 2 10:32:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg KH X-Patchwork-Id: 55404 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBGil-0002Vv-4Y; Tue, 02 Apr 2019 10:32:47 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730412AbfDBKck (ORCPT + 1 other); Tue, 2 Apr 2019 06:32:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:35964 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730400AbfDBKch (ORCPT ); Tue, 2 Apr 2019 06:32:37 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 12CD020883; Tue, 2 Apr 2019 10:32:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554201156; bh=qjDI6Cf9NAoyKZcwwRsTDtstU0yRG8bhKdD6wIZZnbo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=N0AG6pquB/U2xo8abLgUJTO1PmDM8Csjq8C1XdZk06MS/nkCCTalBxzXn6lCNTHWJ xHsOv+1/gZEtq5G7I2xGmPyY/B2NHIaQkdKVMGt8yjXKzvTcZOjm+dFOD6jurLv6V/ vx7hTMQ45wU0nMlV5Ci1tp/J8+voW6yHsEuTVzdw= From: Greg Kroah-Hartman To: devel@driverdev.osuosl.org Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Dmitry Osipenko , Mauro Carvalho Chehab , Thierry Reding , Jonathan Hunter , linux-media@vger.kernel.org, linux-tegra@vger.kernel.org Subject: [PATCH 16/16] staging: media: tegra-vde: add proper SPDX identifiers on file that did not have it. Date: Tue, 2 Apr 2019 12:32:03 +0200 Message-Id: <20190402103203.14959-17-gregkh@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190402103203.14959-1-gregkh@linuxfoundation.org> References: <20190402103203.14959-1-gregkh@linuxfoundation.org> MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org There was a single file for the tegra-vde driver that did not have SPDX identifiers on it, so fix that up. At the same time, remove the "free form" text that specified the license of the file, as that is impossible for any tool to properly parse. Cc: Dmitry Osipenko Cc: Mauro Carvalho Chehab Cc: Thierry Reding Cc: Jonathan Hunter Cc: linux-media@vger.kernel.org Cc: linux-tegra@vger.kernel.org Signed-off-by: Greg Kroah-Hartman Acked-by: Thierry Reding --- drivers/staging/media/tegra-vde/uapi.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/staging/media/tegra-vde/uapi.h b/drivers/staging/media/tegra-vde/uapi.h index 4bce08a7a54c..a0dad1ed94ef 100644 --- a/drivers/staging/media/tegra-vde/uapi.h +++ b/drivers/staging/media/tegra-vde/uapi.h @@ -1,12 +1,5 @@ -/* - * Copyright (C) 2016-2017 Dmitry Osipenko - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ - +/* SPDX-License-Identifier: GPL-2.0+ */ +/* Copyright (C) 2016-2017 Dmitry Osipenko */ #ifndef _UAPI_TEGRA_VDE_H_ #define _UAPI_TEGRA_VDE_H_