From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id IWs+C5m0jF+ZJQAA0tVLHw (envelope-from ) for ; Sun, 18 Oct 2020 21:33:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id YBJ9Bpm0jF83KAAA1q6Kng (envelope-from ) for ; Sun, 18 Oct 2020 21:33:13 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id AFF3E9400BF for ; Sun, 18 Oct 2020 21:33:12 +0000 (UTC) Received: from localhost ([::1]:36460 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUGIh-0003vD-Bv for larch@yhetil.org; Sun, 18 Oct 2020 17:33:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47636) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUGIY-0003uK-L0 for guix-patches@gnu.org; Sun, 18 Oct 2020 17:33:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55864) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kUGIY-00085h-Bw for guix-patches@gnu.org; Sun, 18 Oct 2020 17:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kUGIY-0003P5-AJ for guix-patches@gnu.org; Sun, 18 Oct 2020 17:33:02 -0400 Subject: bug#43939: [PATCH 1/3] gnu: Add python-pykeepass. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 18 Oct 2020 21:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43939 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vinicius Monego , 43939-done@debbugs.gnu.org Cc: Vinicius Monego Mail-Followup-To: 43939@debbugs.gnu.org, marius@gnu.org, monego@posteo.net Received: via spool by 43939-done@debbugs.gnu.org id=D43939.160305677913070 (code D ref 43939); Sun, 18 Oct 2020 21:33:02 +0000 Received: (at 43939-done) by debbugs.gnu.org; 18 Oct 2020 21:32:59 +0000 Received: from localhost ([127.0.0.1]:39176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUGIU-0003Ok-Qd for submit@debbugs.gnu.org; Sun, 18 Oct 2020 17:32:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUGIT-0003OX-Jm for 43939-done@debbugs.gnu.org; Sun, 18 Oct 2020 17:32:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50356) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUGIM-00083F-Ra; Sun, 18 Oct 2020 17:32:52 -0400 Received: from ti0006q161-1594.bb.online.no ([46.9.75.77]:36092 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kUGIM-0007Rh-26; Sun, 18 Oct 2020 17:32:50 -0400 From: Marius Bakke In-Reply-To: <20201012033849.56024-1-monego@posteo.net> References: <20201012033849.56024-1-monego@posteo.net> Date: Sun, 18 Oct 2020 23:32:48 +0200 Message-ID: <87ft6bkynz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.61 X-TUID: 9krhkze85H+F --=-=-= Content-Type: text/plain Vinicius Monego writes: > * gnu/packages/python-crypto.scm (python-pykeepass): New variable. [...] > + ;; There are no copyright headers in the source code. The LICENSE file > + ;; indicates GPL3. > + (license license:gpl3))) In cases like these (when no explicit version is mentioned), we use GPL3+. See section 14 of the GPLv3. I made this change and committed, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+MtIAPHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6u6YIAMh2hL0kdaDLqn7+oNA6bKCRqlDytMdIwDgW KYOBERgQPiqAIERqdoR5tfcbRR7sp4iuFvoV2tT5N6V+vUFLnPVdNma4CaIgu/+3 dE2YlIYNzv+olHtK1GRwFkNQb4aUISSs59ky6JAr8Eqq4KiWHuJjO9QmPXEvpDam ij2om6I3h8w9d+ouL7IiWgMEpzsWEy6k/UDPK8fa63BXha8Ki4lOZJ71iSfqA69t 5e5as2HWxefAuo/EcFLyEwDQrHCl86PmLFHYoluS72FaPXW67Bn3SW83BDrtdxwx WweA+hEh+fmcLT+TeMVqd2d/WeeT7jUrXBhfk9/wbupFfglYn9w= =otz9 -----END PGP SIGNATURE----- --=-=-=--