From 58e93869b70c2c836d748c6c530fd7a314701fd9 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 1 Jan 2023 12:53:09 -0500 Subject: [PATCH] Touch up copyright lines from cae528457 A few files had a copyright date of "2020-2020", and cae528457 (ported by e0815d754) updated these to "2020, 2023-2020". Correct these spots. --- lisp/org-cycle.el | 2 +- lisp/org-fold-core.el | 2 +- lisp/org-fold.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-cycle.el b/lisp/org-cycle.el index f4d84f505..828c84cd0 100644 --- a/lisp/org-cycle.el +++ b/lisp/org-cycle.el @@ -1,6 +1,6 @@ ;;; org-cycle.el --- Visibility cycling of Org entries -*- lexical-binding: t; -*- ;; -;; Copyright (C) 2020, 2023-2020 Free Software Foundation, Inc. +;; Copyright (C) 2020-2023 Free Software Foundation, Inc. ;; ;; Maintainer: Ihor Radchenko ;; Keywords: folding, visibility cycling, invisible text diff --git a/lisp/org-fold-core.el b/lisp/org-fold-core.el index 4f737af4e..0855e6f39 100644 --- a/lisp/org-fold-core.el +++ b/lisp/org-fold-core.el @@ -1,6 +1,6 @@ ;;; org-fold-core.el --- Folding buffer text -*- lexical-binding: t; -*- ;; -;; Copyright (C) 2020, 2023-2020 Free Software Foundation, Inc. +;; Copyright (C) 2020-2023 Free Software Foundation, Inc. ;; ;; Author: Ihor Radchenko ;; Keywords: folding, invisible text diff --git a/lisp/org-fold.el b/lisp/org-fold.el index 93429bb30..1b7ca22b0 100644 --- a/lisp/org-fold.el +++ b/lisp/org-fold.el @@ -1,6 +1,6 @@ ;;; org-fold.el --- Folding of Org entries -*- lexical-binding: t; -*- ;; -;; Copyright (C) 2020, 2023-2020 Free Software Foundation, Inc. +;; Copyright (C) 2020-2023 Free Software Foundation, Inc. ;; ;; Author: Ihor Radchenko ;; Keywords: folding, invisible text