Mercurial > emacs
changeset 17902:e4a7b81d6c10
Fix copyright and permission notice.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 May 1997 19:12:17 +0000 |
parents | 6ea4d90cc76b |
children | aa26c694525e |
files | lisp/vcursor.el |
diffstat | 1 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vcursor.el Tue May 20 18:51:22 1997 +0000 +++ b/lisp/vcursor.el Tue May 20 19:12:17 1997 +0000 @@ -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.