Add target_ops argument to to_pid_to_exec_file
[deliverable/binutils-gdb.git] / gdb / copyright.py
index eec6924cd46e381f01777147369c8109fca3796f..43fc455c1b9fd693a7ac44020f58347d854c52aa 100644 (file)
@@ -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/common/glibc_thread_db.h',
     'gdb/CONTRIBUTE',
-    'gdb/gnulib'
+    'gdb/gnulib/import'
 )
 
 # Files which should not be modified, either because they are
This page took 0.036786 seconds and 4 git commands to generate.