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 ecea02f..482db7b 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 Kyle Meyer <kyle@kyleam.com> +;; Copyright (C) 2015-2017 Kyle Meyer <kyle@kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> ;; URL: https://gitlab.com/kyleam/org-link-edit diff --git a/test-org-link-edit.el b/test-org-link-edit.el index fe8b4a5..e37be95 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 Kyle Meyer <kyle@kyleam.com> +;; Copyright (C) 2015-2017 Kyle Meyer <kyle@kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> |