diff options
Diffstat (limited to 'runtime/list.c')
-rw-r--r-- | runtime/list.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/list.c b/runtime/list.c index 815b7bad..2bb197e3 100644 --- a/runtime/list.c +++ b/runtime/list.c @@ -1,3 +1,13 @@ +/* -*- linux-c -*- + * List Functions + * Copyright (C) 2005 Red Hat Inc. + * + * This file is part of systemtap, and is free software. You can + * redistribute it and/or modify it under the terms of the GNU General + * Public License (GPL); either version 2, or (at your option) any + * later version. + */ + #ifndef _LIST_C_ /* -*- linux-c -*- */ #define _LIST_C_ |