diff --git a/which-key-tests.el b/which-key-tests.el index 1312f832c8d..5c17ab7f1c9 100644 --- a/which-key-tests.el +++ b/which-key-tests.el @@ -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 -;; URL: https://github.com/justbur/emacs-which-key +;; Maintainer: Justin Burkett ;; 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 diff --git a/which-key.el b/which-key.el index d3b619c1124..0c4bb20e887 100644 --- a/which-key.el +++ b/which-key.el @@ -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 +;; Maintainer: Justin Burkett ;; 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: