Browse Source

Remove redundant emails

Luke Dashjr 12 years ago
parent
commit
d55f19c112
9 changed files with 12 additions and 12 deletions
  1. 1 1
      driver-avalon.c
  2. 1 1
      driver-icarus.c
  3. 2 2
      driver-ztex.c
  4. 1 1
      dynclock.c
  5. 1 1
      fpgautils.c
  6. 3 3
      libztex.c
  7. 1 1
      libztex.h
  8. 1 1
      sha2.c
  9. 1 1
      sha2.h

+ 1 - 1
driver-avalon.c

@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2013 Xiangfu <xiangfu@openmobilefree.net>
+ * Copyright 2012-2013 Xiangfu
  * Copyright 2012 Luke Dashjr
  * Copyright 2012 Andrew Smith
  *

+ 1 - 1
driver-icarus.c

@@ -1,6 +1,6 @@
 /*
  * Copyright 2012-2013 Luke Dashjr
- * Copyright 2012 Xiangfu <xiangfu@openmobilefree.net>
+ * Copyright 2012 Xiangfu
  * Copyright 2012 Andrew Smith
  *
  * This program is free software; you can redistribute it and/or modify it

+ 2 - 2
driver-ztex.c

@@ -1,10 +1,10 @@
 /**
  *   ztex.c - BFGMiner worker for Ztex 1.15x/y fpga board
  *
- *   Copyright 2012 nelisky.btc@gmail.com
+ *   Copyright 2012 nelisky
  *   Copyright 2012-2013 Luke Dashjr
  *   Copyright 2012-2013 Denis Ahrens
- *   Copyright 2012 Xiangfu <xiangfu@openmobilefree.net>
+ *   Copyright 2012 Xiangfu
  *
  *   This work is based upon the Java SDK provided by ztex which is
  *   Copyright (C) 2009-2011 ZTEX GmbH.

+ 1 - 1
dynclock.c

@@ -1,6 +1,6 @@
 /*
  * Copyright 2012-2013 Luke Dashjr
- * Copyright 2012 nelisky.btc@gmail.com
+ * Copyright 2012 nelisky
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free

+ 1 - 1
fpgautils.c

@@ -1,7 +1,7 @@
 /*
  * Copyright 2012-2013 Luke Dashjr
  * Copyright 2012 Andrew Smith
- * Copyright 2013 Xiangfu <xiangfu@openmobilefree.net>
+ * Copyright 2013 Xiangfu
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free

+ 3 - 3
libztex.c

@@ -1,10 +1,10 @@
 /**
  *   libztex.c - Ztex 1.15x/1.15y fpga board support library
  *
- *   Copyright 2012 nelisky.btc@gmail.com
+ *   Copyright 2012 nelisky
  *   Copyright 2012-2013 Luke Dashjr
- *   Copyright 2012-2013 Denis Ahrens <denis@h3q.com>
- *   Copyright 2012 Peter Stuge <peter@stuge.se>
+ *   Copyright 2012-2013 Denis Ahrens
+ *   Copyright 2012 Peter Stuge
  *
  *   This work is based upon the Java SDK provided by ztex which is
  *   Copyright (C) 2009-2011 ZTEX GmbH.

+ 1 - 1
libztex.h

@@ -1,7 +1,7 @@
 /**
  *   libztex.h - headers for Ztex 1.15x fpga board support library
  *
- *   Copyright 2012 nelisky.btc@gmail.com
+ *   Copyright 2012 nelisky
  *   Copyright 2012 Luke Dashjr
  *
  *   This work is based upon the Java SDK provided by ztex which is

+ 1 - 1
sha2.c

@@ -1,7 +1,7 @@
 /*
  *  FIPS-180-2 compliant SHA-256 implementation
  *
- *  Copyright (C) 2011, Con Kolivas <kernel@kolivas.org>
+ *  Copyright (C) 2011, Con Kolivas
  *  Copyright (C) 2006-2010, Brainspark B.V.
  *
  *  This file is part of PolarSSL (http://www.polarssl.org)

+ 1 - 1
sha2.h

@@ -1,7 +1,7 @@
 /**
  * \file sha2.h
  *
- *  Copyright (C) 2011, Con Kolivas <kernel@kolivas.org>
+ *  Copyright (C) 2011, Con Kolivas
  *  Copyright (C) 2006-2010, Brainspark B.V.
  *
  *  This file is part of PolarSSL (http://www.polarssl.org)