OSDN Git Service

fixup my copyright notice, trim stale remnants of older notices which
authorEric Andersen <andersen@codepoet.org>
Wed, 5 Jul 2006 18:53:34 +0000 (18:53 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 5 Jul 2006 18:53:34 +0000 (18:53 -0000)
I had clearly run search/replace on that were cluttering things up.

36 files changed:
Rules.mak
extra/Makefile.in
ldso/libdl/Makefile.in
libc/Makefile.in
libc/inet/Makefile.in
libc/inet/rpc/Makefile.in
libc/misc/Makefile.in
libc/misc/assert/Makefile.in
libc/misc/ctype/Makefile.in
libc/misc/dirent/Makefile.in
libc/misc/file/Makefile.in
libc/misc/fnmatch/Makefile.in
libc/misc/glob/Makefile.in
libc/misc/gnu/Makefile.in
libc/misc/internals/Makefile.in
libc/misc/locale/Makefile.in
libc/misc/mntent/Makefile.in
libc/misc/regex/Makefile.in
libc/misc/search/Makefile.in
libc/misc/syslog/Makefile.in
libc/misc/sysvipc/Makefile.in
libc/misc/time/Makefile.in
libc/misc/utmp/Makefile.in
libc/misc/wchar/Makefile.in
libc/misc/wctype/Makefile.in
libc/pwd_grp/Makefile.in
libc/stdio/Makefile.in
libc/stdlib/Makefile.in
libc/stdlib/malloc-standard/Makefile.in
libc/sysdeps/linux/common/create_module.c
libc/sysdeps/linux/m68k/README.m68k
libc/sysdeps/linux/sh/pipe.c
libc/termios/Makefile.in
libcrypt/Makefile.in
libintl/Makefile.in
test/Rules.mak

index 89fded3..8a1db43 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -1,6 +1,5 @@
 # Rules.make for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
@@ -8,16 +7,16 @@
 
 #-----------------------------------------------------------
 # This file contains rules which are shared between multiple
-# Makefiles.  All normal configuration options live in the 
-# file named ".config".  Don't mess with this file unless 
+# Makefiles.  All normal configuration options live in the
+# file named ".config".  Don't mess with this file unless
 # you know what you are doing.
 
 
 #-----------------------------------------------------------
-# If you are running a cross compiler, you will want to set 
-# 'CROSS' to something more interesting ...  Target 
-# architecture is determined by asking the CC compiler what 
-# arch it compiles things for, so unless your compiler is 
+# If you are running a cross compiler, you will want to set
+# 'CROSS' to something more interesting ...  Target
+# architecture is determined by asking the CC compiler what
+# arch it compiles things for, so unless your compiler is
 # broken, you should not need to specify TARGET_ARCH.
 #
 # Most people will set this stuff on the command line, i.e.
@@ -289,8 +288,8 @@ else
 export PIEFLAG:=$(call check_gcc,$(PIEFLAG_NAME),$(PICFLAG))
 endif
 endif
-# We need to keep track of both the CC PIE flag (above) as 
-# well as the LD PIE flag (below) because we can't rely on 
+# We need to keep track of both the CC PIE flag (above) as
+# well as the LD PIE flag (below) because we can't rely on
 # gcc passing -pie if we used -fPIE
 ifndef LDPIEFLAG
 ifneq ($(UCLIBC_BUILD_PIE),y)
@@ -452,8 +451,8 @@ PTINC := \
 endif
 CFLAGS+=$(PTINC)
 else
-       PTNAME := 
-       PTINC  := 
+       PTNAME :=
+       PTINC  :=
 endif
 
 # Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include'
index 682168d..76f504d 100644 (file)
@@ -1,7 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
-# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
+# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
index 2458324..76817ce 100644 (file)
@@ -1,7 +1,6 @@
 # Makefile.in for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
-# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
+# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
index cf1be4a..6303a86 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 89374f9..5545d64 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 0fd12c3..af047c0 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index acc71ae..5428595 100644 (file)
@@ -1,7 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
-# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
+# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
index 20f9c21..3c9111e 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index b8a07ec..1fc768e 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index d17ad8a..89a00ed 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2001 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index bc3b2f1..721fe5e 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 31873d6..c31de9c 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 2eda3de..5fc9132 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index bcd9400..d64a9ee 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index ac5482a..a963812 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 66b9809..b51fe03 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index b633e4e..958b119 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 4e76dee..e9d70c5 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 80fafbf..2da1d6e 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index b1d87e8..fd9ae19 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 44707d6..4c865dc 100644 (file)
@@ -1,12 +1,11 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-CSRC := ftok.c 
+CSRC := ftok.c
 
 # multi source sem.c
 CSRC += semget.c semctl.c semop.c
index b710b8b..b90b9b4 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 5e58437..ff175dc 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 64171eb..db01f97 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
@@ -9,7 +8,7 @@
 # The stdio and time related wide functions are now built in the normal
 # directories.
 #
-# stdio: 
+# stdio:
 #      fwide fgetwc getwchar fgetws fputwc putwchar fputws ungetwc
 #      getwc (fgetwc alias) getwc_unlocked (fgetwc_unlocked alias)
 #      putwc (fputwc alias) putwc_unlocked (fputwc_unlocked alias)
index 0dcd485..f4210eb 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 253040e..c1bbbf1 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 5d4d74e..d6134cb 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2004 Manuel Novoa III <mjn3@uclibc.org>
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
index 202e25d..016b3f1 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 1d29703..4a0a866 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 9a5c2d2..f15bb18 100644 (file)
@@ -1,8 +1,10 @@
 /* vi: set sw=4 ts=4: */
-/* Syscalls for uClibc
+/*
+ * create_module syscall for uClibc
  *
- * Copyright (C) 2000 by Lineo, inc. and Erik Andersen
  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include <errno.h>
@@ -18,8 +20,8 @@ unsigned long create_module(const char *name, size_t size);
 #if defined(__UCLIBC_BROKEN_CREATE_MODULE__)
 # define __NR___create_module  __NR_create_module
 static inline _syscall2(long, __create_module, const char *, name, size_t, size);
-/* By checking the value of errno, we know if we have been fooled 
- * by the syscall2 macro making a very high address look like a 
+/* By checking the value of errno, we know if we have been fooled
+ * by the syscall2 macro making a very high address look like a
  * negative, so we we fix it up here.  */
 unsigned long create_module(const char *name, size_t size)
 {
@@ -40,10 +42,10 @@ static inline _syscall4(unsigned long, __create_module, const char *, name,
                        size_t, size, size_t, dummy, size_t, err);
 unsigned long create_module(const char *name, size_t size)
 {
-  return __create_module(name, size, 0, 0);
+       return __create_module(name, size, 0, 0);
 }
 #else
-/* Sparc, MIPS, etc don't mistake return values for errors. */ 
+/* Sparc, MIPS, etc don't mistake return values for errors. */
 _syscall2(unsigned long, create_module, const char *, name, size_t, size);
 #endif
 
index f774e6f..a6bb17e 100644 (file)
@@ -19,7 +19,7 @@ Configuration:
        CROSS = m68k-pic-coff-
        CC = $(CROSS)gcc
        STRIPTOOL = $(CROSS)strip
-       KERNEL_SOURCE=/opt/uClinux/linux        
+       KERNEL_SOURCE=/opt/uClinux/linux
        HAS_MMU = false
        HAS_FLOATS = false
        MALLOC = malloc-simple
@@ -32,7 +32,7 @@ Installation:
        Theoretically, you should be able to install right over the
        existing uC-libc 0.9.1 files in
        /opt/uClinux/m68k-pic-coff/include, but I recommend cleaning
-       out all the include files there.  
+       out all the include files there.
 
        The only file in there that's not from the old uC-libc is
        assert.h, but I don't know why that would be the valid copy.
index e4cc008..167db89 100644 (file)
@@ -1,4 +1,7 @@
+/* vi: set sw=4 ts=4: */
 /*
+ * pipe syscall for uClibc sh
+ *
  * Copyright (C) 2001 Lineo, <davidm@lineo.com>
  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  *
@@ -15,15 +18,15 @@ int pipe(int *fd)
 {
        long __res, __res2;
        __asm__ __volatile__ (
-      "mov             %2,     r3;"
-      "mov             %3,     r4;"
-      "trapa   #0x13;"
-      "mov         r1, %1;"
-         : "=z" (__res),
-           "=r" ((long) __res2)
-         : "r" ((long) __NR_pipe),
-           "r" ((long) fd)
-         : "cc", "memory", "r1", "r3", "r4");
+       "mov    %2,     r3;"
+       "mov    %3,     r4;"
+       "trapa  #0x13;"
+       "mov    r1, %1;"
+          : "=z" (__res),
+            "=r" ((long) __res2)
+          : "r" ((long) __NR_pipe),
+            "r" ((long) fd)
+          : "cc", "memory", "r1", "r3", "r4");
        if ((unsigned long)(__res) >= (unsigned long)(-125)) {
                int __err = -(__res);
                errno = __err;
index f35f78f..99b1a72 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 0d84b6f..3ebcd85 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 624fa0d..afaf330 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000 by Lineo, inc.
 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
index 8db8a91..430f789 100644 (file)
@@ -1,10 +1,11 @@
 # Rules.mak for uClibc test subdirs
 #
-# Copyright (C) 2001 by Lineo, inc.
-# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
+# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
+
+#
 # Note: This does not read the top level Rules.mak file
 #
 
@@ -16,7 +17,7 @@ TESTDIR=$(top_builddir)test/
 UCLIBC_LDSO ?= $(firstword $(wildcard $(top_builddir)lib/ld*))
 
 #--------------------------------------------------------
-# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. 
+# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
 LC_ALL:= C
 export LC_ALL
 
@@ -103,7 +104,7 @@ SCAT := -@true
 else
 ifneq ($(V)$(VERBOSE),)
 DISP := ver
-Q    := 
+Q    :=
 SCAT := cat
 else
 DISP := pur
@@ -117,11 +118,11 @@ pur_showclean = echo "  "CLEAN $(notdir $(CURDIR))
 pur_showdiff  = echo "  "TEST_DIFF $(notdir $(CURDIR))/
 pur_showlink  = echo "  "TEST_LINK $(notdir $(CURDIR))/ $@
 pur_showtest  = echo "  "TEST_EXEC $(notdir $(CURDIR))/ $@
-sil_showclean = 
+sil_showclean =
 sil_showdiff  = true
 sil_showlink  = true
 sil_showtest  = true
-ver_showclean = 
+ver_showclean =
 ver_showdiff  = true echo
 ver_showlink  = true echo
 ver_showtest  = printf "\n$(banner)\nTEST $(notdir $(PWD))/ $@\n$(banner)\n"