diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 14:28:55 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 14:28:55 +0000 |
commit | 03ea60437979098938ab6161140eb929b848100c (patch) | |
tree | 7120d166094b90ad1f647b031d79b93cc519e955 /extra/scripts/create_links.sh | |
parent | ed7cf0fec33dc04fb6e1355f6a51ab225bcfb10f (diff) |
Update/add scripts' copyright
Diffstat (limited to 'extra/scripts/create_links.sh')
-rwxr-xr-x | extra/scripts/create_links.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/extra/scripts/create_links.sh b/extra/scripts/create_links.sh index 82bf5dfac..606890c5d 100755 --- a/extra/scripts/create_links.sh +++ b/extra/scripts/create_links.sh @@ -1,6 +1,11 @@ #! /bin/sh # -# Creates the minimally necessary links to build w/ the Makefile.in files +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +# Creates the necessary links to build w/ the Makefile.in files DIRS="ldso libc libcrypt libintl libm libnsl libpthread libresolv librt libutil" DIRS2="ldso/ldso ldso/libdl libpthread/linuxthreads libpthread/linuxthreads_db" |