From ef30ca82aa40725af530041ee7cc76a8053556af Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 16 Apr 2012 13:14:53 +0200 Subject: add Erlang Public License compatibility notice --- src/map_codec.erl | 14 ++++++++++++++ src/map_helper.erl | 14 ++++++++++++++ src/tcap_helper.erl | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/src/map_codec.erl b/src/map_codec.erl index 22b0272..20e1032 100644 --- a/src/map_codec.erl +++ b/src/map_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(map_codec). -author('Harald Welte '). diff --git a/src/map_helper.erl b/src/map_helper.erl index 872cad2..0ccbd72 100644 --- a/src/map_helper.erl +++ b/src/map_helper.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(map_helper). -author('Harald Welte '). diff --git a/src/tcap_helper.erl b/src/tcap_helper.erl index eb40519..7de068b 100644 --- a/src/tcap_helper.erl +++ b/src/tcap_helper.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(tcap_helper). -author('Harald Welte '). -- cgit v1.2.3