From ea6c1126ec2837461c1869d93d83877d7d40a2b8 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 24 Nov 2010 19:50:46 -0500 Subject: [PATCH] Add GPLv2 header. --- cpu-miner.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cpu-miner.c b/cpu-miner.c index 8cf42781..d88e7bba 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -1,7 +1,10 @@ /* - Copyright 2010 Jeff Garzik - Distributed under the MIT/X11 software license, see - http://www.opensource.org/licenses/mit-license.php + * Copyright 2010 Jeff Garzik + * + * 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 2 of the License, or (at your option) + * any later version. See COPYING for more details. */ #define _GNU_SOURCE