branch: externals/leaf
commit a2f9c2bf4d33cf40ec7e113d22a4203261d9c185
Merge: 54bfab9 19c8fa3
Author: Naoya Yamashita <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #442 from conao3/externals/leaf
Update copyright statement
---
.gitignore | 4 ++++
cort-test.el | 2 +-
leaf-tests.el | 2 +-
leaf.el | 4 ++--
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index e1d5629..c53f672 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,7 @@
# Emacs Lisp compiled files
*.elc
+
+# Files generated by elpa.git's GNUmakefile
+/leaf-autoloads.el
+/leaf-pkg.el
diff --git a/cort-test.el b/cort-test.el
index d29c0a2..fc1a911 100644
--- a/cort-test.el
+++ b/cort-test.el
@@ -1,6 +1,6 @@
;;; cort-test.el --- Simplify extended unit test framework -*-
lexical-binding: t; -*-
-;; Copyright (C) 2018-2019 Naoya Yamashita <[email protected]>
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Author: Naoya Yamashita <[email protected]>
;; Maintainer: Naoya Yamashita <[email protected]>
diff --git a/leaf-tests.el b/leaf-tests.el
index 93246c3..a069fc3 100644
--- a/leaf-tests.el
+++ b/leaf-tests.el
@@ -1,6 +1,6 @@
;;; leaf-tests.el --- -*- lexical-binding: t;
-*-
-;; Copyright (C) 2018-2019 Naoya Yamashita <[email protected]>
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Author: Naoya Yamashita <[email protected]>
;; Maintainer: Naoya Yamashita <[email protected]>
diff --git a/leaf.el b/leaf.el
index 6b6ea93..583356c 100644
--- a/leaf.el
+++ b/leaf.el
@@ -1,11 +1,11 @@
;;; leaf.el --- Simplify your init.el configuration, extended use-package
-*- lexical-binding: t; -*-
-;; Copyright (C) 2018-2019 Naoya Yamashita <[email protected]>
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Author: Naoya Yamashita <[email protected]>
;; Maintainer: Naoya Yamashita <[email protected]>
;; Keywords: lisp settings
-;; Version: 4.2.5
+;; Version: 4.2.6
;; URL: https://github.com/conao3/leaf.el
;; Package-Requires: ((emacs "24.4"))