diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-30 03:42:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-30 03:42:55 +0000 |
commit | cbc336a24f1fc34f5ef3e21bc0e2e65dacb74214 (patch) | |
tree | 7c85c317eeb644bc53dc2299dea7a72dd4ecac2e /lisp/term/x-win.el | |
parent | 0e73af297e917311ad049ca72abb876a05aee1a9 (diff) | |
download | emacs-cbc336a24f1fc34f5ef3e21bc0e2e65dacb74214.tar.gz emacs-cbc336a24f1fc34f5ef3e21bc0e2e65dacb74214.tar.bz2 emacs-cbc336a24f1fc34f5ef3e21bc0e2e65dacb74214.zip |
Fix initial comments.
Diffstat (limited to 'lisp/term/x-win.el')
-rw-r--r-- | lisp/term/x-win.el | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 06f7d375b74..bb88c89a654 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1,26 +1,24 @@ ;;; x-win.el --- parse switches controlling interface with X window system +;; Copyright (C) 1993 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals -;; Copyright (C) 1993 Free Software Foundation, Inc. - -;; This file is part of GNU Emacs. - -;; GNU Emacs is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY. No author or distributor -;; accepts responsibility to anyone for the consequences of using it -;; or for whether it serves any particular purpose or works at all, -;; unless he says so in writing. Refer to the GNU Emacs General Public -;; License for full details. - -;; Everyone is granted permission to copy, modify and redistribute -;; GNU Emacs, but only under the conditions described in the -;; GNU Emacs General Public License. A copy of this license is -;; supposed to have been given to you along with GNU Emacs so you -;; can know your rights and responsibilities. It should be in a -;; file named COPYING. Among other things, the copyright notice -;; and this notice must be preserved on all copies. +;;; This file is part of GNU Emacs. +;;; +;;; GNU Emacs is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 2, or (at your option) +;;; any later version. +;;; +;;; GNU Emacs is distributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Emacs; see the file COPYING. If not, write to +;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;;; Commentary: |