From patchwork Thu Feb 13 06:40:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Barry Song <21cnbao@gmail.com> X-Patchwork-Id: 3642861 Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D46CE9F1EE for ; Thu, 13 Feb 2014 06:45:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0964C20154 for ; Thu, 13 Feb 2014 06:45:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1DF1420115 for ; Thu, 13 Feb 2014 06:45:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751832AbaBMGlK (ORCPT ); Thu, 13 Feb 2014 01:41:10 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:60727 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751675AbaBMGlK (ORCPT ); Thu, 13 Feb 2014 01:41:10 -0500 Received: by mail-pa0-f50.google.com with SMTP id kp14so10336618pab.37 for ; Wed, 12 Feb 2014 22:41:09 -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=5k7IfTq0khcSBepQ7+SgdfWXmBhGqN4JuItfKwmWep4=; b=PSREJP6zpfd9Zy68MI7iK1rUERLcemtvE9GL8meCJCjBRgrqC16Vj95fI6GMyitQ0/ +VwJo/12kxAXw9rdzbFpP+Ut5skRLqgthG3VKVEml1wVHmR9Izzj6nu7ooXKCsJElp4x 6F2dVpTcuEjAzcq4hzdd3CzbEEjmMwT510iyeV5WZyyypYXdPuhL0MYegPvQejkuhc1D TpsPbut3hFZju5F6cl7WG2u0CyULFAmn0VQTONPI7jj9ESW+wOdYF2USBN825o6DWV7F 5Itrou+u5aaI6U6Y3f1mgqiOniRm92OmFq19UWOx8a35+GEDnLEgDKfDHtwm75fc368X Ks3A== X-Received: by 10.68.163.197 with SMTP id yk5mr4417429pbb.57.1392273669456; Wed, 12 Feb 2014 22:41:09 -0800 (PST) Received: from barry-laptop.ROOT.PRI ([117.136.8.108]) by mx.google.com with ESMTPSA id si6sm6884868pab.19.2014.02.12.22.41.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Feb 2014 22:41:09 -0800 (PST) From: Barry Song <21cnbao@gmail.com> To: dmitry.torokhov@gmail.com, linux-input@vger.kernel.org Cc: workgroup.linux@csr.com, Barry Song Subject: [PATCH 4/4] input: sirfsoc-onkey - update copyright years to 2014 Date: Thu, 13 Feb 2014 14:40:24 +0800 Message-Id: <1392273624-22920-5-git-send-email-21cnbao@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1392273624-22920-1-git-send-email-21cnbao@gmail.com> References: <1392273624-22920-1-git-send-email-21cnbao@gmail.com> Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 From: Barry Song Happy the year of horse, 2014. ,((((^`\ (((( (6 \ ,((((( , \ ,,,_ ,((((( /"._ ,`, ((((\\ ,... ,(((( / `-.-' ))) ;' `"'"'""(((( ( ((( / ((( \ )) | | (( | . ' | )) \ _ ' `t ,.') ( | y;- -,-""'"-.\ \/ ) / ./ ) / `\ \ |./ ( ( / /' || \\ //'| || \\ _//'|| || )) |_/ || \_\ |_/ || `'" \_\ `'" Signed-off-by: Barry Song --- drivers/input/misc/sirfsoc-onkey.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/input/misc/sirfsoc-onkey.c b/drivers/input/misc/sirfsoc-onkey.c index 8e45bf11..1a11207 100644 --- a/drivers/input/misc/sirfsoc-onkey.c +++ b/drivers/input/misc/sirfsoc-onkey.c @@ -1,7 +1,8 @@ /* * Power key driver for SiRF PrimaII * - * Copyright (c) 2013 Cambridge Silicon Radio Limited, a CSR plc group company. + * Copyright (c) 2013 - 2014 Cambridge Silicon Radio Limited, a CSR plc group + * company. * * Licensed under GPLv2 or later. */