civodul pushed a commit to branch master
in repository guix.

commit f8777ceca52b5c66fba27718b3079ffd303d0680
Author: Nigko Yerden <[email protected]>
AuthorDate: Wed Oct 16 10:37:28 2024 +0500

    Add copyright lines.
    
    They are related to commit eb1515849efa3e0d3d838cb04ea87100084068a0.
    
    * doc/guix.texi: Add copyright message.
    * gnu/services/networking.scm: Add copyright message.
    
    Change-Id: Ica510fd6e80228f124f0c084403e1dea7c9baa1b
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 doc/guix.texi               | 1 +
 gnu/services/networking.scm | 1 +
 2 files changed, 2 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 29bce718d4..b91d229d7c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -131,6 +131,7 @@ Copyright @copyright{} 2024 Dariqq@*
 Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@*
 Copyright @copyright{} 2024 Fabio Natali@*
 Copyright @copyright{} 2024 Arnaud Daby-Seesaram@*
+Copyright @copyright{} 2024 Nigko Yerden@*
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 9e794bcf70..2d461e9ebc 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2023 Declan Tsien <[email protected]>
 ;;; Copyright © 2023 Bruno Victal <[email protected]>
 ;;; Copyright © 2023 muradm <[email protected]>
+;;; Copyright © 2024 Nigko Yerden <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;

Reply via email to