;;; copyright.el --- Insert a Guix copyright. ;; Copyright © 2020 Oleg Pykhalov ;; This file is part of GNU Guix. ;; GNU Guix is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; GNU Guix is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . ;;; Commentary: ;; This package provides skeleton to insert a copyright with `guix-copyright'. ;;; Code: (define-skeleton guix-copyright "Insert a copyright by $USER notice at cursor." "FULL_NAME : " comment-start ";; Copyright © " `(format-time-string "%Y") " " (or (format "%s <%s>" user-full-name user-mail-address) str) comment-end) ;;; copyright.el ends here ad3d5985f46ce19672c902fc93e0f91c3fb8f2'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-01initrd: Use non-hyphenated kernel command-line parameter names....Maxim Cournoyer
2022-02-09Revert kernel modules changes to support the Coreboot framebuffer...Leo Famulari
2021-12-25gnu: linux-libre: Build simplefb into all x86{,_64} kernels....Tobias Geerinckx-Rice
2021-12-16gnu: linux-libre: Support the Coreboot framebuffer....Tobias Geerinckx-Rice via Guix-patches via
2021-10-13linux-initrd: Support checking NTFS volumes on boot....Tobias Geerinckx-Rice
2021-09-23linux-initrd: Support XFS....Tobias Geerinckx-Rice
2021-09-23linux-initrd: Include only the single ‘bcachefs’ binary....Tobias Geerinckx-Rice
2021-09-23gnu: Don't abuse check-btrfs-file-system to scan....Tobias Geerinckx-Rice
2021-07-08gnu: %guile-3.0-static-stripped: Rename to %guile-static-stripped....Efraim Flashner