Mercurial > hg > xemacs-beta
comparison lisp/term/vt-control.el @ 5402:308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 14 Oct 2010 17:15:20 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
5280:59a6419f7504 | 5402:308d34e9f07d |
---|---|
4 | 4 |
5 ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 5 ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
6 ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 6 ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
7 ;; Keywords: terminals | 7 ;; Keywords: terminals |
8 | 8 |
9 ;; This file is part of GNU Emacs. | 9 ;; This file is part of XEmacs. |
10 | 10 |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 ;; XEmacs is free software: you can redistribute it and/or modify it |
12 ;; it under the terms of the GNU General Public License as published by | 12 ;; under the terms of the GNU General Public License as published by the |
13 ;; the Free Software Foundation; either version 2, or (at your option) | 13 ;; Free Software Foundation, either version 3 of the License, or (at your |
14 ;; any later version. | 14 ;; option) any later version. |
15 | 15 |
16 ;; GNU Emacs is distributed in the hope that it will be useful, | 16 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
19 ;; GNU General Public License for more details. | 19 ;; for more details. |
20 | 20 |
21 ;; You should have received a copy of the GNU General Public License | 21 ;; You should have received a copy of the GNU General Public License |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to | 22 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
24 | 23 |
25 ;;; Commentary: | 24 ;;; Commentary: |
26 | 25 |
27 ;; The functions contained in this file send various VT control codes | 26 ;; The functions contained in this file send various VT control codes |
28 ;; to the terminal where emacs is running. The following functions are | 27 ;; to the terminal where emacs is running. The following functions are |