summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cli-miner.cpp8
-rw-r--r--console.cpp8
-rw-r--r--crypto/cryptonight_common.cpp8
-rw-r--r--crypto/soft_aes.c8
-rw-r--r--executor.cpp8
-rw-r--r--httpd.cpp23
-rw-r--r--jconf.cpp8
-rw-r--r--jpsock.cpp8
-rw-r--r--minethd.cpp8
-rw-r--r--socket.cpp23
10 files changed, 110 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"
diff --git a/console.cpp b/console.cpp
index 87e492e..00c31c9 100644
--- a/console.cpp
+++ b/console.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 "console.h"
diff --git a/crypto/cryptonight_common.cpp b/crypto/cryptonight_common.cpp
index 57f23e3..f362d43 100644
--- a/crypto/cryptonight_common.cpp
+++ b/crypto/cryptonight_common.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.
+ *
*/
extern "C"
diff --git a/crypto/soft_aes.c b/crypto/soft_aes.c
index 76c9c1c..b8309cf 100644
--- a/crypto/soft_aes.c
+++ b/crypto/soft_aes.c
@@ -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.
+ *
*/
/*
diff --git a/executor.cpp b/executor.cpp
index 7697a2f..671ca65 100644
--- a/executor.cpp
+++ b/executor.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 <thread>
diff --git a/httpd.cpp b/httpd.cpp
index 339d15f..a21e4cd 100644
--- a/httpd.cpp
+++ b/httpd.cpp
@@ -1,3 +1,26 @@
+/*
+ * 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 3 of the License, or
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * 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 <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/jconf.cpp b/jconf.cpp
index 532ff7c..31a08ef 100644
--- a/jconf.cpp
+++ b/jconf.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 "jconf.h"
diff --git a/jpsock.cpp b/jpsock.cpp
index 9a20537..7345098 100644
--- a/jpsock.cpp
+++ b/jpsock.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 <stdarg.h>
diff --git a/minethd.cpp b/minethd.cpp
index 641ef02..00cafc3 100644
--- a/minethd.cpp
+++ b/minethd.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 <assert.h>
diff --git a/socket.cpp b/socket.cpp
index 05e1214..b472feb 100644
--- a/socket.cpp
+++ b/socket.cpp
@@ -1,3 +1,26 @@
+/*
+ * 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 3 of the License, or
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * 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 "socket.h"
#include "jpsock.h"
#include "jconf.h"
OpenPOWER on IntegriCloud