X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcopyright.py;h=6d5e1bd9d60aeb22df37672812a732aac7355ee7;hb=8d2a0a14e53945eb260c08752654bd03a240ecf7;hp=1af0f4816edb2dd668a5a0d96ff4055e3650ef34;hpb=28e7fd62340426746f9c896cbc40c5d374ec47aa;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/copyright.py b/gdb/copyright.py index 1af0f4816e..6d5e1bd9d6 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (C) 2011-2013 Free Software Foundation, Inc. +# Copyright (C) 2011-2016 Free Software Foundation, Inc. # # This file is part of GDB. # @@ -171,8 +171,9 @@ def main (): # # Filenames are relative to the root directory. EXCLUDE_LIST = ( + 'gdb/nat/glibc_thread_db.h', 'gdb/CONTRIBUTE', - 'gdb/gnulib' + 'gdb/gnulib/import' ) # Files which should not be modified, either because they are @@ -221,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 :-(.