From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Subject: Re: Maintaining Jami #3 Date: Sun, 19 Jan 2020 00:47:27 +0100 Message-ID: <20200119004727.2b4ceb40@interia.pl> References: <20200107130521.5a781f53@kompiuter> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42693) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isxoe-0005Ni-5d for guix-devel@gnu.org; Sat, 18 Jan 2020 18:47:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isxod-0001Ro-2W for guix-devel@gnu.org; Sat, 18 Jan 2020 18:47:43 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.156]:46764) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1isxoc-0001Q6-Fu for guix-devel@gnu.org; Sat, 18 Jan 2020 18:47:43 -0500 Received: from localhost (89-64-54-32.dynamic.chello.pl [89.64.54.32]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA for ; Sun, 19 Jan 2020 00:47:37 +0100 (CET) In-Reply-To: <20200107130521.5a781f53@kompiuter> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi, Although pjproject-jami works, I decided to fix the broken pjproject package. In order to do this, I need to package GSM, but I'm not sure what license is it using, can someone help me idendifying the following license: --------- Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, Technische Universitaet Berlin Any use of this software is permitted provided that this notice is not removed and that neither the authors nor the Technische Universitaet Berlin are deemed to have made any representations as to the suitability of this software for any purpose nor are held responsible for any defects of this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. As a matter of courtesy, the authors request to be informed about uses this software has found, about bugs in this software, and about any improvements that may be of general interest. Berlin, 28.11.1994 Jutta Degener Carsten Bormann --------- I guess it's "license:non-copyleft", but I'm not sure. By the way, have someone checked my commits for Jami? My private repo starts getting more and more outdated, what makes it harder for me to continue working, because I'm not a git wizard yet. Jan Wielkiewicz