Browse code

Add verbiage regarding linking OpenSSL

Shawn Webb authored on 2014/04/17 22:29:47
Showing 3 changed files
... ...
@@ -338,3 +338,19 @@ proprietary programs.  If your program is a subroutine library, you may
338 338
 consider it more useful to permit linking proprietary applications with the
339 339
 library.  If this is what you want to do, use the GNU Library General
340 340
 Public License instead of this License.
341
+
342
+            REGARDING OPENSSL
343
+
344
+ In addition, as a special exception, the copyright holders give
345
+ permission to link the code of portions of this program with the
346
+ OpenSSL library under certain conditions as described in each
347
+ individual source file, and distribute linked combinations
348
+ including the two.
349
+
350
+ You must obey the GNU General Public License in all respects
351
+ for all of the code used other than OpenSSL.  If you modify
352
+ file(s) with this exception, you may extend this exception to your
353
+ version of the file(s), but you are not obligated to do so.  If you
354
+ do not wish to do so, delete this exception statement from your
355
+ version.  If you delete this exception statement from all source
356
+ files in the program, then also delete it here.
... ...
@@ -16,6 +16,20 @@
16 16
  *  along with this program; if not, write to the Free Software
17 17
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 18
  *  MA 02110-1301, USA.
19
+ *
20
+ *  In addition, as a special exception, the copyright holders give
21
+ *  permission to link the code of portions of this program with the
22
+ *  OpenSSL library under certain conditions as described in each
23
+ *  individual source file, and distribute linked combinations
24
+ *  including the two.
25
+ *  
26
+ *  You must obey the GNU General Public License in all respects
27
+ *  for all of the code used other than OpenSSL.  If you modify
28
+ *  file(s) with this exception, you may extend this exception to your
29
+ *  version of the file(s), but you are not obligated to do so.  If you
30
+ *  do not wish to do so, delete this exception statement from your
31
+ *  version.  If you delete this exception statement from all source
32
+ *  files in the program, then also delete it here.
19 33
  */
20 34
 
21 35
 #if HAVE_CONFIG_H
... ...
@@ -16,6 +16,20 @@
16 16
  *  along with this program; if not, write to the Free Software
17 17
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 18
  *  MA 02110-1301, USA.
19
+ *
20
+ *  In addition, as a special exception, the copyright holders give
21
+ *  permission to link the code of portions of this program with the
22
+ *  OpenSSL library under certain conditions as described in each
23
+ *  individual source file, and distribute linked combinations
24
+ *  including the two.
25
+ *
26
+ *  You must obey the GNU General Public License in all respects
27
+ *  for all of the code used other than OpenSSL.  If you modify
28
+ *  file(s) with this exception, you may extend this exception to your
29
+ *  version of the file(s), but you are not obligated to do so.  If you
30
+ *  do not wish to do so, delete this exception statement from your
31
+ *  version.  If you delete this exception statement from all source
32
+ *  files in the program, then also delete it here.
19 33
  */
20 34
 
21 35
 #if !defined(_CLAMAV_CRYPTO_H)