about summary refs log tree commit homepage
path: root/compat_sendfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat_sendfile.h')
-rw-r--r--compat_sendfile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/compat_sendfile.h b/compat_sendfile.h
index 7154d2d..28f4c0c 100644
--- a/compat_sendfile.h
+++ b/compat_sendfile.h
@@ -1,3 +1,7 @@
+/*
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
+ * License: GPLv3 or later (see COPYING for details)
+ */
 #ifndef HAVE_SENDFILE
 static ssize_t compat_sendfile(int sockfd, int filefd, off_t *off, size_t count)
 {