diff options
author | Glenn Morris <rgm@gnu.org> | 2021-04-25 17:24:48 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-04-25 17:24:48 -0700 |
commit | b7c22fab7d0c9644276127701191d5297e9023b4 (patch) | |
tree | b3cad7932f5f5b69297f1087add6fae974ff5436 /test/lisp/emacs-lisp | |
parent | 8e2faa74ce188da536a81cbece3b13f8f16f2bd6 (diff) | |
download | emacs-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.el | 2 |
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> |