Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / libiberty / simple-object-mach-o.c
index d1b676d777c1604bbfef86d84a3ec6c51d4d907a..03283a0e3d82cba5e63147152b513c5e3f3dcc4e 100644 (file)
@@ -1,5 +1,5 @@
 /* simple-object-mach-o.c -- routines to manipulate Mach-O object files.
-   Copyright 2010, 2011, 2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2019 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 This program is free software; you can redistribute it and/or modify it
@@ -1374,5 +1374,6 @@ const struct simple_object_functions simple_object_mach_o_functions =
   simple_object_mach_o_release_attributes,
   simple_object_mach_o_start_write,
   simple_object_mach_o_write_to_file,
-  simple_object_mach_o_release_write
+  simple_object_mach_o_release_write,
+  NULL
 };
This page took 0.027679 seconds and 4 git commands to generate.