diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-20 19:12:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-20 19:12:17 +0000 |
commit | 83d7d14c038c32a5a947960731e79b1f88b3abb4 (patch) | |
tree | 869e58a5192b79bcffc94160c3b9641a46257d05 | |
parent | 60382faa3acb325dbae749fa4d379e102345b8b3 (diff) | |
download | emacs-83d7d14c038c32a5a947960731e79b1f88b3abb4.tar.gz |
Fix copyright and permission notice.
-rw-r--r-- | lisp/vcursor.el | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 21b7c3abfab..6dcd3ca2160 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el @@ -1,16 +1,18 @@ ;;; vcursor.el --- manipulate an alternative ("virtual") cursor. -;; Copyright (C) 1994, 1996 Peter Stephenson <pws@ifh.de> +;; Copyright (C) 1994, 1996 Free Software Foundation, Inc. ;; Author: Peter Stephenson <pws@ifh.de> ;; Keywords: virtual cursor, display, copying -;; This program is free software; you can redistribute it and/or modify +;; 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 of the License, or -;; (at your option) any later version. +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. -;; This program is distributed in the hope that it will be useful, +;; 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. |