comparison lisp/progmodes/ada-mode.el @ 38401:64d8d90d180d

Fix license commentary.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 13 Jul 2001 12:59:13 +0000
parents d42c9135a92d
children 7a94f1c588c4
comparison
equal deleted inserted replaced
38400:206866fa292a 38401:64d8d90d180d
1 ;; @(#) ada-mode.el --- major-mode for editing Ada source. 1 ;; @(#) ada-mode.el --- major-mode for editing Ada source.
2 2
3 ;; Copyright (C) 1994, 95, 97, 98, 99, 2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1994, 95, 97, 98, 99, 2000, 2001
4 ;; Free Software Foundation, Inc.
4 5
5 ;; Author: Rolf Ebert <ebert@inf.enst.fr> 6 ;; Author: Rolf Ebert <ebert@inf.enst.fr>
6 ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> 7 ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
7 ;; Emmanuel Briot <briot@gnat.com> 8 ;; Emmanuel Briot <briot@gnat.com>
8 ;; Maintainer: Emmanuel Briot <briot@gnat.com> 9 ;; Maintainer: Emmanuel Briot <briot@gnat.com>
9 ;; Ada Core Technologies's version: $Revision: 1.39 $ 10 ;; Ada Core Technologies's version: $Revision: 1.40 $
10 ;; Keywords: languages ada 11 ;; Keywords: languages ada
11 12
12 ;; This file is part of GNU Emacs 13 ;; This file is part of GNU Emacs
13 14
14 ;; This program is free software; you can redistribute it and/or modify 15 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by 16 ;; it under the terms of the GNU General Public License as published by
16 ;; the Free Software Foundation; either version 2, or (at your option) 17 ;; the Free Software Foundation; either version 2, or (at your option)
17 ;; any later version. 18 ;; any later version.
18 19
19 ;; This program is distributed in the hope that it will be useful, 20 ;; GNU Emacs is distributed in the hope that it will be useful,
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 ;; GNU General Public License for more details. 23 ;; GNU General Public License for more details.
23 24
24 ;; You should have received a copy of the GNU General Public License 25 ;; You should have received a copy of the GNU General Public License
25 ;; along with GNU Emacs; see the file COPYING. If not, write to 26 ;; along with GNU Emacs; see the file COPYING. If not, write to the
26 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 27 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
28 ;; Boston, MA 02111-1307, USA.
27 29
28 ;;; Commentary: 30 ;;; Commentary:
29 ;;; This mode is a major mode for editing Ada83 and Ada95 source code. 31 ;;; This mode is a major mode for editing Ada83 and Ada95 source code.
30 ;;; This is a major rewrite of the file packaged with Emacs-20. The 32 ;;; This is a major rewrite of the file packaged with Emacs-20. The
31 ;;; ada-mode is composed of four lisp file, ada-mode.el, ada-xref.el, 33 ;;; ada-mode is composed of four lisp file, ada-mode.el, ada-xref.el,