aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-06 19:16:26 +0000
committerRichard M. Stallman1997-06-06 19:16:26 +0000
commit20d4994d9671f5735b4b97775e46b2db31482393 (patch)
treeab58be7e23e74596c3f4cebbda44fe977f1527ef
parent660d4800ea0cd03228832d0063af0333106103b8 (diff)
downloademacs-20d4994d9671f5735b4b97775e46b2db31482393.tar.gz
emacs-20d4994d9671f5735b4b97775e46b2db31482393.zip
Re-add copying permission text.
-rw-r--r--lisp/emulation/viper-cmd.el20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index 76d32ba0c1c..644b73fa6bc 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -1,6 +1,26 @@
1;;; viper-cmd.el --- Vi command support for Viper 1;;; viper-cmd.el --- Vi command support for Viper
2
2;; Copyright (C) 1997 Free Software Foundation, Inc. 3;; Copyright (C) 1997 Free Software Foundation, Inc.
3 4
5;; Keywords: emulations
6;; Author: Michael Kifer <kifer@cs.sunysb.edu>
7
8;; This file is part of GNU Emacs.
9
10;; GNU Emacs is free software; you can redistribute it and/or modify
11;; it under the terms of the GNU General Public License as published by
12;; the Free Software Foundation; either version 2, or (at your option)
13;; any later version.
14
15;; GNU Emacs is distributed in the hope that it will be useful,
16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18;; GNU General Public License for more details.
19
20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs; see the file COPYING. If not, write to the
22;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23;; Boston, MA 02111-1307, USA.
4 24
5;; Code 25;; Code
6 26