From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Reinecke Subject: Re: [PATCH 2/5] be2iscsi: Fix the copyright year Date: Wed, 27 Aug 2014 15:50:43 +0200 Message-ID: <53FDE233.2080006@suse.de> References: <1407474003-26220-1-git-send-email-jkallickal@emulex.com> <1407474003-26220-2-git-send-email-jkallickal@emulex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from cantor2.suse.de ([195.135.220.15]:36035 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934639AbaH0Nup (ORCPT ); Wed, 27 Aug 2014 09:50:45 -0400 In-Reply-To: <1407474003-26220-2-git-send-email-jkallickal@emulex.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Jay Kallickal , jbottomley@parallels.com, linux-scsi@vger.kernel.org, michaelc@cs.wisc.edu Cc: Jayamohan Kallickal , John Soni Jose On 08/08/2014 06:59 AM, Jay Kallickal wrote: > From: Jayamohan Kallickal > > Change the copyright year to 2014 > > Signed-off-by: John Soni Jose > Signed-off-by: Jayamohan Kallickal > --- > drivers/scsi/be2iscsi/be.h | 2 +- > drivers/scsi/be2iscsi/be_cmds.c | 2 +- > drivers/scsi/be2iscsi/be_cmds.h | 2 +- > drivers/scsi/be2iscsi/be_iscsi.c | 2 +- > drivers/scsi/be2iscsi/be_iscsi.h | 2 +- > drivers/scsi/be2iscsi/be_main.c | 2 +- > drivers/scsi/be2iscsi/be_main.h | 2 +- > drivers/scsi/be2iscsi/be_mgmt.c | 2 +- > drivers/scsi/be2iscsi/be_mgmt.h | 2 +- > 9 files changed, 9 insertions(+), 9 deletions(-) > > diff --git a/drivers/scsi/be2iscsi/be.h b/drivers/scsi/be2iscsi/be.h > index 860f527..81e83a6 100644 > --- a/drivers/scsi/be2iscsi/be.h > +++ b/drivers/scsi/be2iscsi/be.h > @@ -1,5 +1,5 @@ > /** > - * Copyright (C) 2005 - 2013 Emulex > + * Copyright (C) 2005 - 2014 Emulex > * All rights reserved. > * > * This program is free software; you can redistribute it and/or > diff --git a/drivers/scsi/be2iscsi/be_cmds.c b/drivers/scsi/be2iscsi/= be_cmds.c > index 1432ed5..ea4477f 100644 > --- a/drivers/scsi/be2iscsi/be_cmds.c > +++ b/drivers/scsi/be2iscsi/be_cmds.c > @@ -1,5 +1,5 @@ > /** > - * Copyright (C) 2005 - 2013 Emulex > + * Copyright (C) 2005 - 2014 Emulex > * All rights reserved. > * > * This program is free software; you can redistribute it and/or > diff --git a/drivers/scsi/be2iscsi/be_cmds.h b/drivers/scsi/be2iscsi/= be_cmds.h > index 4e8cb61..ccda0b6 100644 > --- a/drivers/scsi/be2iscsi/be_cmds.h > +++ b/drivers/scsi/be2iscsi/be_cmds.h > @@ -1,5 +1,5 @@ > /** > - * Copyright (C) 2005 - 2013 Emulex > + * Copyright (C) 2005 - 2014 Emulex > * All rights reserved. > * > * This program is free software; you can redistribute it and/or > diff --git a/drivers/scsi/be2iscsi/be_iscsi.c b/drivers/scsi/be2iscsi= /be_iscsi.c > index 8616281..e25203e 100644 > --- a/drivers/scsi/be2iscsi/be_iscsi.c > +++ b/drivers/scsi/be2iscsi/be_iscsi.c > @@ -1,5 +1,5 @@ > /** > - * Copyright (C) 2005 - 2013 Emulex > + * Copyright (C) 2005 - 2014 Emulex > * All rights reserved. > * > * This program is free software; you can redistribute it and/or > diff --git a/drivers/scsi/be2iscsi/be_iscsi.h b/drivers/scsi/be2iscsi= /be_iscsi.h > index 31ddc84..e0b3b2d 100644 > --- a/drivers/scsi/be2iscsi/be_iscsi.h > +++ b/drivers/scsi/be2iscsi/be_iscsi.h > @@ -1,5 +1,5 @@ > /** > - * Copyright (C) 2005 - 2013 Emulex > + * Copyright (C) 2005 - 2014 Emulex > * All rights reserved. > * > * This program is free software; you can redistribute it and/or > diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/= be_main.c > index 56467df..d6465ed 100644 > --- a/drivers/scsi/be2iscsi/be_main.c > +++ b/drivers/scsi/be2iscsi/be_main.c > @@ -1,5 +1,5 @@ > /** > - * Copyright (C) 2005 - 2013 Emulex > + * Copyright (C) 2005 - 2014 Emulex > * All rights reserved. > * > * This program is free software; you can redistribute it and/or > diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/= be_main.h > index 9ceab42..0ca9d2d 100644 > --- a/drivers/scsi/be2iscsi/be_main.h > +++ b/drivers/scsi/be2iscsi/be_main.h > @@ -1,5 +1,5 @@ > /** > - * Copyright (C) 2005 - 2013 Emulex > + * Copyright (C) 2005 - 2014 Emulex > * All rights reserved. > * > * This program is free software; you can redistribute it and/or > diff --git a/drivers/scsi/be2iscsi/be_mgmt.c b/drivers/scsi/be2iscsi/= be_mgmt.c > index a3e5648..785deb3 100644 > --- a/drivers/scsi/be2iscsi/be_mgmt.c > +++ b/drivers/scsi/be2iscsi/be_mgmt.c > @@ -1,5 +1,5 @@ > /** > - * Copyright (C) 2005 - 2013 Emulex > + * Copyright (C) 2005 - 2014 Emulex > * All rights reserved. > * > * This program is free software; you can redistribute it and/or > diff --git a/drivers/scsi/be2iscsi/be_mgmt.h b/drivers/scsi/be2iscsi/= be_mgmt.h > index 24a8fc5..bd81446 100644 > --- a/drivers/scsi/be2iscsi/be_mgmt.h > +++ b/drivers/scsi/be2iscsi/be_mgmt.h > @@ -1,5 +1,5 @@ > /** > - * Copyright (C) 2005 - 2013 Emulex > + * Copyright (C) 2005 - 2014 Emulex > * All rights reserved. > * > * This program is free software; you can redistribute it and/or > Reviewed-by: Hannes Reinecke Cheers, Hannes --=20 Dr. Hannes Reinecke zSeries & Storage hare@suse.de +49 911 74053 688 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg GF: J. Hawn, J. Guild, F. Imend=F6rffer, HRB 16746 (AG N=FCrnberg) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html