changeset 105301:2f1ad455dc64

Relicense under GPLv3+.
author Glenn Morris <rgm@gnu.org>
date Wed, 30 Sep 2009 02:28:17 +0000
parents 09d4a2e4c3c5
children 36a73e354d6c
files test/ChangeLog test/cedet/semantic-utest-c.el
diffstat 2 files changed, 16 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/test/ChangeLog	Wed Sep 30 02:27:10 2009 +0000
+++ b/test/ChangeLog	Wed Sep 30 02:28:17 2009 +0000
@@ -1,3 +1,7 @@
+2009-09-30  Glenn Morris  <rgm@gnu.org>
+
+	* cedet/semantic-utest-c.el: Relicense under GPLv3+.
+
 2009-06-26  Eric Ludlam  <zappo@gnu.org>
 
 	* cedet/*: New unit tests, from CEDET repository.
--- a/test/cedet/semantic-utest-c.el	Wed Sep 30 02:27:10 2009 +0000
+++ b/test/cedet/semantic-utest-c.el	Wed Sep 30 02:28:17 2009 +0000
@@ -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 <eric@siege-engine.com>
-;; X-RCS: $Id: semantic-utest-c.el,v 1.1.2.1 2009/09/20 04:00:16 cyd Exp $
+
+;; 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.
+;; 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.
 
-;; 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 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:
 ;;