Mercurial > hg > xemacs-beta
diff src/regex.h @ 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 | f283b08ff0c9 |
children | 1d9f603e9125 |
line wrap: on
line diff
--- a/src/regex.h Mon Sep 20 23:22:50 2010 +0100 +++ b/src/regex.h Thu Oct 14 17:15:20 2010 +0200 @@ -4,21 +4,20 @@ Copyright (C) 1985, 89, 90, 91, 92, 93, 95 Free Software Foundation, Inc. Copyright (C) 2002, 2010 Ben Wing. - 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 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. - + 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 this program; 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: FSF 19.29. */ #ifndef INCLUDED_regex_h_