Browse Source

fixup my copyright notice, trim stale remnants of older notices which
I had clearly run search/replace on that were cluttering things up.

Eric Andersen 17 years ago
parent
commit
73c811263c

+ 10 - 11
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'

+ 1 - 2
extra/Makefile.in

@@ -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.
 #

+ 1 - 2
ldso/libdl/Makefile.in

@@ -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.
 #

+ 0 - 1
libc/Makefile.in

@@ -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.

+ 0 - 1
libc/inet/Makefile.in

@@ -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.

+ 0 - 1
libc/inet/rpc/Makefile.in

@@ -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.

+ 1 - 2
libc/misc/Makefile.in

@@ -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.
 #

+ 0 - 1
libc/misc/assert/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/ctype/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/dirent/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/file/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/fnmatch/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/glob/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/gnu/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/internals/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/locale/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/mntent/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/regex/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/search/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/syslog/Makefile.in

@@ -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.

+ 1 - 2
libc/misc/sysvipc/Makefile.in

@@ -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

+ 0 - 1
libc/misc/time/Makefile.in

@@ -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.

+ 0 - 1
libc/misc/utmp/Makefile.in

@@ -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.

+ 1 - 2
libc/misc/wchar/Makefile.in

@@ -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)

+ 0 - 1
libc/misc/wctype/Makefile.in

@@ -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.

+ 0 - 1
libc/pwd_grp/Makefile.in

@@ -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.

+ 0 - 1
libc/stdio/Makefile.in

@@ -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>
 #

+ 0 - 1
libc/stdlib/Makefile.in

@@ -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.

+ 0 - 1
libc/stdlib/malloc-standard/Makefile.in

@@ -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.

+ 8 - 6
libc/sysdeps/linux/common/create_module.c

@@ -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
 

+ 2 - 2
libc/sysdeps/linux/m68k/README.m68k

@@ -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.

+ 12 - 9
libc/sysdeps/linux/sh/pipe.c

@@ -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;

+ 0 - 1
libc/termios/Makefile.in

@@ -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.

+ 0 - 1
libcrypt/Makefile.in

@@ -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.

+ 0 - 1
libintl/Makefile.in

@@ -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.

+ 7 - 6
test/Rules.mak

@@ -1,9 +1,10 @@
 # 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"