From: Eric Biggers Date: Sat, 1 Sep 2012 20:43:17 +0000 (-0500) Subject: Document list.h source X-Git-Tag: v1.0.0~2 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=e54403529815aa48dc1ea687caaecb00eb58e893 Document list.h source --- diff --git a/src/list.h b/src/list.h index 71ba09f7..ffce6570 100644 --- a/src/list.h +++ b/src/list.h @@ -1,3 +1,8 @@ + +/* + * This file is based on include/linux/list.h in the Linux kernel source code. + */ + #ifndef _LINUX_LIST_H #define _LINUX_LIST_H