aboutsummaryrefslogtreecommitdiff
path: root/etc/copyright.el
blob: f5ed723ceabbc10ad826136cbb9c789d7ab4d462 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
;;; copyright.el --- Insert a Guix copyright.

;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>

;; 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 <http://www.gnu.org/licenses/>.

;;; 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 <MAIL_ADDRESS>: "
  comment-start
  ";; Copyright © " `(format-time-string "%Y") " "
  (or (format "%s <%s>" user-full-name user-mail-address) str)
  comment-end)

;;; copyright.el ends here
+0200'>2019-05-29installer: Fix wifi menu crash with hidden SSIDs....Mathieu Othacehe 2019-05-19installer: Fix Guile-Parted crash on i686....Ludovic Courtès 2019-05-15installer: Rename 'auto-partition' to 'auto-partition!'....Ludovic Courtès 2019-05-15installer: Mount ESP once only....Ludovic Courtès 2019-05-14installer: Add fat16....Danny Milosavljevic 2019-05-14installer: Reflow run-file-textbox-page text....Mathieu Othacehe 2019-05-14installer: Fix docstring....Danny Milosavljevic 2019-05-14installer: Add fat16....Danny Milosavljevic 2019-05-14installer: Allow for arbitrary long passphrases and passwords....Ludovic Courtès 2019-05-14installer: Create btrfs file system....Danny Milosavljevic 2019-05-13installer: Use 'glibc-supported-locales'....Ludovic Courtès 2019-05-09installer: Add missing 'G_' call....Ludovic Courtès 2019-05-07installer: "Exit" button in user page actually exits....Ludovic Courtès 2019-05-07installer: Add password 'hide' checkbox....Mathieu Othacehe 2019-05-06installer: Skip network selection dialogs when there is no choice....Ludovic Courtès 2019-05-06installer: Shrink simple listboxes to their minimum height....Ludovic Courtès 2019-05-06installer: Actually translate step descriptions....Ludovic Courtès 2019-05-06installer: Do not sort methods on the partitioning page....Ludovic Courtès 2019-05-06installer: Widen user dialog....Ludovic Courtès 2019-05-05installer: Fix typo....Miguel 2019-05-03installer: Do not sort the guided partition schemes in the selection page....Ludovic Courtès 2019-05-03installer: Ensure 'packages' field is a superset of '%base-packages'....Ludovic Courtès 2019-04-29installer: Fix typo in docstring....Meiyo Peng 2019-04-28installer: Tell the user where the config file is....Ludovic Courtès 2019-04-28installer: Fix handling of user password mismatches....Ludovic Courtès 2019-04-28installer: User accounts can now have a "real name."...Ludovic Courtès 2019-04-28installer: User can have a "real name"....Ludovic Courtès 2019-04-28installer: Improve layout of the partitioning page....Ludovic Courtès 2019-04-28installer: Add 'nss-certs' to the networking services....Ludovic Courtès 2019-04-28installer: Recommended services are pre-selected....Ludovic Courtès 2019-04-28installer: Add #:selection parameter to 'run-checkbox-tree-page'....Ludovic Courtès 2019-04-27installer: Add missing i18n in the partitioning pages....Ludovic Courtès 2019-04-26installer: Actually reboot when the user presses "Reboot."...Ludovic Courtès 2019-04-26installer: Take 'guix system init' exit code into account....Ludovic Courtès