~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/regex.h

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Definitions for data structures and routines for the regular
2
2
   expression library.
3
 
   Copyright (C) 1985, 1989-1993, 1995-1998, 2000-2003, 2005-2012
4
 
   Free Software Foundation, Inc.
 
3
   Copyright (C) 1985, 1989-1993, 1995-1998, 2000-2003, 2005-2013 Free Software
 
4
   Foundation, Inc.
5
5
   This file is part of the GNU C Library.
6
6
 
7
 
   This program is free software; you can redistribute it and/or modify
8
 
   it under the terms of the GNU General Public License as published by
9
 
   the Free Software Foundation; either version 3, or (at your option)
10
 
   any later version.
 
7
   The GNU C Library is free software; you can redistribute it and/or
 
8
   modify it under the terms of the GNU General Public
 
9
   License as published by the Free Software Foundation; either
 
10
   version 3 of the License, or (at your option) any later version.
11
11
 
12
 
   This program is distributed in the hope that it will be useful,
 
12
   The GNU C Library is distributed in the hope that it will be useful,
13
13
   but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
   GNU General Public License for more details.
 
14
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
15
   General Public License for more details.
16
16
 
17
 
   You should have received a copy of the GNU General Public License along
18
 
   with this program; if not, see <http://www.gnu.org/licenses/>.  */
 
17
   You should have received a copy of the GNU General Public
 
18
   License along with the GNU C Library; if not, see
 
19
   <http://www.gnu.org/licenses/>.  */
19
20
 
20
21
#ifndef _REGEX_H
21
22
#define _REGEX_H 1