branch: externals/org commit 02ad2a114fcb6e7a5bb462a873dd01f09c38469e Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
lisp/org-element-ast.el: Fix copyright notice Make copyright consistent with the rest of Org. --- lisp/org-element-ast.el | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lisp/org-element-ast.el b/lisp/org-element-ast.el index e707116224..c82dcf5363 100644 --- a/lisp/org-element-ast.el +++ b/lisp/org-element-ast.el @@ -1,22 +1,24 @@ ;;; org-element-ast.el --- Abstract syntax tree for Org -*- lexical-binding: t; -*- -;; Copyright (C) 2023 Ihor Radchenko +;; Copyright (C) 2023-2023 Free Software Foundation, Inc. -;; Author: Ihor Radchenko <yanta...@posteo.net> +;; Author: Ihor Radchenko <yantar92 at gmail dot com> ;; Keywords: data, lisp -;; This program is free software; you can redistribute it and/or modify +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. -;; This program is distributed in the hope that it will be useful, +;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <https://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: