aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/semantic/symref
diff options
context:
space:
mode:
authorGlenn Morris2009-09-29 07:31:22 +0000
committerGlenn Morris2009-09-29 07:31:22 +0000
commitd037e45a8671e045593b114f2b91ea5ef9ae0063 (patch)
tree39e23750e1b51d4018ea53088fbf9810bc880604 /lisp/cedet/semantic/symref
parentb2425802437c1a0d8d0e32e56747c0c0988c49a6 (diff)
downloademacs-d037e45a8671e045593b114f2b91ea5ef9ae0063.tar.gz
emacs-d037e45a8671e045593b114f2b91ea5ef9ae0063.zip
Relicense under GPLv3+.
Diffstat (limited to 'lisp/cedet/semantic/symref')
-rw-r--r--lisp/cedet/semantic/symref/idutils.el20
-rw-r--r--lisp/cedet/semantic/symref/list.el22
2 files changed, 19 insertions, 23 deletions
diff --git a/lisp/cedet/semantic/symref/idutils.el b/lisp/cedet/semantic/symref/idutils.el
index e94084e6f2d..90c3a4e6fae 100644
--- a/lisp/cedet/semantic/symref/idutils.el
+++ b/lisp/cedet/semantic/symref/idutils.el
@@ -6,20 +6,18 @@
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;;
diff --git a/lisp/cedet/semantic/symref/list.el b/lisp/cedet/semantic/symref/list.el
index 08d2478283b..ad1d471d69e 100644
--- a/lisp/cedet/semantic/symref/list.el
+++ b/lisp/cedet/semantic/symref/list.el
@@ -1,25 +1,23 @@
1;;; semantic/symref/list.el --- Symref Output List UI. 1;;; semantic/symref/list.el --- Symref Output List UI.
2 2
3;;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
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;;