Mercurial > hg > xemacs-beta
changeset 5412:6a8c6c6f6c8e
Convert to GPLv3 or later from plain text GPLv2 or later.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Sun, 24 Oct 2010 00:24:04 +0200 |
parents | fd714e8ba81e |
children | 7910031dd78a |
files | etc/tests/external-widget/Makefile etc/tests/external-widget/test-ew-motif.c etc/tests/external-widget/test-ew-xlib.c |
diffstat | 3 files changed, 12 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/tests/external-widget/Makefile Sun Oct 24 00:20:52 2010 +0200 +++ b/etc/tests/external-widget/Makefile Sun Oct 24 00:24:04 2010 +0200 @@ -3,10 +3,10 @@ ## 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 @@ -14,9 +14,7 @@ ## 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/>. CFLAGS += -Xc -g -DTOOLTALK EMACSHOME = ../../..
--- a/etc/tests/external-widget/test-ew-motif.c Sun Oct 24 00:20:52 2010 +0200 +++ b/etc/tests/external-widget/test-ew-motif.c Sun Oct 24 00:24:04 2010 +0200 @@ -3,10 +3,10 @@ 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 @@ -14,9 +14,7 @@ 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/>. */ #include <Xm/Xm.h> #include <Xm/RowColumn.h>
--- a/etc/tests/external-widget/test-ew-xlib.c Sun Oct 24 00:20:52 2010 +0200 +++ b/etc/tests/external-widget/test-ew-xlib.c Sun Oct 24 00:24:04 2010 +0200 @@ -4,10 +4,10 @@ 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 @@ -15,9 +15,7 @@ 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/>. */ #include <X11/Xlib.h> #include <X11/Xutil.h>