;;; 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 be653152c7436581c2adc54eee'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-21gnu: wgetpaste: Update to 2.34....Efraim Flashner
2023-09-03gnu: wget2: Add more support libraries....Efraim Flashner
2023-09-03gnu: wget2: Update to 2.1.0...Andy Tai
2023-04-16gnu: wget: Update to 1.21.3.24....Andreas Enge
2022-11-27gnu: wgetpaste: Update to 2.33....Efraim Flashner
2022-06-01Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner
2022-05-29gnu: wget: Update to 1.21.3....Efraim Flashner
2022-05-29gnu: wgetpaste: Remove trailing #t from phases....Efraim Flashner
2022-05-29gnu: wgetpaste: Add missing input....Efraim Flashner
2022-05-28gnu: wget2: Reindent package....Efraim Flashner
2022-05-28gnu: wget2: Update to 2.0.1....Efraim Flashner