chiark / gitweb /
tree-wide: beautify remaining copyright statements
[elogind.git] / src / basic / mempool.h
index 5322fd480d39668952dd4e6854ecb11fb0bdf1b6..291415deb050f3214e15b940c3e546b5eeaf9d81 100644 (file)
@@ -2,10 +2,7 @@
 #pragma once
 
 /***
-  This file is part of systemd.
-
-  Copyright 2011-2014 Lennart Poettering
-  Copyright 2014 Michal Schmidt
+  Copyright © 2014 Michal Schmidt
 ***/
 
 #include <stddef.h>
@@ -29,7 +26,6 @@ static struct mempool pool_name = { \
         .at_least = alloc_at_least, \
 }
 
-
-#ifdef VALGRIND
+#if VALGRIND
 void mempool_drop(struct mempool *mp);
 #endif