diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2015-06-02 19:20:39 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2015-06-02 19:20:39 +0000 |
| commit | 4f8e0ff82d415f5c7224d405a2ebfe547e75b9cd (patch) | |
| tree | a5d8d5474fef7c8a5c78d1e2ac517008d1c119b8 /lib/libc/stdio | |
| parent | a21d59e435cf066549e490cb47c4e250410ef1cd (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/open_memstream.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdio/open_memstream.c | 2 | ||||
| -rw-r--r-- | lib/libc/stdio/open_wmemstream.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3 index 117dcb270ee6..e01952bc4941 100644 --- a/lib/libc/stdio/open_memstream.3 +++ b/lib/libc/stdio/open_memstream.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2013 Advanced Computing Technologies LLC +.\" Copyright (c) 2013 Hudson River Trading LLC .\" Written by: John H. Baldwin <jhb@FreeBSD.org> .\" All rights reserved. .\" diff --git a/lib/libc/stdio/open_memstream.c b/lib/libc/stdio/open_memstream.c index aa50822b1522..baa71e4a72ef 100644 --- a/lib/libc/stdio/open_memstream.c +++ b/lib/libc/stdio/open_memstream.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013 Advanced Computing Technologies LLC + * Copyright (c) 2013 Hudson River Trading LLC * Written by: John H. Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdio/open_wmemstream.c b/lib/libc/stdio/open_wmemstream.c index cf2968ae626f..299e3d87940f 100644 --- a/lib/libc/stdio/open_wmemstream.c +++ b/lib/libc/stdio/open_wmemstream.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013 Advanced Computing Technologies LLC + * Copyright (c) 2013 Hudson River Trading LLC * Written by: John H. Baldwin <jhb@FreeBSD.org> * All rights reserved. * |
