diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2019-04-22 18:05:33 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2019-04-22 18:05:33 +0000 |
| commit | 148a8da8d98ce7d4ec6709ebbb580a4f94316084 (patch) | |
| tree | d8056b3a93fa769c1745186263a3f9c4da7e1cf7 /lib/libsbuf | |
| parent | da5069e1f7daaef1e7157876d6044de6f3a08ce2 (diff) | |
Notes
Diffstat (limited to 'lib/libsbuf')
| -rw-r--r-- | lib/libsbuf/tests/sbuf_core_test.c | 3 | ||||
| -rw-r--r-- | lib/libsbuf/tests/sbuf_stdio_test.c | 3 | ||||
| -rw-r--r-- | lib/libsbuf/tests/sbuf_string_test.c | 3 | ||||
| -rw-r--r-- | lib/libsbuf/tests/sbuf_test_common.h | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/lib/libsbuf/tests/sbuf_core_test.c b/lib/libsbuf/tests/sbuf_core_test.c index 2248c4cacebf..8ac4984e6804 100644 --- a/lib/libsbuf/tests/sbuf_core_test.c +++ b/lib/libsbuf/tests/sbuf_core_test.c @@ -1,6 +1,5 @@ /*- - * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org> - * All rights reserved. + * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/lib/libsbuf/tests/sbuf_stdio_test.c b/lib/libsbuf/tests/sbuf_stdio_test.c index 9e55146436cc..681b870a3434 100644 --- a/lib/libsbuf/tests/sbuf_stdio_test.c +++ b/lib/libsbuf/tests/sbuf_stdio_test.c @@ -1,6 +1,5 @@ /*- - * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org> - * All rights reserved. + * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/lib/libsbuf/tests/sbuf_string_test.c b/lib/libsbuf/tests/sbuf_string_test.c index 0da193ee8457..04b727afc8a1 100644 --- a/lib/libsbuf/tests/sbuf_string_test.c +++ b/lib/libsbuf/tests/sbuf_string_test.c @@ -1,6 +1,5 @@ /*- - * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org> - * All rights reserved. + * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/lib/libsbuf/tests/sbuf_test_common.h b/lib/libsbuf/tests/sbuf_test_common.h index 4566195cf80a..5e85f0a1285b 100644 --- a/lib/libsbuf/tests/sbuf_test_common.h +++ b/lib/libsbuf/tests/sbuf_test_common.h @@ -1,6 +1,5 @@ /*- - * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org> - * All rights reserved. + * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
