aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2016-01-19 16:00:34 -0500
committerGlenn Morris2016-01-19 16:00:34 -0500
commitc7441cd7d8befe1f79ed3509c4a2202a01314336 (patch)
tree5d8c23683550b414eb376d6ad37508c76286159c /src
parent7c1f66a94bf236a427606ef537b4629a48a1665b (diff)
downloademacs-c7441cd7d8befe1f79ed3509c4a2202a01314336.tar.gz
emacs-c7441cd7d8befe1f79ed3509c4a2202a01314336.zip
; Add 2016 to copyright years of new files.
Diffstat (limited to 'src')
-rw-r--r--src/xwidget.c2
-rw-r--r--src/xwidget.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/xwidget.c b/src/xwidget.c
index 74319e1667d..1ed7eaae2a7 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -1,6 +1,6 @@
1/* Support for embedding graphical components in a buffer. 1/* Support for embedding graphical components in a buffer.
2 2
3Copyright (C) 2011-2015 Free Software Foundation, Inc. 3Copyright (C) 2011-2016 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/xwidget.h b/src/xwidget.h
index 493000c34fd..4dffaa4750d 100644
--- a/src/xwidget.h
+++ b/src/xwidget.h
@@ -1,6 +1,6 @@
1/* Support for embedding graphical components in a buffer. 1/* Support for embedding graphical components in a buffer.
2 2
3Copyright (C) 2011-2015 Free Software Foundation, Inc. 3Copyright (C) 2011-2016 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6