From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id iK8TN3FGwWSTSgEASxT56A (envelope-from ) for ; Wed, 26 Jul 2023 18:14:41 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8KbhNnFGwWRMLgEAauVa8A (envelope-from ) for ; Wed, 26 Jul 2023 18:14:41 +0200 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 A53C747E5B for ; Wed, 26 Jul 2023 18:14:41 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=KMw0+tgV; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=wmeyer.eu (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690388081; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=2hMiPjPN48YIcGSQcIP4uUTJCcN0rPV9gYK5m5m2KO8=; b=OBXCsg7JMZ9QMK3NxAIpUtXsEevcGskr0VOk2n+6A7xEbShZTBYMW4txrAmM1HJ9hz2Twg Jj5VlbciEQc9KhcY4xYWqfqmfr9q2frskwv9ROuKzFaBuatLKtvLHo7xUalPQfnlkatJYP Yb1lkKGKJuyri6PAINtNPcTeyxO49+SlISbpDQem0a1ymJeR8islpEtQAJvBkzouG7MMi0 mQ8xu+vOWzhaUoJ18JYyDnZui3EyRRZMNMbz5kv2ghMNESed5khFk3vKdaPfnGR34NViK7 0yraPdpIQwB5qnzPJpknn/0OVinXhUnbaDsjAIIoakT44DVHVXnqIa4M5yVgBg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690388081; a=rsa-sha256; cv=none; b=QtlCnpFb5/PSb3CvGqFGce4EECDDtdzskqtA4ep47Qjps3/dk2Immf2Gj2cmkmp/eIVH2s lAo3aZFAZQ0V1HOUTwYgeeH0IrpJtkjgK1NW2sOV/ILGzh6F9CsSHyAJg+fcEjKG6x/aqg csQfxz7WDxrogLrqB08TGyhrtOg4SjTyvR/LRfVV3XQwccNwe3VrP3tgAikbGup3Emiqcm CJ9O9c8em13N0t6sJsYFz/HwGNL9euKCHIM3CelguFrtks0x7nk28mEZBPN4P0As7BlhMa kEbyrPNoxku/5P3B2GipTAph2U1v4jW9f5npKxh5ivY1vc/P1FZiky7tIqkitA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=KMw0+tgV; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=wmeyer.eu (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qOgyA-00026n-Mj; Wed, 26 Jul 2023 12:02:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qOgpv-00045D-Ag for guix-patches@gnu.org; Wed, 26 Jul 2023 11:54:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qOgpv-0002Fy-34 for guix-patches@gnu.org; Wed, 26 Jul 2023 11:54:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qOgpu-0004SQ-Vk; Wed, 26 Jul 2023 11:54:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64875] [PATCH 4/4] gnu: Added copyright information. Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Wed, 26 Jul 2023 15:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64875 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64875@debbugs.gnu.org Cc: Wilko Meyer , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 64875-submit@debbugs.gnu.org id=B64875.169038679517060 (code B ref 64875); Wed, 26 Jul 2023 15:54:02 +0000 Received: (at 64875) by debbugs.gnu.org; 26 Jul 2023 15:53:15 +0000 Received: from localhost ([127.0.0.1]:49917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOgp9-0004R5-1T for submit@debbugs.gnu.org; Wed, 26 Jul 2023 11:53:15 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:47088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOgoz-0004Pt-UC for 64875@debbugs.gnu.org; Wed, 26 Jul 2023 11:53:07 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1690386780; bh=2hMiPjPN48YIcGSQcIP4uUTJCcN0rPV9gYK5m5m2KO8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=KMw0+tgVIJh/O+nvUtjxD8YZrz8Jmc9RGLkGzYhT5uvzcEBO0k39GdAvj0PUbwBf4 FKLbxguJ8BqpIwLI2k6wMW1oHMUoJ9U7Wl3X6oPPFaJ8PNs4vkaj5gyzSSQgkqVSmW wc9K0eLWWvyQ79kYMc1G43+jI0v4mMg9MVQMmZUs= Date: Wed, 26 Jul 2023 17:52:32 +0200 Message-Id: <4baa292ceaf2b1ec4032eef209dededae4b201c6.1690386417.git.w@wmeyer.eu> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Mailman-Approved-At: Wed, 26 Jul 2023 11:59:35 -0400 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: 3.86 X-Spam-Score: 3.86 X-Migadu-Queue-Id: A53C747E5B X-TUID: toY/t1CEA1Dw * added copyright information to rust-apps.scm * added copyright information to crates-io.scm --- gnu/packages/crates-io.scm | 1 + gnu/packages/rust-apps.scm | 1 + 2 files changed, 2 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index dae443e949..6a46bd5f3d 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -31,6 +31,7 @@ ;;; Copyright © 2022 Greg Hogan ;;; Copyright © 2022 Paul A. Patience ;;; Copyright © 2022 Paul Alesius +;;; Copyright © 2023 Wilko Meyer ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 2762d6186a..bf14e1290e 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -23,6 +23,7 @@ ;;; Copyright © 2022 ( ;;; Copyright © 2022 John Kehayias ;;; Copyright © 2022 Greg Hogan +;;; Copyright © 2023 Wilko Meyer ;;; ;;; This file is part of GNU Guix. ;;; -- 2.41.0