~ubuntu-branches/ubuntu/quantal/libtasn1-3/quantal

« back to all changes in this revision

Viewing changes to gl/read-file.c

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2012-03-19 19:25:16 UTC
  • mfrom: (11.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120319192516-0h8nqvuja8n5id4p
Tags: 2.12-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* read-file.c -- read file contents into a string
2
 
   Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
 
2
   Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
3
3
   Written by Simon Josefsson and Bruno Haible.
4
4
 
5
5
   This program is free software; you can redistribute it and/or modify
13
13
   GNU General Public License for more details.
14
14
 
15
15
   You should have received a copy of the GNU General Public License
16
 
   along with this program; if not, write to the Free Software Foundation,
17
 
   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
16
   along with this program; if not, see <http://www.gnu.org/licenses/>.  */
18
17
 
19
18
#include <config.h>
20
19