Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / python / py-evts.c
index 971c520..a7daf8a 100644 (file)
@@ -1,6 +1,6 @@
 /* Python interface to inferior events.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,7 +26,7 @@ static struct PyModuleDef EventModuleDef =
   PyModuleDef_HEAD_INIT,
   "gdb.events",
   NULL,
-  -1, 
+  -1,
   NULL,
   NULL,
   NULL,