aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorPaul Eggert2020-01-01 00:19:43 +0000
committerPaul Eggert2020-01-01 00:59:52 +0000
commit365e01cc9f64ce6ca947ccfd8612d60763280a37 (patch)
treeffecd1ba3f6259e00657d28ee6d01239f3afacc8 /lisp/emulation
parentcd2c1561636597c67edbf3daf10388e5385a93fc (diff)
downloademacs-365e01cc9f64ce6ca947ccfd8612d60763280a37.tar.gz
emacs-365e01cc9f64ce6ca947ccfd8612d60763280a37.zip
Update copyright year to 2020
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el2
-rw-r--r--lisp/emulation/cua-gmrk.el2
-rw-r--r--lisp/emulation/cua-rect.el2
-rw-r--r--lisp/emulation/edt-lk201.el2
-rw-r--r--lisp/emulation/edt-mapper.el2
-rw-r--r--lisp/emulation/edt-pc.el2
-rw-r--r--lisp/emulation/edt-vt100.el2
-rw-r--r--lisp/emulation/edt.el2
-rw-r--r--lisp/emulation/keypad.el2
-rw-r--r--lisp/emulation/viper-cmd.el2
-rw-r--r--lisp/emulation/viper-ex.el2
-rw-r--r--lisp/emulation/viper-init.el2
-rw-r--r--lisp/emulation/viper-keym.el2
-rw-r--r--lisp/emulation/viper-macs.el2
-rw-r--r--lisp/emulation/viper-mous.el2
-rw-r--r--lisp/emulation/viper-util.el2
-rw-r--r--lisp/emulation/viper.el2
17 files changed, 17 insertions, 17 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 46258cbbd81..26a1a8955f4 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1,6 +1,6 @@
1;;; cua-base.el --- emulate CUA key bindings 1;;; cua-base.el --- emulate CUA key bindings
2 2
3;; Copyright (C) 1997-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1997-2020 Free Software Foundation, Inc.
4 4
5;; Author: Kim F. Storm <storm@cua.dk> 5;; Author: Kim F. Storm <storm@cua.dk>
6;; Keywords: keyboard emulations convenience cua 6;; Keywords: keyboard emulations convenience cua
diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el
index 16eff9d4bba..cd360721721 100644
--- a/lisp/emulation/cua-gmrk.el
+++ b/lisp/emulation/cua-gmrk.el
@@ -1,6 +1,6 @@
1;;; cua-gmrk.el --- CUA unified global mark support 1;;; cua-gmrk.el --- CUA unified global mark support
2 2
3;; Copyright (C) 1997-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1997-2020 Free Software Foundation, Inc.
4 4
5;; Author: Kim F. Storm <storm@cua.dk> 5;; Author: Kim F. Storm <storm@cua.dk>
6;; Keywords: keyboard emulations convenience cua mark 6;; Keywords: keyboard emulations convenience cua mark
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el
index 14415585efb..e99bb33dfb1 100644
--- a/lisp/emulation/cua-rect.el
+++ b/lisp/emulation/cua-rect.el
@@ -1,6 +1,6 @@
1;;; cua-rect.el --- CUA unified rectangle support 1;;; cua-rect.el --- CUA unified rectangle support
2 2
3;; Copyright (C) 1997-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1997-2020 Free Software Foundation, Inc.
4 4
5;; Author: Kim F. Storm <storm@cua.dk> 5;; Author: Kim F. Storm <storm@cua.dk>
6;; Keywords: keyboard emulations convenience CUA 6;; Keywords: keyboard emulations convenience CUA
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el
index 9ccb40dfe51..c922e00f8f6 100644
--- a/lisp/emulation/edt-lk201.el
+++ b/lisp/emulation/edt-lk201.el
@@ -1,6 +1,6 @@
1;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards 1;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards
2 2
3;; Copyright (C) 1986, 1992-1993, 1995, 2001-2019 Free Software 3;; Copyright (C) 1986, 1992-1993, 1995, 2001-2020 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Author: Kevin Gallagher <kevin.gal@verizon.net> 6;; Author: Kevin Gallagher <kevin.gal@verizon.net>
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el
index 4c80022cfb8..2fffcbb154a 100644
--- a/lisp/emulation/edt-mapper.el
+++ b/lisp/emulation/edt-mapper.el
@@ -1,6 +1,6 @@
1;;; edt-mapper.el --- create an EDT LK-201 map file for X-Windows Emacs 1;;; edt-mapper.el --- create an EDT LK-201 map file for X-Windows Emacs
2 2
3;; Copyright (C) 1994-1995, 2000-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1995, 2000-2020 Free Software Foundation, Inc.
4 4
5;; Author: Kevin Gallagher <kevin.gal@verizon.net> 5;; Author: Kevin Gallagher <kevin.gal@verizon.net>
6;; Keywords: emulations 6;; Keywords: emulations
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el
index 484f84eb155..aa31d5bc32a 100644
--- a/lisp/emulation/edt-pc.el
+++ b/lisp/emulation/edt-pc.el
@@ -1,6 +1,6 @@
1;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards 1;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards
2 2
3;; Copyright (C) 1986, 1994-1995, 2001-2019 Free Software Foundation, 3;; Copyright (C) 1986, 1994-1995, 2001-2020 Free Software Foundation,
4;; Inc. 4;; Inc.
5 5
6;; Author: Kevin Gallagher <kevin.gal@verizon.net> 6;; Author: Kevin Gallagher <kevin.gal@verizon.net>
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el
index 40c74c9d74f..199212d2227 100644
--- a/lisp/emulation/edt-vt100.el
+++ b/lisp/emulation/edt-vt100.el
@@ -1,6 +1,6 @@
1;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals 1;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals
2 2
3;; Copyright (C) 1986, 1992-1993, 1995, 2002-2019 Free Software 3;; Copyright (C) 1986, 1992-1993, 1995, 2002-2020 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Author: Kevin Gallagher <kevin.gal@verizon.net> 6;; Author: Kevin Gallagher <kevin.gal@verizon.net>
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index b8c835ce2ce..8dc18ebc85e 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -1,6 +1,6 @@
1;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs 1;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs
2 2
3;; Copyright (C) 1986, 1992-1995, 2000-2019 Free Software Foundation, 3;; Copyright (C) 1986, 1992-1995, 2000-2020 Free Software Foundation,
4;; Inc. 4;; Inc.
5 5
6;; Author: Kevin Gallagher <kevin.gal@verizon.net> 6;; Author: Kevin Gallagher <kevin.gal@verizon.net>
diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el
index 543a1c99a89..f7bebf78e44 100644
--- a/lisp/emulation/keypad.el
+++ b/lisp/emulation/keypad.el
@@ -1,6 +1,6 @@
1;;; keypad.el --- simplified keypad bindings 1;;; keypad.el --- simplified keypad bindings
2 2
3;; Copyright (C) 2002-2019 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2020 Free Software Foundation, Inc.
4 4
5;; Author: Kim F. Storm <storm@cua.dk> 5;; Author: Kim F. Storm <storm@cua.dk>
6;; Keywords: keyboard convenience 6;; Keywords: keyboard convenience
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index 5f90963ac46..ca7fcaf2d91 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -1,6 +1,6 @@
1;;; viper-cmd.el --- Vi command support for Viper -*- lexical-binding:t -*- 1;;; viper-cmd.el --- Vi command support for Viper -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 1997-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1997-2020 Free Software Foundation, Inc.
4 4
5;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 5;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
6;; Package: viper 6;; Package: viper
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el
index 6df6a55b4c5..929b7a0bed6 100644
--- a/lisp/emulation/viper-ex.el
+++ b/lisp/emulation/viper-ex.el
@@ -1,6 +1,6 @@
1;;; viper-ex.el --- functions implementing the Ex commands for Viper 1;;; viper-ex.el --- functions implementing the Ex commands for Viper
2 2
3;; Copyright (C) 1994-1998, 2000-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1998, 2000-2020 Free Software Foundation, Inc.
4 4
5;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 5;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
6;; Package: viper 6;; Package: viper
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el
index 98fd9e9f89a..511c68f24a7 100644
--- a/lisp/emulation/viper-init.el
+++ b/lisp/emulation/viper-init.el
@@ -1,6 +1,6 @@
1;;; viper-init.el --- some common definitions for Viper 1;;; viper-init.el --- some common definitions for Viper
2 2
3;; Copyright (C) 1997-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1997-2020 Free Software Foundation, Inc.
4 4
5;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 5;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
6;; Package: viper 6;; Package: viper
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el
index a7de64652fb..1b149b12e41 100644
--- a/lisp/emulation/viper-keym.el
+++ b/lisp/emulation/viper-keym.el
@@ -1,6 +1,6 @@
1;;; viper-keym.el --- Viper keymaps -*- lexical-binding:t -*- 1;;; viper-keym.el --- Viper keymaps -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 1994-1997, 2000-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1997, 2000-2020 Free Software Foundation, Inc.
4 4
5;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 5;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
6;; Package: viper 6;; Package: viper
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el
index 3dd6a012ab3..ac03cf9bd36 100644
--- a/lisp/emulation/viper-macs.el
+++ b/lisp/emulation/viper-macs.el
@@ -1,6 +1,6 @@
1;;; viper-macs.el --- functions implementing keyboard macros for Viper -*- lexical-binding:t -*- 1;;; viper-macs.el --- functions implementing keyboard macros for Viper -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 1994-1997, 2000-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1997, 2000-2020 Free Software Foundation, Inc.
4 4
5;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 5;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
6;; Package: viper 6;; Package: viper
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el
index 1e2c0e3dd8a..294705f7c3a 100644
--- a/lisp/emulation/viper-mous.el
+++ b/lisp/emulation/viper-mous.el
@@ -1,6 +1,6 @@
1;;; viper-mous.el --- mouse support for Viper 1;;; viper-mous.el --- mouse support for Viper
2 2
3;; Copyright (C) 1994-1997, 2001-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1997, 2001-2020 Free Software Foundation, Inc.
4 4
5;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 5;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
6;; Package: viper 6;; Package: viper
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el
index c7073d06ac8..ebad850e6b7 100644
--- a/lisp/emulation/viper-util.el
+++ b/lisp/emulation/viper-util.el
@@ -1,6 +1,6 @@
1;;; viper-util.el --- Utilities used by viper.el -*- lexical-binding:t -*- 1;;; viper-util.el --- Utilities used by viper.el -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 1994-1997, 1999-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1997, 1999-2020 Free Software Foundation, Inc.
4 4
5;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 5;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
6;; Package: viper 6;; Package: viper
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index 7297d998860..492c31bde74 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -3,7 +3,7 @@
3;; and a venomous VI PERil. 3;; and a venomous VI PERil.
4;; Viper Is also a Package for Emacs Rebels. 4;; Viper Is also a Package for Emacs Rebels.
5 5
6;; Copyright (C) 1994-2019 Free Software Foundation, Inc. 6;; Copyright (C) 1994-2020 Free Software Foundation, Inc.
7 7
8;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 8;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
9;; Keywords: emulations 9;; Keywords: emulations