From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F79E15817D for ; Tue, 4 Jun 2024 01:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A0DE29A4; Tue, 4 Jun 2024 01:30:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id CEF8FE29A4 for ; Tue, 4 Jun 2024 01:30:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id D2F02340806 for ; Tue, 4 Jun 2024 01:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38E9E1587 for ; Tue, 4 Jun 2024 01:30:26 +0000 (UTC) From: "Aiden Wingard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aiden Wingard" Message-ID: <1717464601.ded6bed8ff8e535994d1c726e67e1590f90d8e63.kernaltrap@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/tinyfetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/tinyfetch/tinyfetch-9999.ebuild X-VCS-Directories: app-misc/tinyfetch/ X-VCS-Committer: kernaltrap X-VCS-Committer-Name: Aiden Wingard X-VCS-Revision: ded6bed8ff8e535994d1c726e67e1590f90d8e63 X-VCS-Branch: dev Date: Tue, 4 Jun 2024 01:30:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5454e43a-cdbf-4128-a68c-1383c447cefd X-Archives-Hash: 4def2a68fd79107edb3be6c91d9d20da commit: ded6bed8ff8e535994d1c726e67e1590f90d8e63 Author: kernaltrap8 gmail com> AuthorDate: Tue Jun 4 01:30:01 2024 +0000 Commit: Aiden Wingard gmail com> CommitDate: Tue Jun 4 01:30:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ded6bed8 app-misc/tinyfetch: add copyright header Signed-off-by: kernaltrap8 gmail.com> app-misc/tinyfetch/tinyfetch-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-misc/tinyfetch/tinyfetch-9999.ebuild b/app-misc/tinyfetch/tinyfetch-9999.ebuild index f05ed1281..c37b0ee29 100644 --- a/app-misc/tinyfetch/tinyfetch-9999.ebuild +++ b/app-misc/tinyfetch/tinyfetch-9999.ebuild @@ -1,3 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + EAPI=8 inherit meson