浏览代码

modules/outbound: added OpenSSL licensing exception

Peter Dunkley 11 年之前
父节点
当前提交
6741c47ad7
共有 4 个文件被更改,包括 20 次插入0 次删除
  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>