diff options
-rw-r--r-- | org-link-edit.el | 2 | ||||
-rw-r--r-- | test-org-link-edit.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org-link-edit.el b/org-link-edit.el index 2ac3dd9..3910f6b 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-2019 Kyle Meyer <kyle@kyleam.com> +;; Copyright (C) 2015-2020 Kyle Meyer <kyle@kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> ;; URL: https://git.kyleam.com/org-link-edit/about diff --git a/test-org-link-edit.el b/test-org-link-edit.el index 0f63306..25b980d 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-2019 Kyle Meyer <kyle@kyleam.com> +;; Copyright (C) 2015-2020 Kyle Meyer <kyle@kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> |