Message ID | 1334065868-28007-1-git-send-email-colin.king@canonical.com |
---|---|
State | Accepted |
Headers | show |
On Tue, Apr 10, 2012 at 9:51 PM, Colin King <colin.king@canonical.com> wrote: > From: Colin Ian King <colin.king@canonical.com> > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > src/lib/src/fwts_framework.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/lib/src/fwts_framework.c b/src/lib/src/fwts_framework.c > index 21535f2..e5be69d 100644 > --- a/src/lib/src/fwts_framework.c > +++ b/src/lib/src/fwts_framework.c > @@ -92,7 +92,7 @@ typedef struct { > > static const char *fwts_copyright[] = { > "Some of this work - Copyright (c) 1999 - 2010, Intel Corp. All rights reserved.", > - "Some of this work - Copyright (c) 2010 - 2011, Canonical.", > + "Some of this work - Copyright (c) 2010 - 2012, Canonical.", > NULL > }; > > -- > 1.7.9.1 > Acked-by: Keng-Yu Lin <kengyu@canonical.com>
On 04/10/2012 09:51 PM, Colin King wrote: > From: Colin Ian King<colin.king@canonical.com> > > Signed-off-by: Colin Ian King<colin.king@canonical.com> > --- > src/lib/src/fwts_framework.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/lib/src/fwts_framework.c b/src/lib/src/fwts_framework.c > index 21535f2..e5be69d 100644 > --- a/src/lib/src/fwts_framework.c > +++ b/src/lib/src/fwts_framework.c > @@ -92,7 +92,7 @@ typedef struct { > > static const char *fwts_copyright[] = { > "Some of this work - Copyright (c) 1999 - 2010, Intel Corp. All rights reserved.", > - "Some of this work - Copyright (c) 2010 - 2011, Canonical.", > + "Some of this work - Copyright (c) 2010 - 2012, Canonical.", > NULL > }; > Acked-by: Alex Hung <alex.hung@canonical.com>
diff --git a/src/lib/src/fwts_framework.c b/src/lib/src/fwts_framework.c index 21535f2..e5be69d 100644 --- a/src/lib/src/fwts_framework.c +++ b/src/lib/src/fwts_framework.c @@ -92,7 +92,7 @@ typedef struct { static const char *fwts_copyright[] = { "Some of this work - Copyright (c) 1999 - 2010, Intel Corp. All rights reserved.", - "Some of this work - Copyright (c) 2010 - 2011, Canonical.", + "Some of this work - Copyright (c) 2010 - 2012, Canonical.", NULL };