This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4bfb211665 gnu: tdlib: Adapt copyright headers.
4bfb211665 is described below
commit 4bfb21166587cb2610d35181bcb2513f352512e3
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Oct 22 20:01:19 2025 +0200
gnu: tdlib: Adapt copyright headers.
This is a follow-up to commit 02114e6e983751ce6156a4d09beb50142109a030 .
* gnu/packages/messaging.scm: Move copyright line from here...
* gnu/packages/telegram.scm: ...to here.
Change-Id: I0a2ec1c38ff679c8cbbfacef785bcd28c7a54564
---
gnu/packages/messaging.scm | 1 -
gnu/packages/telegram.scm | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 736fd4b97f..b8d75a920e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -16,7 +16,6 @@
;;; Copyright © 2018 Leo Famulari <[email protected]>
;;; Copyright © 2018 Pierre-Antoine Rouby <[email protected]>
;;; Copyright © 2019 Tanguy Le Carrour <[email protected]>
-;;; Copyright © 2019, 2020 Brett Gilio <[email protected]>
;;; Copyright © 2019, 2020 Timotej Lazar <[email protected]>
;;; Copyright © 2020, 2021 Nicolò Balzarotti <[email protected]>
;;; Copyright © 2020 Vincent Legoll <[email protected]>
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index a07c362935..d1a73bc629 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -1,4 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2019, 2020 Brett Gilio <[email protected]>
;;; Copyright © 2021 Raghav Gururajan <[email protected]>
;;; Copyright © 2022, 2023 Hilton Chain <[email protected]>
;;; Copyright © 2023 Saku Laesvuori <[email protected]>