diff options
| author | Glenn Morris | 2016-01-19 16:00:34 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-01-19 16:00:34 -0500 |
| commit | c7441cd7d8befe1f79ed3509c4a2202a01314336 (patch) | |
| tree | 5d8c23683550b414eb376d6ad37508c76286159c /src | |
| parent | 7c1f66a94bf236a427606ef537b4629a48a1665b (diff) | |
| download | emacs-c7441cd7d8befe1f79ed3509c4a2202a01314336.tar.gz emacs-c7441cd7d8befe1f79ed3509c4a2202a01314336.zip | |
; Add 2016 to copyright years of new files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xwidget.c | 2 | ||||
| -rw-r--r-- | src/xwidget.h | 2 |
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 | ||
| 3 | Copyright (C) 2011-2015 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2016 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/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 | ||
| 3 | Copyright (C) 2011-2015 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||