X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fcopyright.py;h=352abff829a5da273f22972b70ff99a2ab935fa5;hb=d8e34cd3ac4303e82ff9de51b7909b6ffde5b9c6;hp=ff51ca4b7fe3f2f7347ded65ef7e7a02bfad13ae;hpb=399501a53f685885a43ea9d506f6707e596aa6d6;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/copyright.py b/gdb/copyright.py index ff51ca4..352abff 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (C) 2011-2012 Free Software Foundation, Inc. +# Copyright (C) 2011-2014 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/gdbarch.c', 'gdb/gdbarch.h', - 'gdb/gnulib' + 'gdb/nat/glibc_thread_db.h', + 'gdb/CONTRIBUTE', + 'gdb/gnulib/import' ) # Files which should not be modified, either because they are @@ -201,13 +202,13 @@ BY_HAND = ( MULTIPLE_COPYRIGHT_HEADERS = ( "gdb/doc/gdb.texinfo", "gdb/doc/refcard.tex", + "gdb/gdbarch.sh", ) # The list of file which have a copyright, but not head by the FSF. # Filenames are relative to the root directory. NOT_FSF_LIST = ( "gdb/exc_request.defs", - "gdb/osf-share", "gdb/gdbtk", "gdb/testsuite/gdb.gdbtk/", "sim/arm/armemu.h", "sim/arm/armos.c", "sim/arm/gdbhost.c", @@ -219,13 +220,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",