aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-link-edit.el2
-rw-r--r--test-org-link-edit.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/org-link-edit.el b/org-link-edit.el
index 8226887..e3ff5a7 100644
--- a/org-link-edit.el
+++ b/org-link-edit.el
@@ -1,6 +1,6 @@
;;; org-link-edit.el --- Slurp and barf with Org links -*- lexical-binding: t; -*-
-;; Copyright (C) 2015-2017 Kyle Meyer <kyle@kyleam.com>
+;; Copyright (C) 2015-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
;; URL: https://git.sr.ht/~kyleam/org-link-edit
diff --git a/test-org-link-edit.el b/test-org-link-edit.el
index b88592d..9f3b844 100644
--- a/test-org-link-edit.el
+++ b/test-org-link-edit.el
@@ -1,6 +1,6 @@
;;; test-org-link-edit.el --- Tests for org-link-edit.el
-;; Copyright (C) 2015-2017 Kyle Meyer <kyle@kyleam.com>
+;; Copyright (C) 2015-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>