diff options
Diffstat (limited to 'runtime/sym.c')
-rw-r--r-- | runtime/sym.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/runtime/sym.c b/runtime/sym.c index 6e686051..032d0e50 100644 --- a/runtime/sym.c +++ b/runtime/sym.c @@ -1,4 +1,14 @@ -#ifndef _SYM_C_ /* -*- linux-c -*- */ +/* -*- linux-c -*- + * Symbolic Lookup 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 _SYM_C_ #define _SYM_C_ #include "string.c" |