From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=SZOYjNrl; spf=pass (domain: linaro.org, ip: 209.85.128.65, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by groups.io with SMTP; Thu, 04 Jul 2019 07:20:42 -0700 Received: by mail-wm1-f65.google.com with SMTP id s3so5920435wms.2 for ; Thu, 04 Jul 2019 07:20:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=SAOW3TtMrVgGE99u3T7rirOwu6x7uGB4w6XZSnjc7+g=; b=SZOYjNrl2JaIfHqBXngEdGizMe/7ribtl0lJMCZlxZydxLhfKwSehyc0pgo0/LhJ/V FJIu/ls9ebwX3Nx7/gnrSLWihTDEASsHXDJ8uWtB6NoVXxv96DTO66OOV2fDzbPtDK0Q RKu7eGU4MYMYRP1mBwVY7MpcN9/xeggE3uMd7zzSruFW3D6WTgPE2cuWvQHrP2Acf+5r xzeDnN7pHxbqR2SCse3zVxRVH80J/vn4A4pa+JpFFbns4r2FuleYBRpWGdAPs6IXDBsy JbWp3NMFPezhbf6PqM3ns1VCQjbK5Ad4Mx5TOJ5NCXh3CUi+C1M0rDRvhifGwv1YHF84 h0WA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=SAOW3TtMrVgGE99u3T7rirOwu6x7uGB4w6XZSnjc7+g=; b=Bx0EY5+tPHsAUKNJ78xz2h1QjXku18VXd0BnDO5BRQcpC0X9gAe9ZO1bG2cQBZRSix i0E4Rwjug7dGevzeS27pARfbPJlTAG7c1H8L/2JcG8EcqdjJcBI62tW1QnYnfEubCSnu T6JkPTqKnS7YfQxRGMyk6VqikDT6zjPtQU+umuOWzu1Dc3BrqwylyY3NwBb9SQ/PZau+ ELD3NfJbg9Vfz6u8680rd3mr7jQipdEL37s3D3VWJ0W3jhN4+fcTAbQF/w7KcgqTuxVh B/lB2e3HqjsI4kRPYO85gl0fBLkEnGCdAK0K8pHeb0rlPsMmZK77j/9SXEfaL5IYBPuZ cDyg== X-Gm-Message-State: APjAAAWDfHWvDpM2V904RS61sOcYGVA0Doe9pkP/7fOd9ML8ZVXJmSF6 zNsVKxG0JRIZ/nOKaIMgjYIeAw== X-Google-Smtp-Source: APXvYqzinsFcTotr8Np78QCnJzasSi99Le3JFj7PJDeoiWedwO8PvU5IsKl/6zaxrUh5Oy5yl7Rp9w== X-Received: by 2002:a7b:cd8e:: with SMTP id y14mr12855127wmj.155.1562250040228; Thu, 04 Jul 2019 07:20:40 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id v67sm7626540wme.24.2019.07.04.07.20.39 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 04 Jul 2019 07:20:39 -0700 (PDT) Date: Thu, 4 Jul 2019 15:20:38 +0100 From: "Leif Lindholm" To: =?utf-8?B?Q8WTdXI=?= Cc: devel@edk2.groups.io Subject: Re: [edk2-devel] [PATCH] EmbeddedPkg: Fix various typos Message-ID: <20190704142038.h4rjbjb3ybqgtcpe@bivouac.eciton.net> References: <20190704130132.f56ssoz7d4womw2y@bivouac.eciton.net> <28803.1562249017634518697@groups.io> MIME-Version: 1.0 In-Reply-To: <28803.1562249017634518697@groups.io> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Thu, Jul 04, 2019 at 07:03:37AM -0700, Cœur wrote: > On Thu, Jul 4, 2019 at 09:01 PM, Leif Lindholm wrote: > > > > > Urgh, don't make me elaborate on the implications of public domain > > versus copyright... If you're interested, have a look at > > https://wiki.spdx.org/view/Legal_Team/Decisions/Dealing_with_Public_Domain_within_SPDX_Files > > > > This link says: > > > Some commonly used “Public Domain dedications” have already been included in the SPDX License List (e.g., ANTLR, Sax, CC-0). > > And CC-0 was what I was proposing; I'm aware of the difference with > American Public Domain, as, for the record, I'm an elected Wikipedia > Administrator, so I've also had my share of licensing questions. That is a very fair point, but see also: 3. The rules around “Public Domain” often vary or are unspecified jurisdiction to jurisdiction. Adding to the confusion, some jurisdictions may not even recognize the concept of “Public Domain” (or similar). As such, a license may nevertheless be required or implied in these cases. We already have *some* public domain code in the tree, and are trying to figure out what to do about that. Basically, we are quite heavily dependent on corporate contributors, and we need to keep things simple for them (and their legal departments). > Anyway, BSD+Patent is really fine by me. Thanks! Best Regards, Leif