diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2011-10-27 14:27:16 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2011-10-27 14:27:16 +0000 |
commit | 926e2094bb184293131b21b9394d092d86d695c8 (patch) | |
tree | e0e41c1d649c59c6a2b19b74365bb270544a25a3 | |
parent | 5b169225fe334168f0172f00f27a009cf4491842 (diff) | |
download | gdb-926e2094bb184293131b21b9394d092d86d695c8.zip gdb-926e2094bb184293131b21b9394d092d86d695c8.tar.gz gdb-926e2094bb184293131b21b9394d092d86d695c8.tar.bz2 |
bfd:
* cpu-epiphany.c: Reinstate full list of Copyright years.
* elf32-epiphany.c: Likewise.
cpu:
* epiphany.cpu, epiphany.opc: Likewise.
gas:
* config/tc-epiphany.c, config/tc-epiphany.h: Likewise.
* doc/c-epiphany.texi: Likewise.
include:
* elf/epiphany.h: Likewise.
-rw-r--r-- | bfd/cpu-epiphany.c | 2 | ||||
-rw-r--r-- | bfd/elf32-epiphany.c | 2 | ||||
-rw-r--r-- | cpu/epiphany.cpu | 2 | ||||
-rwxr-xr-x | cpu/epiphany.opc | 2 | ||||
-rwxr-xr-x | gas/config/tc-epiphany.c | 2 | ||||
-rwxr-xr-x | gas/config/tc-epiphany.h | 2 | ||||
-rw-r--r-- | gas/doc/c-epiphany.texi | 2 | ||||
-rwxr-xr-x | include/elf/epiphany.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/bfd/cpu-epiphany.c b/bfd/cpu-epiphany.c index 54f9580..13427c1 100644 --- a/bfd/cpu-epiphany.c +++ b/bfd/cpu-epiphany.c @@ -1,5 +1,5 @@ /* BFD support for the Adapteva EPIPHANY processor. - Copyright 2011 Free Software Foundation, Inc. + Copyright 2009, 2011 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-epiphany.c b/bfd/elf32-epiphany.c index 08f3be1..d5e61a2 100644 --- a/bfd/elf32-epiphany.c +++ b/bfd/elf32-epiphany.c @@ -1,5 +1,5 @@ /* Adapteva epiphany specific support for 32-bit ELF - Copyright 2011 + Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2011 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. diff --git a/cpu/epiphany.cpu b/cpu/epiphany.cpu index 8d4a57b..a11011b 100644 --- a/cpu/epiphany.cpu +++ b/cpu/epiphany.cpu @@ -1,5 +1,5 @@ ; Adapteva EPIPHANY CPU description. -*- Scheme -*- -; Copyright 2011 +; Copyright 1998, 1999, 2000, 2001, 2003, 2006, 2007, 2008, 2009, 2010, 2011 ; Free Software Foundation, Inc. ; ; Contributed by Embecosm on behalf of Adapteva, Inc. diff --git a/cpu/epiphany.opc b/cpu/epiphany.opc index df81f30..fefb396 100755 --- a/cpu/epiphany.opc +++ b/cpu/epiphany.opc @@ -1,6 +1,6 @@ /* Adapteva epiphany opcode support. -*- C -*- - Copyright 2011 Free Software Foundation, Inc. + Copyright 2009, 2011 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. diff --git a/gas/config/tc-epiphany.c b/gas/config/tc-epiphany.c index f4fed25..6cc7d66 100755 --- a/gas/config/tc-epiphany.c +++ b/gas/config/tc-epiphany.c @@ -1,5 +1,5 @@ /* tc-epiphany.c -- Assembler for the Adapteva EPIPHANY - Copyright 2011 Free Software Foundation, Inc. + Copyright 2009, 2011 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-epiphany.h b/gas/config/tc-epiphany.h index 25e453a..ed5782e 100755 --- a/gas/config/tc-epiphany.h +++ b/gas/config/tc-epiphany.h @@ -1,5 +1,5 @@ /* tc-epiphany.h -- Header file for tc-epiphany.c. - Copyright 2011 Free Software Foundation, Inc. + Copyright 2009, 2011 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/doc/c-epiphany.texi b/gas/doc/c-epiphany.texi index c0b0222..8e2b94d 100644 --- a/gas/doc/c-epiphany.texi +++ b/gas/doc/c-epiphany.texi @@ -1,4 +1,4 @@ -@c Copyright 2011 Free Software Foundation, Inc. +@c Copyright 1999, 2002, 2011 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/include/elf/epiphany.h b/include/elf/epiphany.h index 3337625..bb2dcff 100755 --- a/include/elf/epiphany.h +++ b/include/elf/epiphany.h @@ -1,5 +1,5 @@ /* Adapteva EPIPHANY ELF support for BFD. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of BFD, the Binary File Descriptor library. |