summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-30 02:28:17 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-30 02:28:17 +0000
commitd8085053bb3fd0124b962f874ec9c8ccf0918a35 (patch)
tree617a20e52e6b82cba52c0dd037aa634803fde6b9 /test
parent1fc28a2c9d6d862fabfc7e8deb01d6563253b2fc (diff)
downloademacs-d8085053bb3fd0124b962f874ec9c8ccf0918a35.tar.gz
Relicense under GPLv3+.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/cedet/semantic-utest-c.el25
2 files changed, 16 insertions, 13 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 33d10e7ae72..a5dc9b86e79 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -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.
diff --git a/test/cedet/semantic-utest-c.el b/test/cedet/semantic-utest-c.el
index cd9d0a2a5e5..dc84165b8d7 100644
--- a/test/cedet/semantic-utest-c.el
+++ b/test/cedet/semantic-utest-c.el
@@ -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 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 file is part of GNU Emacs.
-;; 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:
;;