forked from Imagelibrary/binutils-gdb
Update copyright years
This commit is contained in:
4
gas/as.c
4
gas/as.c
@@ -1,5 +1,5 @@
|
||||
/* as.c - GAS main program.
|
||||
Copyright 1987-2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2014 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GAS, the GNU Assembler.
|
||||
|
||||
@@ -626,7 +626,7 @@ parse_args (int * pargc, char *** pargv)
|
||||
case OPTION_VERSION:
|
||||
/* This output is intended to follow the GNU standards document. */
|
||||
printf (_("GNU assembler %s\n"), BFD_VERSION_STRING);
|
||||
printf (_("Copyright 2014 Free Software Foundation, Inc.\n"));
|
||||
printf (_("Copyright (C) 2014 Free Software Foundation, Inc.\n"));
|
||||
printf (_("\
|
||||
This program is free software; you may redistribute it under the terms of\n\
|
||||
the GNU General Public License version 3 or later.\n\
|
||||
|
||||
Reference in New Issue
Block a user