Browse Source

Update copyrights

Luke Dashjr 12 years ago
parent
commit
0e0c5afb3c
11 changed files with 52 additions and 19 deletions
  1. 2 0
      AUTHORS
  2. 1 1
      driver-bfsb.c
  3. 2 1
      driver-bigpic.c
  4. 1 14
      driver-bigpic.h
  5. 2 1
      driver-bitfury.c
  6. 1 1
      driver-metabank.c
  7. 9 0
      driver-proxy.c
  8. 9 0
      driver-stratum.c
  9. 2 1
      libbitfury.c
  10. 1 0
      logging.h
  11. 22 0
      tm_i2c.c

+ 2 - 0
AUTHORS

@@ -1,5 +1,7 @@
 FPGA/ASIC mining and refactor: Luke Dashjr <luke-jr+bfgminer@utopios.org> 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh
 FPGA/ASIC mining and refactor: Luke Dashjr <luke-jr+bfgminer@utopios.org> 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh
 GPU mining and refactor: Con Kolivas <kernel@kolivas.org> 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ
 GPU mining and refactor: Con Kolivas <kernel@kolivas.org> 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ
+Bitfury GPIO-based drivers: Bitfury and Anatoly Legkodymov <legko777@fastmail.fm>
+Big Picture Mining driver: Andreas Auer <aauer1@gmail.com>
 Avalon and Icarus drivers: Xiangfu <xiangfu@openmobilefree.net>
 Avalon and Icarus drivers: Xiangfu <xiangfu@openmobilefree.net>
 ZTEX FPGA driver: Nelisky <nelisky.btc@gmail.com>
 ZTEX FPGA driver: Nelisky <nelisky.btc@gmail.com>
 Original CPU mining software: Jeff Garzik <jgarzik@pobox.com>
 Original CPU mining software: Jeff Garzik <jgarzik@pobox.com>

+ 1 - 1
driver-bfsb.c

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013 bitfury
  * Copyright 2013 bitfury
- * Copyright 2013 legkodymov
+ * Copyright 2013 Anatoly Legkodymov
  * Copyright 2013 Luke Dashjr
  * Copyright 2013 Luke Dashjr
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 2 - 1
driver-bigpic.c

@@ -1,5 +1,6 @@
 /*
 /*
- * Copyright 2013 DI Andreas Auer
+ * Copyright 2013 Andreas Auer
+ * Copyright 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 - 14
driver-bigpic.h

@@ -1,16 +1,3 @@
-/*
- * Copyright 2013 DI Andreas Auer
- *
- * 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
- * Software Foundation; either version 3 of the License, or (at your option)
- * any later version.  See COPYING for more details.
- *
- *  Created on: 09.10.2013
- *      Author: DI Andreas Auer
- *        Mail: aauer1@gmail.com
- */
-
 #ifndef BFG_DRIVER_BIGPIC_H
 #ifndef BFG_DRIVER_BIGPIC_H
 #define BFG_DRIVER_BIGPIC_H
 #define BFG_DRIVER_BIGPIC_H
 
 
@@ -41,4 +28,4 @@ struct bigpic_info
 	uint32_t rx_len;
 	uint32_t rx_len;
 };
 };
 
 
-#endif /* DRIVER_S6LX75_H_ */
+#endif

+ 2 - 1
driver-bitfury.c

@@ -1,6 +1,7 @@
 /*
 /*
  * Copyright 2013 bitfury
  * Copyright 2013 bitfury
- * Copyright 2013 legkodymov
+ * Copyright 2013 Anatoly Legkodymov
+ * Copyright 2013 Luke Dashjr
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
driver-metabank.c

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013 bitfury
  * Copyright 2013 bitfury
- * Copyright 2013 legkodymov
+ * Copyright 2013 Anatoly Legkodymov
  * Copyright 2013 Luke Dashjr
  * Copyright 2013 Luke Dashjr
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 9 - 0
driver-proxy.c

@@ -1,3 +1,12 @@
+/*
+ * Copyright 2013 Luke Dashjr
+ *
+ * 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #include "config.h"
 #include "config.h"
 
 
 #include <pthread.h>
 #include <pthread.h>

+ 9 - 0
driver-stratum.c

@@ -1,3 +1,12 @@
+/*
+ * Copyright 2013 Luke Dashjr
+ *
+ * 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #include "config.h"
 #include "config.h"
 
 
 #ifndef WIN32
 #ifndef WIN32

+ 2 - 1
libbitfury.c

@@ -1,6 +1,7 @@
 /*
 /*
  * Copyright 2013 bitfury
  * Copyright 2013 bitfury
- * Copyright 2013 legkodymov
+ * Copyright 2013 Anatoly Legkodymov
+ * Copyright 2013 Luke Dashjr
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 0
logging.h

@@ -1,4 +1,5 @@
 /*
 /*
+ * Copyright 2013 Luke Dashjr
  * Copyright 2012 zefir
  * Copyright 2012 zefir
  *
  *
  * 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

+ 22 - 0
tm_i2c.c

@@ -1,3 +1,25 @@
+/*
+ * Copyright 2013 Anatoly Legkodymov
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
 #include <fcntl.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/ioctl.h>
 #include <unistd.h>
 #include <unistd.h>