Module: sip-router Branch: master Commit: 7771e9cdb58ea1cef008e2a70f53c5f183c26ebe URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7771e9cd...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Dec 2 18:17:34 2013 +0100
tls: clarified licensing based on development history
- some were c&p as they refered to files related to components that were developed later than the (c) year (e.g., selects) - added openssl exception to gpl parts based on agreement from the developers of those components - most of the code was released long time ago under BSD by iptelorg. Code was rewrote for 3.1 when asynchronous support was developed.
---
modules/tls/README | 39 ++++++++++++++++++++-------------- modules/tls/doc/history.xml | 27 ++++++++++++----------- modules/tls/fixed_c_zlib.h | 3 +- modules/tls/sbufq.h | 4 +- modules/tls/tls_bio.c | 2 + modules/tls/tls_bio.h | 2 + modules/tls/tls_cfg.c | 2 + modules/tls/tls_cfg.h | 2 +- modules/tls/tls_config.c | 33 ++++++++++------------------ modules/tls/tls_config.h | 40 +++++++++++------------------------ modules/tls/tls_ct_q.h | 2 + modules/tls/tls_ct_wrq.c | 2 + modules/tls/tls_ct_wrq.h | 2 + modules/tls/tls_domain.c | 3 +- modules/tls/tls_domain.h | 3 +- modules/tls/tls_dump_vf.c | 7 +++++- modules/tls/tls_dump_vf.h | 7 +++++- modules/tls/tls_init.c | 40 +++++++++++------------------------ modules/tls/tls_init.h | 37 ++++++++++---------------------- modules/tls/tls_locking.c | 10 +------- modules/tls/tls_locking.h | 2 +- modules/tls/tls_mod.c | 48 +++++++++++------------------------------- modules/tls/tls_mod.h | 35 +++++++++--------------------- modules/tls/tls_rpc.c | 3 -- modules/tls/tls_rpc.h | 5 +--- modules/tls/tls_select.c | 9 ++++--- modules/tls/tls_select.h | 9 ++++--- modules/tls/tls_server.c | 5 +--- modules/tls/tls_server.h | 3 -- modules/tls/tls_util.c | 32 ++++++++++----------------- modules/tls/tls_util.h | 39 +++++++++++----------------------- modules/tls/tls_verify.c | 34 +++++++++++------------------ modules/tls/tls_verify.h | 37 ++++++++++---------------------- 33 files changed, 209 insertions(+), 319 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=7771...