~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to iconv/iconvconfig.c

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

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 Free Software Foundation, Inc.
 
2
   Copyright (C) 2000-2008, 2009, 2010, 2011 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
 
"), "2010");
 
402
"), "2011");
403
403
  fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
404
404
}
405
405