[2/2] gdb/copyright.py: Remove sim/erc32 files from NOT_FSF_LIST.

Message ID 1431095275-6068-3-git-send-email-brobecker@adacore.com
State Committed
Headers

Commit Message

Joel Brobecker May 8, 2015, 2:27 p.m. UTC
  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.
---
 gdb/ChangeLog    | 4 ++++
 gdb/copyright.py | 3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)
  

Patch

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2df4546..83661dc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@ 
+2015-05-08  Joel Brobecker  <brobecker@adacore.com>
+
+	* copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
+
 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
 
 	PR python/18291
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 :-(.