comparison src/regex.c @ 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 efaa6cd845e5
children 3f4a234f4672
comparison
equal deleted inserted replaced
5280:59a6419f7504 5402:308d34e9f07d
5 5
6 Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. 6 Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
7 Copyright (C) 1995 Sun Microsystems, Inc. 7 Copyright (C) 1995 Sun Microsystems, Inc.
8 Copyright (C) 1995, 2001, 2002, 2003, 2010 Ben Wing. 8 Copyright (C) 1995, 2001, 2002, 2003, 2010 Ben Wing.
9 9
10 This program is free software; you can redistribute it and/or modify 10 This file is part of XEmacs.
11 it under the terms of the GNU General Public License as published by 11
12 the Free Software Foundation; either version 2, or (at your option) 12 XEmacs is free software: you can redistribute it and/or modify it
13 any later version. 13 under the terms of the GNU General Public License as published by the
14 14 Free Software Foundation, either version 3 of the License, or (at your
15 This program is distributed in the hope that it will be useful, 15 option) any later version.
16 but WITHOUT ANY WARRANTY; without even the implied warranty of 16
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 XEmacs is distributed in the hope that it will be useful, but WITHOUT
18 GNU General Public License for more details. 18 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 19 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20 for more details.
21
20 You should have received a copy of the GNU General Public License 22 You should have received a copy of the GNU General Public License
21 along with this program; see the file COPYING. If not, write to 23 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */
22 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 Boston, MA 02111-1307, USA. */
24
25 /* Synched up with: FSF 19.29. */ 24 /* Synched up with: FSF 19.29. */
26 25
27 #ifdef HAVE_CONFIG_H 26 #ifdef HAVE_CONFIG_H
28 #include <config.h> 27 #include <config.h>
29 #endif 28 #endif