diff options
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 |