1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 11:20:41 -08:00

Assign copyright to FSF for ELPA

This commit is contained in:
Justin Burkett 2017-08-07 16:27:12 -04:00
parent 3144b4c1fc
commit 527113d06e
2 changed files with 4 additions and 6 deletions

View file

@ -1,9 +1,9 @@
;;; which-key-tests.el --- Tests for which-key.el -*- lexical-binding: t; -*-
;; Copyright (C) 2015 Justin Burkett
;; Copyright (C) 2017 Free Software Foundation, Inc.
;; Author: Justin Burkett <justin@burkett.cc>
;; URL: https://github.com/justbur/emacs-which-key
;; Maintainer: Justin Burkett <justin@burkett.cc>
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by

View file

@ -1,8 +1,9 @@
;;; which-key.el --- Display available keybindings in popup -*- lexical-binding: t; -*-
;; Copyright (C) 2015 Justin Burkett
;; Copyright (C) 2017 Free Software Foundation, Inc.
;; Author: Justin Burkett <justin@burkett.cc>
;; Maintainer: Justin Burkett <justin@burkett.cc>
;; URL: https://github.com/justbur/emacs-which-key
;; Version: 3.0.1
;; Keywords:
@ -32,9 +33,6 @@
;; the popup will look like along with information about additional features can
;; be found at https://github.com/justbur/emacs-which-key.
;;
;; which-key started as a rewrite of guide-key
;; (https://github.com/kai2nenobu/guide-key), but the feature sets have since
;; diverged.
;;; Code: