From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS51083 80.67.180.0/24 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mermet.sourcephile.fr (revolt129.abo.ilico.org [80.67.180.129]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 323DB1F4D7 for ; Fri, 6 May 2022 20:32:30 +0000 (UTC) Date: Fri, 6 May 2022 22:32:23 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourcephile.fr; s=20200101; t=1651869143; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lrxG13eYpjxiTBwYZEe9C1hK31ccq5frjZcO00dbMis=; b=Ep/0G1Gh6Ma97pmch1sI6kuu4XVfJhqsZvh8u+LdA9ZbBVm0R1kM5A953C1PKNQOOkaRwQ RrsgRznLKpExOulgCmYqufMVs8soS8G/RYdKysVAOnXz7BxL7k03nEjJO7UwLm3yrwRLBD OuOLsQgnFXYrE1xqCjMO6jvKsaksP9Pf4bIDIUzqebTGwNdzGqpF04+vDJXV3EfN1xKhbJ kzBcEa/P6BHKcwYn+K6jwGdfBtS1EB9l0gG8AnWS0zMEZnNJtJwxaPY0HXGLGza0z79wTO IvTXXoi+DvEuT4eIXfVxo9jN4k7bQLOG/Fq1rKhbRHYzvLX2NkdOpZkMmpAcAOZYJqufhq uxosD4pt8FtZaPGouectfavbdK0R3ALPkCKWB4y8Tz5/Toe9u55BUP+lk7JKiaXwDPgUeH uaO0CAmdY1vbUsql2YycyKYScnSONE55f7T9zJtoY8HupNueWe6SYSa8s/3Vrp4W2sPcgi c8+TnmsC1bWjujd98NWJ8CcJXPgp9mV+LMG/XIGCsJqgi4VdD72EdCO/pxAhHBR6IPY9cT W4Z8nVSlZLKrvMFwzLsHS14laLktLHVxMoqHzRfRAID3Ok+KBS7lN+Wui58uO3g+JOFe5x pxu16WsQK7UZmNm5WRtohfQ/WPakH0PkxTf03vVwqCTYnv3y66IdA= From: Julien Moutinho To: meta@public-inbox.org Subject: Re: Difficulty following the AGPL for example systemd units Message-ID: <20220506203223.xhp3ipbt4isp4tty@sourcephile.fr> References: <2827814.e9J7NaK4W3@jason-lemur-pro> <20220425232251.GA11277@dcvr> <20220426222705.GA30933@dcvr> <10086828.nUPlyArG6x@jason-lemur-pro> <20220428105332.GA8238@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220428105332.GA8238@dcvr> List-Id: Le jeu. 28 avril 2022 10h53 +0000, Eric Wong a =C3=A9crit=C2=A0: > Jason Yundt wrote: > > Now that I look at it, the top-level README only says that the program = is=20 > > under the GNU AGPL. Does that mean that those units don=E2=80=99t have = a license? >=20 > I suppose there's no license, or just CC0/public-domain. > I mean, we sometimes post config snippets in emails w/o licenses, too; > and same happens on git@vger and various other development lists/forums/e= tc.. >=20 > *shrug* You may want to use https://reuse.software to clarify this : $ reuse init > Initializing project for REUSE. >=20 > What license is your project under? Provide the SPDX License Identifier. > To stop adding licenses, hit RETURN. > AGPL-3.0-or-later >=20 > What other license is your project under? Provide the SPDX License Identi= fier. > To stop adding licenses, hit RETURN. > CC0-1.0 >=20 > What other license is your project under? Provide the SPDX License Identi= fier. > To stop adding licenses, hit RETURN. >=20 >=20 > What is the name of the project? > public-inbox >=20 > What is the internet address of the project? > https://public-inbox.org/public-inbox.git >=20 > What is the name of the maintainer? > Eric Wong >=20 > What is the e-mail address of the maintainer? > e@80x24.org >=20 > All done! Initializing now. >=20 > Downloading AGPL-3.0-or-later > Downloading CC0-1.0 >=20 > Creating .reuse/dep5 >=20 > Initialization complete. $ cat .reuse/dep5 > Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ > Upstream-Name: public-inbox > Upstream-Contact: Eric Wong > Source: https://public-inbox.org/public-inbox.git >=20 > # Sample paragraph, commented out: > # > # Files: src/* > # Copyright: $YEAR $NAME <$CONTACT> > # License: ... >=20 And after editing .reuse/dep5: $ git rm COPYING $ git add LICENSES .reuse/dep5 $ reuse lint