This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fixes a typo in the license notice in include/elf/score.h


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8f3102ea1a9954ed00f84a9e3452a79e94953840

commit 8f3102ea1a9954ed00f84a9e3452a79e94953840
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Feb 23 13:43:11 2015 +0000

    Fixes a typo in the license notice in include/elf/score.h
    
    	PR 17915
    	* score.h: Fix typo in license header.

Diff:
---
 include/elf/ChangeLog | 5 +++++
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]