laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/37062?usp=email )

Change subject: use https instead of http for all URLs
......................................................................

use https instead of http for all URLs

Change-Id: I767f1585c8b6a96ad1870f7fc38b859892a93926
---
M COPYING
M dia/diameter_3gpp_base.dia
M dia/diameter_3gpp_ts29_061_gmb.dia
M dia/diameter_3gpp_ts29_173.dia
M dia/diameter_3gpp_ts29_212.dia
M dia/diameter_3gpp_ts29_214.dia
M dia/diameter_3gpp_ts29_229.dia
M dia/diameter_3gpp_ts29_272.dia
M dia/diameter_3gpp_ts29_273.dia
M dia/diameter_3gpp_ts29_273_s6b.dia
M dia/diameter_3gpp_ts29_273_swx.dia
M dia/diameter_3gpp_ts29_329.dia
M dia/diameter_3gpp_ts32_299.dia
M dia/diameter_etsi_es283_034.dia
M dia/diameter_etsi_es283_035.dia
M dia/diameter_rfc4004.dia
M dia/diameter_rfc4005_nasreq.dia
M dia/diameter_rfc4006_cc.dia
M dia/diameter_rfc4072.dia
M dia/diameter_rfc4740.dia
M dia/diameter_rfc5447.dia
M dia/diameter_rfc5580.dia
M dia/diameter_rfc5777.dia
M dia/diameter_rfc5778.dia
M dia/diameter_rfc6734.dia
M dia/diameter_rfc6942.dia
M dia/diameter_rfc7683.dia
M dia/diameter_rfc7944.dia
M dia/diameter_rfc8583.dia
M include/conv.hrl
M include/gtp_utils.hrl
M src/aaa_diameter_s6b.erl
M src/aaa_diameter_s6b_cb.erl
M src/aaa_diameter_swm.erl
M src/aaa_diameter_swx.erl
M src/aaa_diameter_swx_cb.erl
M src/aaa_ue_fsm.erl
M src/conv.erl
M src/epdg_diameter_swm.erl
M src/epdg_gtpc_s2b.erl
M src/epdg_ue_fsm.erl
M src/gsup_server.erl
M src/gtp_u_tun.erl
M src/gtp_utils.erl
M src/misc.erl
M src/osmo_epdg_sup.erl
46 files changed, 95 insertions(+), 86 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




diff --git a/COPYING b/COPYING
index fa823e4..36f20eb 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,7 +658,7 @@
   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/>.

 ------------------------------------------------------------------------------
           ADDITIONAL PERMISSIONS PURSUANT TO SECTION 7 OF AGPLv3
@@ -666,9 +666,9 @@

 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/dia/diameter_3gpp_base.dia b/dia/diameter_3gpp_base.dia
index 67e15af..a42e1b4 100644
--- a/dia/diameter_3gpp_base.dia
+++ b/dia/diameter_3gpp_base.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts29_061_gmb.dia 
b/dia/diameter_3gpp_ts29_061_gmb.dia
index c1345d6..c4dff72 100644
--- a/dia/diameter_3gpp_ts29_061_gmb.dia
+++ b/dia/diameter_3gpp_ts29_061_gmb.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts29_173.dia b/dia/diameter_3gpp_ts29_173.dia
index 43960a7..25fe69c 100644
--- a/dia/diameter_3gpp_ts29_173.dia
+++ b/dia/diameter_3gpp_ts29_173.dia
@@ -9,7 +9,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts29_212.dia b/dia/diameter_3gpp_ts29_212.dia
index 94c7379..031e64d 100644
--- a/dia/diameter_3gpp_ts29_212.dia
+++ b/dia/diameter_3gpp_ts29_212.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts29_214.dia b/dia/diameter_3gpp_ts29_214.dia
index 846f6ce..98d0564 100644
--- a/dia/diameter_3gpp_ts29_214.dia
+++ b/dia/diameter_3gpp_ts29_214.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts29_229.dia b/dia/diameter_3gpp_ts29_229.dia
index 227a436..ff1d8f7 100644
--- a/dia/diameter_3gpp_ts29_229.dia
+++ b/dia/diameter_3gpp_ts29_229.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts29_272.dia b/dia/diameter_3gpp_ts29_272.dia
index f6e4f97..65a6f7a 100644
--- a/dia/diameter_3gpp_ts29_272.dia
+++ b/dia/diameter_3gpp_ts29_272.dia
@@ -9,7 +9,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts29_273.dia b/dia/diameter_3gpp_ts29_273.dia
index e22cc0d..b4a5ce3 100644
--- a/dia/diameter_3gpp_ts29_273.dia
+++ b/dia/diameter_3gpp_ts29_273.dia
@@ -10,7 +10,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts29_273_s6b.dia 
b/dia/diameter_3gpp_ts29_273_s6b.dia
index 6b46171..c6b9447 100644
--- a/dia/diameter_3gpp_ts29_273_s6b.dia
+++ b/dia/diameter_3gpp_ts29_273_s6b.dia
@@ -10,7 +10,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts29_273_swx.dia 
b/dia/diameter_3gpp_ts29_273_swx.dia
index aee06d1..890aa4e 100644
--- a/dia/diameter_3gpp_ts29_273_swx.dia
+++ b/dia/diameter_3gpp_ts29_273_swx.dia
@@ -10,7 +10,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts29_329.dia b/dia/diameter_3gpp_ts29_329.dia
index 8f588db..dc6dea8 100644
--- a/dia/diameter_3gpp_ts29_329.dia
+++ b/dia/diameter_3gpp_ts29_329.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_3gpp_ts32_299.dia b/dia/diameter_3gpp_ts32_299.dia
index 450896b..a845ad7 100644
--- a/dia/diameter_3gpp_ts32_299.dia
+++ b/dia/diameter_3gpp_ts32_299.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_etsi_es283_034.dia b/dia/diameter_etsi_es283_034.dia
index 55cc1db..d245dac 100644
--- a/dia/diameter_etsi_es283_034.dia
+++ b/dia/diameter_etsi_es283_034.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_etsi_es283_035.dia b/dia/diameter_etsi_es283_035.dia
index c0baff2..c7af7e4 100644
--- a/dia/diameter_etsi_es283_035.dia
+++ b/dia/diameter_etsi_es283_035.dia
@@ -10,7 +10,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc4004.dia b/dia/diameter_rfc4004.dia
index a2f4742..746c78c 100644
--- a/dia/diameter_rfc4004.dia
+++ b/dia/diameter_rfc4004.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc4005_nasreq.dia b/dia/diameter_rfc4005_nasreq.dia
index e476853..c98dcb6 100644
--- a/dia/diameter_rfc4005_nasreq.dia
+++ b/dia/diameter_rfc4005_nasreq.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc4006_cc.dia b/dia/diameter_rfc4006_cc.dia
index 5a22c47..9accba0 100644
--- a/dia/diameter_rfc4006_cc.dia
+++ b/dia/diameter_rfc4006_cc.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc4072.dia b/dia/diameter_rfc4072.dia
index 024ffa6..ad79346 100644
--- a/dia/diameter_rfc4072.dia
+++ b/dia/diameter_rfc4072.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc4740.dia b/dia/diameter_rfc4740.dia
index 5515cb7..abf4c6c 100644
--- a/dia/diameter_rfc4740.dia
+++ b/dia/diameter_rfc4740.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc5447.dia b/dia/diameter_rfc5447.dia
index d26c702..4d2f693 100644
--- a/dia/diameter_rfc5447.dia
+++ b/dia/diameter_rfc5447.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc5580.dia b/dia/diameter_rfc5580.dia
index 9a41bd7..9b0db28 100644
--- a/dia/diameter_rfc5580.dia
+++ b/dia/diameter_rfc5580.dia
@@ -10,7 +10,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc5777.dia b/dia/diameter_rfc5777.dia
index 916e08d..b5589b0 100644
--- a/dia/diameter_rfc5777.dia
+++ b/dia/diameter_rfc5777.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc5778.dia b/dia/diameter_rfc5778.dia
index d3916fa..0e61f12 100644
--- a/dia/diameter_rfc5778.dia
+++ b/dia/diameter_rfc5778.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc6734.dia b/dia/diameter_rfc6734.dia
index e20ce9d..6cecbc4 100644
--- a/dia/diameter_rfc6734.dia
+++ b/dia/diameter_rfc6734.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc6942.dia b/dia/diameter_rfc6942.dia
index 854724b..af7061b 100644
--- a/dia/diameter_rfc6942.dia
+++ b/dia/diameter_rfc6942.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc7683.dia b/dia/diameter_rfc7683.dia
index 45f04bd..998fc0f 100644
--- a/dia/diameter_rfc7683.dia
+++ b/dia/diameter_rfc7683.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc7944.dia b/dia/diameter_rfc7944.dia
index 2114095..71831dc 100644
--- a/dia/diameter_rfc7944.dia
+++ b/dia/diameter_rfc7944.dia
@@ -7,7 +7,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/dia/diameter_rfc8583.dia b/dia/diameter_rfc8583.dia
index 59df542..6408c79 100644
--- a/dia/diameter_rfc8583.dia
+++ b/dia/diameter_rfc8583.dia
@@ -10,7 +10,7 @@
 ;; you may not use this file except in compliance with the License.
 ;; You may obtain a copy of the License at
 ;;
-;;     http://www.apache.org/licenses/LICENSE-2.0
+;;     https://www.apache.org/licenses/LICENSE-2.0
 ;;
 ;; Unless required by applicable law or agreed to in writing, software
 ;; distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/include/conv.hrl b/include/conv.hrl
index dda21f4..9c3ef45 100644
--- a/include/conv.hrl
+++ b/include/conv.hrl
@@ -13,15 +13,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/include/gtp_utils.hrl b/include/gtp_utils.hrl
index 4d1efe2..6d9d3d7 100644
--- a/include/gtp_utils.hrl
+++ b/include/gtp_utils.hrl
@@ -13,15 +13,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/aaa_diameter_s6b.erl b/src/aaa_diameter_s6b.erl
index 1639d02..0bd2a53 100644
--- a/src/aaa_diameter_s6b.erl
+++ b/src/aaa_diameter_s6b.erl
@@ -18,15 +18,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/aaa_diameter_s6b_cb.erl b/src/aaa_diameter_s6b_cb.erl
index d6cc3a7..62846e3 100644
--- a/src/aaa_diameter_s6b_cb.erl
+++ b/src/aaa_diameter_s6b_cb.erl
@@ -18,15 +18,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
@@ -211,4 +211,4 @@

 handle_answer(#diameter_packet{msg = Msg, errors = []}, _Request, _SvcName, 
Peer) ->
     lager:notice("S6b Rx unexpected ~p: ~p~n", [Peer, Msg]),
-    {ok, Msg}.
\ No newline at end of file
+    {ok, Msg}.
diff --git a/src/aaa_diameter_swm.erl b/src/aaa_diameter_swm.erl
index a7abdbb..46f9234 100644
--- a/src/aaa_diameter_swm.erl
+++ b/src/aaa_diameter_swm.erl
@@ -18,15 +18,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/aaa_diameter_swx.erl b/src/aaa_diameter_swx.erl
index a4cb1d8..be90c91 100644
--- a/src/aaa_diameter_swx.erl
+++ b/src/aaa_diameter_swx.erl
@@ -18,15 +18,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/aaa_diameter_swx_cb.erl b/src/aaa_diameter_swx_cb.erl
index a149fbb..3ae11f0 100644
--- a/src/aaa_diameter_swx_cb.erl
+++ b/src/aaa_diameter_swx_cb.erl
@@ -18,15 +18,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
@@ -283,4 +283,4 @@
     undefined;
 parse_pgw_addr_from_N3UA([N3UA]) ->
     #'Non-3GPP-User-Data'{'APN-Configuration' = ApnConfigs} = N3UA,
-    parse_pgw_addr_from_APN_Configuration(ApnConfigs).
\ No newline at end of file
+    parse_pgw_addr_from_APN_Configuration(ApnConfigs).
diff --git a/src/aaa_ue_fsm.erl b/src/aaa_ue_fsm.erl
index 968c7bd..c73f636 100644
--- a/src/aaa_ue_fsm.erl
+++ b/src/aaa_ue_fsm.erl
@@ -14,15 +14,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/conv.erl b/src/conv.erl
index 0c08a4d..d45c41d 100644
--- a/src/conv.erl
+++ b/src/conv.erl
@@ -14,15 +14,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/epdg_diameter_swm.erl b/src/epdg_diameter_swm.erl
index a4d0413..d84f8da 100644
--- a/src/epdg_diameter_swm.erl
+++ b/src/epdg_diameter_swm.erl
@@ -18,15 +18,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/epdg_gtpc_s2b.erl b/src/epdg_gtpc_s2b.erl
index dce038f..4b88be3 100644
--- a/src/epdg_gtpc_s2b.erl
+++ b/src/epdg_gtpc_s2b.erl
@@ -18,15 +18,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/epdg_ue_fsm.erl b/src/epdg_ue_fsm.erl
index bb4602f..2e4f417 100644
--- a/src/epdg_ue_fsm.erl
+++ b/src/epdg_ue_fsm.erl
@@ -14,15 +14,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/gsup_server.erl b/src/gsup_server.erl
index 1a2579c..c5d3738 100644
--- a/src/gsup_server.erl
+++ b/src/gsup_server.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/gtp_u_tun.erl b/src/gtp_u_tun.erl
index 19049f6..7ed2074 100644
--- a/src/gtp_u_tun.erl
+++ b/src/gtp_u_tun.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/gtp_utils.erl b/src/gtp_utils.erl
index 0cca8d2..4a2b8a9 100644
--- a/src/gtp_utils.erl
+++ b/src/gtp_utils.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/misc.erl b/src/misc.erl
index fd85264..24e6812 100644
--- a/src/misc.erl
+++ b/src/misc.erl
@@ -14,15 +14,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_epdg_sup.erl b/src/osmo_epdg_sup.erl
index 19e234b..193e8e6 100644
--- a/src/osmo_epdg_sup.erl
+++ b/src/osmo_epdg_sup.erl
@@ -14,15 +14,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

--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/37062?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: I767f1585c8b6a96ad1870f7fc38b859892a93926
Gerrit-Change-Number: 37062
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to