From ccf126ea8698690ed998b79749960058f186e6b7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 22 Nov 2005 00:06:59 +0000 Subject: add some copyright info --- ldso/include/dl-defs.h | 7 +++++++ ldso/include/dl-elf.h | 7 +++++++ ldso/include/dl-hash.h | 7 +++++++ ldso/include/dl-string.h | 7 +++++++ ldso/include/dl-syscall.h | 7 +++++++ ldso/include/dlfcn.h | 7 +++++++ ldso/include/ldso.h | 7 +++++++ ldso/include/unsecvars.h | 7 +++++++ 8 files changed, 56 insertions(+) (limited to 'ldso') 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 + * + * 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 + * + * 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 + * + * 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 + * + * 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 + * + * 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 + * + * 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 + * + * 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 + * + * 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 -- cgit v1.2.3