diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/cedet/semantic/symref/idutils.el | 20 | ||||
| -rw-r--r-- | lisp/cedet/semantic/symref/list.el | 22 |
3 files changed, 22 insertions, 23 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5cd49d5801..a0621474873 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -12,6 +12,9 @@ | |||
| 12 | 12 | ||
| 13 | 2009-09-29 Glenn Morris <rgm@gnu.org> | 13 | 2009-09-29 Glenn Morris <rgm@gnu.org> |
| 14 | 14 | ||
| 15 | * cedet/semantic/symref/idutils.el: | ||
| 16 | * cedet/semantic/symref/list.el: Relicense under GPLv3+. | ||
| 17 | |||
| 15 | * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration. | 18 | * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration. |
| 16 | 19 | ||
| 17 | * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p): | 20 | * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p): |
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 | ;; |