summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell+paredit@mumble.net>2019-11-21 23:28:30 +0000
committerTaylor R Campbell <campbell+paredit@mumble.net>2019-11-21 23:28:30 +0000
commitb1c332a24a258028fd388d4a0b71052807691a1c (patch)
treece3ff95401ca13d3ad43bd4d26bc532dc635fbf5
parent961b02fc66ff71370320cfbbcc6d2b0db3516f96 (diff)
Bump copyright year.
-rw-r--r--paredit.el2
-rw-r--r--test.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/paredit.el b/paredit.el
index 1296a4b..477d616 100644
--- a/paredit.el
+++ b/paredit.el
@@ -1,6 +1,6 @@
;;; paredit.el --- minor mode for editing parentheses -*- Mode: Emacs-Lisp -*-
-;; Copyright (C) 2005--2017 Taylor R. Campbell
+;; Copyright (C) 2005--2019 Taylor R. Campbell
;; Author: Taylor R. Campbell <campbell+paredit@mumble.net>
;; Version: 25beta
diff --git a/test.el b/test.el
index 12a3bb3..ad7ab56 100644
--- a/test.el
+++ b/test.el
@@ -2,7 +2,7 @@
;;; Rudimentary, kludgey test suite for paredit -- work in progress!
-;; Copyright (C) 2005--2017 Taylor R. Campbell
+;; Copyright (C) 2005--2019 Taylor R. Campbell
;; This file is part of paredit.
;;