Browse Source

More copyright updates.

Con Kolivas 14 years ago
parent
commit
810ad04578
7 changed files with 15 additions and 5 deletions
  1. 0 1
      adl.c
  2. 0 1
      cgminer.c
  3. 0 1
      device-gpu.c
  4. 1 1
      findnonce.c
  5. 9 0
      logging.c
  6. 5 0
      ocl.c
  7. 0 1
      util.c

+ 0 - 1
adl.c

@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2011-2012 Con Kolivas
  *

+ 0 - 1
cgminer.c

@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Luke Dashjr

+ 0 - 1
device-gpu.c

@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2011-2012 Luke Dashjr

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

+ 9 - 0
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"

+ 5 - 0
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"

+ 0 - 1
util.c

@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2011-2012 Con Kolivas
  * Copyright 2010 Jeff Garzik