Commit be9db9ce637260216c81a36366033f6733c63e51

Con Kolivas 2012-02-18T23:00:21

Copyright updates.

diff --git a/adl.c b/adl.c
index 6f0b501..5d1ac8f 100644
--- a/adl.c
+++ b/adl.c
@@ -1,3 +1,13 @@
+
+/*
+ * 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"
 
 #if defined(HAVE_ADL) && (defined(__linux) || defined (WIN32))
diff --git a/bitforce.c b/bitforce.c
index 7ce195d..53d6336 100644
--- a/bitforce.c
+++ b/bitforce.c
@@ -1,5 +1,6 @@
 /*
  * Copyright 2012 Luke Dashjr
+ * Copyright 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
diff --git a/ocl.c b/ocl.c
index 43f9a28..a850740 100644
--- a/ocl.c
+++ b/ocl.c
@@ -1,6 +1,7 @@
 /*
- * Copyright 2011 Con Kolivas
+ * Copyright 2011-2012 Con Kolivas
  */
+
 #include "config.h"
 #ifdef HAVE_OPENCL
 
diff --git a/util.c b/util.c
index 9ff5a24..78e7593 100644
--- a/util.c
+++ b/util.c
@@ -1,6 +1,6 @@
 
 /*
- * Copyright 2011 Con Kolivas
+ * Copyright 2011-2012 Con Kolivas
  * Copyright 2010 Jeff Garzik
  *
  * This program is free software; you can redistribute it and/or modify it