Browse Source

Update copyrights

Luke Dashjr 13 years ago
parent
commit
1458821958
24 changed files with 37 additions and 23 deletions
  1. 1 0
      adl.c
  2. 2 1
      api.c
  3. 1 1
      driver-bitforce.c
  4. 1 1
      driver-cairnsmore.c
  5. 1 1
      driver-cpu.c
  6. 1 1
      driver-modminer.c
  7. 1 1
      driver-opencl.c
  8. 1 1
      driver-x6500.c
  9. 4 5
      driver-ztex.c
  10. 1 0
      findnonce.c
  11. 1 1
      fpgautils.c
  12. 1 1
      fpgautils.h
  13. 4 3
      libztex.c
  14. 2 1
      libztex.h
  15. 1 0
      logging.c
  16. 2 1
      miner.c
  17. 1 0
      ocl.c
  18. 2 1
      sha256_4way.c
  19. 3 2
      sha256_altivec_4way.c
  20. 1 0
      sha256_generic.c
  21. 1 0
      sha256_sse2_amd64.c
  22. 1 0
      sha256_sse2_i386.c
  23. 1 0
      sha256_sse4_amd64.c
  24. 2 1
      util.c

+ 1 - 0
adl.c

@@ -1,5 +1,6 @@
 /*
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Con Kolivas
+ * Copyright 2012 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 2 - 1
api.c

@@ -1,6 +1,7 @@
 /*
 /*
- * Copyright 2011-2012 Andrew Smith
+ * Copyright 2011-2013 Andrew Smith
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Con Kolivas
+ * Copyright 2012-2013 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 1 - 1
driver-bitforce.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012 Luke Dashjr
+ * Copyright 2012-2013 Luke Dashjr
  * Copyright 2012 Con Kolivas
  * Copyright 2012 Con Kolivas
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * This program is free software; you can redistribute it and/or modify it

+ 1 - 1
driver-cairnsmore.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012 Luke Dashjr
+ * Copyright 2012-2013 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 1 - 1
driver-cpu.c

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Con Kolivas
- * Copyright 2011-2012 Luke Dashjr
+ * Copyright 2011-2013 Luke Dashjr
  * Copyright 2010 Jeff Garzik
  * Copyright 2010 Jeff Garzik
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * This program is free software; you can redistribute it and/or modify it

+ 1 - 1
driver-modminer.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012 Luke Dashjr
+ * Copyright 2012-2013 Luke Dashjr
  * Copyright 2012 Andrew Smith
  * Copyright 2012 Andrew Smith
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * This program is free software; you can redistribute it and/or modify it

+ 1 - 1
driver-opencl.c

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Con Kolivas
- * Copyright 2011-2012 Luke Dashjr
+ * Copyright 2011-2013 Luke Dashjr
  * Copyright 2010 Jeff Garzik
  * Copyright 2010 Jeff Garzik
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * This program is free software; you can redistribute it and/or modify it

+ 1 - 1
driver-x6500.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012 Luke Dashjr
+ * Copyright 2012-2013 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 4 - 5
driver-ztex.c

@@ -1,16 +1,15 @@
 /**
 /**
  *   ztex.c - BFGMiner worker for Ztex 1.15x/y fpga board
  *   ztex.c - BFGMiner worker for Ztex 1.15x/y fpga board
  *
  *
- *   Copyright (c) 2012 nelisky.btc@gmail.com
+ *   Copyright 2012 nelisky.btc@gmail.com
+ *   Copyright 2012-2013 Luke Dashjr
+ *   Copyright 2012-2013 Denis Ahrens
+ *   Copyright 2012 Xiangfu <xiangfu@openmobilefree.com>
  *
  *
  *   This work is based upon the Java SDK provided by ztex which is
  *   This work is based upon the Java SDK provided by ztex which is
  *   Copyright (C) 2009-2011 ZTEX GmbH.
  *   Copyright (C) 2009-2011 ZTEX GmbH.
  *   http://www.ztex.de
  *   http://www.ztex.de
  *
  *
- *   This work is based upon the icarus.c worker which is
- *   Copyright 2012 Luke Dashjr
- *   Copyright 2012 Xiangfu <xiangfu@openmobilefree.com>
- *
  *   This program is free software; you can redistribute it and/or modify
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2 as
  *   it under the terms of the GNU General Public License version 2 as
  *   published by the Free Software Foundation.
  *   published by the Free Software Foundation.

+ 1 - 0
findnonce.c

@@ -1,5 +1,6 @@
 /*
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Con Kolivas
+ * Copyright 2012 Luke Dashjr
  * Copyright 2011 Nils Schneider
  * Copyright 2011 Nils Schneider
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * This program is free software; you can redistribute it and/or modify it

+ 1 - 1
fpgautils.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012 Luke Dashjr
+ * Copyright 2012-2013 Luke Dashjr
  * Copyright 2012 Andrew Smith
  * Copyright 2012 Andrew Smith
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * This program is free software; you can redistribute it and/or modify it

+ 1 - 1
fpgautils.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012 Luke Dashjr
+ * Copyright 2012-2013 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 4 - 3
libztex.c

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

+ 2 - 1
libztex.h

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

+ 1 - 0
logging.c

@@ -1,5 +1,6 @@
 /*
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Con Kolivas
+ * Copyright 2012-2013 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 2 - 1
miner.c

@@ -1,6 +1,7 @@
 /*
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Con Kolivas
- * Copyright 2011-2012 Luke Dashjr
+ * Copyright 2011-2013 Luke Dashjr
+ * Copyright 2012-2013 Andrew Smith
  * Copyright 2010 Jeff Garzik
  * Copyright 2010 Jeff Garzik
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * This program is free software; you can redistribute it and/or modify it

+ 1 - 0
ocl.c

@@ -1,5 +1,6 @@
 /*
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Con Kolivas
+ * Copyright 2012-2013 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 2 - 1
sha256_4way.c

@@ -1,4 +1,5 @@
-// Copyright (c) 2010 Satoshi Nakamoto
+// Copyright 2012-2013 Luke Dashjr
+// Copyright 2010 Satoshi Nakamoto
 // Distributed under the MIT/X11 software license, see the accompanying
 // Distributed under the MIT/X11 software license, see the accompanying
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 
 

+ 3 - 2
sha256_altivec_4way.c

@@ -1,5 +1,6 @@
-// Copyright (c) 2010 Satoshi Nakamoto
-// Copyright (c) 2011 Gilles Risch
+// Copyright 2010 Satoshi Nakamoto
+// Copyright 2011 Gilles Risch
+// Copyright 2012-2013 Luke Dashjr
 // Distributed under the MIT/X11 software license, see the accompanying
 // Distributed under the MIT/X11 software license, see the accompanying
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 
 

+ 1 - 0
sha256_generic.c

@@ -10,6 +10,7 @@
  * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk>
  * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk>
  * Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
  * Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
  * SHA224 Support Copyright 2007 Intel Corporation <jonathan.lynch@intel.com>
  * SHA224 Support Copyright 2007 Intel Corporation <jonathan.lynch@intel.com>
+ * Copyright 2012-2013 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 1 - 0
sha256_sse2_amd64.c

@@ -1,6 +1,7 @@
 /*
 /*
  * SHA-256 driver for ASM routine for x86_64 on Linux
  * SHA-256 driver for ASM routine for x86_64 on Linux
  * Copyright (c) Mark Crichton <crichton@gimp.org>
  * Copyright (c) Mark Crichton <crichton@gimp.org>
+ * Copyright 2012-2013 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 1 - 0
sha256_sse2_i386.c

@@ -1,6 +1,7 @@
 /*
 /*
  * SHA-256 driver for ASM routine for x86_64 on Linux
  * SHA-256 driver for ASM routine for x86_64 on Linux
  * Copyright (c) Mark Crichton <crichton@gimp.org>
  * Copyright (c) Mark Crichton <crichton@gimp.org>
+ * Copyright 2012-2013 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 1 - 0
sha256_sse4_amd64.c

@@ -1,6 +1,7 @@
 /*
 /*
  * SHA-256 driver for ASM routine for x86_64 on Linux
  * SHA-256 driver for ASM routine for x86_64 on Linux
  * Copyright (c) Mark Crichton <crichton@gimp.org>
  * Copyright (c) Mark Crichton <crichton@gimp.org>
+ * Copyright 2012-2013 Luke Dashjr
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * 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
  * under the terms of the GNU General Public License as published by the Free

+ 2 - 1
util.c

@@ -1,5 +1,6 @@
 /*
 /*
- * Copyright 2011-2012 Con Kolivas
+ * Copyright 2011-2013 Con Kolivas
+ * Copyright 2011-2013 Luke Dashjr
  * Copyright 2010 Jeff Garzik
  * Copyright 2010 Jeff Garzik
  * Copyright 2012 Giel van Schijndel
  * Copyright 2012 Giel van Schijndel
  * Copyright 2012 Gavin Andresen
  * Copyright 2012 Gavin Andresen