diff options
author | Dave Love <fx@gnu.org> | 2000-10-08 17:47:56 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-10-08 17:47:56 +0000 |
commit | 383d5bbba8feb6ed3beda87681da0e23c51b5147 (patch) | |
tree | d22112621c68b496e91016a604e70eadb84117fd /lisp/progmodes/ada-stmt.el | |
parent | 88127f30edc235c3ab9e4d516ccb395354dbfc0e (diff) | |
download | emacs-383d5bbba8feb6ed3beda87681da0e23c51b5147.tar.gz |
Fix header line, copyright notice.
Diffstat (limited to 'lisp/progmodes/ada-stmt.el')
-rw-r--r-- | lisp/progmodes/ada-stmt.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el index a7981841c6c..7d09c68a10e 100644 --- a/lisp/progmodes/ada-stmt.el +++ b/lisp/progmodes/ada-stmt.el @@ -1,8 +1,9 @@ -;;; ada-stmt.el - An extension to Ada mode for inserting statement templates. +;;; ada-stmt.el --- An extension to Ada mode for inserting statement templates. -;; Copyright(C) 1987, 1993-1994, 1996-1998, 1999 Free Software Foundation, Inc. +;; Copyright(C) 1987, 1993, 1994, 1996, 1997, 1998, 1999 +;; Free Software Foundation, Inc. -;; Ada Core Technologies's version: $Revision: 1.16 $ +;; Ada Core Technologies's version: $Revision: 1.6 $ ;; Authors: Daniel Pfeiffer, Markus Heritsch, Rolf Ebert <ebert@waporo.muc.de> ;; Maintainer: Rolf Ebert <ebert@waporo.muc.de> |