diff options
author | Nick Clifton <nickc@redhat.com> | 2015-02-23 13:43:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-02-23 14:52:12 +0000 |
commit | 8f3102ea1a9954ed00f84a9e3452a79e94953840 (patch) | |
tree | 5486544373bf52b32639d9b7e2c6745eac5e9ca8 /include | |
parent | e5b85ead638e4916ee188698e434dd1940e484e4 (diff) | |
download | gdb-8f3102ea1a9954ed00f84a9e3452a79e94953840.zip gdb-8f3102ea1a9954ed00f84a9e3452a79e94953840.tar.gz gdb-8f3102ea1a9954ed00f84a9e3452a79e94953840.tar.bz2 |
Fixes a typo in the license notice in include/elf/score.h
PR 17915
* score.h: Fix typo in license header.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 5 | ||||
-rw-r--r-- | include/elf/score.h | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 2dc5625..1fccebc 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2015-02-23 Nick Clifton <nickc@redhat.com> + + PR 17915 + * score.h: Fix typo in license header. + 2015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com> * common.h (NT_S390_VXRS_LOW): New macro. diff --git a/include/elf/score.h b/include/elf/score.h index c4f94a5..51962ad 100644 --- a/include/elf/score.h +++ b/include/elf/score.h @@ -18,8 +18,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, write to the Free Software + Foundation Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ #ifndef _ELF_SCORE_H #define _ELF_SCORE_H |