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
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