diff options
| author | Eli Zaretskii | 2022-01-01 02:45:51 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2022-01-01 02:45:51 -0500 |
| commit | 19dcb237b5b02b36580294ab309124f346a66024 (patch) | |
| tree | d08a98347336f10265f20c46e3908dc74ef406d3 /src/coding.c | |
| parent | 8a08af20a8081f3dd419809122d82352633cc87d (diff) | |
| download | emacs-19dcb237b5b02b36580294ab309124f346a66024.tar.gz emacs-19dcb237b5b02b36580294ab309124f346a66024.zip | |
; Add 2022 to copyright years.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index f8004d202e5..df6c423caaa 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Coding system handler (conversion, detection, etc). | 1 | /* Coding system handler (conversion, detection, etc). |
| 2 | Copyright (C) 2001-2021 Free Software Foundation, Inc. | 2 | Copyright (C) 2001-2022 Free Software Foundation, Inc. |
| 3 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 4 | 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) |