]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright for submission to ELPA
authorPayas Relekar <relekarpayas@gmail.com>
Tue, 25 Oct 2022 14:32:35 +0000 (20:02 +0530)
committerPayas Relekar <relekarpayas@gmail.com>
Tue, 25 Oct 2022 14:32:35 +0000 (20:02 +0530)
- Update year to 2022
- Set copyright to Free Software Foundation, Inc.

12 files changed:
lisp/use-package/bind-chord.el
lisp/use-package/bind-key.el
lisp/use-package/use-package-bind-key.el
lisp/use-package/use-package-chords.el
lisp/use-package/use-package-core.el
lisp/use-package/use-package-delight.el
lisp/use-package/use-package-diminish.el
lisp/use-package/use-package-ensure-system-package.el
lisp/use-package/use-package-ensure.el
lisp/use-package/use-package-jump.el
lisp/use-package/use-package-lint.el
lisp/use-package/use-package.el

index ff19c81fc78d7cf45ee8b8b7f2f6e23a26838c53..bf0f5866ac44f395b027a6153fb6dd38914c9043 100644 (file)
@@ -1,6 +1,6 @@
 ;;; bind-chord.el --- key-chord binding helper for use-package-chords  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2015-2019 Justin Talbott
+;; Copyright (C) 2015-2022 Free Software Foundation, Inc.
 
 ;; Author: Justin Talbott <justin@waymondo.com>
 ;; Keywords: convenience, tools, extensions
index 17e161cd72edb8eb69bf045aed0d168607fc9804..817ca5efb2d94a6452287450bf4f3d4ab049e305 100644 (file)
@@ -1,6 +1,6 @@
 ;;; bind-key.el --- A simple way to manage personal keybindings  -*- lexical-binding: t; -*-
 
-;; Copyright (c) 2012-2017 John Wiegley
+;; Copyright (c) 2012-2022 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
index 9642f311750df026a3f790a30eb09376a9aaf5c5..5ca2d016478906ae2c2524c62e50bf5c6533b373 100644 (file)
@@ -1,6 +1,6 @@
 ;;; use-package-bind-key.el --- Support for the :bind/:bind-keymap keywords  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2012-2017 John Wiegley
+;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
index cf390dbe59375ee005d32c45dddefee632a77edc..4a4d9e7fea73a00b148992b88e66ac6cc0354a64 100644 (file)
@@ -1,6 +1,6 @@
 ;;; use-package-chords.el --- key-chord keyword for use-package  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2015-2019 Justin Talbott
+;; Copyright (C) 2015-2022 Free Software Foundation, Inc.
 
 ;; Author: Justin Talbott <justin@waymondo.com>
 ;; Keywords: convenience, tools, extensions
index 31b8048643255b211c8fa6339f6dfb6f1d113d67..76c6a97e0626cad6636aa96dd6953c410a560401 100644 (file)
@@ -1,6 +1,6 @@
 ;;; use-package-core.el --- A configuration macro for simplifying your .emacs  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2012-2017 John Wiegley
+;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
index 85d5c7cb4d6da57c8f902616a4f26e2da59f822e..558be5e4706e74e268f56546446179366179ecf7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; use-package-delight.el --- Support for the :delight keyword  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2012-2017 John Wiegley
+;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
index 1f3895f42cdd829b62c8e0e1078d351d3591d595..5b20830ee6af13560a4cdbea5820a12db11227dc 100644 (file)
@@ -1,6 +1,6 @@
 ;;; use-package-diminish.el --- Support for the :diminish keyword  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2012-2017 John Wiegley
+;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
index 7c591af7d9bf3a1b74ed70d992dac89480874337..8f1affadae0120c6c748386503315ebde51a12d9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; use-package-ensure-system-package.el --- auto install system packages  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2017 Justin Talbott
+;; Copyright (C) 2022 Free Software Foundation, Inc.
 
 ;; Author: Justin Talbott <justin@waymondo.com>
 ;; Keywords: convenience, tools, extensions
index cb31b4b7dd424eeefb8e03179bea763c6f75f2ad..78a7e8be1e213c96b967effc9f1ca14e0a880b8c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; use-package-ensure.el --- Support for the :ensure and :pin keywords  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2012-2017 John Wiegley
+;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
index 4044ad165644e49005b34da6056f9166cbae0a91..224d2e06b6ee2393a260589302a624db1654fdf4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; use-package-jump.el --- Attempt to jump to a use-package declaration  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2012-2017 John Wiegley
+;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
index c6e7c3c0ce2c308cb3ed07a99b88d3e80902f05a..49a47a9d32bc56c6e162751fefc25da080699a3b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; use-package-lint.el --- Attempt to find errors in use-package declarations  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2012-2017 John Wiegley
+;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
index 0e194d5f1824eec60c3d3e9db54d784f6ea22516..62bb2407a51cef3d114309cea05ded174ed55566 100644 (file)
@@ -1,6 +1,6 @@
 ;;; use-package.el --- A configuration macro for simplifying your .emacs  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2012-2017 John Wiegley
+;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Maintainer: John Wiegley <johnw@newartisans.com>