diff options
author | Jeff Garzik <jeff@garzik.org> | 2010-11-24 19:50:46 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-11-24 19:50:46 -0500 |
commit | ea6c1126ec2837461c1869d93d83877d7d40a2b8 (patch) | |
tree | a45fc98ac525c9c532d2095389752cd70ba3d6ac /cpu-miner.c | |
parent | 82fff8f4cf6625f0d1ccdee4dab8018fa3804cd8 (diff) |
Add GPLv2 header.
Diffstat (limited to 'cpu-miner.c')
-rw-r--r-- | cpu-miner.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cpu-miner.c b/cpu-miner.c index 8cf4278..d88e7bb 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 |