diff options
-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 |