emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/test ChangeLog cedet/semantic-utest-c.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/test ChangeLog cedet/semantic-utest-c.el
Date: Wed, 30 Sep 2009 02:28:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/30 02:28:17

Modified files:
        test           : ChangeLog 
        test/cedet     : semantic-utest-c.el 

Log message:
        Relicense under GPLv3+.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/test/ChangeLog?cvsroot=emacs&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/emacs/test/cedet/semantic-utest-c.el?cvsroot=emacs&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/test/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- ChangeLog   28 Sep 2009 23:24:55 -0000      1.14
+++ ChangeLog   30 Sep 2009 02:28:17 -0000      1.15
@@ -1,3 +1,7 @@
+2009-09-30  Glenn Morris  <address@hidden>
+
+       * cedet/semantic-utest-c.el: Relicense under GPLv3+.
+
 2009-06-26  Eric Ludlam  <address@hidden>
 
        * cedet/*: New unit tests, from CEDET repository.

Index: cedet/semantic-utest-c.el
===================================================================
RCS file: /sources/emacs/emacs/test/cedet/semantic-utest-c.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- cedet/semantic-utest-c.el   28 Sep 2009 23:23:31 -0000      1.2
+++ cedet/semantic-utest-c.el   30 Sep 2009 02:28:17 -0000      1.3
@@ -1,24 +1,23 @@
 ;;; semantic-utest-c.el --- C based parsing tests.
 
-;; Copyright (C) 2008, 2009 Eric M. Ludlam
+;; Copyright (C) 2008, 2009  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
-;; X-RCS: $Id: semantic-utest-c.el,v 1.2 2009/09/28 23:23:31 cyd Exp $
 
-;; 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.
+;; This file is part of GNU Emacs.
+
+;; 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:
 ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]