From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: A problem with licenses Date: Sat, 02 Jun 2018 15:21:26 -0400 Message-ID: <87sh65c7ux.fsf@netris.org> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1527967250 6615 195.159.176.226 (2 Jun 2018 19:20:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 2 Jun 2018 19:20:50 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: guile-devel@gnu.org To: Tommi =?utf-8?B?SMO2eW7DpGzDpG5tYWE=?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jun 02 21:20:46 2018 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fPC4y-0001aK-JK for guile-devel@m.gmane.org; Sat, 02 Jun 2018 21:20:44 +0200 Original-Received: from localhost ([::1]:60834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPC73-0006bO-DH for guile-devel@m.gmane.org; Sat, 02 Jun 2018 15:22:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPC6w-0006bD-Do for guile-devel@gnu.org; Sat, 02 Jun 2018 15:22:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPC6t-0003GB-AK for guile-devel@gnu.org; Sat, 02 Jun 2018 15:22:46 -0400 Original-Received: from world.peace.net ([64.112.178.59]:47218) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fPC6t-0003Ft-6V for guile-devel@gnu.org; Sat, 02 Jun 2018 15:22:43 -0400 Original-Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1fPC6r-0004JC-UA; Sat, 02 Jun 2018 15:22:42 -0400 In-Reply-To: ("Tommi \=\?utf-8\?B\?SMO2eW7DpGzDpG5tYWEiJ3M\=\?\= message of "Wed, 30 May 2018 13:36:43 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.112.178.59 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:19538 Archived-At: Tommi H=C3=B6yn=C3=A4l=C3=A4nmaa writes: > I have published some guile-based software under GNU GPL and > LGPL. However, when I open the Debian packages with Ubuntu Software > Installation (18.04) the application claims that the software is > proprietary. How can I fix this? I don't know, it depends on how that software installing application determines the licenses of packages. This sounds like a question for Ubuntu. The Debian community might also know. Mark