Update copyright.py:NOT_FSF_LIST for sim/common subdir.
authorJoel Brobecker <brobecker@gnat.com>
Fri, 7 Dec 2012 10:00:57 +0000 (10:00 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 7 Dec 2012 10:00:57 +0000 (10:00 +0000)
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
gdb/copyright.py

index 56e938e..b4e6afb 100644 (file)
@@ -1,5 +1,12 @@
 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
 
+       * 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  <brobecker@adacore.com>
+
        * osf-share/AT386/cma_thread_io.h: Delete.
        * osf-share/HP800/cma_thread_io.h: Delete.
        * osf-share/README: Delete.
index e07d091..8bf058a 100644 (file)
@@ -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",