summaryrefslogtreecommitdiff
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
parent0195a05f775a05841a7378e2f31d48b815b24578 (diff)
add some copyright info
-rw-r--r--ldso/include/dl-defs.h7
-rw-r--r--ldso/include/dl-elf.h7
-rw-r--r--ldso/include/dl-hash.h7
-rw-r--r--ldso/include/dl-string.h7
-rw-r--r--ldso/include/dl-syscall.h7
-rw-r--r--ldso/include/dlfcn.h7
-rw-r--r--ldso/include/ldso.h7
-rw-r--r--ldso/include/unsecvars.h7
8 files changed, 56 insertions, 0 deletions
diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h
index 37588b86c..78cedd911 100644
--- a/ldso/include/dl-defs.h
+++ b/ldso/include/dl-defs.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.
+ */
+
#ifndef _LD_DEFS_H
#define _LD_DEFS_H
diff --git a/ldso/include/dl-elf.h b/ldso/include/dl-elf.h
index c487436fc..d69c95a9f 100644
--- a/ldso/include/dl-elf.h
+++ b/ldso/include/dl-elf.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.
+ */
+
#ifndef LINUXELF_H
#define LINUXELF_H
diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h
index 9ddce570e..ba4f3c839 100644
--- a/ldso/include/dl-hash.h
+++ b/ldso/include/dl-hash.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.
+ */
+
#ifndef _LD_HASH_H_
#define _LD_HASH_H_
diff --git a/ldso/include/dl-string.h b/ldso/include/dl-string.h
index bb4daff68..f5e573f31 100644
--- a/ldso/include/dl-string.h
+++ b/ldso/include/dl-string.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.
+ */
+
#ifndef _LINUX_STRING_H_
#define _LINUX_STRING_H_
diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h
index 70b79f6cf..77d988855 100644
--- a/ldso/include/dl-syscall.h
+++ b/ldso/include/dl-syscall.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.
+ */
+
#ifndef _LD_SYSCALL_H_
#define _LD_SYSCALL_H_
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
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h
index 300a7292e..9eacc269a 100644
--- a/ldso/include/ldso.h
+++ b/ldso/include/ldso.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.
+ */
+
#ifndef _LDSO_H_
#define _LDSO_H_
diff --git a/ldso/include/unsecvars.h b/ldso/include/unsecvars.h
index 3555934e3..b10013b3c 100644
--- a/ldso/include/unsecvars.h
+++ b/ldso/include/unsecvars.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.
+ */
+
/*
* Environment variable to be removed for SUID programs. The names are all
* stuffed in a single string which means they have to be terminated with a