about summary refs log tree commit diff stats
path: root/src/main.c
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/main.c
parent0b47bba6cc8ab5267aebb7eeb8f691f87140184d (diff)
downloadprofani-tty-f9737251a68da0a815dffd8d10a575cfea8539c3.tar.gz
Added license exemption for OpenSSL to source headers
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 222b1361..898cdaf3 100644
--- a/src/main.c
+++ b/src/main.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 <string.h>
 #include <glib.h>