Commit 810ad04578ea1b622ef186f7f70855bcf6077f7b

Con Kolivas 2012-02-18T23:16:08

More copyright updates.

diff --git a/adl.c b/adl.c
index 5d1ac8f..cb93814 100644
--- a/adl.c
+++ b/adl.c
@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2011-2012 Con Kolivas
  *
diff --git a/cgminer.c b/cgminer.c
index 6447902..008bd86 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Luke Dashjr
diff --git a/device-gpu.c b/device-gpu.c
index b9de952..0e1d076 100644
--- a/device-gpu.c
+++ b/device-gpu.c
@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Luke Dashjr
diff --git a/findnonce.c b/findnonce.c
index 037af0f..c19fdd6 100644
--- a/findnonce.c
+++ b/findnonce.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011 Con Kolivas
+ * Copyright 2011-2012 Con Kolivas
  * Copyright 2011 Nils Schneider
  *
  * This program is free software; you can redistribute it and/or modify it
diff --git a/logging.c b/logging.c
index d193444..d1dc8d4 100644
--- a/logging.c
+++ b/logging.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2011-2012 Con Kolivas
+ *
+ * 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 2 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #include <unistd.h>
 
 #include "logging.h"
diff --git a/ocl.c b/ocl.c
index 3ef9bb9..b3bb112 100644
--- a/ocl.c
+++ b/ocl.c
@@ -1,5 +1,10 @@
 /*
  * Copyright 2011-2012 Con Kolivas
+ *
+ * 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 2 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
  */
 
 #include "config.h"
diff --git a/util.c b/util.c
index 78e7593..a6cd37a 100644
--- a/util.c
+++ b/util.c
@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2010 Jeff Garzik