diff options
-rwxr-xr-x | contrib/update-copyright.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index 06e6fb6..529032c 100755 --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -596,6 +596,8 @@ class TestsuiteFilter (GenericFilter): '.go', '.inc', '.java', + '.mod', + '.rs' ]) def skip_file (self, dir, filename): @@ -733,6 +735,7 @@ class GCCCopyright (Copyright): self.add_external_author ('Stephen L. Moshier') self.add_external_author ('Sun Microsystems, Inc. All rights reserved.') self.add_external_author ('The D Language Foundation, All Rights Reserved') + self.add_external_author ('The fast_float authors') self.add_external_author ('The Go Authors. All rights reserved.') self.add_external_author ('The Go Authors. All rights reserved.') self.add_external_author ('The Go Authors.') |