From ab39020be5bc37ef00a75e4e9a25ce60ef30ad5e Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 7 Dec 2012 10:00:57 +0000 Subject: [PATCH] Update copyright.py:NOT_FSF_LIST for sim/common subdir. There was a duplicate ("sim/common/cgen-fpu.h"), and one entry where we do have an FSF copyright header ("sim/common/sim-fpu.c"). gdb/ChangeLog: * copyright.py (NOT_FSF_LIST): Remove duplicate entry "sim/common/cgen-fpu.h". Remove invalid entries "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h", which actually have an FSF copyright header. --- gdb/ChangeLog | 7 +++++++ gdb/copyright.py | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 56e938e..b4e6afb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2012-12-07 Joel Brobecker + * copyright.py (NOT_FSF_LIST): Remove duplicate entry + "sim/common/cgen-fpu.h". Remove invalid entries + "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h", + which actually have an FSF copyright header. + +2012-12-07 Joel Brobecker + * osf-share/AT386/cma_thread_io.h: Delete. * osf-share/HP800/cma_thread_io.h: Delete. * osf-share/README: Delete. diff --git a/gdb/copyright.py b/gdb/copyright.py index e07d091..8bf058a 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -219,13 +219,12 @@ NOT_FSF_LIST = ( "sim/arm/bag.c", "sim/arm/armvirt.c", "sim/arm/main.c", "sim/arm/bag.h", "sim/arm/communicate.c", "sim/arm/gdbhost.h", "sim/arm/armfpe.h", "sim/arm/arminit.c", - "sim/common/cgen-fpu.c", "sim/common/cgen-fpu.h", "sim/common/cgen-fpu.h", - "sim/common/cgen-accfp.c", "sim/common/sim-fpu.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/mn10300/sim-main.h", "sim/moxie/moxie-gdb.dts", # Not a single file in sim/ppc/ appears to be copyright FSF :-(. "sim/ppc/filter.h", "sim/ppc/gen-support.h", "sim/ppc/ld-insn.h", -- 2.7.4