Update copyright and authors.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
diff --git a/AUTHORS b/AUTHORS
index 54da6f9..7665c4e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
Jeff Garzik <jgarzik@pobox.com>
+Con Kolivas <kernel@kolivas.org>
diff --git a/README b/README
index 139f437..676c440 100644
--- a/README
+++ b/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.
diff --git a/findnonce.c b/findnonce.c
index 1f8ef79..af1525a 100644
--- a/findnonce.c
+++ b/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
diff --git a/ocl.c b/ocl.c
index 80c8c36..b0cb03f 100644
--- a/ocl.c
+++ b/ocl.c
@@ -1,3 +1,6 @@
+/*
+ * Copyright 2011 Con Kolivas
+ */
#include "config.h"
#include <signal.h>
diff --git a/phatk.cl b/phatk.cl
index ed04541..e75d558 100644
--- a/phatk.cl
+++ b/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
diff --git a/poclbm.cl b/poclbm.cl
index cf4f240..709cf4f 100644
--- a/poclbm.cl
+++ b/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.
diff --git a/util.c b/util.c
index d4ac0bc..67f2749 100644
--- a/util.c
+++ b/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