From unknown Wed Jun 18 23:10:03 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46923 <46923@debbugs.gnu.org> To: bug#46923 <46923@debbugs.gnu.org> Subject: Status: [PATCH] - added copyright notice from buildapp. Reply-To: bug#46923 <46923@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:10:03 +0000 retitle 46923 [PATCH] - added copyright notice from buildapp. reassign 46923 guix-patches submitter 46923 cage severity 46923 normal tag 46923 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 04 09:59:18 2021 Received: (at submit) by debbugs.gnu.org; 4 Mar 2021 14:59:18 +0000 Received: from localhost ([127.0.0.1]:59935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHpRd-0007H8-U6 for submit@debbugs.gnu.org; Thu, 04 Mar 2021 09:59:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:58274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHpRc-0007H1-Gp for submit@debbugs.gnu.org; Thu, 04 Mar 2021 09:59:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34778) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHpRa-0004iB-W9 for guix-patches@gnu.org; Thu, 04 Mar 2021 09:59:15 -0500 Received: from smtpcmd04132.aruba.it ([62.149.158.132]:47449) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHpRW-0003xT-Dn for guix-patches@gnu.org; Thu, 04 Mar 2021 09:59:14 -0500 Received: from kurosawa.casa.net ([78.15.33.141]) by Aruba Outgoing Smtp with ESMTPSA id HpRQl08c0RsYtHpRQlkPI2; Thu, 04 Mar 2021 15:59:05 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1614869946; bh=4lzYedkvGA7DhffBZBUNigCMUwlTXWgyGytsJeeNgqo=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=KCENjhwiiY1KpLGjnqQMDGYobjxKFrTAwIaHwSm1KAim+b+iC2b3H7Q6El0Ih9JyF yxsfeuWsNWUI5b4ukkNiYlBhWTv0MjIb/i6gHcwlItQMdqk0x9hifAQUZE7caXw6ee U4DzkpAfRthzd4b/LThEAAXboglifuyG/mXIDPTL5LqN9/pzalJep1FrmQqn9do4w/ C5dLFpuDKv5s+5VrNyOTaW+NQ0vGVVnzS8PQNq9sThdB4fr31tyEBDRYuVKxgrTix4 wtrGKznUC/D6n63LL1BLp65+luQ9cE8dWRyo+1k0RUyddvHEwTbVJKH9ZAcjpYr3AT Z0Bj5KdHPQXZQ== Received: by kurosawa.casa.net (Postfix, from userid 1000) id B4709184035A; Thu, 4 Mar 2021 15:57:51 +0100 (CET) Date: Thu, 4 Mar 2021 15:57:51 +0100 From: cage To: guix-patches@gnu.org Subject: [PATCH] - added copyright notice from buildapp. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4wfHBgUzNJOuUmd9X0Z75lG3fmGgwSMr53VbK09GZHg8fxWarTvscryghG0MxSQFvmc6BgVv50sKMC06BzGdw0TGdkTidMpiHSIyeQVFuQgOYwY0IoDJD5 a9A+GANuKI0gkTYOyvs1dBdAIwncrqVVfvjTCLIADhcwKLsoM5fi1mqu/5xlMAuIyZAGzshD4bXltA== Received-SPF: none client-ip=62.149.158.132; envelope-from=cage-dev@twistfold.it; helo=smtpcmd04132.aruba.it X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --- gnu/packages/web-browsers.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 5a83a4ef95..6f3041ffe6 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -31,6 +31,34 @@ ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . +;;; +;;; Some code derived from buildapp: +;;; Copyright (c) 2010 Zachary Beane, All Rights Reserved +;;; +;;; Redistribution and use in source and binary forms, with or without +;;; modification, are permitted provided that the following conditions +;;; are met: +;;; +;;; * Redistributions of source code must retain the above copyright +;;; notice, this list of conditions and the following disclaimer. +;;; +;;; * Redistributions in binary form must reproduce the above +;;; copyright notice, this list of conditions and the following +;;; disclaimer in the documentation and/or other materials +;;; provided with the distribution. +;;; +;;; THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESSED +;;; OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +;;; WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +;;; ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +;;; DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +;;; DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE +;;; GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +;;; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +;;; WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +;;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +;;; (define-module (gnu packages web-browsers) #:use-module (guix build-system asdf) -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 04 15:57:08 2021 Received: (at submit) by debbugs.gnu.org; 4 Mar 2021 20:57:08 +0000 Received: from localhost ([127.0.0.1]:60441 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHv1w-0007gU-HU for submit@debbugs.gnu.org; Thu, 04 Mar 2021 15:57:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:55090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHv1v-0007gM-CB for submit@debbugs.gnu.org; Thu, 04 Mar 2021 15:57:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38116) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHv1u-0000We-Fa for guix-patches@gnu.org; Thu, 04 Mar 2021 15:57:07 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]:52700) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHv1r-0005qa-ST for guix-patches@gnu.org; Thu, 04 Mar 2021 15:57:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=3eFwcVD6GivB+qRoTSM5ofShrjAj9N1ezD/NuXj9k6c=; h=date:in-reply-to: references:subject:cc:to:from; b=NIrtJd+Fj6PCZkVhKVNww7RXuAFL/pTvvxDgH 8+gNLUbtphWMB9WkNW8yZ2oPK9tQK2E76j8mVKjbDtkIJhDfmxtpYeinP790OlKuVmsMIW y7mwO/jzpP+nOuTwi4PvR6bO0ntO6Cko+QUt0M5TcmC6EwjW2I4mXuVMjkhOV6l1Lv03P9 dr6CTOtz/Mm2T+ajxhkEXQsezwV5BdHeO/m+QJ/vgz3K3Lr16TiF90lgcDLPw1Ol07Qh/t EKBICUU7v9HN8iiX91d8Fh+AV83B9XdJxYwmJUHHbJLACsFbr2MnDTff/+kx+AO9pJtAVb x19zz+o1j7O0PxUkH/69Ohb2A== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 062d2e6e (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Thu, 4 Mar 2021 20:57:53 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: cage Subject: Re: [bug#46923] [PATCH] - added copyright notice from buildapp. References: In-reply-to: Date: Thu, 04 Mar 2021 21:56:58 +0100 Message-ID: <877dmm1vtx.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 46923@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Cage, cage =E5=86=99=E9=81=93=EF=BC=9A > added copyright notice from buildapp. Could you explain the reason for this patch? Thanks, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYEFJmg0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW157UcA/30S9oWOqNA8i3PeCN1reYbncLf5vldFUJjtnWc9 1QM2AQD+cL7lFf5UuntBUS0+cDfGdC9gHSmpXdfqugyy0Tx6AA== =94Cz -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 04 16:14:17 2021 Received: (at submit) by debbugs.gnu.org; 4 Mar 2021 21:14:17 +0000 Received: from localhost ([127.0.0.1]:60471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHvIX-00087c-31 for submit@debbugs.gnu.org; Thu, 04 Mar 2021 16:14:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:40414) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHvIW-00087V-3q for submit@debbugs.gnu.org; Thu, 04 Mar 2021 16:14:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHvIV-0007ac-VP for guix-patches@gnu.org; Thu, 04 Mar 2021 16:14:15 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]:53416) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHvIU-0004y5-2O for guix-patches@gnu.org; Thu, 04 Mar 2021 16:14:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=vH9T1sfRi2xJ0X3U+8RhDy+XIEMkF37ODW0mNtA+F84=; h=date:in-reply-to: references:subject:cc:from; b=HJXlenkBqUk1d7s9EWTFOgX0UsPsKrgXyMkZabnN GgNoWOEMtPizkcNxdz8dzrI5ZF/hKTR17nfpwGFocvRnt9Q2+SgPCA7OSiepH9bOa4Rgre b3Rd74Lv9/PtBwUCatwhGnso9yb6B7XVr4ulVxg+mrbUtVikbtqb3ezkSxC/774KrudxRD Mo7RiTq0cEnbQs5y8ZCDWITq7hP8RD6ZjDIQSg3JVQlgJ4fDBy33L0XsKTq2TzrPV4NAG5 0PrfdAgj2a1ZRfyH6EMQKKGK6FMPHjkFvXPVWqya3n1awBffzzwXcl0NCNCoguhOkreY7Q YnqrDlE9wrpYE1u4/wm8oA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id bf4740e0 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Thu, 4 Mar 2021 21:15:04 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice Subject: Re: [bug#46923] [PATCH] - added copyright notice from buildapp. References: <877dmm1vtx.fsf@nckx> In-reply-to: <877dmm1vtx.fsf@nckx> Date: Thu, 04 Mar 2021 22:14:11 +0100 Message-ID: <874khq1v18.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, MISSING_HEADERS=1.021, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: submit Cc: 46923@debbugs.gnu.org, guix-patches@gnu.org, cage X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice via Guix-patches via =E5=86=99=E9=81=93=EF=BC=9A > Could you explain the reason for this patch? OK, I see that 865728dd52600c7aa29a87bf18cb02ddf453cdfc adds a=20 line that was inspired by [0]. A copyright line isn't required in this case, because IMO it falls=20 (far) short of copyrightable significance. Kind regards, T G-R [0]: https://github.com/xach/buildapp/blob/master/Makefile#L12 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYEFNow0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15MtUBANgVv8URB/ymmAYVu98+CdTayDgfKjndWGWUPtTU OT8FAP930zO5hh0eTmxXtJq3g5E/plXo0jWVYLXIcszxynxHDA== =IVkz -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 04 16:35:33 2021 Received: (at 46923-done) by debbugs.gnu.org; 4 Mar 2021 21:35:33 +0000 Received: from localhost ([127.0.0.1]:60516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHvd7-0000Ea-Hd for submit@debbugs.gnu.org; Thu, 04 Mar 2021 16:35:33 -0500 Received: from tobias.gr ([80.241.217.52]:44362) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHvd5-0000EQ-I3 for 46923-done@debbugs.gnu.org; Thu, 04 Mar 2021 16:35:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=1OrLLr5/E5OdAiQ+kcZ9EF1i+UyWHg71MgDqOTCdF4k=; h=date:in-reply-to: references:subject:cc:from; b=hqDPXvo4x/mj/lLlngJbbS6HX4pocrTMz8URUQFL pV70YIsMHdJwmGRmNJQ/YDhof4vGOCL62WVtjzQP3Wy/GL988aFMNpbaTiS9Xaqfsx9slu RY8+C4gzoeflLkoGFodOpGBuR3qRz9NGeUKnoScCFMr4lgT0nTpfO+RltCfYDUnUM25tvV 7NtDyPaxveZEn6ZFGsQelxHlZl6BNpd9phlRYedmWKWwWQSZdhZO7Ga1vzsalvWHlKgD9/ OsS7gCloRW9Ph6ZKbjaH+RkR81ILmWFVd2ow36y2vmSzhHhynGrbhs9JEwTkyRrzzUNNjs u+FkurhgF2S0vs7SRWsGGg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id b479584f (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Thu, 4 Mar 2021 21:36:25 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice Subject: Re: [bug#46923] [PATCH] - added copyright notice from buildapp. References: <877dmm1vtx.fsf@nckx> <874khq1v18.fsf@nckx> In-reply-to: <874khq1v18.fsf@nckx> Date: Thu, 04 Mar 2021 22:35:31 +0100 Message-ID: <871rcu1u1o.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: 46923-done Cc: 46923-done@debbugs.gnu.org, cage-dev@twistfold.it X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice via Guix-patches via =E5=86=99=E9=81=93=EF=BC=9A > A copyright line isn't required in this case, because IMO it=20 > falls > (far) short of copyrightable significance. For completeness: even if this were a significant hunk of code, we=20 still wouldn't do this. Guix is released under the GPLv3: even if some part(s) could be=20 distributed under more permissive licences, we don't do so, and=20 any modifications we make to these are released under the GPLv3 as=20 well. The result is a GPLv3 programme. There's no need to add=20 BSD or other licence headers in either case, although a copyright=20 line might be required. Hence I'm closing this bug, but thank you for submitting it! Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYEFSow0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15U4MA/0GchwUzqxSbzb6NFHqNx9k61QQn0O0DRFcYpcHj ek7cAQCOvtpa6sim1BiUqKZTUFLMExP2upVQuWoQJJKqQ+ZbDw== =k5gg -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Jun 18 23:10:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Apr 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator