Subversion Repositories Kolibri OS

Rev

Rev 5217 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5217 Rev 6324
Line 1... Line 1...
1
/* version.c -- binutils version information
1
/* version.c -- binutils version information
2
   Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-
 
3
   2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
-
 
4
   Free Software Foundation, Inc.
2
   Copyright (C) 1991-2015 Free Software Foundation, Inc.
Line 5... Line 3...
5
 
3
 
Line 6... Line 4...
6
   This file is part of GNU Binutils.
4
   This file is part of GNU Binutils.
7
 
5
 
Line 31... Line 29...
31
print_version (const char *name)
29
print_version (const char *name)
32
{
30
{
33
  /* This output is intended to follow the GNU standards document.  */
31
  /* This output is intended to follow the GNU standards document.  */
34
  /* xgettext:c-format */
32
  /* xgettext:c-format */
35
  printf ("GNU %s %s\n", name, BFD_VERSION_STRING);
33
  printf ("GNU %s %s\n", name, BFD_VERSION_STRING);
36
  printf (_("Copyright 2013 Free Software Foundation, Inc.\n"));
34
  printf (_("Copyright (C) 2015 Free Software Foundation, Inc.\n"));
37
  printf (_("\
35
  printf (_("\
38
This program is free software; you may redistribute it under the terms of\n\
36
This program is free software; you may redistribute it under the terms of\n\
39
the GNU General Public License version 3 or (at your option) any later version.\n\
37
the GNU General Public License version 3 or (at your option) any later version.\n\
40
This program has absolutely no warranty.\n"));
38
This program has absolutely no warranty.\n"));
41
  exit (0);
39
  exit (0);