diff options
Diffstat (limited to 'ldso/include/dlfcn.h')
-rw-r--r-- | ldso/include/dlfcn.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ldso/include/dlfcn.h b/ldso/include/dlfcn.h index 0bacc1a22..c63acd5c2 100644 --- a/ldso/include/dlfcn.h +++ b/ldso/include/dlfcn.h @@ -1,3 +1,10 @@ +/* vi: set sw=4 ts=4: */ +/* + * Copyright (C) 2000-2005 by Erik Andersen <andersen@codepoet.org> + * + * GNU Library General Public License (LGPL) version 2 or later. + */ + /* User functions for run-time dynamic loading. libdl version */ #ifndef _DLFCN_H #define _DLFCN_H 1 |