diff options
| author | Paul Eggert | 2021-01-01 07:48:14 +0000 |
|---|---|---|
| committer | Paul Eggert | 2021-01-01 00:32:32 -0800 |
| commit | 8c1fe1e5efa2bbaeab2cf141bd31f09abe63d4c4 (patch) | |
| tree | e24999d380a86a05ef6456ea909c74c41faf5e93 /lib/localtime-buffer.c | |
| parent | 74a77ef299f3703b8b9eac7579af6b924de1c3e8 (diff) | |
| download | emacs-8c1fe1e5efa2bbaeab2cf141bd31f09abe63d4c4.tar.gz emacs-8c1fe1e5efa2bbaeab2cf141bd31f09abe63d4c4.zip | |
Update copyright year to 2021
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
Diffstat (limited to 'lib/localtime-buffer.c')
| -rw-r--r-- | lib/localtime-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/localtime-buffer.c b/lib/localtime-buffer.c index eb099ff8d84..8df7f1d220a 100644 --- a/lib/localtime-buffer.c +++ b/lib/localtime-buffer.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Provide access to the last buffer returned by localtime() or gmtime(). | 1 | /* Provide access to the last buffer returned by localtime() or gmtime(). |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2003, 2005-2007, 2009-2020 Free Software | 3 | Copyright (C) 2001-2003, 2005-2007, 2009-2021 Free Software |
| 4 | Foundation, Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |