Update version and copyright

This commit is contained in:
John Wiegley 2017-11-29 16:37:55 -08:00
parent bff472ea80
commit 8051c9f5cd
2 changed files with 11 additions and 10 deletions

View file

@ -1,11 +1,12 @@
;;; bind-key.el --- A simple way to manage personal keybindings ;;; bind-key.el --- A simple way to manage personal keybindings
;; Copyright (c) 2012-2015 john wiegley ;; Copyright (c) 2012-2017 John Wiegley
;; Author: John Wiegley <jwiegley@gmail.com> ;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <jwiegley@gmail.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Created: 16 Jun 2012 ;; Created: 16 Jun 2012
;; Version: 1.0 ;; Modified: 29 Nov 2017
;; Version: 2.4
;; Keywords: keys keybinding config dotemacs ;; Keywords: keys keybinding config dotemacs
;; URL: https://github.com/jwiegley/use-package ;; URL: https://github.com/jwiegley/use-package

View file

@ -1,13 +1,13 @@
;;; use-package.el --- A use-package declaration for simplifying your .emacs ;;; use-package.el --- A use-package declaration for simplifying your .emacs
;; Copyright (C) 2012 John Wiegley ;; Copyright (C) 2012-2017 John Wiegley
;; Author: John Wiegley <jwiegley@gmail.com> ;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <jwiegley@gmail.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Created: 17 Jun 2012 ;; Created: 17 Jun 2012
;; Modified: 17 Oct 2016 ;; Modified: 29 Nov 2017
;; Version: 2.3 ;; Version: 2.4
;; Package-Requires: ((emacs "24.3") (bind-key "1.0")) ;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
;; Keywords: dotemacs startup speed config package ;; Keywords: dotemacs startup speed config package
;; URL: https://github.com/jwiegley/use-package ;; URL: https://github.com/jwiegley/use-package