From patchwork Wed Aug 26 07:18:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 256000 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 896A7C433DF for ; Wed, 26 Aug 2020 07:19:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B4B820825 for ; Wed, 26 Aug 2020 07:19:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598426351; bh=0x9ncJQIGlCkEuJhLzZ1EuCxyoWzRXNvdeYep6RQ+5Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=dwDx6OteAAcTdTF5RQy+GAC/qJouTYgi4XKBl311OXECSU5WA931qgqvwIMc18xBv KOn2si34y5QXHM5DO4+lKQV6VA1AkwlEu+WSfLt/wVosT6fGvVPu/1U0Ffmchl0Me8 bwozVtE+fjkfopsd7G9jSEHVRhFflsSq/cN0/ug0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726740AbgHZHSu (ORCPT ); Wed, 26 Aug 2020 03:18:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:33050 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726233AbgHZHSt (ORCPT ); Wed, 26 Aug 2020 03:18:49 -0400 Received: from mail.kernel.org (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (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 B9AAA2071E; Wed, 26 Aug 2020 07:18:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598426328; bh=0x9ncJQIGlCkEuJhLzZ1EuCxyoWzRXNvdeYep6RQ+5Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=p6g7zIemwUgyTu6hyjK0M5mkDRULyfTJb3rysCmGquEowsshS1qwOsgKFtB/mvI/p vS9YgMe3RO+iAheZAuHPMMq8d4TgnqcqraQFSCdX5NdVGiNP5A70SmoOHFvbkBuAGq lqT4FU1+HbqsF9+KfPt/Q+vO+61XoG8KS/9QYAjw= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kAphl-001Raf-V6; Wed, 26 Aug 2020 09:18:45 +0200 From: Mauro Carvalho Chehab To: linux-media@vger.kernel.org, Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: [PATCH 2/4] media: docs: use the new SPDX header for GFDL-1.1 on *.svg files Date: Wed, 26 Aug 2020 09:18:37 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 In-Reply-To: <929df929283e38b388f601c2ba521257e38cc566.1598426302.git.mchehab+huawei@kernel.org> References: <929df929283e38b388f601c2ba521257e38cc566.1598426302.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org SPDX v3.10 gained support for GFDL-1.1 with no invariant sections: https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html So, remove the license text, replacing them by this new SPDX license. Signed-off-by: Mauro Carvalho Chehab --- .../userspace-api/media/typical_media_device.svg | 11 +---------- Documentation/userspace-api/media/v4l/crop.svg | 11 +---------- Documentation/userspace-api/media/v4l/fieldseq_bt.svg | 11 +---------- Documentation/userspace-api/media/v4l/fieldseq_tb.svg | 11 +---------- .../media/v4l/subdev-image-processing-crop.svg | 11 +---------- .../media/v4l/subdev-image-processing-full.svg | 11 +---------- .../subdev-image-processing-scaling-multi-source.svg | 11 +---------- Documentation/userspace-api/media/v4l/vbi_525.svg | 11 +---------- Documentation/userspace-api/media/v4l/vbi_625.svg | 11 +---------- Documentation/userspace-api/media/v4l/vbi_hsync.svg | 11 +---------- 10 files changed, 10 insertions(+), 100 deletions(-) diff --git a/Documentation/userspace-api/media/typical_media_device.svg b/Documentation/userspace-api/media/typical_media_device.svg index 3420341ff7b6..fca7af8e438b 100644 --- a/Documentation/userspace-api/media/typical_media_device.svg +++ b/Documentation/userspace-api/media/typical_media_device.svg @@ -1,14 +1,5 @@ - + image/svg+xmlAudio decoder diff --git a/Documentation/userspace-api/media/v4l/crop.svg b/Documentation/userspace-api/media/v4l/crop.svg index 4cd47f98e7c8..5483227757e7 100644 --- a/Documentation/userspace-api/media/v4l/crop.svg +++ b/Documentation/userspace-api/media/v4l/crop.svg @@ -1,14 +1,5 @@ - + - + - + - + - + - + - + - + - +