diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-23 11:26:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-23 11:26:20 +0000 |
commit | 9dae26d562270c5593892adfa44455c8cf632bf5 (patch) | |
tree | a69f527c94cc87998297e5b908e4d88efd57471f /ldso | |
parent | bde524e962b97c688b452e7e30f5d054f4717d2a (diff) |
change to Lesser GPL 2.1 as pointed out by psm
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. */ /* |