From patchwork Tue Sep 17 13:13:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 275449 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 07E9B2C00A8 for ; Tue, 17 Sep 2013 23:13:51 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1VLv63-0006MU-6H; Tue, 17 Sep 2013 13:13:39 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1VLv5w-0006MA-TD for fwts-devel@lists.ubuntu.com; Tue, 17 Sep 2013 13:13:32 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1VLv5w-0004JV-Q3 for fwts-devel@lists.ubuntu.com; Tue, 17 Sep 2013 13:13:32 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] lib: update copyright year. (LP: #1226590) Date: Tue, 17 Sep 2013 14:13:32 +0100 Message-Id: <1379423612-24825-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.3.2 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Somehow this got overlooked. Signed-off-by: Colin Ian King Acked-by: Ivan Hu Acked-by: Keng-Yu Lin --- src/lib/src/fwts_framework.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/src/fwts_framework.c b/src/lib/src/fwts_framework.c index e2b8805..eae5907 100644 --- a/src/lib/src/fwts_framework.c +++ b/src/lib/src/fwts_framework.c @@ -89,7 +89,7 @@ static fwts_option fwts_framework_options[] = { static fwts_list fwts_framework_test_list = FWTS_LIST_INIT; static const char *fwts_copyright[] = { - "Some of this work - Copyright (c) 1999 - 2010, Intel Corp. All rights reserved.", + "Some of this work - Copyright (c) 1999 - 2013, Intel Corp. All rights reserved.", "Some of this work - Copyright (c) 2010 - 2013, Canonical.", NULL };