comparison lisp/cedet/semantic/symref/idutils.el @ 105290:b8a381efb42f

Relicense under GPLv3+.
author Glenn Morris <rgm@gnu.org>
date Tue, 29 Sep 2009 07:31:22 +0000
parents 1ca7a97e0322
children 7f4c7f5c0eba
comparison
equal deleted inserted replaced
105289:a36379abe308 105290:b8a381efb42f
4 4
5 ;; Author: Eric M. Ludlam <eric@siege-engine.com> 5 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
7 ;; This file is part of GNU Emacs. 7 ;; This file is part of GNU Emacs.
8 8
9 ;; This program is free software; you can redistribute it and/or 9 ;; GNU Emacs is free software: you can redistribute it and/or modify
10 ;; modify it under the terms of the GNU General Public License as 10 ;; it under the terms of the GNU General Public License as published by
11 ;; published by the Free Software Foundation; either version 2, or (at 11 ;; the Free Software Foundation, either version 3 of the License, or
12 ;; your option) any later version. 12 ;; (at your option) any later version.
13 13
14 ;; This program is distributed in the hope that it will be useful, but 14 ;; GNU Emacs is distributed in the hope that it will be useful,
15 ;; WITHOUT ANY WARRANTY; without even the implied warranty of 15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 ;; General Public License for more details. 17 ;; GNU General Public License for more details.
18 18
19 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
20 ;; along with this program; see the file COPYING. If not, write to 20 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21 ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 ;; Boston, MA 02110-1301, USA.
23 21
24 ;;; Commentary: 22 ;;; Commentary:
25 ;; 23 ;;
26 ;; Support IDUtils use in the Semantic Symref tool. 24 ;; Support IDUtils use in the Semantic Symref tool.
27 25