From 527113d06ed4a69eeb97ee1359539b29fea8c858 Mon Sep 17 00:00:00 2001 From: Justin Burkett Date: Mon, 7 Aug 2017 16:27:12 -0400 Subject: [PATCH] Assign copyright to FSF for ELPA --- which-key-tests.el | 4 ++-- which-key.el | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) 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: