Browse Source

modules/outbound: added OpenSSL licensing exception

Peter Dunkley 11 years ago
parent
commit
6741c47ad7
4 changed files with 20 additions and 0 deletions
  1. 5 0
      modules/outbound/api.h
  2. 5 0
      modules/outbound/config.c
  3. 5 0
      modules/outbound/config.h
  4. 5 0
      modules/outbound/ob_mod.c

+ 5 - 0
modules/outbound/api.h

@@ -19,6 +19,11 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
+ * Exception: permission to copy, modify, propagate, and distribute a work
+ * formed by combining OpenSSL toolkit software and the code in this file,
+ * such as linking with software components and libraries released under
+ * OpenSSL project license.
+ *
  */
 
 #ifndef OB_API_H

+ 5 - 0
modules/outbound/config.c

@@ -17,6 +17,11 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
+ * Exception: permission to copy, modify, propagate, and distribute a work
+ * formed by combining OpenSSL toolkit software and the code in this file,
+ * such as linking with software components and libraries released under
+ * OpenSSL project license.
+ *
  */
 
 /*!

+ 5 - 0
modules/outbound/config.h

@@ -17,6 +17,11 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
+ * Exception: permission to copy, modify, propagate, and distribute a work
+ * formed by combining OpenSSL toolkit software and the code in this file,
+ * such as linking with software components and libraries released under
+ * OpenSSL project license.
+ *
  */
 
 /*!

+ 5 - 0
modules/outbound/ob_mod.c

@@ -19,6 +19,11 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
+ * Exception: permission to copy, modify, propagate, and distribute a work
+ * formed by combining OpenSSL toolkit software and the code in this file,
+ * such as linking with software components and libraries released under
+ * OpenSSL project license.
+ *
  */
 #include <openssl/hmac.h>
 #include <openssl/rand.h>