mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-14 00:38:02 +00:00
Update copyright and authors.
This commit is contained in:
parent
9f726400d4
commit
13b43cfad1
2
README
2
README
@ -1,5 +1,5 @@
|
||||
|
||||
This is a multi-threaded CPU miner for bitcoin.
|
||||
This is a multi-threaded CPU and GPU miner for bitcoin.
|
||||
|
||||
License: GPLv2. See COPYING for details.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2011 Con Kolivas
|
||||
* Copyright 2011 Nils Schneider
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
|
3
ocl.c
3
ocl.c
@ -1,3 +1,6 @@
|
||||
/*
|
||||
* Copyright 2011 Con Kolivas
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#include <signal.h>
|
||||
|
2
phatk.cl
2
phatk.cl
@ -1,5 +1,7 @@
|
||||
// -ck modified kernel taken from Phoenix taken from phatk
|
||||
// This file is taken and modified from the public-domain poclbm project, and
|
||||
// we have therefore decided to keep it public-domain in Phoenix.
|
||||
// Modified version copyright 2011 Con Kolivas
|
||||
|
||||
// The X is a placeholder for patching to suit hardware
|
||||
#define VECTORSX
|
||||
|
@ -1,5 +1,6 @@
|
||||
// -ck modified kernel taken from Phoenix taken from poclbm, with aspects of
|
||||
// phatk and others.
|
||||
// Modified version copyright 2011 Con Kolivas
|
||||
|
||||
// This file is taken and modified from the public-domain poclbm project, and
|
||||
// we have therefore decided to keep it public-domain in Phoenix.
|
||||
|
Loading…
Reference in New Issue
Block a user