diff options
| author | Paul Eggert | 2017-01-01 01:10:47 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-01-01 01:10:47 -0800 |
| commit | bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9 (patch) | |
| tree | dc5dde303bce1fbe4f04300c3691cc1ee5874f43 /lisp/term | |
| parent | 772ca5db3eccdc0439d7bd18f98b7fdd38eb6397 (diff) | |
| parent | 2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0 (diff) | |
| download | emacs-bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9.tar.gz emacs-bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9.zip | |
Merge from origin/emacs-25
2e2a806 Fix copyright years by hand
5badc81 Update copyright year to 2017
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/AT386.el | 2 | ||||
| -rw-r--r-- | lisp/term/README | 2 | ||||
| -rw-r--r-- | lisp/term/common-win.el | 2 | ||||
| -rw-r--r-- | lisp/term/internal.el | 2 | ||||
| -rw-r--r-- | lisp/term/iris-ansi.el | 2 | ||||
| -rw-r--r-- | lisp/term/news.el | 2 | ||||
| -rw-r--r-- | lisp/term/ns-win.el | 2 | ||||
| -rw-r--r-- | lisp/term/pc-win.el | 2 | ||||
| -rw-r--r-- | lisp/term/rxvt.el | 2 | ||||
| -rw-r--r-- | lisp/term/screen.el | 2 | ||||
| -rw-r--r-- | lisp/term/sun.el | 2 | ||||
| -rw-r--r-- | lisp/term/tty-colors.el | 2 | ||||
| -rw-r--r-- | lisp/term/tvi970.el | 2 | ||||
| -rw-r--r-- | lisp/term/vt100.el | 2 | ||||
| -rw-r--r-- | lisp/term/w32-win.el | 2 | ||||
| -rw-r--r-- | lisp/term/w32console.el | 2 | ||||
| -rw-r--r-- | lisp/term/wyse50.el | 2 | ||||
| -rw-r--r-- | lisp/term/x-win.el | 2 | ||||
| -rw-r--r-- | lisp/term/xterm.el | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el index 63469422f76..ac027747b77 100644 --- a/lisp/term/AT386.el +++ b/lisp/term/AT386.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; AT386.el --- terminal support package for IBM AT keyboards | 1 | ;;; AT386.el --- terminal support package for IBM AT keyboards |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/README b/lisp/term/README index 0c090ad90dc..9cb844b7619 100644 --- a/lisp/term/README +++ b/lisp/term/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 1993, 2001-2016 Free Software Foundation, Inc. | 1 | Copyright (C) 1993, 2001-2017 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/lisp/term/common-win.el b/lisp/term/common-win.el index 937e47f8c76..cce84588a5a 100644 --- a/lisp/term/common-win.el +++ b/lisp/term/common-win.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; common-win.el --- common part of handling window systems | 1 | ;;; common-win.el --- common part of handling window systems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 2001-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 0fd0f2237a5..00a908a4598 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; internal.el --- support for PC internal terminal | 1 | ;;; internal.el --- support for PC internal terminal |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 1998-1999, 2001-2016 Free Software | 3 | ;; Copyright (C) 1993-1994, 1998-1999, 2001-2017 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el index 5217e42e319..d3ddb19c0fb 100644 --- a/lisp/term/iris-ansi.el +++ b/lisp/term/iris-ansi.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps | 1 | ;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dan Nicolaescu <dann@ics.uci.edu> | 5 | ;; Author: Dan Nicolaescu <dann@ics.uci.edu> |
| 6 | 6 | ||
diff --git a/lisp/term/news.el b/lisp/term/news.el index 5738644259e..241db338494 100644 --- a/lisp/term/news.el +++ b/lisp/term/news.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard | 1 | ;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993, 2001-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1993, 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF | 5 | ;; Author: FSF |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 41d6d72812b..caad5155fbc 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ns-win.el --- lisp side of interface with NeXT/Open/GNUstep/macOS window system -*- lexical-binding: t -*- | 1 | ;;; ns-win.el --- lisp side of interface with NeXT/Open/GNUstep/macOS window system -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 2005-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 2005-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Carl Edman | 5 | ;; Authors: Carl Edman |
| 6 | ;; Christian Limpach | 6 | ;; Christian Limpach |
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 5b4bdf7cb97..b6f2acc2978 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pc-win.el --- setup support for `PC windows' (whatever that is) -*- lexical-binding:t -*- | 1 | ;;; pc-win.el --- setup support for `PC windows' (whatever that is) -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1996-1997, 1999, 2001-2016 Free Software | 3 | ;; Copyright (C) 1994, 1996-1997, 1999, 2001-2017 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index 97d38659115..d80bb78804c 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rxvt.el --- define function key sequences and standard colors for rxvt | 1 | ;;; rxvt.el --- define function key sequences and standard colors for rxvt |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii | 5 | ;; Author: Eli Zaretskii |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/screen.el b/lisp/term/screen.el index d7ee7705208..cb07d194232 100644 --- a/lisp/term/screen.el +++ b/lisp/term/screen.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; screen.el --- terminal initialization for screen and tmux -*- lexical-binding: t -*- | 1 | ;;; screen.el --- terminal initialization for screen and tmux -*- lexical-binding: t -*- |
| 2 | ;; Copyright (C) 1995, 2001-2016 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 1995, 2001-2017 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | (require 'term/xterm) | 4 | (require 'term/xterm) |
| 5 | 5 | ||
diff --git a/lisp/term/sun.el b/lisp/term/sun.el index ef40db16d18..88e63d2c9ea 100644 --- a/lisp/term/sun.el +++ b/lisp/term/sun.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sun.el --- keybinding for standard default sunterm keys | 1 | ;;; sun.el --- keybinding for standard default sunterm keys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 2001-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jeff Peck <peck@sun.com> | 5 | ;; Author: Jeff Peck <peck@sun.com> |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el index a88695062b8..252a4301295 100644 --- a/lisp/term/tty-colors.el +++ b/lisp/term/tty-colors.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tty-colors.el --- color support for character terminals | 1 | ;;; tty-colors.el --- color support for character terminals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii | 5 | ;; Author: Eli Zaretskii |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el index e25a3b616d5..862cd7978cb 100644 --- a/lisp/term/tvi970.el +++ b/lisp/term/tvi970.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tvi970.el --- terminal support for the Televideo 970 | 1 | ;;; tvi970.el --- terminal support for the Televideo 970 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu> | 5 | ;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu> |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/vt100.el b/lisp/term/vt100.el index 16a1c271b9a..bc171381cc2 100644 --- a/lisp/term/vt100.el +++ b/lisp/term/vt100.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vt100.el --- define VT100 function key sequences in function-key-map | 1 | ;;; vt100.el --- define VT100 function key sequences in function-key-map |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993, 2001-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1993, 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF | 5 | ;; Author: FSF |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index d8cf5efcfab..fda93884c40 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; w32-win.el --- parse switches controlling interface with W32 window system -*- lexical-binding: t -*- | 1 | ;;; w32-win.el --- parse switches controlling interface with W32 window system -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 2001-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kevin Gallo | 5 | ;; Author: Kevin Gallo |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/w32console.el b/lisp/term/w32console.el index bf1550f7c33..f8b8b3c1b43 100644 --- a/lisp/term/w32console.el +++ b/lisp/term/w32console.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; w32console.el -- Setup w32 console keys and colors. | 1 | ;;; w32console.el -- Setup w32 console keys and colors. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF | 5 | ;; Author: FSF |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el index d3ee7a0a6cb..a6b2e7cc437 100644 --- a/lisp/term/wyse50.el +++ b/lisp/term/wyse50.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wyse50.el --- terminal support code for Wyse 50 | 1 | ;;; wyse50.el --- terminal support code for Wyse 50 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993-1994, 2001-2016 Free Software Foundation, | 3 | ;; Copyright (C) 1989, 1993-1994, 2001-2017 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org>, | 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org>, |
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index c8e79e3f81a..532d0395cf4 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; x-win.el --- parse relevant switches and set up for X -*- lexical-binding:t -*- | 1 | ;;; x-win.el --- parse relevant switches and set up for X -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 2001-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF | 5 | ;; Author: FSF |
| 6 | ;; Keywords: terminals, i18n | 6 | ;; Keywords: terminals, i18n |
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index 5fc6056ca23..339d05d9728 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xterm.el --- define function key sequences and standard colors for xterm -*- lexical-binding: t -*- | 1 | ;;; xterm.el --- define function key sequences and standard colors for xterm -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF | 5 | ;; Author: FSF |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |