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
mplatifyjs&id=1956edd503bde9db8e99d8a499d54d5a508f8bb8'>fix corner cases with `arguments` (#4481)...Alex Lam S.L 2020-12-27workaround v8 bug with labels (#4467)...Alex Lam S.L 2020-12-20fix corner case with destructuring `catch` (#4426)...Alex Lam S.L 2020-12-20fix corner case with destructuring `catch` (#4421)...Alex Lam S.L 2020-12-19fix corner case in `reduce_vars` & `unused` (#4414)...Alex Lam S.L 2020-12-18fix corner case in `arguments` (#4398)...Alex Lam S.L 2020-12-17support arrow function (#4385)Alex Lam S.L 2020-12-10fix corner case in `loops` & `unused` (#4356)...Alex Lam S.L 2020-12-07fix corner case in `evaluate` (#4341)...Alex Lam S.L 2020-12-07support async function (#4333)Alex Lam S.L 2020-11-21workaround Safari quirks (#4314)...Alex Lam S.L 2020-11-21fix corner case in `mangle` (#4311)Alex Lam S.L 2020-11-18fix corner case in `arguments` (#4293)...Alex Lam S.L 2020-11-17support destructured literals (#4278)Alex Lam S.L 2020-10-20fix corner case in `ie8` (#4232)...Alex Lam S.L 2020-10-20fix corner case in `ie8` (#4230)...Alex Lam S.L 2020-10-19support `let` (#4227)Alex Lam S.L 2020-10-13fix corner case in `reduce_vars` (#4211)...Alex Lam S.L 2020-10-12fix corner case in `ie8` & `mangle` (#4196)...Alex Lam S.L 2020-10-12fix corner case in `functions` (#4192)...Alex Lam S.L 2020-10-12support `const` (#4190)Alex Lam S.L 2020-10-07fix corner case in `reduce_vars` (#4189)...Alex Lam S.L 2020-10-05clean up scope-related variables (#4179)Alex Lam S.L 2020-10-05retrofit `try-catch-finally` as block-scoped (#4178)...Alex Lam S.L 2020-10-04fix corner case in `mangle` (#4174)Alex Lam S.L 2020-10-03fix corner cases of `catch` variable inlining (#4169)Alex Lam S.L 2020-10-02retrofit `catch` as block-scoped (#4165)Alex Lam S.L 2020-09-23minor clean up (#4149)Alex Lam S.L 2020-09-15introduce `merge_vars` (#4100)Alex Lam S.L 2020-08-24tidy up various interfaces (#4066)Alex Lam S.L 2020-08-23simplify traversal logic (#4063)Alex Lam S.L 2020-07-21fix corner case in `ie8` (#4016)...Alex Lam S.L 2020-06-15fix corner case in `rename` (#4000)...Alex Lam S.L 2020-05-05update links to repository after rename (#3847)Alex Lam S.L 2020-04-24improve `compress` (#3814)...Alex Lam S.L 2020-04-11improve handling of `eval` (#3776)...Alex Lam S.L 2020-03-21fix corner case in `evaluate` & `ie8` (#3751)...Alex Lam S.L 2019-12-28workaround firefox asm.js quirks (#3650)...Alex Lam S.L 2019-10-24fix corner case in `ie8` & `mangle` (#3524)...Alex Lam S.L 2019-10-22fix corner case in `reduce_vars` (#3510)...Alex Lam S.L 2019-10-16fix corner case in `ie8` (#3487)...Alex Lam S.L 2019-10-16fix corner cases in `ie8` (#3485)...Alex Lam S.L