;;; 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 9d861ed1deeeebecda1705e4'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-12gnu: ffmpeg: Promote version 5 to the default.Marius Bakke
2022-08-06gnu: Add wavbreaker.Joeke de Graaf
2022-08-03gnu: Add minimp3.John Kehayias
2022-04-04gnu: eyeD3: Update to 0.9.6.Leo Famulari
2022-01-16gnu: chromaprint: Update to 1.5.1.Tobias Geerinckx-Rice
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
2021-09-18gnu: mpg321: Fix compiling with gcc 10.Guillaume Le Vaillant
2021-09-11gnu: mpc123: Allow compilation with GCC 10.Ludovic Courtès
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-09-04gnu: python-pyacoustid: Update to 1.2.2.Lars-Dominik Braun
2021-08-12Merge branch 'master' into core-updates-frozenMarius Bakke
2021-08-04gnu: mpg123: Update to 1.28.2.Efraim Flashner
2021-07-25gnu: gs-font: Rename to 'font-ghostscript'.Maxime Devos
2021-04-05gnu: mpg321: Update source URL.Ludovic Courtès
2021-04-01gnu: taglib: Update to 1.12.Brendan Tildesley
2021-03-23gnu: mpg123: Update to 1.26.5.Tobias Geerinckx-Rice
2021-03-16gnu: mpg321: Fix CVE-2019-14247.Kei Kebreau
2021-01-18gnu: libid3tag: Add comment justifying the 'install-pkg-config phase.Kei Kebreau
2021-01-18gnu: libmad: Add comment justifying the 'install-pkg-config phase.Kei Kebreau