sharlatan pushed a commit to branch go-team
in repository guix.
commit 0b7bc54bcaebf3551020c704b70f8fdbea108e5f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Sep 16 07:51:30 2024 +0100
guix: Add copyright records.
* guix/build-system/go.scm: Add missing copyright record to the header
for Christina O'Donnell <[email protected]>.
* guix/import/go.scm: Likewise.
Change-Id: If8b6b5dd31126b9209da5b6c0ad1d479c653bbe6
---
guix/build-system/go.scm | 1 +
guix/import/go.scm | 1 +
2 files changed, 2 insertions(+)
diff --git a/guix/build-system/go.scm b/guix/build-system/go.scm
index e39502991b..e6e8b84e48 100644
--- a/guix/build-system/go.scm
+++ b/guix/build-system/go.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2021-2022 Ludovic Courtès <[email protected]>
;;; Copyright © 2021, 2023 Efraim Flashner <[email protected]>
;;; Copyright © 2021 Sarah Morgensen <[email protected]>
+;;; Copyright © 2024 Christina O'Donnell <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
diff --git a/guix/import/go.scm b/guix/import/go.scm
index 53ada83040..32cba25b33 100644
--- a/guix/import/go.scm
+++ b/guix/import/go.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2021 Sarah Morgensen <[email protected]>
;;; Copyright © 2021 Simon Tournier <[email protected]>
;;; Copyright © 2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2024 Christina O'Donnell <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;