Mercurial > emacs
comparison lisp/progmodes/ada-xref.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 |
---|---|
4 | 4 |
5 ;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> | 5 ;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> |
6 ;; Rolf Ebert <ebert@inf.enst.fr> | 6 ;; Rolf Ebert <ebert@inf.enst.fr> |
7 ;; Emmanuel Briot <briot@gnat.com> | 7 ;; Emmanuel Briot <briot@gnat.com> |
8 ;; Maintainer: Emmanuel Briot <briot@gnat.com> | 8 ;; Maintainer: Emmanuel Briot <briot@gnat.com> |
9 ;; Ada Core Technologies's version: $Revision: 1.4 $ | 9 ;; Ada Core Technologies's version: $Revision: 1.5 $ |
10 ;; Keywords: languages ada xref | 10 ;; Keywords: languages ada xref |
11 | 11 |
12 ;; This file is part of GNU Emacs. | 12 ;; This file is part of GNU Emacs. |
13 | 13 |
14 ;; This program is free software; you can redistribute it and/or modify | 14 ;; 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 | 15 ;; 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) | 16 ;; the Free Software Foundation; either version 2, or (at your option) |
17 ;; any later version. | 17 ;; any later version. |
18 | 18 |
19 ;; This program is distributed in the hope that it will be useful, | 19 ;; GNU Emacs is distributed in the hope that it will be useful, |
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
22 ;; GNU General Public License for more details. | 22 ;; GNU General Public License for more details. |
23 | 23 |
24 ;; You should have received a copy of the GNU General Public License | 24 ;; 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 | 25 ;; 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. | 26 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
27 ;; Boston, MA 02111-1307, USA. | |
27 | 28 |
28 ;;; Commentary: | 29 ;;; Commentary: |
29 ;;; This Package provides a set of functions to use the output of the | 30 ;;; This Package provides a set of functions to use the output of the |
30 ;;; cross reference capabilities of the GNAT Ada compiler | 31 ;;; cross reference capabilities of the GNAT Ada compiler |
31 ;;; for lookup and completion in Ada mode. | 32 ;;; for lookup and completion in Ada mode. |