From 03ea60437979098938ab6161140eb929b848100c Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 28 Oct 2005 14:28:55 +0000 Subject: Update/add scripts' copyright --- extra/scripts/Makefile.arch.lvl3 | 4 +++- extra/scripts/Makefile.arch.lvl4 | 4 +++- extra/scripts/Makefile.libs.lvl1 | 4 +++- extra/scripts/Makefile.libs.lvl2 | 4 +++- extra/scripts/Makefile.objs.lvl2 | 4 +++- extra/scripts/Makefile.objs.lvl3 | 4 +++- extra/scripts/Makefile.objs.lvl4 | 4 +++- extra/scripts/create_links.sh | 7 ++++++- extra/scripts/fix_includes.sh | 16 ++-------------- extra/scripts/gen_bits_syscall_h.sh | 6 ++++++ extra/scripts/getent | 6 ++++++ extra/scripts/relative_path.sh | 24 +++++++----------------- 12 files changed, 48 insertions(+), 39 deletions(-) (limited to 'extra') diff --git a/extra/scripts/Makefile.arch.lvl3 b/extra/scripts/Makefile.arch.lvl3 index e30462a3b..a7cbf6fa1 100644 --- a/extra/scripts/Makefile.arch.lvl3 +++ b/extra/scripts/Makefile.arch.lvl3 @@ -1,6 +1,8 @@ # Makefile for uClibc # -# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # TOPDIR=../../../ diff --git a/extra/scripts/Makefile.arch.lvl4 b/extra/scripts/Makefile.arch.lvl4 index 5e6bce111..b1bf1ef10 100644 --- a/extra/scripts/Makefile.arch.lvl4 +++ b/extra/scripts/Makefile.arch.lvl4 @@ -1,6 +1,8 @@ # Makefile for uClibc # -# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # TOPDIR=../../../../ diff --git a/extra/scripts/Makefile.libs.lvl1 b/extra/scripts/Makefile.libs.lvl1 index e1fda52df..2dea1b3e9 100644 --- a/extra/scripts/Makefile.libs.lvl1 +++ b/extra/scripts/Makefile.libs.lvl1 @@ -1,6 +1,8 @@ # Makefile for uClibc # -# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # TOPDIR=../ diff --git a/extra/scripts/Makefile.libs.lvl2 b/extra/scripts/Makefile.libs.lvl2 index fc3b4f1d0..f92f205a5 100644 --- a/extra/scripts/Makefile.libs.lvl2 +++ b/extra/scripts/Makefile.libs.lvl2 @@ -1,6 +1,8 @@ # Makefile for uClibc # -# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # TOPDIR=../../ diff --git a/extra/scripts/Makefile.objs.lvl2 b/extra/scripts/Makefile.objs.lvl2 index 8a961e4dc..41567d9e9 100644 --- a/extra/scripts/Makefile.objs.lvl2 +++ b/extra/scripts/Makefile.objs.lvl2 @@ -1,6 +1,8 @@ # Makefile for uClibc # -# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # TOPDIR=../../ diff --git a/extra/scripts/Makefile.objs.lvl3 b/extra/scripts/Makefile.objs.lvl3 index b78cba738..493484b27 100644 --- a/extra/scripts/Makefile.objs.lvl3 +++ b/extra/scripts/Makefile.objs.lvl3 @@ -1,6 +1,8 @@ # Makefile for uClibc # -# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # TOPDIR=../../../ diff --git a/extra/scripts/Makefile.objs.lvl4 b/extra/scripts/Makefile.objs.lvl4 index 65a8bf6bf..4f2969fcd 100644 --- a/extra/scripts/Makefile.objs.lvl4 +++ b/extra/scripts/Makefile.objs.lvl4 @@ -1,6 +1,8 @@ # Makefile for uClibc # -# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # TOPDIR=../../../../ 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 +# +# 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" diff --git a/extra/scripts/fix_includes.sh b/extra/scripts/fix_includes.sh index 910242fa5..34058a966 100755 --- a/extra/scripts/fix_includes.sh +++ b/extra/scripts/fix_includes.sh @@ -1,21 +1,9 @@ #!/bin/sh -# Copyright (C) 2003 Erik Andersen # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# Copyright (C) 2000-2005 Erik Andersen # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Library General Public License for more details. +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -# You should have received a copy of the GNU Library General -# Public License along with this program; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307 USA usage () { echo "" diff --git a/extra/scripts/gen_bits_syscall_h.sh b/extra/scripts/gen_bits_syscall_h.sh index e60b75ab7..280466e0d 100755 --- a/extra/scripts/gen_bits_syscall_h.sh +++ b/extra/scripts/gen_bits_syscall_h.sh @@ -1,5 +1,11 @@ #!/bin/sh # +# Copyright (C) 2001 Manuel Novoa III +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + # June 27, 2001 Manuel Novoa III # # This script expects TOPDIR and CC (as used in the Makefiles) to be set in diff --git a/extra/scripts/getent b/extra/scripts/getent index 3a96d74f6..9ffffa171 100755 --- a/extra/scripts/getent +++ b/extra/scripts/getent @@ -1,4 +1,10 @@ #!/bin/sh +# +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + # Script to replicate the `getent` binary that comes with glibc search_entry() { diff --git a/extra/scripts/relative_path.sh b/extra/scripts/relative_path.sh index 380344a63..c859646a4 100755 --- a/extra/scripts/relative_path.sh +++ b/extra/scripts/relative_path.sh @@ -1,26 +1,16 @@ #! /bin/sh +# +# Copyright 2003 Alexandre Oliva +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + # This script computes a relative pathname from $1 to $2 # They are assumed to not contain . or .. pathname components, # but if both directories exist and cd/pwd canonicalizes pathnames, # this shouldn't matter. PWD_CMD may be set to some pwd command that does. -# Copyright 2003 Alexandre Oliva - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - from=`(cd $1 > /dev/null && ${PWD_CMD-pwd} || echo $1) 2>/dev/null | sed 's,//*,/,g;s,/*$,,'` target=`(cd $2 > /dev/null && ${PWD_CMD-pwd} || echo $2) 2>/dev/null | sed 's,//*,/,g;s,/*$,,'` -- cgit v1.2.3