diff options
Diffstat (limited to 'extra/scripts/gen_bits_syscall_h.sh')
-rwxr-xr-x | extra/scripts/gen_bits_syscall_h.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 <mjn3@uclibc.org> +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# 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 |