Browse Source

Update copyright and authors.

Con Kolivas 14 years ago
parent
commit
13b43cfad1
7 changed files with 10 additions and 1 deletions
  1. 1 0
      AUTHORS
  2. 1 1
      README
  3. 1 0
      findnonce.c
  4. 3 0
      ocl.c
  5. 2 0
      phatk.cl
  6. 1 0
      poclbm.cl
  7. 1 0
      util.c

+ 1 - 0
AUTHORS

@@ -1 +1,2 @@
 Jeff Garzik <jgarzik@pobox.com>
+Con Kolivas <kernel@kolivas.org>

+ 1 - 1
README

@@ -1,5 +1,5 @@
 
-This is a multi-threaded CPU miner for bitcoin.
+This is a multi-threaded CPU and GPU miner for bitcoin.
 
 License: GPLv2.  See COPYING for details.
 

+ 1 - 0
findnonce.c

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

+ 3 - 0
ocl.c

@@ -1,3 +1,6 @@
+/*
+ * Copyright 2011 Con Kolivas
+ */
 #include "config.h"
 
 #include <signal.h>

+ 2 - 0
phatk.cl

@@ -1,5 +1,7 @@
+// -ck modified kernel taken from Phoenix taken from phatk
 // This file is taken and modified from the public-domain poclbm project, and
 // we have therefore decided to keep it public-domain in Phoenix.
+// Modified version copyright 2011 Con Kolivas
 
 // The X is a placeholder for patching to suit hardware
 #define VECTORSX

+ 1 - 0
poclbm.cl

@@ -1,5 +1,6 @@
 // -ck modified kernel taken from Phoenix taken from poclbm, with aspects of
 // phatk and others.
+// Modified version copyright 2011 Con Kolivas
 
 // This file is taken and modified from the public-domain poclbm project, and
 // we have therefore decided to keep it public-domain in Phoenix.

+ 1 - 0
util.c

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