From: Hannes Reinecke <hare@suse.de>
To: Jay Kallickal <jayamohank@gmail.com>,
jbottomley@parallels.com, linux-scsi@vger.kernel.org,
michaelc@cs.wisc.edu
Cc: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>,
John Soni Jose <sony.john-n@emulex.com>
Subject: Re: [PATCH 2/5] be2iscsi: Fix the copyright year
Date: Wed, 27 Aug 2014 15:50:43 +0200 [thread overview]
Message-ID: <53FDE233.2080006@suse.de> (raw)
In-Reply-To: <1407474003-26220-2-git-send-email-jkallickal@emulex.com>
On 08/08/2014 06:59 AM, Jay Kallickal wrote:
> From: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
>
> Change the copyright year to 2014
>
> Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
> Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
> ---
> 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 <hare@suse.de>
Cheers,
Hannes
--
Dr. Hannes Reinecke zSeries & Storage
hare@suse.de +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-08-27 13:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-08 4:59 [PATCH 1/5] be2iscsi: Fix the sparse warning introduced in previous submission Jay Kallickal
2014-08-08 4:59 ` [PATCH 2/5] be2iscsi: Fix the copyright year Jay Kallickal
2014-08-27 13:50 ` Hannes Reinecke [this message]
2014-08-08 5:00 ` [PATCH 3/5] be2iscsi: Fix updating the boot enteries in sysfs Jay Kallickal
2014-08-27 13:52 ` Hannes Reinecke
2014-08-08 5:00 ` [PATCH 4/5] be2iscsi: Fix processing CQE before connection resources are freed Jay Kallickal
2014-08-27 13:53 ` Hannes Reinecke
2014-08-08 5:00 ` [PATCH 5/5] be2iscsi: Bump the driver version Jay Kallickal
2014-08-27 13:53 ` Hannes Reinecke
2014-08-08 5:00 ` [PATCH 0/5] be2iscsi: Update to 10.4.74.0 Jay Kallickal
2014-08-08 18:55 ` Mike Christie
2014-08-19 17:27 ` [PATCH 1/5] be2iscsi: Fix the sparse warning introduced in previous submission Christoph Hellwig
2014-08-27 13:50 ` Hannes Reinecke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53FDE233.2080006@suse.de \
--to=hare@suse.de \
--cc=jayamohan.kallickal@emulex.com \
--cc=jayamohank@gmail.com \
--cc=jbottomley@parallels.com \
--cc=linux-scsi@vger.kernel.org \
--cc=michaelc@cs.wisc.edu \
--cc=sony.john-n@emulex.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).