diff --git a/lisp/org-element-ast.el b/lisp/org-element-ast.el index 2186480be..af2a7cc1b 100644 --- a/lisp/org-element-ast.el +++ b/lisp/org-element-ast.el @@ -1,6 +1,6 @@ ;;; org-element-ast.el --- Abstract syntax tree for Org -*- lexical-binding: t; -*- -;; Copyright (C) 2023-2023 Free Software Foundation, Inc. +;; Copyright (C) 2023-2024 Free Software Foundation, Inc. ;; Author: Ihor Radchenko ;; Keywords: data, lisp diff --git a/testing/lisp/test-ob-haskell-ghci.el b/testing/lisp/test-ob-haskell-ghci.el index e64e87203..cbd5f6f9a 100644 --- a/testing/lisp/test-ob-haskell-ghci.el +++ b/testing/lisp/test-ob-haskell-ghci.el @@ -1,6 +1,6 @@ ;;; test-ob-haskell-ghci.el --- tests for ob-haskell.el GHCi -*- lexical-binding: t; -*- -;; Copyright (c) 2023 Free Software Foundation, Inc. +;; Copyright (c) 2023-2024 Free Software Foundation, Inc. ;; Authors: Bruno BARBIER ;; This file is part of GNU Emacs.