1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Copyright updates.

This commit is contained in:
Con Kolivas 2012-02-18 23:00:21 +11:00
parent 0b6e35cda9
commit be9db9ce63
4 changed files with 14 additions and 2 deletions

10
adl.c
View File

@ -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" #include "config.h"
#if defined(HAVE_ADL) && (defined(__linux) || defined (WIN32)) #if defined(HAVE_ADL) && (defined(__linux) || defined (WIN32))

View File

@ -1,5 +1,6 @@
/* /*
* Copyright 2012 Luke Dashjr * Copyright 2012 Luke Dashjr
* Copyright 2012 Con Kolivas
* *
* This program is free software; you can redistribute it and/or modify it * 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 * under the terms of the GNU General Public License as published by the Free

3
ocl.c
View File

@ -1,6 +1,7 @@
/* /*
* Copyright 2011 Con Kolivas * Copyright 2011-2012 Con Kolivas
*/ */
#include "config.h" #include "config.h"
#ifdef HAVE_OPENCL #ifdef HAVE_OPENCL

2
util.c
View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2011 Con Kolivas * Copyright 2011-2012 Con Kolivas
* Copyright 2010 Jeff Garzik * Copyright 2010 Jeff Garzik
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it