[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/lisp ChangeLog cedet/semantic/symref/idut...
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/lisp ChangeLog cedet/semantic/symref/idut... |
Date: |
Tue, 29 Sep 2009 07:31:26 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 09/09/29 07:31:25
Modified files:
lisp : ChangeLog
lisp/cedet/semantic/symref: idutils.el list.el
Log message:
Relicense under GPLv3+.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16289&r2=1.16290
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/semantic/symref/idutils.el?cvsroot=emacs&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/semantic/symref/list.el?cvsroot=emacs&r1=1.2&r2=1.3
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16289
retrieving revision 1.16290
diff -u -b -r1.16289 -r1.16290
--- ChangeLog 29 Sep 2009 04:12:46 -0000 1.16289
+++ ChangeLog 29 Sep 2009 07:31:22 -0000 1.16290
@@ -12,6 +12,9 @@
2009-09-29 Glenn Morris <address@hidden>
+ * cedet/semantic/symref/idutils.el:
+ * cedet/semantic/symref/list.el: Relicense under GPLv3+.
+
* cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
* cedet/semantic/complete.el
(semantic-displayor-focus-abstract-child-p):
Index: cedet/semantic/symref/idutils.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/semantic/symref/idutils.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- cedet/semantic/symref/idutils.el 28 Sep 2009 15:15:11 -0000 1.2
+++ cedet/semantic/symref/idutils.el 29 Sep 2009 07:31:25 -0000 1.3
@@ -6,20 +6,18 @@
;; This file is part of GNU Emacs.
-;; This program is free software; you can redistribute it and/or
-;; modify it under the terms of the GNU General Public License as
-;; published by the Free Software Foundation; either version 2, or (at
-;; your option) any later version.
-
-;; This program is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-;; General Public License for more details.
+;; GNU Emacs is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with this program; see the file COPYING. If not, write to
-;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;;
Index: cedet/semantic/symref/list.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/semantic/symref/list.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- cedet/semantic/symref/list.el 28 Sep 2009 15:15:11 -0000 1.2
+++ cedet/semantic/symref/list.el 29 Sep 2009 07:31:25 -0000 1.3
@@ -1,25 +1,23 @@
;;; semantic/symref/list.el --- Symref Output List UI.
-;;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <address@hidden>
;; This file is part of GNU Emacs.
-;; This program is free software; you can redistribute it and/or
-;; modify it under the terms of the GNU General Public License as
-;; published by the Free Software Foundation; either version 2, or (at
-;; your option) any later version.
-
-;; This program is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-;; General Public License for more details.
+;; GNU Emacs is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with this program; see the file COPYING. If not, write to
-;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/lisp ChangeLog cedet/semantic/symref/idut...,
Glenn Morris <=