]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/simple-object-coff.c
Update copyright years.
[thirdparty/gcc.git] / libiberty / simple-object-coff.c
index 0283b15c8033fd5f75739d642b7e1ded2447d86e..58f12cf91c3c5c80ebba27b1d9ac7fc0716375e4 100644 (file)
@@ -1,5 +1,5 @@
 /* simple-object-coff.c -- routines to manipulate COFF object files.
-   Copyright (C) 2010-2017 Free Software Foundation, Inc.
+   Copyright (C) 2010-2023 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 This program is free software; you can redistribute it and/or modify it
@@ -800,5 +800,6 @@ const struct simple_object_functions simple_object_coff_functions =
   simple_object_coff_release_attributes,
   simple_object_coff_start_write,
   simple_object_coff_write_to_file,
-  simple_object_coff_release_write
+  simple_object_coff_release_write,
+  NULL
 };