laforge has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo_ss7/+/37061?usp=email )
Change subject: use https for all web URLs ......................................................................
use https for all web URLs
Change-Id: I964812c0d1c209a333292253b4cde4c5c01c2b1a --- M COPYING M include/m2pa.hrl M include/m3ua.hrl M include/sua.hrl M src/bssmap_codec.erl M src/isup_codec.erl M src/m2pa_codec.erl M src/m2ua_codec.erl M src/m3ua_asp.erl M src/m3ua_codec.erl M src/m3ua_core.erl M src/mtp2_iac.erl M src/mtp2_lsc.erl M src/mtp3_codec.erl M src/mtp3_hmdt.erl M src/mtp3_sltc.erl M src/osmo_ss7_gtt.erl M src/osmo_ss7_pcap.erl M src/osmo_ss7_sup.erl M src/osmo_util.erl M src/sccp_codec.erl M src/sctp_core.erl M src/sctp_m2pa.erl M src/sctp_m2ua.erl M src/sctp_sua.erl M src/sg_as_sup.erl M src/sg_asp_sup.erl M src/ss7_link_ipa_client.erl M src/ss7_link_m2ua.erl M src/ss7_link_m3ua.erl M src/ss7_links.erl M src/ss7_routes.erl M src/ss7_service_dump.erl M src/sua_asp.erl M src/sua_sccp_conv.erl M src/xua_as_fsm.erl M src/xua_asp_fsm.erl M src/xua_codec.erl 38 files changed, 117 insertions(+), 108 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/COPYING b/COPYING index dba13ed..be3f7b2 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
- Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.org/ + Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
@@ -643,7 +643,7 @@ GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License - along with this program. If not, see http://www.gnu.org/licenses/. + along with this program. If not, see https://www.gnu.org/licenses/.
Also add information on how to contact you by electronic and paper mail.
@@ -658,4 +658,4 @@ You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -http://www.gnu.org/licenses/. +https://www.gnu.org/licenses/. diff --git a/include/m2pa.hrl b/include/m2pa.hrl index a4d9d78..9d5a9b6 100644 --- a/include/m2pa.hrl +++ b/include/m2pa.hrl @@ -15,7 +15,7 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/.
-define(M2PA_PPID, 5). -define(M2PA_PORT, 3565). diff --git a/include/m3ua.hrl b/include/m3ua.hrl index 277d32d..1bb0399 100644 --- a/include/m3ua.hrl +++ b/include/m3ua.hrl @@ -1,4 +1,4 @@ -% M3UA in accordance with RFC4666 (http://tools.ietf.org/html/rfc4666) +% M3UA in accordance with RFC4666 (https://tools.ietf.org/html/rfc4666)
-define(M3UA_PPID, 3). -define(M3UA_PORT, 2905). diff --git a/include/sua.hrl b/include/sua.hrl index 84a2ddb..22e68be 100644 --- a/include/sua.hrl +++ b/include/sua.hrl @@ -15,7 +15,7 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/.
-define(SUA_PPID, 4). -define(SUA_PORT, 14001). diff --git a/src/bssmap_codec.erl b/src/bssmap_codec.erl index 48951c0..1773c64 100644 --- a/src/bssmap_codec.erl +++ b/src/bssmap_codec.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/isup_codec.erl b/src/isup_codec.erl index dd2149f..e5f529e 100644 --- a/src/isup_codec.erl +++ b/src/isup_codec.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/m2pa_codec.erl b/src/m2pa_codec.erl index 138797f..d7bc0c5 100644 --- a/src/m2pa_codec.erl +++ b/src/m2pa_codec.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/m2ua_codec.erl b/src/m2ua_codec.erl index 437b3e8..ca3e4dc 100644 --- a/src/m2ua_codec.erl +++ b/src/m2ua_codec.erl @@ -15,7 +15,7 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/.
-module(m2ua_codec). -author('Harald Welte laforge@gnumonks.org'). diff --git a/src/m3ua_asp.erl b/src/m3ua_asp.erl index 751be9d..866eb4e 100644 --- a/src/m3ua_asp.erl +++ b/src/m3ua_asp.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/m3ua_codec.erl b/src/m3ua_codec.erl index 5b29b7e..5855a41 100644 --- a/src/m3ua_codec.erl +++ b/src/m3ua_codec.erl @@ -1,4 +1,4 @@ -% M3UA in accordance with RFC4666 (http://tools.ietf.org/html/rfc4666) +% M3UA in accordance with RFC4666 (https://tools.ietf.org/html/rfc4666)
% (C) 2011 by Harald Welte laforge@gnumonks.org % @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/m3ua_core.erl b/src/m3ua_core.erl index 2adc424..33b9c18 100644 --- a/src/m3ua_core.erl +++ b/src/m3ua_core.erl @@ -1,4 +1,4 @@ -% M3UA in accordance with RFC4666 (http://tools.ietf.org/html/rfc4666) +% M3UA in accordance with RFC4666 (https://tools.ietf.org/html/rfc4666)
% (C) 2011 by Harald Welte laforge@gnumonks.org % @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/mtp2_iac.erl b/src/mtp2_iac.erl index 3965eb3..18141b4 100644 --- a/src/mtp2_iac.erl +++ b/src/mtp2_iac.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/mtp2_lsc.erl b/src/mtp2_lsc.erl index 04b2165..ff5ec6a 100644 --- a/src/mtp2_lsc.erl +++ b/src/mtp2_lsc.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/mtp3_codec.erl b/src/mtp3_codec.erl index 39c8c5f..389ac21 100644 --- a/src/mtp3_codec.erl +++ b/src/mtp3_codec.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/mtp3_hmdt.erl b/src/mtp3_hmdt.erl index 7184c6d..f59e800 100644 --- a/src/mtp3_hmdt.erl +++ b/src/mtp3_hmdt.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/mtp3_sltc.erl b/src/mtp3_sltc.erl index 2d19c1c..f5a8623 100644 --- a/src/mtp3_sltc.erl +++ b/src/mtp3_sltc.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/osmo_ss7_gtt.erl b/src/osmo_ss7_gtt.erl index f3039eb..10a5812 100644 --- a/src/osmo_ss7_gtt.erl +++ b/src/osmo_ss7_gtt.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/osmo_ss7_pcap.erl b/src/osmo_ss7_pcap.erl index ffa9d59..0157cbf 100644 --- a/src/osmo_ss7_pcap.erl +++ b/src/osmo_ss7_pcap.erl @@ -16,15 +16,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/osmo_ss7_sup.erl b/src/osmo_ss7_sup.erl index 72637ec..89141f7 100644 --- a/src/osmo_ss7_sup.erl +++ b/src/osmo_ss7_sup.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/osmo_util.erl b/src/osmo_util.erl index f2fb1cc..2c6b768 100644 --- a/src/osmo_util.erl +++ b/src/osmo_util.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/sccp_codec.erl b/src/sccp_codec.erl index 2374d73..0da60bd 100644 --- a/src/sccp_codec.erl +++ b/src/sccp_codec.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/sctp_core.erl b/src/sctp_core.erl index 1e9fc21..b0568d2 100644 --- a/src/sctp_core.erl +++ b/src/sctp_core.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/sctp_m2pa.erl b/src/sctp_m2pa.erl index 376f00f..06f314d 100644 --- a/src/sctp_m2pa.erl +++ b/src/sctp_m2pa.erl @@ -1,4 +1,4 @@ -% M2PA in accordance with RFC4165 (http://tools.ietf.org/html/rfc4665) +% M2PA in accordance with RFC4165 (https://tools.ietf.org/html/rfc4665)
% (C) 2011-2012 by Harald Welte laforge@gnumonks.org % @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/sctp_m2ua.erl b/src/sctp_m2ua.erl index 69295ba..aca4ff0 100644 --- a/src/sctp_m2ua.erl +++ b/src/sctp_m2ua.erl @@ -1,4 +1,4 @@ -% M2UA in accordance with RFC3331 (http://tools.ietf.org/html/rfc3331) +% M2UA in accordance with RFC3331 (https://tools.ietf.org/html/rfc3331)
% (C) 2011-2013 by Harald Welte laforge@gnumonks.org % @@ -15,7 +15,7 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/.
-module(sctp_m2ua). -author('Harald Welte laforge@gnumonks.org'). diff --git a/src/sctp_sua.erl b/src/sctp_sua.erl index 2996b94..b407bda 100644 --- a/src/sctp_sua.erl +++ b/src/sctp_sua.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/sg_as_sup.erl b/src/sg_as_sup.erl index 6a2f2f2..399aa12 100644 --- a/src/sg_as_sup.erl +++ b/src/sg_as_sup.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/sg_asp_sup.erl b/src/sg_asp_sup.erl index 0262f11..fd09204 100644 --- a/src/sg_asp_sup.erl +++ b/src/sg_asp_sup.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/ss7_link_ipa_client.erl b/src/ss7_link_ipa_client.erl index 7d69a0b..f6b9476 100644 --- a/src/ss7_link_ipa_client.erl +++ b/src/ss7_link_ipa_client.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/ss7_link_m2ua.erl b/src/ss7_link_m2ua.erl index 7d03978..56933ee 100644 --- a/src/ss7_link_m2ua.erl +++ b/src/ss7_link_m2ua.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/ss7_link_m3ua.erl b/src/ss7_link_m3ua.erl index 15ba837..66d9280 100644 --- a/src/ss7_link_m3ua.erl +++ b/src/ss7_link_m3ua.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/ss7_links.erl b/src/ss7_links.erl index 3aef33c..fbf9146 100644 --- a/src/ss7_links.erl +++ b/src/ss7_links.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/ss7_routes.erl b/src/ss7_routes.erl index 8965de7..a84210a 100644 --- a/src/ss7_routes.erl +++ b/src/ss7_routes.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/ss7_service_dump.erl b/src/ss7_service_dump.erl index c231efc..5cc65b3 100644 --- a/src/ss7_service_dump.erl +++ b/src/ss7_service_dump.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/sua_asp.erl b/src/sua_asp.erl index a6603df..cf45ae5 100644 --- a/src/sua_asp.erl +++ b/src/sua_asp.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/sua_sccp_conv.erl b/src/sua_sccp_conv.erl index e3f4c6c..9735fed 100644 --- a/src/sua_sccp_conv.erl +++ b/src/sua_sccp_conv.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/xua_as_fsm.erl b/src/xua_as_fsm.erl index 9380f8e..0e06d74 100644 --- a/src/xua_as_fsm.erl +++ b/src/xua_as_fsm.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/xua_asp_fsm.erl b/src/xua_asp_fsm.erl index 2e586d1..9bf4b75 100644 --- a/src/xua_asp_fsm.erl +++ b/src/xua_asp_fsm.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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 diff --git a/src/xua_codec.erl b/src/xua_codec.erl index ad5cbd3..dc14f29 100644 --- a/src/xua_codec.erl +++ b/src/xua_codec.erl @@ -15,15 +15,15 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU Affero General Public License -% along with this program. If not, see http://www.gnu.org/licenses/. +% along with this program. If not, see https://www.gnu.org/licenses/. % % 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 +% Ericsson on https://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 +% License (https://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