diff options
| author | Warner Losh <imp@FreeBSD.org> | 2019-02-04 21:28:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2019-02-04 21:28:25 +0000 |
| commit | 52467047aa7dd6d21f6303b28e4278cab2d8fe48 (patch) | |
| tree | a955484151ea6028ddb185953f10e97caa168a52 /sys/tests | |
| parent | e4314da2e45770e4b9b3be74f4b552045a041d3a (diff) | |
Notes
Diffstat (limited to 'sys/tests')
| -rw-r--r-- | sys/tests/callout_test.h | 3 | ||||
| -rw-r--r-- | sys/tests/callout_test/callout_test.c | 3 | ||||
| -rw-r--r-- | sys/tests/framework/kern_testfrwk.c | 3 | ||||
| -rw-r--r-- | sys/tests/kern_testfrwk.h | 3 |
4 files changed, 5 insertions, 7 deletions
diff --git a/sys/tests/callout_test.h b/sys/tests/callout_test.h index 2f470dc8bbca..a30b2ad95fe8 100644 --- a/sys/tests/callout_test.h +++ b/sys/tests/callout_test.h @@ -1,8 +1,7 @@ #ifndef __callout_test_h__ #define __callout_test_h__ /*- - * Copyright (c) 2015 - * Netflix Incorporated, All rights reserved. + * Copyright (c) 2015 Netflix, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/tests/callout_test/callout_test.c b/sys/tests/callout_test/callout_test.c index c42e9decb4bb..ce585380b94a 100644 --- a/sys/tests/callout_test/callout_test.c +++ b/sys/tests/callout_test/callout_test.c @@ -1,5 +1,6 @@ /*- - * Copyright (c) 2015 Netflix Inc. All rights reserved. + * Copyright (c) 2015 Netflix, Inc. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/tests/framework/kern_testfrwk.c b/sys/tests/framework/kern_testfrwk.c index 2ef1c6f02a50..3e88faa5e8f8 100644 --- a/sys/tests/framework/kern_testfrwk.c +++ b/sys/tests/framework/kern_testfrwk.c @@ -1,6 +1,5 @@ /*- - * Copyright (c) 2015 - * Netflix Incorporated, All rights reserved. + * Copyright (c) 2015 Netflix, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/tests/kern_testfrwk.h b/sys/tests/kern_testfrwk.h index 844eea411313..dbb4733df962 100644 --- a/sys/tests/kern_testfrwk.h +++ b/sys/tests/kern_testfrwk.h @@ -1,6 +1,5 @@ /*- - * Copyright (c) 2015 - * Netflix Incorporated, All rights reserved. + * Copyright (c) 2015 Netflix, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
