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 /leim | |
| 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 'leim')
| -rw-r--r-- | leim/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | leim/Makefile.in | 2 | ||||
| -rw-r--r-- | leim/README | 2 | ||||
| -rw-r--r-- | leim/leim-ext.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/leim/ChangeLog.1 b/leim/ChangeLog.1 index 20b23ca6d31..e2c01204452 100644 --- a/leim/ChangeLog.1 +++ b/leim/ChangeLog.1 | |||
| @@ -2578,7 +2578,7 @@ | |||
| 2578 | ;; coding: utf-8 | 2578 | ;; coding: utf-8 |
| 2579 | ;; End: | 2579 | ;; End: |
| 2580 | 2580 | ||
| 2581 | Copyright (C) 1997-1999, 2001-2020 Free Software Foundation, Inc. | 2581 | Copyright (C) 1997-1999, 2001-2021 Free Software Foundation, Inc. |
| 2582 | 2582 | ||
| 2583 | This file is part of GNU Emacs. | 2583 | This file is part of GNU Emacs. |
| 2584 | 2584 | ||
diff --git a/leim/Makefile.in b/leim/Makefile.in index 171bc71e4d3..f3e530a11de 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | # Copyright (C) 1997-2020 Free Software Foundation, Inc. | 3 | # Copyright (C) 1997-2021 Free Software Foundation, Inc. |
| 4 | # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 4 | # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 5 | # 2006, 2007, 2008, 2009, 2010, 2011 | 5 | # 2006, 2007, 2008, 2009, 2010, 2011 |
| 6 | # National Institute of Advanced Industrial Science and Technology (AIST) | 6 | # National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/leim/README b/leim/README index 6b36c4490ad..baaf6610554 100644 --- a/leim/README +++ b/leim/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2020 Free Software Foundation, Inc. | 1 | Copyright (C) 2001-2021 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/leim/leim-ext.el b/leim/leim-ext.el index 404d91c0c0e..2378f6fdb4f 100644 --- a/leim/leim-ext.el +++ b/leim/leim-ext.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; leim-ext.el -- extra leim configuration -*- coding:utf-8; -*- | 1 | ;; leim-ext.el -- extra leim configuration -*- coding:utf-8; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2021 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 4 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H13PRO009 | 6 | ;; Registration Number H13PRO009 |