From: Glenn Morris Date: Mon, 26 Apr 2021 00:24:48 +0000 (-0700) Subject: ; Add 2021 to copyright years X-Git-Tag: emacs-28.0.90~2720 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7c22fab7d0c9644276127701191d5297e9023b4;p=emacs.git ; Add 2021 to copyright years --- diff --git a/lisp/emacs-lisp/comp-cstr.el b/lisp/emacs-lisp/comp-cstr.el index 5b189e70bef..d22d19ce1ec 100644 --- a/lisp/emacs-lisp/comp-cstr.el +++ b/lisp/emacs-lisp/comp-cstr.el @@ -1,9 +1,8 @@ ;;; comp-cstr.el --- native compiler constraint library -*- lexical-binding: t -*- -;; Author: Andrea Corallo - ;; Copyright (C) 2020-2021 Free Software Foundation, Inc. +;; Author: Andrea Corallo ;; Keywords: lisp ;; Package: emacs diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 82799a4d4ee..fd8a8c61cce 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -1,9 +1,8 @@ ;;; comp.el --- compilation of Lisp code into native code -*- lexical-binding: t -*- -;; Author: Andrea Corallo - ;; Copyright (C) 2019-2021 Free Software Foundation, Inc. +;; Author: Andrea Corallo ;; Keywords: lisp ;; Package: emacs diff --git a/src/comp.h b/src/comp.h index 03d22dfaa0e..c4af4193d0b 100644 --- a/src/comp.h +++ b/src/comp.h @@ -1,5 +1,6 @@ /* Elisp native compiler definitions -Copyright (C) 2019-2020 Free Software Foundation, Inc. + +Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/test/lisp/emacs-lisp/comp-cstr-tests.el b/test/lisp/emacs-lisp/comp-cstr-tests.el index c2492b93f6f..2e4628522f4 100644 --- a/test/lisp/emacs-lisp/comp-cstr-tests.el +++ b/test/lisp/emacs-lisp/comp-cstr-tests.el @@ -1,6 +1,6 @@ ;;; comp-cstr-tests.el --- unit tests for src/comp.c -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Free Software Foundation, Inc. +;; Copyright (C) 2020-2021 Free Software Foundation, Inc. ;; Author: Andrea Corallo diff --git a/test/src/comp-test-funcs-dyn.el b/test/src/comp-test-funcs-dyn.el index 67db7587bf9..3118455e3f6 100644 --- a/test/src/comp-test-funcs-dyn.el +++ b/test/src/comp-test-funcs-dyn.el @@ -1,6 +1,6 @@ ;;; comp-test-funcs-dyn.el --- compilation unit tested by comp-tests.el -*- lexical-binding: nil; -*- -;; Copyright (C) 2020 Free Software Foundation, Inc. +;; Copyright (C) 2020-2021 Free Software Foundation, Inc. ;; Author: Andrea Corallo diff --git a/test/src/comp-test-pure.el b/test/src/comp-test-pure.el index f606a44a10e..5c1d2d17472 100644 --- a/test/src/comp-test-pure.el +++ b/test/src/comp-test-pure.el @@ -1,6 +1,6 @@ ;;; comp-test-pure.el --- compilation unit tested by comp-tests.el -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Free Software Foundation, Inc. +;; Copyright (C) 2020-2021 Free Software Foundation, Inc. ;; Author: Andrea Corallo diff --git a/test/src/emacs-tests.el b/test/src/emacs-tests.el index 87c3e84cdd2..ee5586fbaf4 100644 --- a/test/src/emacs-tests.el +++ b/test/src/emacs-tests.el @@ -1,6 +1,6 @@ ;;; emacs-tests.el --- unit tests for emacs.c -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Free Software Foundation, Inc. +;; Copyright (C) 2020-2021 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.