summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-04-25 17:24:48 -0700
committerGlenn Morris <rgm@gnu.org>2021-04-25 17:24:48 -0700
commitb7c22fab7d0c9644276127701191d5297e9023b4 (patch)
treeb3cad7932f5f5b69297f1087add6fae974ff5436
parent8e2faa74ce188da536a81cbece3b13f8f16f2bd6 (diff)
downloademacs-b7c22fab7d0c9644276127701191d5297e9023b4.tar.gz
; Add 2021 to copyright years
-rw-r--r--lisp/emacs-lisp/comp-cstr.el3
-rw-r--r--lisp/emacs-lisp/comp.el3
-rw-r--r--src/comp.h3
-rw-r--r--test/lisp/emacs-lisp/comp-cstr-tests.el2
-rw-r--r--test/src/comp-test-funcs-dyn.el2
-rw-r--r--test/src/comp-test-pure.el2
-rw-r--r--test/src/emacs-tests.el2
7 files changed, 8 insertions, 9 deletions
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 <akrl@sdf.com>
-
;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
+;; Author: Andrea Corallo <akrl@sdf.com>
;; 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 <akrl@sdf.com>
-
;; Copyright (C) 2019-2021 Free Software Foundation, Inc.
+;; Author: Andrea Corallo <akrl@sdf.com>
;; 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 <akrl@sdf.org>
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 <akrl@sdf.org>
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 <akrl@sdf.org>
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.