about summary refs log tree commit homepage
path: root/fadvise.h
diff options
context:
space:
mode:
Diffstat (limited to 'fadvise.h')
-rw-r--r--fadvise.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fadvise.h b/fadvise.h
index 95124c1..ef30b51 100644
--- a/fadvise.h
+++ b/fadvise.h
@@ -1,3 +1,7 @@
+/*
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
+ * License: GPLv3 or later (see COPYING for details)
+ */
 #if defined(HAVE_POSIX_FADVISE)
 static inline void mog_fadv_sequential(int fd, off_t offset, off_t len)
 {