emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/xelb 3f8d09a 1/2: Update copyright year to 2019


From: Chris Feng
Subject: [elpa] externals/xelb 3f8d09a 1/2: Update copyright year to 2019
Date: Tue, 5 Feb 2019 00:29:05 -0500 (EST)

branch: externals/xelb
commit 3f8d09a8615e62b1212a7c38ef0cb4b9df44075a
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>

    Update copyright year to 2019
---
 el_client.el       | 4 ++--
 xcb-bigreq.el      | 2 +-
 xcb-composite.el   | 2 +-
 xcb-cursor.el      | 2 +-
 xcb-damage.el      | 2 +-
 xcb-debug.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-renderutil.el  | 2 +-
 xcb-res.el         | 2 +-
 xcb-screensaver.el | 2 +-
 xcb-shape.el       | 2 +-
 xcb-shm.el         | 2 +-
 xcb-sync.el        | 2 +-
 xcb-systemtray.el  | 2 +-
 xcb-types.el       | 2 +-
 xcb-xc_misc.el     | 2 +-
 xcb-xembed.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 +-
 45 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/el_client.el b/el_client.el
index f15677a..c8ea09c 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
@@ -198,7 +198,7 @@ an `xelb-auto-padding' attribute."
       (princ (format "\
 ;;; xcb-%s.el --- X11 %s  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-bigreq.el b/xcb-bigreq.el
index da853e1..80eef1e 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-composite.el b/xcb-composite.el
index 0154bae..20fa0ff 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-cursor.el b/xcb-cursor.el
index 71842a3..85dfb6f 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xcb-damage.el b/xcb-damage.el
index 282f1d3..6289caa 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-debug.el b/xcb-debug.el
index f2c1507..473c7ef 100644
--- a/xcb-debug.el
+++ b/xcb-debug.el
@@ -1,6 +1,6 @@
 ;;; xcb-debug.el --- Debugging helpers for XELB  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
 
 ;; Author: Adrián Medraño Calvo <address@hidden>
 
diff --git a/xcb-dpms.el b/xcb-dpms.el
index 3e60964..a195d96 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-dri2.el b/xcb-dri2.el
index 8d06d91..b41fed1 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-dri3.el b/xcb-dri3.el
index 2baae08..befd78e 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-ewmh.el b/xcb-ewmh.el
index b252d9e..fa988a5 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xcb-ge.el b/xcb-ge.el
index 216e79c..0c07cc6 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-glx.el b/xcb-glx.el
index 35dc7e3..28be9ab 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-icccm.el b/xcb-icccm.el
index af5aeb4..5c76b55 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xcb-keysyms.el b/xcb-keysyms.el
index 54a967f..ad365aa 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xcb-present.el b/xcb-present.el
index 3eaaa9a..7d2fb49 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-randr.el b/xcb-randr.el
index 297063f..8a00cfe 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-record.el b/xcb-record.el
index c8abd22..90bf262 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-render.el b/xcb-render.el
index 06f21e8..bf2e77e 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-renderutil.el b/xcb-renderutil.el
index 01e4b73..0e496e2 100644
--- a/xcb-renderutil.el
+++ b/xcb-renderutil.el
@@ -1,7 +1,7 @@
 ;;; xcb-renderutil.el --- Utility functions for  -*- lexical-binding: t -*-
 ;;;                       the Render extension
 
-;; Copyright (C) 2016-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2016-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xcb-res.el b/xcb-res.el
index 7c0a886..0ce66ca 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-screensaver.el b/xcb-screensaver.el
index f4b22ba..9e7e7b2 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-shape.el b/xcb-shape.el
index d4febd8..e45eba8 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-shm.el b/xcb-shm.el
index 6afee7b..1cea9e6 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-sync.el b/xcb-sync.el
index 801985b..d37e02c 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-systemtray.el b/xcb-systemtray.el
index df0078c..e8e63bd 100644
--- a/xcb-systemtray.el
+++ b/xcb-systemtray.el
@@ -1,6 +1,6 @@
 ;;; xcb-systemtray.el --- System tray protocol  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2016-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2016-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xcb-types.el b/xcb-types.el
index 988e26b..82854fd 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xcb-xc_misc.el b/xcb-xc_misc.el
index 4b29d8b..d90af28 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xembed.el b/xcb-xembed.el
index c3cd53a..d9f72aa 100644
--- a/xcb-xembed.el
+++ b/xcb-xembed.el
@@ -1,6 +1,6 @@
 ;;; xcb-xembed.el --- XEmbed protocol -*- lexical-binding: t -*-
 
-;; Copyright (C) 2016-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2016-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xcb-xevie.el b/xcb-xevie.el
index cac0cb2..7fd5a11 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xf86dri.el b/xcb-xf86dri.el
index 3e54ba5..f018eb1 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xf86vidmode.el b/xcb-xf86vidmode.el
index 9cff7a4..d8af2e0 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xfixes.el b/xcb-xfixes.el
index 58ebf0c..2835d2a 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xim.el b/xcb-xim.el
index 08a0488..8162da3 100644
--- a/xcb-xim.el
+++ b/xcb-xim.el
@@ -1,6 +1,6 @@
 ;;; xcb-xim.el --- XIM Protocol  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xcb-xinerama.el b/xcb-xinerama.el
index 92bd7bb..b699a3a 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xinput.el b/xcb-xinput.el
index 72854fa..b381c96 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xkb.el b/xcb-xkb.el
index 55501f9..dce622b 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xlib.el b/xcb-xlib.el
index 9c90fad..c7b82bc 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xcb-xprint.el b/xcb-xprint.el
index f9646b6..12b4751 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xproto.el b/xcb-xproto.el
index fbe948e..7729e53 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xselinux.el b/xcb-xselinux.el
index 2812858..45fcdb3 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xtest.el b/xcb-xtest.el
index ca9db38..d51b2da 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xv.el b/xcb-xv.el
index becfb1f..bd8ad4e 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb-xvmc.el b/xcb-xvmc.el
index 3ed5b87..6935576 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/xcb.el b/xcb.el
index a769d2f..90dcdad 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-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 
diff --git a/xelb.el b/xelb.el
index ebc39fa..c833498 100644
--- a/xelb.el
+++ b/xelb.el
@@ -1,6 +1,6 @@
 ;;; xelb.el --- X protocol Emacs Lisp Binding  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 ;; Author: Chris Feng <address@hidden>
 ;; Maintainer: Chris Feng <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]