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 @@ /* JSON parsing and serialization. -Copyright (C) 2017 Free Software Foundation, Inc. +Copyright (C) 2017-2018 Free Software Foundation, Inc. This file is part of GNU Emacs. 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 @@ /* Pointer bounds checking for GNU Emacs -Copyright 2017 Free Software Foundation, Inc. +Copyright 2017-2018 Free Software Foundation, Inc. This file is part of GNU Emacs. |