X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-qt0-f173.google.com (mail-qt0-f173.google.com [209.85.216.173]) by lists.alpinelinux.org (Postfix) with ESMTP id 5ADCA5C5806 for ; Mon, 30 Oct 2017 16:13:35 +0000 (GMT) Received: by mail-qt0-f173.google.com with SMTP id d9so17054028qtd.7 for ; Mon, 30 Oct 2017 09:13:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=FV/sLWyex1Vu+5LqaGXbIFZ4KD/Nljiw3/wVR4fDXCU=; b=eH4+iu7Iv6RSjAQiH4YctpIk1vPdGrudOfqYpxfDFi+iqYfHh7l8hOXatJ3NmXkjj6 IezQQt2bWD29CpHzY8gJRA7Xzt2riZTvA0GRAS98m84minYqyQ0iIzhcKeV0BC30KaYI Y1YX+6DXBwTWqPt8zXvRmoroGzYpCKkkZfcWhzXwcB/T6fMWSkNI5a1vd32pYAF3DLdA pDs7eN9nOB7YfJadrOEPg6esZ4tE5Ap4NbKc1ZfnMnURVz7mSexDu3gcGc18xWC9ekN3 SDq+uj2L6ZMwa4C/ECb+a7Mhn8wRW47sbaeQKlNZVTRQqW8VizjSfOdDiWgY18IWDbze LlyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=FV/sLWyex1Vu+5LqaGXbIFZ4KD/Nljiw3/wVR4fDXCU=; b=HRwlKFvv+kSkoc2Q7vSNYcGiOGGUwTMaw+r3G01+KpqzGAxGPXdWa704e92pQugkxh PnIxQ+90KQ4wKc72RW2pOyFIQOjE05dq6jL9e21vESQQLbhbjPoCt8MDjqeDQq9E1Xx4 pRayCZtu664s5LKxguI7WnWFZty4o4X+2g1iuHGrQoU//ajyeu4VOGqMX1BDiTy5lOLw PHcKy0IEiZ8+fdMr3oCl2ejKFiczuDVAXFntoMS5Cq0pJMHafyYRoE6GVhGvYosU5aY5 ZkxmNuC+3UwEkE4sZVpwWHHHbmcLaQGiBm4b2q0CPA76t/YS06R18Co8JZymYL4XSPLl kXBQ== X-Gm-Message-State: AMCzsaXzIJfr+/v5i/+hu2/bEnPIZbpl7zvF5Wr1s5vrt7dc6RnwOryH MZ4u1XBF6TXjJeE21EPVX5HFHH1bqfN3zU4gm/oyqw== X-Google-Smtp-Source: ABhQp+RG9dDBOn2DQfd6xkfS9nXsnxD7Y1HMz8dtkxgslwK/VE6UKZ2q6bxFJIjF7xGBKFIYIyrsPsjRW0uXETERElo= X-Received: by 10.200.43.193 with SMTP id n1mr15162441qtn.101.1509380014869; Mon, 30 Oct 2017 09:13:34 -0700 (PDT) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.237.53.79 with HTTP; Mon, 30 Oct 2017 09:13:34 -0700 (PDT) In-Reply-To: References: From: William Pitcock Date: Mon, 30 Oct 2017 11:13:34 -0500 Message-ID: Subject: Re: [alpine-user] What / Where is the License? To: Brent Shaffer Cc: alpine-user@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Hi, On Fri, Oct 20, 2017 at 12:21 PM, Brent Shaffer wrote: > I must be going crazy. On the about page, FAQ, and in the source code, I > cannot find any recording of what the LICENSE is for Alpine Linux. Is this > intentional, or am I missing something? Linux distributions are combined works, and therefore the 'license' is a combination of all software packages installed on the system. You can ask apk to tell you what licenses apply to your installation: apk info | xargs apk info -q --license | sort | uniq While I understand that this isn't a good answer for a lawyer, it is unfortunately, the actually correct answer. We could, and probably should, add a page to the alpine website explaining how licensing applies to a distribution, as this comes up a lot. Something like https://www.debian.org/legal/licenses/ would be a reasonable starting point for inspiration. William --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---