From f8bf03231c8d708a1fd43dc030df7ce6ea4eabd9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 16 Apr 2012 13:10:47 +0200 Subject: add compatibility clause for Erlang Public License This is required to make sure that even if somebody thinks the erlang OTP libraries and my code form a derivative work, there will be no licensing conflict. --- src/bssmap_codec.erl | 14 ++++++++++++++ src/isup_codec.erl | 14 ++++++++++++++ src/m2pa_codec.erl | 14 ++++++++++++++ src/m3ua_asp.erl | 14 ++++++++++++++ src/m3ua_codec.erl | 14 ++++++++++++++ src/m3ua_core.erl | 14 ++++++++++++++ src/mtp2_iac.erl | 14 ++++++++++++++ src/mtp2_lsc.erl | 14 ++++++++++++++ src/mtp3_codec.erl | 14 ++++++++++++++ src/mtp3_hmdt.erl | 14 ++++++++++++++ src/mtp3_sltc.erl | 14 ++++++++++++++ src/osmo_ss7_gtt.erl | 14 ++++++++++++++ src/osmo_ss7_pcap.erl | 14 ++++++++++++++ src/osmo_ss7_sup.erl | 14 ++++++++++++++ src/osmo_util.erl | 14 ++++++++++++++ src/sccp_codec.erl | 14 ++++++++++++++ src/sctp_core.erl | 14 ++++++++++++++ src/sctp_m2pa.erl | 14 ++++++++++++++ src/sctp_sua.erl | 14 ++++++++++++++ src/ss7_link_ipa_client.erl | 14 ++++++++++++++ src/ss7_link_m3ua.erl | 14 ++++++++++++++ src/ss7_links.erl | 14 ++++++++++++++ src/ss7_routes.erl | 14 ++++++++++++++ src/ss7_service_dump.erl | 18 ++++++++++++++++-- src/sua_asp.erl | 14 ++++++++++++++ src/sua_sccp_conv.erl | 14 ++++++++++++++ src/xua_asp_fsm.erl | 14 ++++++++++++++ src/xua_codec.erl | 14 ++++++++++++++ 28 files changed, 394 insertions(+), 2 deletions(-) diff --git a/src/bssmap_codec.erl b/src/bssmap_codec.erl index 530c62e..48951c0 100644 --- a/src/bssmap_codec.erl +++ b/src/bssmap_codec.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(bssmap_codec). -author('Harald Welte '). diff --git a/src/isup_codec.erl b/src/isup_codec.erl index 17bf91d..ab7285d 100644 --- a/src/isup_codec.erl +++ b/src/isup_codec.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(isup_codec). -author('Harald Welte '). diff --git a/src/m2pa_codec.erl b/src/m2pa_codec.erl index 1eeb5f9..138797f 100644 --- a/src/m2pa_codec.erl +++ b/src/m2pa_codec.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(m2pa_codec). -author('Harald Welte '). diff --git a/src/m3ua_asp.erl b/src/m3ua_asp.erl index c459d4a..751be9d 100644 --- a/src/m3ua_asp.erl +++ b/src/m3ua_asp.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(m3ua_asp). -author('Harald Welte '). diff --git a/src/m3ua_codec.erl b/src/m3ua_codec.erl index a1b03f8..5b29b7e 100644 --- a/src/m3ua_codec.erl +++ b/src/m3ua_codec.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(m3ua_codec). -author('Harald Welte '). diff --git a/src/m3ua_core.erl b/src/m3ua_core.erl index 0701954..3167c81 100644 --- a/src/m3ua_core.erl +++ b/src/m3ua_core.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(m3ua_core). -author('Harald Welte '). diff --git a/src/mtp2_iac.erl b/src/mtp2_iac.erl index 6f910f6..3965eb3 100644 --- a/src/mtp2_iac.erl +++ b/src/mtp2_iac.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(mtp2_iac). -author('Harald Welte '). diff --git a/src/mtp2_lsc.erl b/src/mtp2_lsc.erl index 1acbc80..04b2165 100644 --- a/src/mtp2_lsc.erl +++ b/src/mtp2_lsc.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(mtp2_lsc). -author('Harald Welte '). diff --git a/src/mtp3_codec.erl b/src/mtp3_codec.erl index 3c34a6e..cc83d86 100644 --- a/src/mtp3_codec.erl +++ b/src/mtp3_codec.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(mtp3_codec). -author('Harald Welte '). diff --git a/src/mtp3_hmdt.erl b/src/mtp3_hmdt.erl index ebac4ba..7184c6d 100644 --- a/src/mtp3_hmdt.erl +++ b/src/mtp3_hmdt.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(mtp3_hmdt). -author('Harald Welte '). diff --git a/src/mtp3_sltc.erl b/src/mtp3_sltc.erl index cdca675..2d19c1c 100644 --- a/src/mtp3_sltc.erl +++ b/src/mtp3_sltc.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(mtp3_sltc). -author('Harald Welte '). diff --git a/src/osmo_ss7_gtt.erl b/src/osmo_ss7_gtt.erl index a3e9785..f3039eb 100644 --- a/src/osmo_ss7_gtt.erl +++ b/src/osmo_ss7_gtt.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(osmo_ss7_gtt). -author('Harald Welte '). diff --git a/src/osmo_ss7_pcap.erl b/src/osmo_ss7_pcap.erl index 9a78897..309b80a 100644 --- a/src/osmo_ss7_pcap.erl +++ b/src/osmo_ss7_pcap.erl @@ -17,6 +17,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(osmo_ss7_pcap). -author("Harald Welte "). diff --git a/src/osmo_ss7_sup.erl b/src/osmo_ss7_sup.erl index 8daa7b6..dddc9ff 100644 --- a/src/osmo_ss7_sup.erl +++ b/src/osmo_ss7_sup.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(osmo_ss7_sup). -behavior(supervisor). diff --git a/src/osmo_util.erl b/src/osmo_util.erl index a1c70fe..b8ef242 100644 --- a/src/osmo_util.erl +++ b/src/osmo_util.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(osmo_util). -author('Harald Welte '). diff --git a/src/sccp_codec.erl b/src/sccp_codec.erl index 5a80e5d..2374d73 100644 --- a/src/sccp_codec.erl +++ b/src/sccp_codec.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(sccp_codec). -author('Harald Welte '). diff --git a/src/sctp_core.erl b/src/sctp_core.erl index 46b1d0d..464917a 100644 --- a/src/sctp_core.erl +++ b/src/sctp_core.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(sctp_core). -author('Harald Welte '). diff --git a/src/sctp_m2pa.erl b/src/sctp_m2pa.erl index fdadd36..376f00f 100644 --- a/src/sctp_m2pa.erl +++ b/src/sctp_m2pa.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(sctp_m2pa). -author('Harald Welte '). diff --git a/src/sctp_sua.erl b/src/sctp_sua.erl index b5a455b..9b8cc96 100644 --- a/src/sctp_sua.erl +++ b/src/sctp_sua.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(sctp_sua). -author('Harald Welte '). diff --git a/src/ss7_link_ipa_client.erl b/src/ss7_link_ipa_client.erl index e4db2ab..7d69a0b 100644 --- a/src/ss7_link_ipa_client.erl +++ b/src/ss7_link_ipa_client.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(ss7_link_ipa_client). -author('Harald Welte '). diff --git a/src/ss7_link_m3ua.erl b/src/ss7_link_m3ua.erl index 95fba70..d04e4bf 100644 --- a/src/ss7_link_m3ua.erl +++ b/src/ss7_link_m3ua.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(ss7_link_m3ua). -author('Harald Welte '). diff --git a/src/ss7_links.erl b/src/ss7_links.erl index a6328f8..11cd96b 100644 --- a/src/ss7_links.erl +++ b/src/ss7_links.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(ss7_links). -behaviour(gen_server). diff --git a/src/ss7_routes.erl b/src/ss7_routes.erl index ba66742..92e65d2 100644 --- a/src/ss7_routes.erl +++ b/src/ss7_routes.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. % this module is keeping the point code routing table for the MTP3 layer diff --git a/src/ss7_service_dump.erl b/src/ss7_service_dump.erl index f28869d..c231efc 100644 --- a/src/ss7_service_dump.erl +++ b/src/ss7_service_dump.erl @@ -14,9 +14,23 @@ % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % -% You should have received a copy of the GNU Affero General Public -% License +% You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. + -module(ss7_service_dump). -behaviour(gen_fsm). diff --git a/src/sua_asp.erl b/src/sua_asp.erl index d75d688..a6603df 100644 --- a/src/sua_asp.erl +++ b/src/sua_asp.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(sua_asp). -author('Harald Welte '). diff --git a/src/sua_sccp_conv.erl b/src/sua_sccp_conv.erl index 9c12128..e3f4c6c 100644 --- a/src/sua_sccp_conv.erl +++ b/src/sua_sccp_conv.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. % FIXME: this currently only supports connection-less SCCP diff --git a/src/xua_asp_fsm.erl b/src/xua_asp_fsm.erl index a02f70c..165cce9 100644 --- a/src/xua_asp_fsm.erl +++ b/src/xua_asp_fsm.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(xua_asp_fsm). -author('Harald Welte '). diff --git a/src/xua_codec.erl b/src/xua_codec.erl index 8da94a2..7fb3103 100644 --- a/src/xua_codec.erl +++ b/src/xua_codec.erl @@ -16,6 +16,20 @@ % % You should have received a copy of the GNU Affero General Public License % along with this program. If not, see . +% +% Additional Permission under GNU AGPL version 3 section 7: +% +% If you modify this Program, or any covered work, by linking or +% combining it with runtime libraries of Erlang/OTP as released by +% Ericsson on http://www.erlang.org (or a modified version of these +% libraries), containing parts covered by the terms of the Erlang Public +% License (http://www.erlang.org/EPLICENSE), the licensors of this +% Program grant you additional permission to convey the resulting work +% without the need to license the runtime libraries of Erlang/OTP under +% the GNU Affero General Public License. Corresponding Source for a +% non-source form of such a combination shall include the source code +% for the parts of the runtime libraries of Erlang/OTP used as well as +% that of the covered work. -module(xua_codec). -author('Harald Welte '). -- cgit v1.2.3