diff options
Diffstat (limited to 'cli-miner.cpp')
-rw-r--r-- | cli-miner.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cli-miner.cpp b/cli-miner.cpp index 4245de4..5e6a344 100644 --- a/cli-miner.cpp +++ b/cli-miner.cpp @@ -11,6 +11,14 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * Additional permission under GNU GPL version 3 section 7 + * + * If you modify this Program, or any covered work, by linking or combining + * it with OpenSSL (or a modified version of that library), containing parts + * covered by the terms of OpenSSL License and SSLeay License, the licensors + * of this Program grant you additional permission to convey the resulting work. + * */ #include "executor.h" |