diff options
| author | Paul Eggert | 2020-01-01 01:01:53 +0000 |
|---|---|---|
| committer | Paul Eggert | 2020-01-01 01:01:53 +0000 |
| commit | 4cd143aded5e40fe801575c669dd464210caaf7e (patch) | |
| tree | 881bd2b079d757f0acaf6cbc237e19c5accf4a8e /test | |
| parent | 365e01cc9f64ce6ca947ccfd8612d60763280a37 (diff) | |
| download | emacs-4cd143aded5e40fe801575c669dd464210caaf7e.tar.gz emacs-4cd143aded5e40fe801575c669dd464210caaf7e.zip | |
Fix copyright years by hand
These are dates that admin/update-copyright did not update.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/cedet/srecode-utest-getset.el | 2 | ||||
| -rw-r--r-- | test/manual/cedet/tests/test-fmt.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/cedet/srecode-utest-getset.el b/test/lisp/cedet/srecode-utest-getset.el index 2e82fc9c90a..e49a19594c3 100644 --- a/test/lisp/cedet/srecode-utest-getset.el +++ b/test/lisp/cedet/srecode-utest-getset.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/test-getset.el --- Test the getset inserter. | 1 | ;;; srecode/test-getset.el --- Test the getset inserter. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2011, 2019 Free Software Foundation, Inc | 3 | ;; Copyright (C) 2008, 2009, 2011, 2019-2020 Free Software Foundation, Inc |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/manual/cedet/tests/test-fmt.cpp b/test/manual/cedet/tests/test-fmt.cpp index 6ae373de359..31cd6296f3d 100644 --- a/test/manual/cedet/tests/test-fmt.cpp +++ b/test/manual/cedet/tests/test-fmt.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /** test-fmt.cpp --- Signatures, and format answers for testing | 1 | /** test-fmt.cpp --- Signatures, and format answers for testing |
| 2 | * | 2 | * |
| 3 | * Copyright (C) 2012, 2016, 2019 Free Software Foundation | 3 | * Copyright (C) 2012, 2016, 2019-2020 Free Software Foundation |
| 4 | * | 4 | * |
| 5 | * Author: Eric M. Ludlam <zappo@gnu.org> | 5 | * Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | * | 6 | * |