mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-14 15:11:56 +00:00
Create basic skeleton and copyright notices for hashfast driver.
This commit is contained in:
parent
cdaaff191e
commit
f317e829ab
@ -0,0 +1,11 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013 Con Kolivas <kernel@kolivas.org>
|
||||||
|
* Copyright 2013 Hashfast Inc.
|
||||||
|
*
|
||||||
|
* 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 3 of the License, or (at your option)
|
||||||
|
* any later version. See COPYING for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
@ -0,0 +1,16 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013 Con Kolivas <kernel@kolivas.org>
|
||||||
|
* Copyright 2013 Hashfast
|
||||||
|
*
|
||||||
|
* 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 3 of the License, or (at your option)
|
||||||
|
* any later version. See COPYING for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef HASHFAST_H
|
||||||
|
#define HASHFAST_H
|
||||||
|
|
||||||
|
#ifdef USE_HASHFAST
|
||||||
|
#endif /* USE_HASHFAST */
|
||||||
|
#endif /* HASHFAST_H */
|
Loading…
x
Reference in New Issue
Block a user