diff options
| author | Richard M. Stallman <rms@gnu.org> | 1995-04-02 07:45:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1995-04-02 07:45:35 +0000 |
| commit | f2d3ddb0f03901a122b74a1cec32c60a32adaf06 (patch) | |
| tree | 98386b07eb7700a04b0b59ae68f4f6ed7ec55aea | |
| parent | c76d4b428f0039cb4182cb6ba91fccf68b70428d (diff) | |
| download | emacs-f2d3ddb0f03901a122b74a1cec32c60a32adaf06.tar.gz | |
Explain why public domain.
| -rw-r--r-- | lisp/emulation/vi.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index e22603183ab..f5a809c84f4 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el @@ -1,5 +1,8 @@ ;;; vi.el --- major mode for emulating "vi" editor under GNU Emacs. +; This file is in the public domain because the authors distributed it +; without a copyright noticed before the US signed the Bern Convention. + ;; Author: Neal Ziring <nz@rsch.wisc.edu> ;; Felix S. T. Wu <wu@crys.wisc.edu> ;; Keywords: emulations @@ -9,7 +12,7 @@ ; Originally written by : seismo!wucs!nz@rsch.wisc.edu (Neal Ziring) ; Extensively redesigned and rewritten by wu@crys.wisc.edu (Felix S.T. Wu) ; Last revision: 01/07/87 Wed (for GNU Emacs 18.33) -; + ; INSTALLATION PROCEDURE: ; 1) Add a global key binding for command "vi-mode" (I use ESC ESC instead of ; the single ESC used in real "vi", so I can access other ESC prefixed emacs |
