Bump year
[yaz-moved-to-github.git] / include / yaz / xmalloc.h
index a1a0b24..27bc1ce 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2012 Index Data.
+ * Copyright (C) 1995-2013 Index Data.
  * All rights reserved.
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -57,7 +57,7 @@ YAZ_BEGIN_CDECL
 #define xstrndup(s, n) xstrndup_f(s, n, __FILE__, __LINE__)
 /** \brief utility macro which calls malloc_trav_f */
 #define xmalloc_trav(s) xmalloc_trav_f(s, __FILE__, __LINE__)
-    
+
 /** \brief realloc
     \param o buffer to be reallocated
     \param size size of buffer to be allocated