diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-04-08 02:20:38 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-04-08 02:20:38 +0000 |
commit | d6fd318fc938413ec48991024d1ef420eaf6b61a (patch) | |
tree | b9982f16db7dd5943cbd382a1ee3046147055143 | |
parent | 4c9c1174e137e62afd86283af5f4dde395d4b726 (diff) | |
download | emacs-d6fd318fc938413ec48991024d1ef420eaf6b61a.tar.gz |
Add copyright.
-rw-r--r-- | lisp/emulation/viper-keym.el | 2 | ||||
-rw-r--r-- | lisp/emulation/viper-macs.el | 2 | ||||
-rw-r--r-- | lisp/emulation/viper-mous.el | 2 | ||||
-rw-r--r-- | lisp/emulation/viper-util.el | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index eb23130c44a..2e59a7b87ff 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el @@ -1,5 +1,7 @@ ;;; viper-keym.el -- Main Viper keymaps +;; Copyright (C) 1995 Free Software Foundation, Inc. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 289cfd9d0a3..1b001636100 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el @@ -1,5 +1,7 @@ ;;; viper-macs.el -- functions implementing keyboard macros for Viper +;; Copyright (C) 1995 Free Software Foundation, Inc. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index df2679d82a0..e3a31abc855 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el @@ -1,5 +1,7 @@ ;;; viper-mous.el -- Mouse support for Viper +;; Copyright (C) 1995 Free Software Foundation, Inc. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 8f9d3491aae..542b0523494 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el @@ -1,5 +1,7 @@ ;;; viper-util.el --- Utilities used by viper.el +;; Copyright (C) 1995 Free Software Foundation, Inc. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify |