X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-pf0-f179.google.com (mail-pf0-f179.google.com [209.85.192.179]) by lists.alpinelinux.org (Postfix) with ESMTP id 27A765C56EE for ; Mon, 30 Oct 2017 18:20:57 +0000 (GMT) Received: by mail-pf0-f179.google.com with SMTP id i5so11665194pfe.6 for ; Mon, 30 Oct 2017 11:20:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4uxy9tgzT29BjVdS5asptyKXYFcd2wflSAZhc8Bl8O8=; b=pRIgSj2jj91GftQMzLAemgWcQwlfIR9u41o36T1nlEt674FgmLK3EqNdjRCX9OrDdK nzw+54OtjgReal7z9wBW9LaOFfQ01OxU8Dar6bEn5PSQRm+kWvcu3yXITffx5wYREtQG 4RVv62QvMaT/QgaNhnPi3I0se3cATai8HvtGHxHtvnhvQzAyfcxPVLQcr3iAy+5wjflY X6pItzwQgyyRqNWEHVPSRuPWHtr+d9qY7UHb4SqCQ0X41/jTp1gfADGpYjpHqAaUh6PG mZQwsg5/SAGD/oaKJdBam4V/eGFvy4hnjE+SmQq0BaoR8EXdoeT1c0bbarJ1sP4F90rY tRBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4uxy9tgzT29BjVdS5asptyKXYFcd2wflSAZhc8Bl8O8=; b=enjES0D8wcc5VTSasdiRKgXAh9J+t63/Ds00nNHw2/bIkghuUvE3BsoJ+Mwqv/E9ua YI5J4wOJlMFxaFj44DKA1uX9xInd7hozQO21elBr9RawcUyPw8QosvWFNIVCMbFjfloS F0wWuVq6BgB5R03ugYjqpGDBug649Br4S5hhJO8P2XuymEhKD8+r8RdpBVJlWkuM1pC1 sYnaOSwX03N2nVGYMPyD68oOfC8GjQJHYY1uLUykCFvi2bsFbe8PexuuwXEvFeJFUL4k apmYiDnF7WOZwgZsiYNdAZLOEcyiAE/y+1DpmcLViPtIw4xaaLL6So7uYVOjgwyrdPOe mzKg== X-Gm-Message-State: AMCzsaXKnsAdwDFOpigl20+BKXiin9Vp0czHorrkKmLfRD839FwWTxza jSXKqtW01YL/ryoOpp57CjxE5Rem0oM9Z+gbZYpO7gE2 X-Google-Smtp-Source: ABhQp+QoH6nTXWULWwfdN96hlYgrdHwIaav8KV1rjvEeePo7QKVaiZESPqEeZLTodelk712Q+hFg/gIAe9ZLjyOOepY= X-Received: by 10.99.126.90 with SMTP id o26mr8692671pgn.345.1509387656207; Mon, 30 Oct 2017 11:20:56 -0700 (PDT) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: In-Reply-To: From: Brent Shaffer Date: Mon, 30 Oct 2017 18:20:45 +0000 Message-ID: Subject: Re: [alpine-user] What / Where is the License? To: William Pitcock Cc: alpine-user@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="94eb2c1b33441452d5055cc7b3e0" --94eb2c1b33441452d5055cc7b3e0 Content-Type: text/plain; charset="UTF-8" That makes sense! If there was an official page describing the license situation, that would be perfect. Something companies can point their legal departments to if/when asked about it. In the meantime we can use the command. Thanks guys. - Brent On Mon, Oct 30, 2017 at 9:13 AM William Pitcock wrote: > 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 > --94eb2c1b33441452d5055cc7b3e0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
That makes sense! If there was an official page describing= the license situation, that would be perfect. Something companies can poin= t their legal departments to if/when asked about it.=C2=A0

In the meantime we can use the command. Thanks guys.

- Brent

On Mon, Oct 30, 2017 at 9:13 AM William Pitcock <= ;nenolod@dereferenced.org&g= t; wrote:
Hi,

On Fri, Oct 20, 2017 at 12:21 PM, Brent Shaffer <betterbrent@google.com> wrote:<= br> > 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:

=C2=A0 =C2=A0 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/ woul= d be a
reasonable starting point for inspiration.

William
--94eb2c1b33441452d5055cc7b3e0-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---