aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2016-01-19 16:00:34 -0500
committerGlenn Morris2016-01-19 16:00:34 -0500
commitc7441cd7d8befe1f79ed3509c4a2202a01314336 (patch)
tree5d8c23683550b414eb376d6ad37508c76286159c
parent7c1f66a94bf236a427606ef537b4629a48a1665b (diff)
downloademacs-c7441cd7d8befe1f79ed3509c4a2202a01314336.tar.gz
emacs-c7441cd7d8befe1f79ed3509c4a2202a01314336.zip
; Add 2016 to copyright years of new files.
-rw-r--r--lisp/xwidget.el2
-rw-r--r--src/xwidget.c2
-rw-r--r--src/xwidget.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index ce6d939dd3b..9c38c8e84ca 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -1,6 +1,6 @@
1;;; xwidget.el --- api functions for xwidgets -*- lexical-binding: t -*- 1;;; xwidget.el --- api functions for xwidgets -*- lexical-binding: t -*-
2;; 2;;
3;; Copyright (C) 2011-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2011-2016 Free Software Foundation, Inc.
4;; 4;;
5;; Author: Joakim Verona (joakim@verona.se) 5;; Author: Joakim Verona (joakim@verona.se)
6;; 6;;
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