diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/json.c | 2 | ||||
| -rw-r--r-- | src/ptr-bounds.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/json.c b/src/json.c index 93dcc730dae..12ba7afa6a0 100644 --- a/src/json.c +++ b/src/json.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* JSON parsing and serialization. | 1 | /* JSON parsing and serialization. |
| 2 | 2 | ||
| 3 | Copyright (C) 2017 Free Software Foundation, Inc. | 3 | Copyright (C) 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/src/ptr-bounds.h b/src/ptr-bounds.h index 76740da3d33..8cbd58d72b0 100644 --- a/src/ptr-bounds.h +++ b/src/ptr-bounds.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Pointer bounds checking for GNU Emacs | 1 | /* Pointer bounds checking for GNU Emacs |
| 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 | ||