diff options
Diffstat (limited to 'px/system')
-rw-r--r-- | px/system/config.scm | 9 | ||||
-rw-r--r-- | px/system/os.scm | 3 | ||||
-rw-r--r-- | px/system/panther.scm | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/px/system/config.scm b/px/system/config.scm index 3c20ca9..415159e 100644 --- a/px/system/config.scm +++ b/px/system/config.scm @@ -1,9 +1,6 @@ -;;; PantherX System Configuration Module -;;; This module supports configuration modules for PantherX OS definitions -;;; -;;; Reza Alizadeh Majd <r.majd@pantherx.org> -;;; Franz Geffke <franz@pantherx.org> -;;; +;;; Package Repository for GNU Guix +;;; Copyright © 2021-2023 Reza Alizadeh Majd <r.majd@pantherx.org> +;;; Copyright © 2021-2025 Franz Geffke <m@f-a.nz> (define-module (px system config) #:use-module (gnu bootloader) diff --git a/px/system/os.scm b/px/system/os.scm index e975602..db608f6 100644 --- a/px/system/os.scm +++ b/px/system/os.scm @@ -1,3 +1,6 @@ +;;; Package Repository for GNU Guix +;;; Copyright © 2021-2025 Franz Geffke <m@f-a.nz> + (define-module (px system os) #:use-module (gnu bootloader) #:use-module (gnu bootloader grub) diff --git a/px/system/panther.scm b/px/system/panther.scm index f85056b..66b3562 100644 --- a/px/system/panther.scm +++ b/px/system/panther.scm @@ -1,4 +1,6 @@ -;; Simplified configuration for Panther OS +;;; Package Repository for GNU Guix +;;; Copyright © 2021-2023 Reza Alizadeh Majd <r.majd@pantherx.org> +;;; Copyright © 2021-2025 Franz Geffke <m@f-a.nz> (define-module (px system panther) #:use-module (gnu) |