[PATCH 11/27] Add missing copyrights to newlib/libc/reent
Keith Packard <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Keith Packard <[email protected]> --- newlib/libc/reent/closer.c | 16 ++++++++++++++++ newlib/libc/reent/execr.c | 16 ++++++++++++++++ newlib/libc/reent/fcntlr.c | 1 + newlib/libc/reent/fstat64r.c | 1 + newlib/libc/reent/fstatr.c | 16 ++++++++++++++++ newlib/libc/reent/getreent.c | 1 + newlib/libc/reent/gettimeofdayr.c | 1 + newlib/libc/reent/impure.c | 16 ++++++++++++++++ newlib/libc/reent/isattyr.c | 1 + newlib/libc/reent/linkr.c | 16 ++++++++++++++++ newlib/libc/reent/lseek64r.c | 1 + newlib/libc/reent/lseekr.c | 16 ++++++++++++++++ newlib/libc/reent/mkdirr.c | 1 + newlib/libc/reent/open64r.c | 1 + newlib/libc/reent/openr.c | 16 ++++++++++++++++ newlib/libc/reent/readr.c | 16 ++++++++++++++++ newlib/libc/reent/reent.c | 16 ++++++++++++++++ newlib/libc/reent/reent.tex | 16 ++++++++++++++++ newlib/libc/reent/renamer.c | 16 ++++++++++++++++ newlib/libc/reent/sbrkr.c | 16 ++++++++++++++++ newlib/libc/reent/signalr.c | 16 ++++++++++++++++ newlib/libc/reent/signgam.c | 1 + newlib/libc/reent/stat64r.c | 1 + newlib/libc/reent/statr.c | 16 ++++++++++++++++ newlib/libc/reent/timesr.c | 1 + newlib/libc/reent/unlinkr.c | 1 + newlib/libc/reent/writer.c | 16 ++++++++++++++++ 27 files changed, 252 insertions(+) diff --git a/newlib/libc/reent/closer.c b/newlib/libc/reent/closer.c index deb34b002..e4259ce65 100644 --- a/newlib/libc/reent/closer.c +++ b/newlib/libc/reent/closer.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant version of close system call. */ #include <reent.h> diff --git a/newlib/libc/reent/execr.c b/newlib/libc/reent/execr.c index 59b61223e..4619807c2 100644 --- a/newlib/libc/reent/execr.c +++ b/newlib/libc/reent/execr.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant versions of execution system calls. These implementations just call the usual system calls. */ diff --git a/newlib/libc/reent/fcntlr.c b/newlib/libc/reent/fcntlr.c index cd19d226f..95e39bc11 100644 --- a/newlib/libc/reent/fcntlr.c +++ b/newlib/libc/reent/fcntlr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Jeff Johnston <[email protected]> */ /* Reentrant versions of fcntl system call. This implementation just calls the fcntl system call. */ diff --git a/newlib/libc/reent/fstat64r.c b/newlib/libc/reent/fstat64r.c index c546f5c1d..0c915c6ca 100644 --- a/newlib/libc/reent/fstat64r.c +++ b/newlib/libc/reent/fstat64r.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Jeff Johnston <[email protected]> */ /* Reentrant versions of fstat system call. This implementation just calls the fstat system call. */ diff --git a/newlib/libc/reent/fstatr.c b/newlib/libc/reent/fstatr.c index ec906c98d..03659c635 100644 --- a/newlib/libc/reent/fstatr.c +++ b/newlib/libc/reent/fstatr.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant versions of fstat system call. This implementation just calls the fstat system call. */ diff --git a/newlib/libc/reent/getreent.c b/newlib/libc/reent/getreent.c index 5fa98e96b..e8a774d0f 100644 --- a/newlib/libc/reent/getreent.c +++ b/newlib/libc/reent/getreent.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Jeff Johnston <[email protected]> */ /* default reentrant pointer when multithread enabled */ #ifdef GETREENT_PROVIDED diff --git a/newlib/libc/reent/gettimeofdayr.c b/newlib/libc/reent/gettimeofdayr.c index 9b982a993..5fa5345e5 100644 --- a/newlib/libc/reent/gettimeofdayr.c +++ b/newlib/libc/reent/gettimeofdayr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2007 Patrick Mansfield <[email protected]> */ /* Reentrant version of gettimeofday system call This implementation just calls the times/gettimeofday system calls. Gettimeofday may not be available on all targets. It's presence diff --git a/newlib/libc/reent/impure.c b/newlib/libc/reent/impure.c index 76f67459e..26ed3cbcb 100644 --- a/newlib/libc/reent/impure.c +++ b/newlib/libc/reent/impure.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ #include <reent.h> /* Note that there is a copy of this in sys/reent.h. */ diff --git a/newlib/libc/reent/isattyr.c b/newlib/libc/reent/isattyr.c index f21bf25b2..ebfcb6142 100644 --- a/newlib/libc/reent/isattyr.c +++ b/newlib/libc/reent/isattyr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2008 Jeff Johnston <[email protected]> */ /* Reentrant versions of isatty system call. */ #include <reent.h> diff --git a/newlib/libc/reent/linkr.c b/newlib/libc/reent/linkr.c index b22da5f94..503cee861 100644 --- a/newlib/libc/reent/linkr.c +++ b/newlib/libc/reent/linkr.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant versions of file system calls. These implementations just call the usual system calls. */ diff --git a/newlib/libc/reent/lseek64r.c b/newlib/libc/reent/lseek64r.c index 40769fb6d..978ba12e6 100644 --- a/newlib/libc/reent/lseek64r.c +++ b/newlib/libc/reent/lseek64r.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Jeff Johnston <[email protected]> */ /* Reentrant versions of lseek system call. */ #include <reent.h> diff --git a/newlib/libc/reent/lseekr.c b/newlib/libc/reent/lseekr.c index ac2daaab9..b99126af8 100644 --- a/newlib/libc/reent/lseekr.c +++ b/newlib/libc/reent/lseekr.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant versions of lseek system call. */ #include <reent.h> diff --git a/newlib/libc/reent/mkdirr.c b/newlib/libc/reent/mkdirr.c index fd72df64c..447ea7818 100644 --- a/newlib/libc/reent/mkdirr.c +++ b/newlib/libc/reent/mkdirr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2009 Jeff Johnston <[email protected]> */ /* Reentrant versions of mkdir system call. */ #include <reent.h> diff --git a/newlib/libc/reent/open64r.c b/newlib/libc/reent/open64r.c index 84bd67e34..87591cecd 100644 --- a/newlib/libc/reent/open64r.c +++ b/newlib/libc/reent/open64r.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Jeff Johnston <[email protected]> */ /* Reentrant versions of open system call. */ #include <reent.h> diff --git a/newlib/libc/reent/openr.c b/newlib/libc/reent/openr.c index c6a7db5de..cecbbff9b 100644 --- a/newlib/libc/reent/openr.c +++ b/newlib/libc/reent/openr.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant versions of open system call. */ #include <reent.h> diff --git a/newlib/libc/reent/readr.c b/newlib/libc/reent/readr.c index 7fccefd32..c194bcd61 100644 --- a/newlib/libc/reent/readr.c +++ b/newlib/libc/reent/readr.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant versions of read system call. */ #include <reent.h> diff --git a/newlib/libc/reent/reent.c b/newlib/libc/reent/reent.c index 7c57e2019..8f6146770 100644 --- a/newlib/libc/reent/reent.c +++ b/newlib/libc/reent/reent.c @@ -1,4 +1,20 @@ /* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +*/ +/* FUNCTION <<reent>>---definition of impure data. diff --git a/newlib/libc/reent/reent.tex b/newlib/libc/reent/reent.tex index 881c572c6..15df8ff46 100644 --- a/newlib/libc/reent/reent.tex +++ b/newlib/libc/reent/reent.tex @@ -1,3 +1,19 @@ +# +#Copyright (c) 1994 Cygnus Support. +#All rights reserved. +# +#Redistribution and use in source and binary forms are permitted +#provided that the above copyright notice and this paragraph are +#duplicated in all such forms and that any documentation, +#and/or other materials related to such +#distribution and use acknowledge that the software was developed +#at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +#endorse or promote products derived from this software without +#specific prior written permission. +#THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +#IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +#WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +# @node Reentrancy @chapter Reentrancy diff --git a/newlib/libc/reent/renamer.c b/newlib/libc/reent/renamer.c index 5420dc4a0..46e1a80a6 100644 --- a/newlib/libc/reent/renamer.c +++ b/newlib/libc/reent/renamer.c @@ -1,3 +1,19 @@ +/* + * Copyright (c) 1990 The Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that the above copyright notice and this paragraph are + * duplicated in all such forms and that any documentation, + * and/or other materials related to such + * distribution and use acknowledge that the software was developed + * by the University of California, Berkeley. The name of the + * University may not be used to endorse or promote products derived + * from this software without specific prior written permission. + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant version of rename system call. */ #include <reent.h> diff --git a/newlib/libc/reent/sbrkr.c b/newlib/libc/reent/sbrkr.c index 21c4bd913..febb00607 100644 --- a/newlib/libc/reent/sbrkr.c +++ b/newlib/libc/reent/sbrkr.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant version of sbrk system call. */ #include <reent.h> diff --git a/newlib/libc/reent/signalr.c b/newlib/libc/reent/signalr.c index 345910e4b..f6ff3c6a4 100644 --- a/newlib/libc/reent/signalr.c +++ b/newlib/libc/reent/signalr.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant versions of syscalls need to support signal/raise. These implementations just call the usual system calls. */ diff --git a/newlib/libc/reent/signgam.c b/newlib/libc/reent/signgam.c index b1017d861..a790342b9 100644 --- a/newlib/libc/reent/signgam.c +++ b/newlib/libc/reent/signgam.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2001 Jeff Johnston <[email protected]> */ /* The signgam variable is stored in the reentrancy structure. This function returns its address for use by the macro signgam defined in math.h. */ diff --git a/newlib/libc/reent/stat64r.c b/newlib/libc/reent/stat64r.c index b64736ef2..9c84653b4 100644 --- a/newlib/libc/reent/stat64r.c +++ b/newlib/libc/reent/stat64r.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2008 Jeff Johnston <[email protected]> */ /* Reentrant versions of stat64 system call. This implementation just calls the stat64 system call. */ diff --git a/newlib/libc/reent/statr.c b/newlib/libc/reent/statr.c index 9388e0246..97fd8f99c 100644 --- a/newlib/libc/reent/statr.c +++ b/newlib/libc/reent/statr.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant versions of stat system call. This implementation just calls the stat system call. */ diff --git a/newlib/libc/reent/timesr.c b/newlib/libc/reent/timesr.c index bb890035a..a0ee05dd8 100644 --- a/newlib/libc/reent/timesr.c +++ b/newlib/libc/reent/timesr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2007 Patrick Mansfield <[email protected]> */ /* Reentrant versions of times system calls */ #include <reent.h> diff --git a/newlib/libc/reent/unlinkr.c b/newlib/libc/reent/unlinkr.c index 41bac0194..62454a1db 100644 --- a/newlib/libc/reent/unlinkr.c +++ b/newlib/libc/reent/unlinkr.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2000 Alexandre Oliva <[email protected]> */ /* Reentrant versions of file system calls. These implementations just call the usual system calls. */ diff --git a/newlib/libc/reent/writer.c b/newlib/libc/reent/writer.c index 704aba18b..656bb534a 100644 --- a/newlib/libc/reent/writer.c +++ b/newlib/libc/reent/writer.c @@ -1,3 +1,19 @@ +/* +Copyright (c) 1994 Cygnus Support. +All rights reserved. + +Redistribution and use in source and binary forms are permitted +provided that the above copyright notice and this paragraph are +duplicated in all such forms and that any documentation, +and/or other materials related to such +distribution and use acknowledge that the software was developed +at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to +endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ /* Reentrant versions of write system call. */ #include <reent.h> -- 2.25.0