From: Glenn Morris Date: Wed, 30 Sep 2009 02:28:17 +0000 (+0000) Subject: Relicense under GPLv3+. X-Git-Tag: emacs-pretest-23.1.90~1058 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8085053bb3fd0124b962f874ec9c8ccf0918a35;p=emacs.git Relicense under GPLv3+. --- 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 + + * cedet/semantic-utest-c.el: Relicense under GPLv3+. + 2009-06-26 Eric Ludlam * 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 -;; 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 . ;;; Commentary: ;;