aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/json.c2
-rw-r--r--src/ptr-bounds.h2
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
3Copyright (C) 2017 Free Software Foundation, Inc. 3Copyright (C) 2017-2018 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This 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
3Copyright 2017 Free Software Foundation, Inc. 3Copyright 2017-2018 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6