From 9bc3649e9190a7ba847d56ffeab1cbbae4481f2c Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 23 Nov 2010 23:43:45 -0500 Subject: [PATCH] Add README and license info. --- README | 11 +++++++++++ cpu-miner.c | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..79e9c928 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ + +This is a CPU miner for bitcoin. + +License: X11/MIT + See http://www.opensource.org/licenses/mit-license.php + +Dependencies: + libcurl http://curl.haxx.se/libcurl/ + jansson http://www.digip.org/jansson/ + OpenSSL libcrypto http://www.openssl.org/ + diff --git a/cpu-miner.c b/cpu-miner.c index cb61ae24..4fa6d9be 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -1,3 +1,8 @@ +/* + Copyright 2010 Jeff Garzik + Distributed under the MIT/X11 software license, see + http://www.opensource.org/licenses/mit-license.php + */ #define _GNU_SOURCE #include