about summary refs log tree commit diff stats
path: root/src/otr
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-08-24 20:57:39 +0100
committerJames Booth <boothj5@gmail.com>2014-08-24 20:57:39 +0100
commitf9737251a68da0a815dffd8d10a575cfea8539c3 (patch)
treee04de59f00e3b94803d4daa82c604d8c4a860775 /src/otr
parent0b47bba6cc8ab5267aebb7eeb8f691f87140184d (diff)
downloadprofani-tty-f9737251a68da0a815dffd8d10a575cfea8539c3.tar.gz
Added license exemption for OpenSSL to source headers
Diffstat (limited to 'src/otr')
-rw-r--r--src/otr/otr.c12
-rw-r--r--src/otr/otr.h12
-rw-r--r--src/otr/otrlib.h12
-rw-r--r--src/otr/otrlibv3.c12
-rw-r--r--src/otr/otrlibv4.c12
5 files changed, 60 insertions, 0 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c
index c9280642..fe0a114d 100644
--- a/src/otr/otr.c
+++ b/src/otr/otr.c
@@ -18,6 +18,18 @@
  * You should have received a copy of the GNU General Public License
  * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
  *
+ * In addition, as a special exception, the copyright holders give permission to
+ * link the code of portions of this program with the OpenSSL library under
+ * certain conditions as described in each individual source file, and
+ * distribute linked combinations including the two.
+ *
+ * You must obey the GNU General Public License in all respects for all of the
+ * code used other than OpenSSL. If you modify file(s) with this exception, you
+ * may extend this exception to your version of the file(s), but you are not
+ * obligated to do so. If you do not wish to do so, delete this exception
+ * statement from your version. If you delete this exception statement from all
+ * source files in the program, then also delete it here.
+ *
  */
 
 #include <libotr/proto.h>
diff --git a/src/otr/otr.h b/src/otr/otr.h
index 0df19f42..443ff750 100644
--- a/src/otr/otr.h
+++ b/src/otr/otr.h
@@ -18,6 +18,18 @@
  * You should have received a copy of the GNU General Public License
  * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
  *
+ * In addition, as a special exception, the copyright holders give permission to
+ * link the code of portions of this program with the OpenSSL library under
+ * certain conditions as described in each individual source file, and
+ * distribute linked combinations including the two.
+ *
+ * You must obey the GNU General Public License in all respects for all of the
+ * code used other than OpenSSL. If you modify file(s) with this exception, you
+ * may extend this exception to your version of the file(s), but you are not
+ * obligated to do so. If you do not wish to do so, delete this exception
+ * statement from your version. If you delete this exception statement from all
+ * source files in the program, then also delete it here.
+ *
  */
 
 #ifndef OTR_H
diff --git a/src/otr/otrlib.h b/src/otr/otrlib.h
index c0ca518f..da1c8547 100644
--- a/src/otr/otrlib.h
+++ b/src/otr/otrlib.h
@@ -18,6 +18,18 @@
  * You should have received a copy of the GNU General Public License
  * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
  *
+ * In addition, as a special exception, the copyright holders give permission to
+ * link the code of portions of this program with the OpenSSL library under
+ * certain conditions as described in each individual source file, and
+ * distribute linked combinations including the two.
+ *
+ * You must obey the GNU General Public License in all respects for all of the
+ * code used other than OpenSSL. If you modify file(s) with this exception, you
+ * may extend this exception to your version of the file(s), but you are not
+ * obligated to do so. If you do not wish to do so, delete this exception
+ * statement from your version. If you delete this exception statement from all
+ * source files in the program, then also delete it here.
+ *
  */
 
 #ifndef OTRLIB_H
diff --git a/src/otr/otrlibv3.c b/src/otr/otrlibv3.c
index 619e35cd..77b00660 100644
--- a/src/otr/otrlibv3.c
+++ b/src/otr/otrlibv3.c
@@ -18,6 +18,18 @@
  * You should have received a copy of the GNU General Public License
  * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
  *
+ * In addition, as a special exception, the copyright holders give permission to
+ * link the code of portions of this program with the OpenSSL library under
+ * certain conditions as described in each individual source file, and
+ * distribute linked combinations including the two.
+ *
+ * You must obey the GNU General Public License in all respects for all of the
+ * code used other than OpenSSL. If you modify file(s) with this exception, you
+ * may extend this exception to your version of the file(s), but you are not
+ * obligated to do so. If you do not wish to do so, delete this exception
+ * statement from your version. If you delete this exception statement from all
+ * source files in the program, then also delete it here.
+ *
  */
 #include <libotr/proto.h>
 #include <libotr/privkey.h>
diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c
index 27b99f06..62379d0f 100644
--- a/src/otr/otrlibv4.c
+++ b/src/otr/otrlibv4.c
@@ -18,6 +18,18 @@
  * You should have received a copy of the GNU General Public License
  * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
  *
+ * In addition, as a special exception, the copyright holders give permission to
+ * link the code of portions of this program with the OpenSSL library under
+ * certain conditions as described in each individual source file, and
+ * distribute linked combinations including the two.
+ *
+ * You must obey the GNU General Public License in all respects for all of the
+ * code used other than OpenSSL. If you modify file(s) with this exception, you
+ * may extend this exception to your version of the file(s), but you are not
+ * obligated to do so. If you do not wish to do so, delete this exception
+ * statement from your version. If you delete this exception statement from all
+ * source files in the program, then also delete it here.
+ *
  */
 
 #include <libotr/proto.h>