diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | 26942d67b784b164485252810847407f16e1a831 (patch) | |
tree | 471dd767a0022a2e590585300971498eabac9efd /gnu/packages | |
parent | b17121a8aadc40a093a85d1b9283695a0a3fa0bb (diff) | |
download | guix-26942d67b784b164485252810847407f16e1a831.tar guix-26942d67b784b164485252810847407f16e1a831.tar.gz |
Add some missing header comment header comments.
* 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
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/dhall.scm | 1 | ||||
-rw-r--r-- | gnu/packages/minetest.scm | 1 | ||||
-rw-r--r-- | gnu/packages/notcurses.scm | 1 | ||||
-rw-r--r-- | gnu/packages/presentation.scm | 1 | ||||
-rw-r--r-- | gnu/packages/solidity.scm | 1 | ||||
-rw-r--r-- | gnu/packages/vnc.scm | 2 |
6 files changed, 6 insertions, 1 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 <jsoo1@asu.edu> ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; 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 <dthompson2@worcester.edu> ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il> 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 <blake@nonconstructivism.com> ;;; Copyright © 2022 Marius Bakke <marius@gnu.org> ;;; Copyright © 2023 Efraim Flashner <efraim@flashner.co.il> 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 <efraim@flashner.co.il> ;;; ;;; 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 <mjbecze@riseup.net> ;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com> ;;; Copyright © 2024 Efraim Flashner <efraim@flashner.co.il> 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ć <tk.code@protonmail.com> ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com> ;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com> |