comparison lisp/progmodes/ada-mode.el @ 11231:3cf67df24e7f

Update copyright.
author Karl Heuer <kwzh@gnu.org>
date Fri, 07 Apr 1995 00:16:13 +0000
parents 394f205af26d
children ab2739454f2a
comparison
equal deleted inserted replaced
11230:c6b70cdf844e 11231:3cf67df24e7f
1 ;;; ada-mode.el - An Emacs major-mode for editing Ada source. 1 ;;; ada-mode.el - An Emacs major-mode for editing Ada source.
2 ;;; Copyright (C) 1994 Free Software Foundation, Inc. 2 ;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
3 3
4 ;;; Authors: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> 4 ;;; Authors: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
5 ;;; Rolf Ebert <ebert@inf.enst.fr> 5 ;;; Rolf Ebert <ebert@inf.enst.fr>
6 6
7 ;;; This file is part of GNU Emacs. 7 ;;; This file is part of GNU Emacs.
106 106
107 107
108 ;;; LCD Archive Entry: 108 ;;; LCD Archive Entry:
109 ;;; ada-mode|Rolf Ebert|<ebert@inf.enst.fr> 109 ;;; ada-mode|Rolf Ebert|<ebert@inf.enst.fr>
110 ;;; |Major-mode for Ada 110 ;;; |Major-mode for Ada
111 ;;; |$Date: 1995/03/02 11:07:44 $|$Revision: 1.3 $| 111 ;;; |$Date: 1995/04/04 03:00:59 $|$Revision: 1.4 $|
112 112
113 113
114 (defconst ada-mode-version (substring "$Revision: 1.3 $" 11 -2) 114 (defconst ada-mode-version (substring "$Revision: 1.4 $" 11 -2)
115 "$Id: ada-mode.el,v 1.3 1995/03/02 11:07:44 simon Exp kwzh $ 115 "$Id: ada-mode.el,v 1.4 1995/04/04 03:00:59 kwzh Exp kwzh $
116 116
117 Report bugs to: Rolf Ebert <ebert@inf.enst.fr>") 117 Report bugs to: Rolf Ebert <ebert@inf.enst.fr>")
118 118
119 119
120 ;;;-------------------- 120 ;;;--------------------