More copyright updates.
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 74 75 76 77 78 79
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