Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by mail-b.sr.ht (Postfix) with ESMTPS id C7843FF104 for <~emersion/public-inbox@lists.sr.ht>; Thu, 22 Oct 2020 22:22:57 +0000 (UTC) Authentication-Results: mail-b.sr.ht; dkim=pass (1024-bit key) header.d=vittal.dev header.i=@vittal.dev header.b=FGfHDMVP X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vittal.dev; s=default; t=1603405376; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZJxnj1Bp1uzj8cW3EAk+dZzyB71+HC3zHZ7m03zU/Y0=; b=FGfHDMVPn3pGyx/O7fzGDuDWbCbowuyaoa+TWVCYyMmvdoL6Akn2YnaFejt4D5Mz5vTQ2H pYkPnhh31aoj06W1cBsINCC8JThDhQboDNmL9Lmak1+eyY6iALlYmEx5nByIarLAUHrbxm ctLlUnXIVh4ERdj5CLiBN8m344W/xs4= From: Chris Vittal To: ~emersion/public-inbox@lists.sr.ht Cc: Chris Vittal Subject: [PATCH scfg 2/3] Add link to CC-BY-SA 4.0 Date: Thu, 22 Oct 2020 18:22:41 -0400 Message-Id: <20201022222242.272851-2-chris@vittal.dev> In-Reply-To: <20201022222242.272851-1-chris@vittal.dev> References: <20201022222242.272851-1-chris@vittal.dev> MIME-Version: 1.0 X-Spam-Score: 0.00 Content-Transfer-Encoding: quoted-printable --- If it is not the intention to license this under CC-BY-SA 4.0 and to use an earlier version instead, please fix this up, but I feel that a link to the license should be provided. Thanks! Chris README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dce9123..b18a97c 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,10 @@ VCHAR =3D SQCHAR / "'" ## License -This specification text is licensed with CC-BY-SA. +This specification text is licensed with [CC-BY-SA]. [ABNF]: https://tools.ietf.org/html/rfc5234 [libscfg]: https://git.sr.ht/~emersion/libscfg [go-scfg]: https://git.sr.ht/~emersion/go-scfg [py-scfg]: https://hg.code.netlandish.com/~petersanchez/py-scfg +[CC-BY-SA]: https://creativecommons.org/licenses/by-sa/4.0/ -- 2.29.0