Automatic date update in version.in
[binutils-gdb.git] / etc / update-copyright.py
index f9f505827b347f395e4296134a0aa36737b9afc0..f0036cae2123c0c496a1e6592b7991418d7ae272 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (C) 2013-2018 Free Software Foundation, Inc.
+# Copyright (C) 2013-2022 Free Software Foundation, Inc.
 #
 # This script is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -597,6 +597,7 @@ class BinutilsCmdLine (CmdLine):
         self.add_dir ('gprof')
         self.add_dir ('include')
         self.add_dir ('ld', LdFilter())
+        self.add_dir ('libctf')
         self.add_dir ('libdecnumber')
         self.add_dir ('libiberty')
         self.add_dir ('opcodes')
@@ -613,6 +614,7 @@ class BinutilsCmdLine (CmdLine):
             'gprof',
             'include',
             'ld',
+            'libctf',
             'libiberty',
             'opcodes',
             ]