Browse Source

Add GPLv2 header.

Jeff Garzik 15 years ago
parent
commit
ea6c1126ec
1 changed files with 6 additions and 3 deletions
  1. 6 3
      cpu-miner.c

+ 6 - 3
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