summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
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 /test/lisp/emacs-lisp
parent8e2faa74ce188da536a81cbece3b13f8f16f2bd6 (diff)
downloademacs-b7c22fab7d0c9644276127701191d5297e9023b4.tar.gz
emacs-b7c22fab7d0c9644276127701191d5297e9023b4.tar.bz2
emacs-b7c22fab7d0c9644276127701191d5297e9023b4.zip
; Add 2021 to copyright years
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r--test/lisp/emacs-lisp/comp-cstr-tests.el2
1 files changed, 1 insertions, 1 deletions
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>