summaryrefslogtreecommitdiff
path: root/extra/scripts/create_links.sh
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-28 14:28:55 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-28 14:28:55 +0000
commit03ea60437979098938ab6161140eb929b848100c (patch)
tree7120d166094b90ad1f647b031d79b93cc519e955 /extra/scripts/create_links.sh
parented7cf0fec33dc04fb6e1355f6a51ab225bcfb10f (diff)
Update/add scripts' copyright
Diffstat (limited to 'extra/scripts/create_links.sh')
-rwxr-xr-xextra/scripts/create_links.sh7
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"