diff options
Diffstat (limited to 'lisp/shadowfile.el')
-rw-r--r-- | lisp/shadowfile.el | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index 48318c5ac87..80859984865 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el @@ -1,28 +1,30 @@ ;;; shadowfile.el --- automatic file copying for Emacs 19 -;;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> -;;; Keywords: comm +;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. -;;; Copyright (c) 1993, 1994 Free Software Foundation -;;; -;;; This program 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, or (at your option) -;;; any later version. -;;; -;;; This program 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. -;;; -;;; A copy of the GNU General Public License can be obtained from this -;;; program's author or from the Free Software Foundation, Inc., 675 -;;; Mass Ave, Cambridge, MA 02139, USA. +;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> +;; Keywords: comm + +;; 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, or (at your option) +;; any later version. + +;; 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. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;;; LCD Archive Entry: ;;; shadowfile|Boris Goldowsky|boris@gnu.ai.mit.edu| ;;; Helps you keep identical copies of files in multiple places.| -;;; $Date: 1995/06/05 20:41:03 $ |$Revision: 1.4 $|~/misc/shadowfile.el.Z| +;;; $Date: 1995/10/30 17:22:28 $ |$Revision: 1.5 $|~/misc/shadowfile.el.Z| ;;; Commentary: ;;; |