fixeria has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40765?usp=email )
( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: debian: add copyright file ...................................................................... debian: add copyright file Change-Id: I95d9314f7f858c02a6ac10641c958bbf13677814 --- A debian/copyright 1 file changed, 47 insertions(+), 0 deletions(-) Approvals: laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified osmith: Looks good to me, approved diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d9fcc54 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,47 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://gitea.osmocom.org/erlang/osmo-s1gw +Upstream-Name: osmo-s1gw + +Files: src/*.erl + include/*.hrl + debian/* +Copyright: sysmocom - s.f.m.c. GmbH <i...@sysmocom.de> +License: AGPL-3.0-or-later + +Files: contrib/osmo-s1gw.sh +Copyright: sysmocom - s.f.m.c. GmbH <i...@sysmocom.de> +License: MPL-2.0 + + +License: AGPL-3.0-or-later + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation; either version 3 of the + License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + 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 + 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 https://www.erlang.org (or a modified version of these + libraries), containing parts covered by the terms of the Erlang Public + 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 + 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. + +License: MPL-2.0 + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. -- To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40765?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: erlang/osmo-s1gw Gerrit-Branch: master Gerrit-Change-Id: I95d9314f7f858c02a6ac10641c958bbf13677814 Gerrit-Change-Number: 40765 Gerrit-PatchSet: 2 Gerrit-Owner: fixeria <vyanits...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de> Gerrit-Reviewer: laforge <lafo...@osmocom.org> Gerrit-Reviewer: osmith <osm...@sysmocom.de>