Mercurial > hg > xemacs-beta
changeset 5407:7ba892d101ce
Convert remainder in "tests" with plain text GPLv2 to GPLv3
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 19 Oct 2010 22:33:36 +0200 |
parents | 061f4f90f874 |
children | 9fc91aa3a927 |
files | tests/gtk/event-stream-tests.el tests/gtk/gnome-test.el tests/gtk/gtk-embedded-test.el tests/gtk/gtk-extra-test.el tests/gtk/statusbar-test.el tests/gtk/toolbar-test.el tests/gtk/xemacs-toolbar.el tests/reproduce-crashes.el |
diffstat | 8 files changed, 58 insertions(+), 74 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/gtk/event-stream-tests.el Mon Oct 18 14:02:19 2010 +0200 +++ b/tests/gtk/event-stream-tests.el Tue Oct 19 22:33:36 2010 +0200 @@ -1,19 +1,17 @@ ;; This file is part of XEmacs. -;; -;; XEmacs is free software; you can redistribute it and/or modify it + +;; 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. -;; +;; 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; 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. ;also do this: make two frames, one viewing "*scratch*", the other "foo". ;in *scratch*, type (sit-for 20)^J
--- a/tests/gtk/gnome-test.el Mon Oct 18 14:02:19 2010 +0200 +++ b/tests/gtk/gnome-test.el Tue Oct 19 22:33:36 2010 +0200 @@ -1,19 +1,17 @@ ;; This file is part of XEmacs. -;; -;; XEmacs is free software; you can redistribute it and/or modify it + +;; 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. -;; +;; 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; 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. (require 'gnome)
--- a/tests/gtk/gtk-embedded-test.el Mon Oct 18 14:02:19 2010 +0200 +++ b/tests/gtk/gtk-embedded-test.el Tue Oct 19 22:33:36 2010 +0200 @@ -1,19 +1,17 @@ ;; This file is part of XEmacs. -;; -;; XEmacs is free software; you can redistribute it and/or modify it + +;; 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. -;; +;; 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; 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. (gtk-define-test "Embedded XEmacs frame" xemacs-frame t
--- a/tests/gtk/gtk-extra-test.el Mon Oct 18 14:02:19 2010 +0200 +++ b/tests/gtk/gtk-extra-test.el Tue Oct 19 22:33:36 2010 +0200 @@ -1,19 +1,17 @@ ;; This file is part of XEmacs. -;; -;; XEmacs is free software; you can redistribute it and/or modify it + +;; 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. -;; +;; 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; 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. (require 'gtk-extra)
--- a/tests/gtk/statusbar-test.el Mon Oct 18 14:02:19 2010 +0200 +++ b/tests/gtk/statusbar-test.el Tue Oct 19 22:33:36 2010 +0200 @@ -1,19 +1,17 @@ ;; This file is part of XEmacs. -;; -;; XEmacs is free software; you can redistribute it and/or modify it + +;; 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. -;; +;; 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; 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. (defvar statusbar-hashtable (make-hashtable 29)) (defvar statusbar-gnome-p nil)
--- a/tests/gtk/toolbar-test.el Mon Oct 18 14:02:19 2010 +0200 +++ b/tests/gtk/toolbar-test.el Tue Oct 19 22:33:36 2010 +0200 @@ -1,19 +1,17 @@ ;; This file is part of XEmacs. -;; -;; XEmacs is free software; you can redistribute it and/or modify it + +;; 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. -;; +;; 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; 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. (require 'gtk-widgets) (require 'gnome-widgets)
--- a/tests/gtk/xemacs-toolbar.el Mon Oct 18 14:02:19 2010 +0200 +++ b/tests/gtk/xemacs-toolbar.el Tue Oct 19 22:33:36 2010 +0200 @@ -1,19 +1,17 @@ ;; This file is part of XEmacs. -;; -;; XEmacs is free software; you can redistribute it and/or modify it + +;; 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. -;; +;; 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; 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. (defvar gtk-torture-test-toolbar-open-active-p t)
--- a/tests/reproduce-crashes.el Mon Oct 18 14:02:19 2010 +0200 +++ b/tests/reproduce-crashes.el Tue Oct 19 22:33:36 2010 +0200 @@ -7,20 +7,18 @@ ;; This file is part of XEmacs. -;; This file 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 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. +;; 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., 59 Temple Place - Suite 330, Boston, MA -;; 02111-1307, USA. +;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>. ;;; Synched up with: Not in FSF.