summaryrefslogtreecommitdiff
path: root/ldso/include/dlfcn.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-22 00:06:59 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-22 00:06:59 +0000
commitccf126ea8698690ed998b79749960058f186e6b7 (patch)
tree97a2bcf0755dd7956f7de18e656a9bad13437316 /ldso/include/dlfcn.h
parent0195a05f775a05841a7378e2f31d48b815b24578 (diff)
add some copyright info
Diffstat (limited to 'ldso/include/dlfcn.h')
-rw-r--r--ldso/include/dlfcn.h7
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