mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-14 16:58:05 +00:00
Update copyright and authors.
This commit is contained in:
parent
9f726400d4
commit
13b43cfad1
1
AUTHORS
1
AUTHORS
@ -1 +1,2 @@
|
|||||||
Jeff Garzik <jgarzik@pobox.com>
|
Jeff Garzik <jgarzik@pobox.com>
|
||||||
|
Con Kolivas <kernel@kolivas.org>
|
||||||
|
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.
|
License: GPLv2. See COPYING for details.
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
|
* Copyright 2011 Con Kolivas
|
||||||
* Copyright 2011 Nils Schneider
|
* Copyright 2011 Nils Schneider
|
||||||
*
|
*
|
||||||
* 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
|
||||||
|
3
ocl.c
3
ocl.c
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2011 Con Kolivas
|
||||||
|
*/
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <signal.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
|
// This file is taken and modified from the public-domain poclbm project, and
|
||||||
// we have therefore decided to keep it public-domain in Phoenix.
|
// 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
|
// The X is a placeholder for patching to suit hardware
|
||||||
#define VECTORSX
|
#define VECTORSX
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// -ck modified kernel taken from Phoenix taken from poclbm, with aspects of
|
// -ck modified kernel taken from Phoenix taken from poclbm, with aspects of
|
||||||
// phatk and others.
|
// phatk and others.
|
||||||
|
// Modified version copyright 2011 Con Kolivas
|
||||||
|
|
||||||
// This file is taken and modified from the public-domain poclbm project, and
|
// This file is taken and modified from the public-domain poclbm project, and
|
||||||
// we have therefore decided to keep it public-domain in Phoenix.
|
// we have therefore decided to keep it public-domain in Phoenix.
|
||||||
|
Loading…
Reference in New Issue
Block a user