diff options
Diffstat (limited to 'include/aout/host.h')
-rw-r--r-- | include/aout/host.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/aout/host.h b/include/aout/host.h index 8807108d5cb..4260cc53619 100644 --- a/include/aout/host.h +++ b/include/aout/host.h @@ -1,11 +1,11 @@ /* host.h - Parameters about the a.out format, based on the host system on which the program is compiled. - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -15,7 +15,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ /* Address of data segment in memory after it is loaded. It is up to you to define SEGMENT_SIZE on machines not listed here. */ |