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
d=4cbe0127a668cbcc64087c5d311308b59d39b104'>guix-install.sh: Prompt for configuring substitutes discovery....Maxim Cournoyer 2021-07-07guix-install.sh: No longer export GUIX_PROFILE....Hartmut Goebel 2021-05-05guix-install.sh: Exit early if Guix is already installed....Maxim Cournoyer 2021-05-05guix-install.sh: Propose automatically fetching OpenPGP keys....Maxim Cournoyer 2021-05-05guix-install.sh: Please the shellcheck linter....Maxim Cournoyer 2021-05-01guix-install.sh: Add support for more than one signing key....Maxim Cournoyer 2021-04-29guix-install.sh: Ensure GUIX_BINARY_FILE_NAME is an absolute path....Maxim Cournoyer 2021-04-24guix-install.sh: Allow overriding the Guix binary source....Maxim Cournoyer 2021-04-14guix-install.sh: Add the build users to the 'kvm' group....Leo Famulari 2021-03-23Add powerpc64le-linux as a supported Guix architecture....Chris Marusich 2021-01-03/etc/profile.d/guix.sh: Add guix pull profile even when absent...Jakub Kądziołka 2020-12-18guix-install.sh: Add variable quoting and curly-bracketing....Vincent Legoll 2020-12-18guix-install.sh: Adjust variable use in guix_get_bin_list()....Vincent Legoll 2020-12-18guix-install.sh: Add variable quoting in sys_make_guix_available....Vincent Legoll 2020-12-18guix-install.sh: Replace tabs with spaces....Vincent Legoll 2020-11-15guix-install.sh: don't throw away release candidates when picking the latest ......Daniel Brooks 2020-10-16guix-install.sh: Check the service 'nscd' and suggest it....zimoun 2020-10-16guix-install.sh: Add symbolic links for supported shell completions....zimoun 2020-09-17guix-install.sh: Support OpenRC....Morgan Smith 2020-09-17guix-install.sh: Be POSIX-compliant....Morgan Smith 2020-09-09guix-install.sh: Quote the OpenPGP key URL....Ludovic Courtès 2020-07-16guix-install.sh: Make sure /etc/profile is sourced....Tobias Geerinckx-Rice 2020-07-16guix-install.sh: Suggest running gpg as root....Tobias Geerinckx-Rice 2020-07-14etc: Enable mount unit only if it exists....Tobias Geerinckx-Rice 2020-05-23guix-install.sh: Fix ‘systemctl not found’ error message at probe....Vincent Legoll 2020-05-23guix-install.sh: Add xz to requirements....Vincent Legoll 2020-05-17etc: Install mount unit only if it exists....Tobias Geerinckx-Rice 2020-05-16etc: Add a systemd unit to bind-mount @storedir@ read-only....Tobias Geerinckx-Rice 2020-03-22guix-install.sh: /etc/profile.d/guix.sh sources ~/.guix-profile/etc/profile....Ludovic Courtès 2020-03-22guix-install.sh: Add a trailing colon to 'INFOPATH'....Ludovic Courtès 2020-03-11guix-install.sh: Install SysV init script....Danny Milosavljevic 2020-01-26guix-install.sh: Correctly treat empty or unset $XDG_DATA_DIRS...Alexander Krotov 2020-01-26guix-install.sh: Create /etc/profile.d if it does not exist...Prafulla Giri 2020-01-26guix-install.sh: Export INFOPATH to contain updated guix info-pages...Prafulla Giri 2020-01-17guix-install.sh: Create an init profile during installation...Prafulla Giri 2019-12-04guix-install.sh: Use a deterministic umask....Tobias Geerinckx-Rice