diff mbox

lib: update copyright year. (LP: #1226590)

Message ID 1379423612-24825-1-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Sept. 17, 2013, 1:13 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Somehow this got overlooked.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 src/lib/src/fwts_framework.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ivan Hu Sept. 18, 2013, 3:04 a.m. UTC | #1
On 09/17/2013 09:13 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Somehow this got overlooked.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   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
>   };
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
Keng-Yu Lin Oct. 1, 2013, 7:35 a.m. UTC | #2
On Wed, Sep 18, 2013 at 11:04 AM, IvanHu <ivan.hu@canonical.com> wrote:
> On 09/17/2013 09:13 PM, Colin King wrote:
>>
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> Somehow this got overlooked.
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
>> ---
>>   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
>>   };
>>
>
> Acked-by: Ivan Hu <ivan.hu@canonical.com>
>

Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

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
 };