From 26942d67b784b164485252810847407f16e1a831 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 8 Sep 2024 02:00:00 +0200 Subject: [PATCH] Add some missing header comment header comments. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/minetest.scm: Add the ‘GNU Guix’ header comment. * gnu/packages/notcurses.scm: Likewise. * gnu/packages/presentation.scm: Likewise. * gnu/packages/solidity.scm: Likewise. * guix/build/minetest-build-system.scm: Likewise. * gnu/packages/vnc.scm: Add missing ‘;’. * guix/scripts/import/crate.scm: Remove leading newline. Change-Id: I5294e6067b9348f2929d823a07d4ec335eaa5ecd --- gnu/packages/dhall.scm | 1 + gnu/packages/minetest.scm | 1 + gnu/packages/notcurses.scm | 1 + gnu/packages/presentation.scm | 1 + gnu/packages/solidity.scm | 1 + gnu/packages/vnc.scm | 2 +- guix/build/minetest-build-system.scm | 1 + guix/scripts/import/crate.scm | 1 - 8 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu/packages/dhall.scm b/gnu/packages/dhall.scm index e84ee7647f..3dde146e19 100644 --- a/gnu/packages/dhall.scm +++ b/gnu/packages/dhall.scm @@ -1,3 +1,4 @@ +;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2020 John Soo ;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm index 4ea4854695..2552596ef8 100644 --- a/gnu/packages/minetest.scm +++ b/gnu/packages/minetest.scm @@ -1,3 +1,4 @@ +;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2015, 2016 David Thompson ;;; Copyright © 2015 Andreas Enge ;;; Copyright © 2018 Efraim Flashner diff --git a/gnu/packages/notcurses.scm b/gnu/packages/notcurses.scm index 20b2cbb225..d704595de8 100644 --- a/gnu/packages/notcurses.scm +++ b/gnu/packages/notcurses.scm @@ -1,3 +1,4 @@ +;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2021 Blake Shaw ;;; Copyright © 2022 Marius Bakke ;;; Copyright © 2023 Efraim Flashner diff --git a/gnu/packages/presentation.scm b/gnu/packages/presentation.scm index cc02a7eac9..c5df41cf36 100644 --- a/gnu/packages/presentation.scm +++ b/gnu/packages/presentation.scm @@ -1,3 +1,4 @@ +;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2020 Efraim Flashner ;;; ;;; This file is part of GNU Guix. diff --git a/gnu/packages/solidity.scm b/gnu/packages/solidity.scm index c3111a22fd..9891f8fbe2 100644 --- a/gnu/packages/solidity.scm +++ b/gnu/packages/solidity.scm @@ -1,3 +1,4 @@ +;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2020 Martin Becze ;;; Copyright © 2022 Zhu Zihao ;;; Copyright © 2024 Efraim Flashner diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm index b904f3ee32..4f780a55dd 100644 --- a/gnu/packages/vnc.scm +++ b/gnu/packages/vnc.scm @@ -1,4 +1,4 @@ -;; GNU Guix --- Functional package management for GNU +;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Todor Kondić ;;; Copyright © 2020 Oleg Pykhalov ;;; Copyright © 2020 Hartmut Goebel diff --git a/guix/build/minetest-build-system.scm b/guix/build/minetest-build-system.scm index 3bf083e004..305e9dc1ba 100644 --- a/guix/build/minetest-build-system.scm +++ b/guix/build/minetest-build-system.scm @@ -1,3 +1,4 @@ +;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2021 Maxime Devos ;;; ;;; This file is part of GNU Guix. diff --git a/guix/scripts/import/crate.scm b/guix/scripts/import/crate.scm index 082a973aee..a4adabfeff 100644 --- a/guix/scripts/import/crate.scm +++ b/guix/scripts/import/crate.scm @@ -1,4 +1,3 @@ - ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 David Thompson ;;; Copyright © 2016 David Craven