diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-05-08 07:19:42 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-05-08 07:24:13 -0700 |
commit | 80b0912bff495fd51e34050637357aeb243eefbb (patch) | |
tree | 2c16aed2da1ab55a0ec20056c5aa1b2a278cece2 /gdb/copyright.py | |
parent | 17d88f73c0e38b80a4c9180ab7ae5383f9d0fb05 (diff) | |
download | gdb-80b0912bff495fd51e34050637357aeb243eefbb.zip gdb-80b0912bff495fd51e34050637357aeb243eefbb.tar.gz gdb-80b0912bff495fd51e34050637357aeb243eefbb.tar.bz2 |
gdb/copyright.py: Remove sim/erc32 files from NOT_FSF_LIST.
Now that the erc32 files have been updated to contain an FSF copyright
header, these files should no longer be in the exclude list.
gdb/ChangeLog:
* copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
Diffstat (limited to 'gdb/copyright.py')
-rw-r--r-- | gdb/copyright.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py index 39cec8e..30f4663 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -222,9 +222,6 @@ NOT_FSF_LIST = ( "sim/arm/arminit.c", "sim/common/cgen-fpu.c", "sim/common/cgen-fpu.h", "sim/common/cgen-accfp.c", - "sim/erc32/sis.h", "sim/erc32/erc32.c", "sim/erc32/func.c", - "sim/erc32/float.c", "sim/erc32/interf.c", "sim/erc32/sis.c", - "sim/erc32/exec.c", "sim/mips/m16run.c", "sim/mips/sim-main.c", "sim/moxie/moxie-gdb.dts", # Not a single file in sim/ppc/ appears to be copyright FSF :-(. |