chiark / gitweb /
tree-wide: drop 'This file is part of systemd' blurb
[elogind.git] / src / basic / mempool.h
index 68249cd88118c8011d045db9196938bcb96bb7c1..dad4a4f9ccb565a37695041b903a387a1e691570 100644 (file)
@@ -2,8 +2,6 @@
 #pragma once
 
 /***
-  This file is part of systemd.
-
   Copyright 2011-2014 Lennart Poettering
   Copyright 2014 Michal Schmidt
 ***/
@@ -29,7 +27,6 @@ static struct mempool pool_name = { \
         .at_least = alloc_at_least, \
 }
 
-
 #if VALGRIND
 void mempool_drop(struct mempool *mp);
 #endif