From patchwork Mon Jul 4 11:46:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 9212445 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 205D560572 for ; Mon, 4 Jul 2016 11:49:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 127B2286DE for ; Mon, 4 Jul 2016 11:49:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 070D5286E9; Mon, 4 Jul 2016 11:49:40 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A3FB7286DE for ; Mon, 4 Jul 2016 11:49:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753604AbcGDLtg (ORCPT ); Mon, 4 Jul 2016 07:49:36 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:44706 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753141AbcGDLrU (ORCPT ); Mon, 4 Jul 2016 07:47:20 -0400 Received: from 201.86.133.99.dynamic.adsl.gvt.net.br ([201.86.133.99] helo=smtp.w2.samsung.com) by bombadil.infradead.org with esmtpsa (Exim 4.85_2 #1 (Red Hat Linux)) id 1bK2LO-0005JW-D6; Mon, 04 Jul 2016 11:47:18 +0000 Received: from mchehab by smtp.w2.samsung.com with local (Exim 4.87) (envelope-from ) id 1bK2LK-0007iq-Nn; Mon, 04 Jul 2016 08:47:14 -0300 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Jonathan Corbet , Markus Heiser , linux-doc@vger.kernel.org Subject: [PATCH 01/51] Documentation: linuxt_tv: update the documentation year Date: Mon, 4 Jul 2016 08:46:22 -0300 Message-Id: <1791aa4c33a39667902d7890b095c7651ffa7ab5.1467629488.git.mchehab@s-opensource.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The RST version was produced in 2016. So, update it where it was still pointing to the wrong year. While here, added the missing (copyright) symbols. Signed-off-by: Mauro Carvalho Chehab --- Documentation/linux_tv/conf.py | 2 +- Documentation/linux_tv/index.rst | 4 +++- Documentation/linux_tv/media/dvb/dvbapi.rst | 6 ++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/linux_tv/conf.py b/Documentation/linux_tv/conf.py index 8013c921256b..ea5f6ef25d6b 100644 --- a/Documentation/linux_tv/conf.py +++ b/Documentation/linux_tv/conf.py @@ -25,7 +25,7 @@ kernel_doc_mode = "kernel-doc" # ------------------------------------------------------------------------------ project = u'LINUX MEDIA INFRASTRUCTURE API' -copyright = u'2009-2015 : LinuxTV Developers' +copyright = u'2009-2016 : LinuxTV Developers' author = u'The LinuxTV Developers' # The version info for the project you're documenting, acts as replacement for diff --git a/Documentation/linux_tv/index.rst b/Documentation/linux_tv/index.rst index 42b3d4520942..e6df371243d8 100644 --- a/Documentation/linux_tv/index.rst +++ b/Documentation/linux_tv/index.rst @@ -1,10 +1,12 @@ .. -*- coding: utf-8; mode: rst -*- +.. include:: + ############################## LINUX MEDIA INFRASTRUCTURE API ############################## -**Copyright** 2009-2015 : LinuxTV Developers +**Copyright** |copy| 2009-2016 : LinuxTV Developers Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or diff --git a/Documentation/linux_tv/media/dvb/dvbapi.rst b/Documentation/linux_tv/media/dvb/dvbapi.rst index 5e513ac86052..daeeb4d64917 100644 --- a/Documentation/linux_tv/media/dvb/dvbapi.rst +++ b/Documentation/linux_tv/media/dvb/dvbapi.rst @@ -1,5 +1,7 @@ .. -*- coding: utf-8; mode: rst -*- +.. include:: + .. _dvbapi: ############# @@ -41,9 +43,9 @@ Revision and Copyright :address: m.chehab@samsung.com :contrib: Ported document to Docbook XML. -**Copyright** 2002, 2003 : Convergence GmbH +**Copyright** |copy| 2002, 2003 : Convergence GmbH -**Copyright** 2009-2015 : Mauro Carvalho Chehab +**Copyright** |copy| 2009-2016 : Mauro Carvalho Chehab :revision: 2.1.0 / 2015-05-29 (*mcc*)