]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/hw-alloc.c
Update year range in copyright notice of all files owned by the GDB project.
[thirdparty/binutils-gdb.git] / sim / common / hw-alloc.c
index 7244baa4dfb39690c2bbbcbd2b036f0b76aef075..0b756760aaef40b6678539f249edd5468625c5df 100644 (file)
@@ -1,6 +1,5 @@
 /* Hardware memory allocator.
-   Copyright (C) 1998, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2015 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -27,7 +26,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <stdlib.h>
 #endif
 
-struct hw_alloc_data {
+struct hw_alloc_data
+{
   void *alloc;
   struct hw_alloc_data *next;
 };