~ubuntu-branches/ubuntu/vivid/parted/vivid

« back to all changes in this revision

Viewing changes to lib/streq.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-07-21 10:23:16 UTC
  • mfrom: (7.2.32 sid)
  • Revision ID: package-import@ubuntu.com-20140721102316-jsyv3yzmbo8vlde5
Tags: 3.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- buffer-read-only: t -*- vi: set ro: */
2
 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
3
1
/* Optimized string comparison.
4
 
   Copyright (C) 2001-2002, 2007, 2009-2010 Free Software Foundation, Inc.
 
2
   Copyright (C) 2001-2002, 2007, 2009-2012 Free Software Foundation, Inc.
5
3
 
6
4
   This program is free software: you can redistribute it and/or modify it
7
5
   under the terms of the GNU General Public License as published
11
9
   This program is distributed in the hope that it will be useful,
12
10
   but WITHOUT ANY WARRANTY; without even the implied warranty of
13
11
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 
   Lesser General Public License for more details.
 
12
   General Public License for more details.
15
13
 
16
14
   You should have received a copy of the GNU General Public License
17
15
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */