~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to iconv/iconvconfig.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Generate fastloading iconv module configuration files.
2
 
   Copyright (C) 2000-2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
2
   Copyright (C) 2000-2011, 2012 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
   Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
5
5
 
399
399
Copyright (C) %s Free Software Foundation, Inc.\n\
400
400
This is free software; see the source for copying conditions.  There is NO\n\
401
401
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
402
 
"), "2011");
 
402
"), "2012");
403
403
  fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
404
404
}
405
405