diff tests/frame.el @ 5402:308d34e9f07d

Changed bulk of GPLv2 or later files identified by script
author Mats Lidell <matsl@xemacs.org>
date Thu, 14 Oct 2010 17:15:20 +0200
parents 931aaa7a6b37
children
line wrap: on
line diff
--- a/tests/frame.el	Mon Sep 20 23:22:50 2010 +0100
+++ b/tests/frame.el	Thu Oct 14 17:15:20 2010 +0200
@@ -2,22 +2,20 @@
 ;;;
 ;;; Copyright (C) 1997 Martin Buchholz
 ;;;
-;;; This file is part of XEmacs.
-;;;
-;;; XEmacs 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.
-;;;
-;;; XEmacs 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 XEmacs; see the file COPYING.  If not, write to the Free
-;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;;; Boston, MA 02110-1301, USA.
+;; This file is part of XEmacs.
+;; 
+;; XEmacs 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.
+;; 
+;; XEmacs 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 XEmacs.  If not, see <http://www.gnu.org/licenses/>.
 
 (defmacro check-frame-geometry (xx yy)
   `(loop for frame in (list nil (selected-frame))