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] Update the copyright notices in the affected files.


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

commit 08832196accd270fa053e8125c21e7a54ab19fe0
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Dec 15 12:28:38 2015 +0000

    Update the copyright notices in the affected files.
    
    	PR 19339
    	* elf-vxworks.h: Update copyright notice.
    	* elf-vxworks.c: Update copyright notice.
    	* elf-nacl.h: Update copyright notice.
    	* elf-nacl.c: Update copyright notice.

Diff:
---
 bfd/ChangeLog     | 8 ++++++++
 bfd/elf-nacl.c    | 4 +---
 bfd/elf-nacl.h    | 4 +---
 bfd/elf-vxworks.c | 4 +---
 bfd/elf-vxworks.h | 4 +---
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 85f3ed4..97e9bb6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2015-12-15  Nick Clifton  <nickc@redhat.com>
+
+	PR 19339
+	* elf-vxworks.h: Update copyright notice.
+	* elf-vxworks.c: Update copyright notice.
+	* elf-nacl.h: Update copyright notice.
+	* elf-nacl.c: Update copyright notice.
+
 2015-12-10  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/19317
diff --git a/bfd/elf-nacl.c b/bfd/elf-nacl.c
index df41ee2..def2784 100644
--- a/bfd/elf-nacl.c
+++ b/bfd/elf-nacl.c
@@ -14,9 +14,7 @@
    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, Inc., 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "bfd.h"
diff --git a/bfd/elf-nacl.h b/bfd/elf-nacl.h
index 6b84298..6b19b3f 100644
--- a/bfd/elf-nacl.h
+++ b/bfd/elf-nacl.h
@@ -14,9 +14,7 @@
    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, Inc., 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "bfd.h"
 
diff --git a/bfd/elf-vxworks.c b/bfd/elf-vxworks.c
index 56fdec0..2a65ab2 100644
--- a/bfd/elf-vxworks.c
+++ b/bfd/elf-vxworks.c
@@ -14,9 +14,7 @@
    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, Inc., 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This file provides routines used by all VxWorks targets.  */
 
diff --git a/bfd/elf-vxworks.h b/bfd/elf-vxworks.h
index 7bed0a8..808e691 100644
--- a/bfd/elf-vxworks.h
+++ b/bfd/elf-vxworks.h
@@ -14,9 +14,7 @@
    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, Inc., 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "elf/common.h"
 #include "elf/internal.h"


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