1
0
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:
Con Kolivas 2011-07-03 00:28:51 +10:00
parent 9f726400d4
commit 13b43cfad1
7 changed files with 10 additions and 1 deletions

View File

@ -1 +1,2 @@
Jeff Garzik <jgarzik@pobox.com>
Con Kolivas <kernel@kolivas.org>

2
README
View File

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

View File

@ -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
View File

@ -1,3 +1,6 @@
/*
* Copyright 2011 Con Kolivas
*/
#include "config.h"
#include <signal.h>

View File

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

View File

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

1
util.c
View File

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