branch: externals/xelb commit 81b00405178ad39f3aac0f8d9aa51414e7d69e48 Author: Chris Feng <chris.w.f...@gmail.com> Commit: Chris Feng <chris.w.f...@gmail.com>
Update copyright year to 2016 --- el_client.el | 4 ++-- xcb-bigreq.el | 2 +- xcb-composite.el | 2 +- xcb-cursor.el | 2 +- xcb-damage.el | 2 +- xcb-dpms.el | 2 +- xcb-dri2.el | 2 +- xcb-dri3.el | 2 +- xcb-ewmh.el | 2 +- xcb-ge.el | 2 +- xcb-glx.el | 2 +- xcb-icccm.el | 2 +- xcb-keysyms.el | 2 +- xcb-present.el | 2 +- xcb-randr.el | 2 +- xcb-record.el | 2 +- xcb-render.el | 2 +- xcb-res.el | 2 +- xcb-screensaver.el | 2 +- xcb-shape.el | 2 +- xcb-shm.el | 2 +- xcb-sync.el | 2 +- xcb-types.el | 2 +- xcb-xc_misc.el | 2 +- xcb-xevie.el | 2 +- xcb-xf86dri.el | 2 +- xcb-xf86vidmode.el | 2 +- xcb-xfixes.el | 2 +- xcb-xim.el | 2 +- xcb-xinerama.el | 2 +- xcb-xinput.el | 2 +- xcb-xkb.el | 2 +- xcb-xlib.el | 2 +- xcb-xprint.el | 2 +- xcb-xproto.el | 2 +- xcb-xselinux.el | 2 +- xcb-xtest.el | 2 +- xcb-xv.el | 2 +- xcb-xvmc.el | 2 +- xcb.el | 2 +- xelb.el | 2 +- 41 files changed, 42 insertions(+), 42 deletions(-) diff --git a/el_client.el b/el_client.el index 89f723c..6ae698b 100644 --- a/el_client.el +++ b/el_client.el @@ -1,6 +1,6 @@ ;;; el_client.el --- XELB Code Generator -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Chris Feng <chris.w.f...@gmail.com> @@ -129,7 +129,7 @@ an `xelb-auto-padding' attribute." (princ (format "\ ;;; xcb-%s.el --- X11 %s -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-bigreq.el b/xcb-bigreq.el index 34de062..2ad0fe0 100644 --- a/xcb-bigreq.el +++ b/xcb-bigreq.el @@ -1,6 +1,6 @@ ;;; xcb-bigreq.el --- X11 BigRequests extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-composite.el b/xcb-composite.el index 12beb8b..3874b3f 100644 --- a/xcb-composite.el +++ b/xcb-composite.el @@ -1,6 +1,6 @@ ;;; xcb-composite.el --- X11 Composite extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-cursor.el b/xcb-cursor.el index 471e318..68845ea 100644 --- a/xcb-cursor.el +++ b/xcb-cursor.el @@ -1,6 +1,6 @@ ;;; xcb-cursor.el --- Port of Xcursor -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Chris Feng <chris.w.f...@gmail.com> diff --git a/xcb-damage.el b/xcb-damage.el index 4f93d9b..086d6a9 100644 --- a/xcb-damage.el +++ b/xcb-damage.el @@ -1,6 +1,6 @@ ;;; xcb-damage.el --- X11 Damage extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-dpms.el b/xcb-dpms.el index 589aa2d..a2050d4 100644 --- a/xcb-dpms.el +++ b/xcb-dpms.el @@ -1,6 +1,6 @@ ;;; xcb-dpms.el --- X11 DPMS extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-dri2.el b/xcb-dri2.el index 60b446d..8e52916 100644 --- a/xcb-dri2.el +++ b/xcb-dri2.el @@ -1,6 +1,6 @@ ;;; xcb-dri2.el --- X11 DRI2 extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-dri3.el b/xcb-dri3.el index f66d18d..f3c5690 100644 --- a/xcb-dri3.el +++ b/xcb-dri3.el @@ -1,6 +1,6 @@ ;;; xcb-dri3.el --- X11 DRI3 extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-ewmh.el b/xcb-ewmh.el index 3295baa..95cbf13 100644 --- a/xcb-ewmh.el +++ b/xcb-ewmh.el @@ -1,6 +1,6 @@ ;;; xcb-ewmh.el --- Extended Window Manager Hints -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Chris Feng <chris.w.f...@gmail.com> diff --git a/xcb-ge.el b/xcb-ge.el index 9028935..27b4389 100644 --- a/xcb-ge.el +++ b/xcb-ge.el @@ -1,6 +1,6 @@ ;;; xcb-ge.el --- X11 GenericEvent extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-glx.el b/xcb-glx.el index a2aaf0f..32ec822 100644 --- a/xcb-glx.el +++ b/xcb-glx.el @@ -1,6 +1,6 @@ ;;; xcb-glx.el --- X11 Glx extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-icccm.el b/xcb-icccm.el index 8cdb8d2..e75469a 100644 --- a/xcb-icccm.el +++ b/xcb-icccm.el @@ -1,7 +1,7 @@ ;;; xcb-icccm.el --- Inter-Client Communication -*- lexical-binding: t -*- ;;; Conventions Manual -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Chris Feng <chris.w.f...@gmail.com> diff --git a/xcb-keysyms.el b/xcb-keysyms.el index 85d1dbf..f525c6f 100644 --- a/xcb-keysyms.el +++ b/xcb-keysyms.el @@ -1,7 +1,7 @@ ;;; xcb-keysyms.el --- Conversion between -*- lexical-binding: t -*- ;;; X keysyms, X keycodes and Emacs key event. -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Chris Feng <chris.w.f...@gmail.com> diff --git a/xcb-present.el b/xcb-present.el index 3ea01b2..8b39a70 100644 --- a/xcb-present.el +++ b/xcb-present.el @@ -1,6 +1,6 @@ ;;; xcb-present.el --- X11 Present extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-randr.el b/xcb-randr.el index 50dc2a9..9c2a640 100644 --- a/xcb-randr.el +++ b/xcb-randr.el @@ -1,6 +1,6 @@ ;;; xcb-randr.el --- X11 RandR extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-record.el b/xcb-record.el index 7f1771c..627da8f 100644 --- a/xcb-record.el +++ b/xcb-record.el @@ -1,6 +1,6 @@ ;;; xcb-record.el --- X11 Record extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-render.el b/xcb-render.el index 2fa91b7..7cb6f51 100644 --- a/xcb-render.el +++ b/xcb-render.el @@ -1,6 +1,6 @@ ;;; xcb-render.el --- X11 Render extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-res.el b/xcb-res.el index da290a2..af0951e 100644 --- a/xcb-res.el +++ b/xcb-res.el @@ -1,6 +1,6 @@ ;;; xcb-res.el --- X11 Res extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-screensaver.el b/xcb-screensaver.el index 7997ea5..3375689 100644 --- a/xcb-screensaver.el +++ b/xcb-screensaver.el @@ -1,6 +1,6 @@ ;;; xcb-screensaver.el --- X11 ScreenSaver extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-shape.el b/xcb-shape.el index 44131a1..eb261f6 100644 --- a/xcb-shape.el +++ b/xcb-shape.el @@ -1,6 +1,6 @@ ;;; xcb-shape.el --- X11 Shape extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-shm.el b/xcb-shm.el index 82bb23c..b1098bc 100644 --- a/xcb-shm.el +++ b/xcb-shm.el @@ -1,6 +1,6 @@ ;;; xcb-shm.el --- X11 Shm extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-sync.el b/xcb-sync.el index c317319..b50e845 100644 --- a/xcb-sync.el +++ b/xcb-sync.el @@ -1,6 +1,6 @@ ;;; xcb-sync.el --- X11 Sync extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-types.el b/xcb-types.el index 133a384..4950d77 100644 --- a/xcb-types.el +++ b/xcb-types.el @@ -1,6 +1,6 @@ ;;; xcb-types.el --- Type definitions for XCB -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Chris Feng <chris.w.f...@gmail.com> diff --git a/xcb-xc_misc.el b/xcb-xc_misc.el index 3c920a2..86e2624 100644 --- a/xcb-xc_misc.el +++ b/xcb-xc_misc.el @@ -1,6 +1,6 @@ ;;; xcb-xc_misc.el --- X11 XCMisc extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xevie.el b/xcb-xevie.el index 32291b8..ef9c1aa 100644 --- a/xcb-xevie.el +++ b/xcb-xevie.el @@ -1,6 +1,6 @@ ;;; xcb-xevie.el --- X11 Xevie extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xf86dri.el b/xcb-xf86dri.el index 3ba38fe..d1de7e3 100644 --- a/xcb-xf86dri.el +++ b/xcb-xf86dri.el @@ -1,6 +1,6 @@ ;;; xcb-xf86dri.el --- X11 XF86Dri extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xf86vidmode.el b/xcb-xf86vidmode.el index df6eb3a..a4b20b4 100644 --- a/xcb-xf86vidmode.el +++ b/xcb-xf86vidmode.el @@ -1,6 +1,6 @@ ;;; xcb-xf86vidmode.el --- X11 XF86VidMode extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xfixes.el b/xcb-xfixes.el index 5fa463c..e3d6aee 100644 --- a/xcb-xfixes.el +++ b/xcb-xfixes.el @@ -1,6 +1,6 @@ ;;; xcb-xfixes.el --- X11 XFixes extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xim.el b/xcb-xim.el index c2d5370..01229f3 100644 --- a/xcb-xim.el +++ b/xcb-xim.el @@ -1,6 +1,6 @@ ;;; xcb-xim.el --- XIM Protocol -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Chris Feng <chris.w.f...@gmail.com> diff --git a/xcb-xinerama.el b/xcb-xinerama.el index 0e12865..a8a6310 100644 --- a/xcb-xinerama.el +++ b/xcb-xinerama.el @@ -1,6 +1,6 @@ ;;; xcb-xinerama.el --- X11 Xinerama extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xinput.el b/xcb-xinput.el index e0ca191..ba5cfa8 100644 --- a/xcb-xinput.el +++ b/xcb-xinput.el @@ -1,6 +1,6 @@ ;;; xcb-xinput.el --- X11 Input extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xkb.el b/xcb-xkb.el index 9ca0053..4d77cc2 100644 --- a/xcb-xkb.el +++ b/xcb-xkb.el @@ -1,6 +1,6 @@ ;;; xcb-xkb.el --- X11 xkb extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xlib.el b/xcb-xlib.el index a377330..44494a2 100644 --- a/xcb-xlib.el +++ b/xcb-xlib.el @@ -1,6 +1,6 @@ ;;; xcb-xlib.el --- Port of Xlib -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Chris Feng <chris.w.f...@gmail.com> diff --git a/xcb-xprint.el b/xcb-xprint.el index abf6574..3314983 100644 --- a/xcb-xprint.el +++ b/xcb-xprint.el @@ -1,6 +1,6 @@ ;;; xcb-xprint.el --- X11 XPrint extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xproto.el b/xcb-xproto.el index a0438e3..764aed3 100644 --- a/xcb-xproto.el +++ b/xcb-xproto.el @@ -1,6 +1,6 @@ ;;; xcb-xproto.el --- X11 core protocol -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xselinux.el b/xcb-xselinux.el index 58b6799..1bac30c 100644 --- a/xcb-xselinux.el +++ b/xcb-xselinux.el @@ -1,6 +1,6 @@ ;;; xcb-xselinux.el --- X11 SELinux extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xtest.el b/xcb-xtest.el index a0b3baa..19134fb 100644 --- a/xcb-xtest.el +++ b/xcb-xtest.el @@ -1,6 +1,6 @@ ;;; xcb-xtest.el --- X11 Test extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xv.el b/xcb-xv.el index 7de5b0a..00ce4cc 100644 --- a/xcb-xv.el +++ b/xcb-xv.el @@ -1,6 +1,6 @@ ;;; xcb-xv.el --- X11 Xv extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb-xvmc.el b/xcb-xvmc.el index 1462655..63589fa 100644 --- a/xcb-xvmc.el +++ b/xcb-xvmc.el @@ -1,6 +1,6 @@ ;;; xcb-xvmc.el --- X11 XvMC extension -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/xcb.el b/xcb.el index 04d34b2..c517a0f 100644 --- a/xcb.el +++ b/xcb.el @@ -1,6 +1,6 @@ ;;; xcb.el --- X protocol Emacs Lisp Binding (XELB) -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Chris Feng <chris.w.f...@gmail.com> diff --git a/xelb.el b/xelb.el index 06d40f3..b001fac 100644 --- a/xelb.el +++ b/xelb.el @@ -1,6 +1,6 @@ ;;; xelb.el --- X protocol Emacs Lisp Binding -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Chris Feng <chris.w.f...@gmail.com> ;; Maintainer: Chris Feng <chris.w.f...@gmail.com>