lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu,  3 Apr 2014 08:25:27 +0200
From:	Frank Haverkamp <haver@...ux.vnet.ibm.com>
To:	gregkh@...uxfoundation.org
Cc:	linux-kernel@...r.kernel.org, arnd@...db.de, jsvogt@...ibm.com,
	mijung@....net, michael@...ra.de, esa@...ibm.com,
	haver@...ux.vnet.ibm.com
Subject: [PATCH] GenWQE: Fix email address and update copyright notice

Updated email address of co-author and updated the copyright notice
with the current year.

Signed-off-by: Frank Haverkamp <haver@...ux.vnet.ibm.com>
Signed-off-by: Michael Jung <mijung@....net>
---
 drivers/misc/genwqe/card_base.c         |    6 +++---
 drivers/misc/genwqe/card_base.h         |    4 ++--
 drivers/misc/genwqe/card_ddcb.c         |    4 ++--
 drivers/misc/genwqe/card_ddcb.h         |    4 ++--
 drivers/misc/genwqe/card_debugfs.c      |    4 ++--
 drivers/misc/genwqe/card_dev.c          |    4 ++--
 drivers/misc/genwqe/card_sysfs.c        |    4 ++--
 drivers/misc/genwqe/card_utils.c        |    4 ++--
 drivers/misc/genwqe/genwqe_driver.h     |    4 ++--
 include/uapi/linux/genwqe/genwqe_card.h |    4 ++--
 10 files changed, 21 insertions(+), 21 deletions(-)

--- a/drivers/misc/genwqe/card_base.c
+++ b/drivers/misc/genwqe/card_base.c
@@ -1,11 +1,11 @@
 /**
  * IBM Accelerator Family 'GenWQE'
  *
- * (C) Copyright IBM Corp. 2013
+ * (C) Copyright IBM Corp. 2013, 2014
  *
  * Author: Frank Haverkamp <haver@...ux.vnet.ibm.com>
  * Author: Joerg-Stephan Vogt <jsvogt@...ibm.com>
- * Author: Michael Jung <mijung@...ibm.com>
+ * Author: Michael Jung <mijung@....net>
  * Author: Michael Ruettger <michael@...ra.de>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -46,7 +46,7 @@
 MODULE_AUTHOR("Frank Haverkamp <haver@...ux.vnet.ibm.com>");
 MODULE_AUTHOR("Michael Ruettger <michael@...ra.de>");
 MODULE_AUTHOR("Joerg-Stephan Vogt <jsvogt@...ibm.com>");
-MODULE_AUTHOR("Michal Jung <mijung@...ibm.com>");
+MODULE_AUTHOR("Michael Jung <mijung@....net>");
 
 MODULE_DESCRIPTION("GenWQE Card");
 MODULE_VERSION(DRV_VERS_STRING);
--- a/drivers/misc/genwqe/card_base.h
+++ b/drivers/misc/genwqe/card_base.h
@@ -4,11 +4,11 @@
 /**
  * IBM Accelerator Family 'GenWQE'
  *
- * (C) Copyright IBM Corp. 2013
+ * (C) Copyright IBM Corp. 2013, 2014
  *
  * Author: Frank Haverkamp <haver@...ux.vnet.ibm.com>
  * Author: Joerg-Stephan Vogt <jsvogt@...ibm.com>
- * Author: Michael Jung <mijung@...ibm.com>
+ * Author: Michael Jung <mijung@....net>
  * Author: Michael Ruettger <michael@...ra.de>
  *
  * This program is free software; you can redistribute it and/or modify
--- a/drivers/misc/genwqe/card_ddcb.c
+++ b/drivers/misc/genwqe/card_ddcb.c
@@ -1,11 +1,11 @@
 /**
  * IBM Accelerator Family 'GenWQE'
  *
- * (C) Copyright IBM Corp. 2013
+ * (C) Copyright IBM Corp. 2013, 2014
  *
  * Author: Frank Haverkamp <haver@...ux.vnet.ibm.com>
  * Author: Joerg-Stephan Vogt <jsvogt@...ibm.com>
- * Author: Michael Jung <mijung@...ibm.com>
+ * Author: Michael Jung <mijung@....net>
  * Author: Michael Ruettger <michael@...ra.de>
  *
  * This program is free software; you can redistribute it and/or modify
--- a/drivers/misc/genwqe/card_ddcb.h
+++ b/drivers/misc/genwqe/card_ddcb.h
@@ -4,11 +4,11 @@
 /**
  * IBM Accelerator Family 'GenWQE'
  *
- * (C) Copyright IBM Corp. 2013
+ * (C) Copyright IBM Corp. 2013, 2014
  *
  * Author: Frank Haverkamp <haver@...ux.vnet.ibm.com>
  * Author: Joerg-Stephan Vogt <jsvogt@...ibm.com>
- * Author: Michael Jung <mijung@...ibm.com>
+ * Author: Michael Jung <mijung@....net>
  * Author: Michael Ruettger <michael@...ra.de>
  *
  * This program is free software; you can redistribute it and/or modify
--- a/drivers/misc/genwqe/card_debugfs.c
+++ b/drivers/misc/genwqe/card_debugfs.c
@@ -1,11 +1,11 @@
 /**
  * IBM Accelerator Family 'GenWQE'
  *
- * (C) Copyright IBM Corp. 2013
+ * (C) Copyright IBM Corp. 2013, 2014
  *
  * Author: Frank Haverkamp <haver@...ux.vnet.ibm.com>
  * Author: Joerg-Stephan Vogt <jsvogt@...ibm.com>
- * Author: Michael Jung <mijung@...ibm.com>
+ * Author: Michael Jung <mijung@....net>
  * Author: Michael Ruettger <michael@...ra.de>
  *
  * This program is free software; you can redistribute it and/or modify
--- a/drivers/misc/genwqe/card_dev.c
+++ b/drivers/misc/genwqe/card_dev.c
@@ -1,11 +1,11 @@
 /**
  * IBM Accelerator Family 'GenWQE'
  *
- * (C) Copyright IBM Corp. 2013
+ * (C) Copyright IBM Corp. 2013, 2014
  *
  * Author: Frank Haverkamp <haver@...ux.vnet.ibm.com>
  * Author: Joerg-Stephan Vogt <jsvogt@...ibm.com>
- * Author: Michael Jung <mijung@...ibm.com>
+ * Author: Michael Jung <mijung@....net>
  * Author: Michael Ruettger <michael@...ra.de>
  *
  * This program is free software; you can redistribute it and/or modify
--- a/drivers/misc/genwqe/card_sysfs.c
+++ b/drivers/misc/genwqe/card_sysfs.c
@@ -1,11 +1,11 @@
 /**
  * IBM Accelerator Family 'GenWQE'
  *
- * (C) Copyright IBM Corp. 2013
+ * (C) Copyright IBM Corp. 2013, 2014
  *
  * Author: Frank Haverkamp <haver@...ux.vnet.ibm.com>
  * Author: Joerg-Stephan Vogt <jsvogt@...ibm.com>
- * Author: Michael Jung <mijung@...ibm.com>
+ * Author: Michael Jung <mijung@....net>
  * Author: Michael Ruettger <michael@...ra.de>
  *
  * This program is free software; you can redistribute it and/or modify
--- a/drivers/misc/genwqe/card_utils.c
+++ b/drivers/misc/genwqe/card_utils.c
@@ -1,11 +1,11 @@
 /**
  * IBM Accelerator Family 'GenWQE'
  *
- * (C) Copyright IBM Corp. 2013
+ * (C) Copyright IBM Corp. 2013, 2014
  *
  * Author: Frank Haverkamp <haver@...ux.vnet.ibm.com>
  * Author: Joerg-Stephan Vogt <jsvogt@...ibm.com>
- * Author: Michael Jung <mijung@...ibm.com>
+ * Author: Michael Jung <mijung@....net>
  * Author: Michael Ruettger <michael@...ra.de>
  *
  * This program is free software; you can redistribute it and/or modify
--- a/drivers/misc/genwqe/genwqe_driver.h
+++ b/drivers/misc/genwqe/genwqe_driver.h
@@ -4,11 +4,11 @@
 /**
  * IBM Accelerator Family 'GenWQE'
  *
- * (C) Copyright IBM Corp. 2013
+ * (C) Copyright IBM Corp. 2013, 2014
  *
  * Author: Frank Haverkamp <haver@...ux.vnet.ibm.com>
  * Author: Joerg-Stephan Vogt <jsvogt@...ibm.com>
- * Author: Michael Jung <mijung@...ibm.com>
+ * Author: Michael Jung <mijung@....net>
  * Author: Michael Ruettger <michael@...ra.de>
  *
  * This program is free software; you can redistribute it and/or modify
--- a/include/uapi/linux/genwqe/genwqe_card.h
+++ b/include/uapi/linux/genwqe/genwqe_card.h
@@ -4,11 +4,11 @@
 /**
  * IBM Accelerator Family 'GenWQE'
  *
- * (C) Copyright IBM Corp. 2013
+ * (C) Copyright IBM Corp. 2013, 2014
  *
  * Author: Frank Haverkamp <haver@...ux.vnet.ibm.com>
  * Author: Joerg-Stephan Vogt <jsvogt@...ibm.com>
- * Author: Michael Jung <mijung@...ibm.com>
+ * Author: Michael Jung <mijung@....net>
  * Author: Michael Ruettger <michael@...ra.de>
  *
  * This program is free software; you can redistribute it and/or modify

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ