diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.in | 2 | ||||
| -rw-r--r-- | lib/save-cwd.c | 2 | ||||
| -rw-r--r-- | lib/save-cwd.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 1f5b154f355..201f4b53836 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | # Copyright 2017 Free Software Foundation, Inc. | 3 | # Copyright 2017-2018 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/lib/save-cwd.c b/lib/save-cwd.c index fbd944bb722..5020facbb4e 100644 --- a/lib/save-cwd.c +++ b/lib/save-cwd.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* save-cwd.c -- Save and restore current working directory. | 1 | /* save-cwd.c -- Save and restore current working directory. |
| 2 | 2 | ||
| 3 | Copyright (C) 1995, 1997-1998, 2003-2006, 2009-2017 Free Software | 3 | Copyright (C) 1995, 1997-1998, 2003-2006, 2009-2018 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 |
diff --git a/lib/save-cwd.h b/lib/save-cwd.h index 577bc35dc07..88c85052265 100644 --- a/lib/save-cwd.h +++ b/lib/save-cwd.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Save and restore current working directory. | 1 | /* Save and restore current working directory. |
| 2 | 2 | ||
| 3 | Copyright (C) 1995, 1997-1998, 2003, 2009-2017 Free Software | 3 | Copyright (C) 1995, 1997-1998, 2003, 2009-2018 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 |