diff options
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/include/dl-defs.h | 2 | ||||
-rw-r--r-- | ldso/include/dl-elf.h | 2 | ||||
-rw-r--r-- | ldso/include/dl-hash.h | 2 | ||||
-rw-r--r-- | ldso/include/dl-string.h | 2 | ||||
-rw-r--r-- | ldso/include/dl-syscall.h | 2 | ||||
-rw-r--r-- | ldso/include/dlfcn.h | 2 | ||||
-rw-r--r-- | ldso/include/ldso.h | 2 | ||||
-rw-r--r-- | ldso/include/unsecvars.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h index 78cedd911..789413c4f 100644 --- a/ldso/include/dl-defs.h +++ b/ldso/include/dl-defs.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2000-2005 by Erik Andersen <andersen@codepoet.org> * - * GNU Library General Public License (LGPL) version 2 or later. + * GNU Lesser General Public License version 2.1 or later. */ #ifndef _LD_DEFS_H diff --git a/ldso/include/dl-elf.h b/ldso/include/dl-elf.h index d69c95a9f..f77c57348 100644 --- a/ldso/include/dl-elf.h +++ b/ldso/include/dl-elf.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2000-2005 by Erik Andersen <andersen@codepoet.org> * - * GNU Library General Public License (LGPL) version 2 or later. + * GNU Lesser General Public License version 2.1 or later. */ #ifndef LINUXELF_H diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h index ba4f3c839..b12b36f3b 100644 --- a/ldso/include/dl-hash.h +++ b/ldso/include/dl-hash.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2000-2005 by Erik Andersen <andersen@codepoet.org> * - * GNU Library General Public License (LGPL) version 2 or later. + * GNU Lesser General Public License version 2.1 or later. */ #ifndef _LD_HASH_H_ diff --git a/ldso/include/dl-string.h b/ldso/include/dl-string.h index f5e573f31..d1504f403 100644 --- a/ldso/include/dl-string.h +++ b/ldso/include/dl-string.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2000-2005 by Erik Andersen <andersen@codepoet.org> * - * GNU Library General Public License (LGPL) version 2 or later. + * GNU Lesser General Public License version 2.1 or later. */ #ifndef _LINUX_STRING_H_ diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h index 77d988855..bf25c85be 100644 --- a/ldso/include/dl-syscall.h +++ b/ldso/include/dl-syscall.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2000-2005 by Erik Andersen <andersen@codepoet.org> * - * GNU Library General Public License (LGPL) version 2 or later. + * GNU Lesser General Public License version 2.1 or later. */ #ifndef _LD_SYSCALL_H_ diff --git a/ldso/include/dlfcn.h b/ldso/include/dlfcn.h index c63acd5c2..03afd34fb 100644 --- a/ldso/include/dlfcn.h +++ b/ldso/include/dlfcn.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2000-2005 by Erik Andersen <andersen@codepoet.org> * - * GNU Library General Public License (LGPL) version 2 or later. + * GNU Lesser General Public License version 2.1 or later. */ /* User functions for run-time dynamic loading. libdl version */ diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 9eacc269a..9d4de14e2 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2000-2005 by Erik Andersen <andersen@codepoet.org> * - * GNU Library General Public License (LGPL) version 2 or later. + * GNU Lesser General Public License version 2.1 or later. */ #ifndef _LDSO_H_ diff --git a/ldso/include/unsecvars.h b/ldso/include/unsecvars.h index b10013b3c..0ce3ebfea 100644 --- a/ldso/include/unsecvars.h +++ b/ldso/include/unsecvars.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2000-2005 by Erik Andersen <andersen@codepoet.org> * - * GNU Library General Public License (LGPL) version 2 or later. + * GNU Lesser General Public License version 2.1 or later. */ /* |