svn commit: r351913 - in stable/12: lib/libefivar sbin/devmatch sbin/nvmecontrol sbin/nvmecontrol/modules/wdc share/man/man4 share/man/man9 stand/efi/libefi stand/efi/loader stand/forth stand/i386/...

Warner Losh imp at FreeBSD.org
Thu Sep 5 23:28:14 UTC 2019


Author: imp
Date: Thu Sep  5 23:27:59 2019
New Revision: 351913
URL: https://svnweb.freebsd.org/changeset/base/351913

Log:
  MFC r343755:
  
    Regularize the Netflix copyright

Modified:
  stable/12/lib/libefivar/efi-osdep.h
  stable/12/lib/libefivar/efivar-dp-format.c
  stable/12/lib/libefivar/efivar-dp-parse.c
  stable/12/lib/libefivar/efivar-dp-xlate.c
  stable/12/lib/libefivar/efivar-dp.h
  stable/12/lib/libefivar/efivar.3
  stable/12/lib/libefivar/efivar.c
  stable/12/lib/libefivar/efivar.h
  stable/12/lib/libefivar/uefi-dplib.h
  stable/12/lib/libefivar/uefi-dputil.c
  stable/12/sbin/devmatch/devmatch.8
  stable/12/sbin/devmatch/devmatch.c
  stable/12/sbin/nvmecontrol/modules/wdc/wdc.c
  stable/12/sbin/nvmecontrol/nc_util.c
  stable/12/sbin/nvmecontrol/ns.c
  stable/12/sbin/nvmecontrol/nvmecontrol_ext.h
  stable/12/sbin/nvmecontrol/power.c
  stable/12/share/man/man4/nda.4
  stable/12/share/man/man9/kern_testfrwk.9
  stable/12/stand/efi/libefi/efienv.c
  stable/12/stand/efi/libefi/env.c
  stable/12/stand/efi/libefi/wchar.c
  stable/12/stand/efi/loader/main.c
  stable/12/stand/forth/efi.4th
  stable/12/stand/i386/libi386/biospci.c
  stable/12/stand/libsa/abort.c
  stable/12/stand/libsa/xlocale_private.h
  stable/12/sys/cam/nvme/nvme_all.c
  stable/12/sys/cam/nvme/nvme_all.h
  stable/12/sys/cam/nvme/nvme_da.c
  stable/12/sys/crypto/aesni/aesencdec.h
  stable/12/sys/dev/efidev/efidev.c
  stable/12/sys/dev/nvme/nvme_sim.c
  stable/12/sys/dev/tcp_log/tcp_log_dev.c
  stable/12/sys/dev/tcp_log/tcp_log_dev.h
  stable/12/sys/kern/subr_boot.c
  stable/12/sys/netinet/tcp_hpts.c
  stable/12/sys/netinet/tcp_hpts.h
  stable/12/sys/netinet/tcp_log_buf.c
  stable/12/sys/netinet/tcp_log_buf.h
  stable/12/sys/netinet/tcp_stacks/rack.c
  stable/12/sys/netinet/tcp_stacks/rack_bbr_common.h
  stable/12/sys/netinet/tcp_stacks/sack_filter.c
  stable/12/sys/netinet/tcp_stacks/sack_filter.h
  stable/12/sys/netinet/tcp_stacks/tcp_rack.h
  stable/12/sys/sys/boot.h
  stable/12/sys/sys/efiio.h
  stable/12/sys/sys/kern_prefetch.h
  stable/12/sys/tests/callout_test.h
  stable/12/sys/tests/callout_test/callout_test.c
  stable/12/sys/tests/framework/kern_testfrwk.c
  stable/12/sys/tests/kern_testfrwk.h
  stable/12/usr.sbin/efibootmgr/efibootmgr.8
  stable/12/usr.sbin/efibootmgr/efibootmgr.c
  stable/12/usr.sbin/efidp/efidp.8
  stable/12/usr.sbin/efidp/efidp.c
  stable/12/usr.sbin/efivar/efiutil.c
  stable/12/usr.sbin/efivar/efiutil.h
  stable/12/usr.sbin/efivar/efivar.8
  stable/12/usr.sbin/efivar/efivar.c
  stable/12/usr.sbin/mpsutil/mps_cmd.c
  stable/12/usr.sbin/mpsutil/mps_debug.c
  stable/12/usr.sbin/mpsutil/mps_show.c
  stable/12/usr.sbin/mpsutil/mpsutil.c
  stable/12/usr.sbin/pmcstat/pmcpl_annotate_cg.c
  stable/12/usr.sbin/pmcstat/pmcpl_annotate_cg.h
  stable/12/usr.sbin/pmcstudy/eval_expr.c
  stable/12/usr.sbin/pmcstudy/eval_expr.h
  stable/12/usr.sbin/pmcstudy/pmcstudy.8
  stable/12/usr.sbin/pmcstudy/pmcstudy.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libefivar/efi-osdep.h
==============================================================================
--- stable/12/lib/libefivar/efi-osdep.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/lib/libefivar/efi-osdep.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libefivar/efivar-dp-format.c
==============================================================================
--- stable/12/lib/libefivar/efivar-dp-format.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/lib/libefivar/efivar-dp-format.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libefivar/efivar-dp-parse.c
==============================================================================
--- stable/12/lib/libefivar/efivar-dp-parse.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/lib/libefivar/efivar-dp-parse.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libefivar/efivar-dp-xlate.c
==============================================================================
--- stable/12/lib/libefivar/efivar-dp-xlate.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/lib/libefivar/efivar-dp-xlate.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libefivar/efivar-dp.h
==============================================================================
--- stable/12/lib/libefivar/efivar-dp.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/lib/libefivar/efivar-dp.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libefivar/efivar.3
==============================================================================
--- stable/12/lib/libefivar/efivar.3	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/lib/libefivar/efivar.3	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,3 +1,4 @@
+.\"
 .\" Copyright 2016 Netflix, Inc.
 .\" All rights reserved.
 .\"

Modified: stable/12/lib/libefivar/efivar.c
==============================================================================
--- stable/12/lib/libefivar/efivar.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/lib/libefivar/efivar.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libefivar/efivar.h
==============================================================================
--- stable/12/lib/libefivar/efivar.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/lib/libefivar/efivar.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libefivar/uefi-dplib.h
==============================================================================
--- stable/12/lib/libefivar/uefi-dplib.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/lib/libefivar/uefi-dplib.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libefivar/uefi-dputil.c
==============================================================================
--- stable/12/lib/libefivar/uefi-dputil.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/lib/libefivar/uefi-dputil.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sbin/devmatch/devmatch.8
==============================================================================
--- stable/12/sbin/devmatch/devmatch.8	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sbin/devmatch/devmatch.8	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,7 +1,5 @@
 .\"
-.\" Copyright (c) 2017 Netflix, Inc
-.\"
-.\" All rights reserved.
+.\" Copyright (c) 2017 Netflix, Inc.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/sbin/devmatch/devmatch.c
==============================================================================
--- stable/12/sbin/devmatch/devmatch.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sbin/devmatch/devmatch.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Netflix, Inc
- * All rights reserved.
+ * Copyright (c) 2017 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sbin/nvmecontrol/modules/wdc/wdc.c
==============================================================================
--- stable/12/sbin/nvmecontrol/modules/wdc/wdc.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sbin/nvmecontrol/modules/wdc/wdc.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Netflix, Inc
- * All rights reserved.
+ * Copyright (c) 2017 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sbin/nvmecontrol/nc_util.c
==============================================================================
--- stable/12/sbin/nvmecontrol/nc_util.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sbin/nvmecontrol/nc_util.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Netflix, Inc
- * All rights reserved.
+ * Copyright (c) 2017 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sbin/nvmecontrol/ns.c
==============================================================================
--- stable/12/sbin/nvmecontrol/ns.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sbin/nvmecontrol/ns.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2017 Netflix, Inc
+ * Copyright (c) 2017 Netflix, Inc.
  * Copyright (C) 2018-2019 Alexander Motin <mav at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without

Modified: stable/12/sbin/nvmecontrol/nvmecontrol_ext.h
==============================================================================
--- stable/12/sbin/nvmecontrol/nvmecontrol_ext.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sbin/nvmecontrol/nvmecontrol_ext.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (C) 2018 Netflix
+ * Copyright (C) 2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sbin/nvmecontrol/power.c
==============================================================================
--- stable/12/sbin/nvmecontrol/power.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sbin/nvmecontrol/power.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2016 Netflix, Inc
- * All rights reserved.
+ * Copyright (c) 2016 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man4/nda.4
==============================================================================
--- stable/12/share/man/man4/nda.4	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/share/man/man4/nda.4	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
-.\" Copyright (c) 2017 Netflix, Inc
-.\" All rights reserved.
+.\"
+.\" Copyright (c) 2017 Netflix, Inc.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/kern_testfrwk.9
==============================================================================
--- stable/12/share/man/man9/kern_testfrwk.9	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/share/man/man9/kern_testfrwk.9	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 .\"
-.\" 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

Modified: stable/12/stand/efi/libefi/efienv.c
==============================================================================
--- stable/12/stand/efi/libefi/efienv.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/stand/efi/libefi/efienv.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2018 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/stand/efi/libefi/env.c
==============================================================================
--- stable/12/stand/efi/libefi/env.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/stand/efi/libefi/env.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
 /*
- * 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

Modified: stable/12/stand/efi/libefi/wchar.c
==============================================================================
--- stable/12/stand/efi/libefi/wchar.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/stand/efi/libefi/wchar.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2016 Netflix, Inc. All Rights Reserved.
+ * Copyright 2016 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/stand/efi/loader/main.c
==============================================================================
--- stable/12/stand/efi/loader/main.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/stand/efi/loader/main.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,9 +1,10 @@
 /*-
  * Copyright (c) 2008-2010 Rui Paulo
  * Copyright (c) 2006 Marcel Moolenaar
- * Copyright (c) 2018 Netflix, Inc
  * All rights reserved.
  *
+ * Copyright (c) 2018 Netflix, Inc.
+ * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: stable/12/stand/forth/efi.4th
==============================================================================
--- stable/12/stand/forth/efi.4th	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/stand/forth/efi.4th	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
-\ Copyright (c) 2016 Netflix, Inc
-\ All rights reserved.
+\
+\ Copyright (c) 2016 Netflix, Inc.
 \
 \ Redistribution and use in source and binary forms, with or without
 \ modification, are permitted provided that the following conditions

Modified: stable/12/stand/i386/libi386/biospci.c
==============================================================================
--- stable/12/stand/i386/libi386/biospci.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/stand/i386/libi386/biospci.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,7 +1,8 @@
 /*-
  * Copyright (c) 1998 Michael Smith <msmith at freebsd.org>
- * Copyright (c) 2016 Netflix, Inc
  * All rights reserved.
+ *
+ * Copyright (c) 2016 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/stand/libsa/abort.c
==============================================================================
--- stable/12/stand/libsa/abort.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/stand/libsa/abort.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Netflix. All Rights Reserved.
+ * Copyright (c) 2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/stand/libsa/xlocale_private.h
==============================================================================
--- stable/12/stand/libsa/xlocale_private.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/stand/libsa/xlocale_private.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2018 Netflix
+ * Copyright (c) 2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/cam/nvme/nvme_all.c
==============================================================================
--- stable/12/sys/cam/nvme/nvme_all.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/cam/nvme/nvme_all.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2015 Netflix, Inc
+ * Copyright (c) 2015 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/cam/nvme/nvme_all.h
==============================================================================
--- stable/12/sys/cam/nvme/nvme_all.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/cam/nvme/nvme_all.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2015 Netflix, Inc
+ * Copyright (c) 2015 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/cam/nvme/nvme_da.c
==============================================================================
--- stable/12/sys/cam/nvme/nvme_da.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/cam/nvme/nvme_da.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2015 Netflix, Inc
+ * Copyright (c) 2015 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/crypto/aesni/aesencdec.h
==============================================================================
--- stable/12/sys/crypto/aesni/aesencdec.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/crypto/aesni/aesencdec.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,7 +1,8 @@
 /*-
  * Copyright 2013 John-Mark Gurney <jmg at FreeBSD.org>
- * Copyright 2015 Netflix, Inc.
  * All rights reserved.
+ *
+ * Copyright 2015 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/dev/efidev/efidev.c
==============================================================================
--- stable/12/sys/dev/efidev/efidev.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/dev/efidev/efidev.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/dev/nvme/nvme_sim.c
==============================================================================
--- stable/12/sys/dev/nvme/nvme_sim.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/dev/nvme/nvme_sim.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2016 Netflix, Inc
+ * Copyright (c) 2016 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/dev/tcp_log/tcp_log_dev.c
==============================================================================
--- stable/12/sys/dev/tcp_log/tcp_log_dev.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/dev/tcp_log/tcp_log_dev.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2016-2017
- *	Netflix Inc.  All rights reserved.
+ * Copyright (c) 2016-2017 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/dev/tcp_log/tcp_log_dev.h
==============================================================================
--- stable/12/sys/dev/tcp_log/tcp_log_dev.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/dev/tcp_log/tcp_log_dev.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2016
- *	Netflix Inc.  All rights reserved.
+ * Copyright (c) 2016 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/kern/subr_boot.c
==============================================================================
--- stable/12/sys/kern/subr_boot.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/kern/subr_boot.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -10,7 +10,7 @@
  * Copyright (c) 2014 Roger Pau Monné <roger.pau at citrix.com>
  * All Rights Reserved.
  * Copyright (c) 2018 Kyle Evans <kevans at FreeBSD.org>
- * Copyright (c) 2018 Netflix
+ * Copyright (c) 2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/netinet/tcp_hpts.c
==============================================================================
--- stable/12/sys/netinet/tcp_hpts.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/netinet/tcp_hpts.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2016-2018 Netflix Inc.
+ * Copyright (c) 2016-2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/netinet/tcp_hpts.h
==============================================================================
--- stable/12/sys/netinet/tcp_hpts.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/netinet/tcp_hpts.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2016-2018 Netflix Inc.
+ * Copyright (c) 2016-2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/netinet/tcp_log_buf.c
==============================================================================
--- stable/12/sys/netinet/tcp_log_buf.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/netinet/tcp_log_buf.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2016-2018
- *	Netflix Inc.  All rights reserved.
+ * Copyright (c) 2016-2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/netinet/tcp_log_buf.h
==============================================================================
--- stable/12/sys/netinet/tcp_log_buf.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/netinet/tcp_log_buf.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2016-2018
- *	Netflix Inc.  All rights reserved.
+ * Copyright (c) 2016-2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/netinet/tcp_stacks/rack.c
==============================================================================
--- stable/12/sys/netinet/tcp_stacks/rack.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/netinet/tcp_stacks/rack.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2016-2019 Netflix, Inc.
+ * Copyright (c) 2016-2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/netinet/tcp_stacks/rack_bbr_common.h
==============================================================================
--- stable/12/sys/netinet/tcp_stacks/rack_bbr_common.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/netinet/tcp_stacks/rack_bbr_common.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,9 +1,7 @@
 #ifndef __pacer_timer_h__
 #define __pacer_timer_h__
 /*-
- * Copyright (c) 2017
- *	Netflix Inc.
- *      All rights reserved.
+ * Copyright (c) 2017 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/netinet/tcp_stacks/sack_filter.c
==============================================================================
--- stable/12/sys/netinet/tcp_stacks/sack_filter.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/netinet/tcp_stacks/sack_filter.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,7 +1,5 @@
 /*-
- * Copyright (c) 2017
- *	Netflix Inc.
- *      All rights reserved.
+ * Copyright (c) 2017 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/netinet/tcp_stacks/sack_filter.h
==============================================================================
--- stable/12/sys/netinet/tcp_stacks/sack_filter.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/netinet/tcp_stacks/sack_filter.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,9 +1,7 @@
 #ifndef __sack_filter_h__
 #define __sack_filter_h__
 /*-
- * Copyright (c) 2017
- *	Netflix Inc.
- *      All rights reserved.
+ * Copyright (c) 2017 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/netinet/tcp_stacks/tcp_rack.h
==============================================================================
--- stable/12/sys/netinet/tcp_stacks/tcp_rack.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/netinet/tcp_stacks/tcp_rack.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2016
- *	Netflix Inc.  All rights reserved.
+ * Copyright (c) 2016 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/sys/boot.h
==============================================================================
--- stable/12/sys/sys/boot.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/sys/boot.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,9 +1,9 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2018 Netflix
  * Copyright (c) 2014 Roger Pau Monné <roger.pau at citrix.com>
  * All rights reserved.
+ * Copyright (c) 2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/sys/efiio.h
==============================================================================
--- stable/12/sys/sys/efiio.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/sys/efiio.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/sys/kern_prefetch.h
==============================================================================
--- stable/12/sys/sys/kern_prefetch.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/sys/kern_prefetch.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2016-2018 Netflix Inc.
+ * Copyright (c) 2016-2018 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/tests/callout_test.h
==============================================================================
--- stable/12/sys/tests/callout_test.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/tests/callout_test.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -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

Modified: stable/12/sys/tests/callout_test/callout_test.c
==============================================================================
--- stable/12/sys/tests/callout_test/callout_test.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/tests/callout_test/callout_test.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -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:

Modified: stable/12/sys/tests/framework/kern_testfrwk.c
==============================================================================
--- stable/12/sys/tests/framework/kern_testfrwk.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/tests/framework/kern_testfrwk.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -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

Modified: stable/12/sys/tests/kern_testfrwk.h
==============================================================================
--- stable/12/sys/tests/kern_testfrwk.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/sys/tests/kern_testfrwk.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -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

Modified: stable/12/usr.sbin/efibootmgr/efibootmgr.8
==============================================================================
--- stable/12/usr.sbin/efibootmgr/efibootmgr.8	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/efibootmgr/efibootmgr.8	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
-.\" Copyright (c) 2017 Netflix, Inc
-.\" All rights reserved.
+.\"
+.\" Copyright (c) 2017-2018 Netflix, Inc.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/efibootmgr/efibootmgr.c
==============================================================================
--- stable/12/usr.sbin/efibootmgr/efibootmgr.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/efibootmgr/efibootmgr.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/efidp/efidp.8
==============================================================================
--- stable/12/usr.sbin/efidp/efidp.8	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/efidp/efidp.8	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
-.\" Copyright (c) 2017 Netflix, Inc
-.\" All rights reserved.
+.\"
+.\" Copyright (c) 2017 Netflix, Inc.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/efidp/efidp.c
==============================================================================
--- stable/12/usr.sbin/efidp/efidp.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/efidp/efidp.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/efivar/efiutil.c
==============================================================================
--- stable/12/usr.sbin/efivar/efiutil.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/efivar/efiutil.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/efivar/efiutil.h
==============================================================================
--- stable/12/usr.sbin/efivar/efiutil.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/efivar/efiutil.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/efivar/efivar.8
==============================================================================
--- stable/12/usr.sbin/efivar/efivar.8	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/efivar/efivar.8	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
-.\" Copyright (c) 2017 Netflix, Inc
-.\" All rights reserved.
+.\"
+.\" Copyright (c) 2017 Netflix, Inc.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/efivar/efivar.c
==============================================================================
--- stable/12/usr.sbin/efivar/efivar.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/efivar/efivar.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Netflix, Inc.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/mpsutil/mps_cmd.c
==============================================================================
--- stable/12/usr.sbin/mpsutil/mps_cmd.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/mpsutil/mps_cmd.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -2,7 +2,6 @@
  * Copyright (c) 2015 Baptiste Daroussin <bapt at FreeBSD.org>
  *
  * Copyright (c) 2015 Netflix, Inc.
- * All rights reserved.
  * Written by: Scott Long <scottl at freebsd.org>
  *
  * Copyright (c) 2008 Yahoo!, Inc.

Modified: stable/12/usr.sbin/mpsutil/mps_debug.c
==============================================================================
--- stable/12/usr.sbin/mpsutil/mps_debug.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/mpsutil/mps_debug.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2018 Netflix, Inc.
- * All rights reserved.
  * Written by: Scott Long <scottl at freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without

Modified: stable/12/usr.sbin/mpsutil/mps_show.c
==============================================================================
--- stable/12/usr.sbin/mpsutil/mps_show.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/mpsutil/mps_show.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 Netflix, Inc.
- * All rights reserved.
  * Written by: Scott Long <scottl at freebsd.org>
  *
  * Copyright (c) 2008 Yahoo!, Inc.

Modified: stable/12/usr.sbin/mpsutil/mpsutil.c
==============================================================================
--- stable/12/usr.sbin/mpsutil/mpsutil.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/mpsutil/mpsutil.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 Netflix, Inc.
- * All rights reserved.
  * Written by: Scott Long <scottl at freebsd.org>
  *
  * Copyright (c) 2008 Yahoo!, Inc.

Modified: stable/12/usr.sbin/pmcstat/pmcpl_annotate_cg.c
==============================================================================
--- stable/12/usr.sbin/pmcstat/pmcpl_annotate_cg.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/pmcstat/pmcpl_annotate_cg.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -3,8 +3,10 @@
  *
  * Copyright (c) 2005-2007, Joseph Koshy
  * Copyright (c) 2007 The FreeBSD Foundation
- * Copyright (c) 2014, Adrian Chadd, Netflix Inc.
  * All rights reserved.
+ *
+ * Copyright (c) 2014 Netflix, Inc.
+ * Written by: Adrian Chadd <adrian at FreeBSD.org>
  *
  * Portions of this software were developed by A. Joseph Koshy under
  * sponsorship from the FreeBSD Foundation and Google, Inc.

Modified: stable/12/usr.sbin/pmcstat/pmcpl_annotate_cg.h
==============================================================================
--- stable/12/usr.sbin/pmcstat/pmcpl_annotate_cg.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/pmcstat/pmcpl_annotate_cg.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -3,8 +3,10 @@
  *
  * Copyright (c) 2005-2007, Joseph Koshy
  * Copyright (c) 2007 The FreeBSD Foundation
- * Copyright (c) 2014, Adrian Chadd, Netflix Inc.
  * All rights reserved.
+ *
+ * Copyright (c) 2014 Netflix, Inc.
+ * Written by: Adrian Chadd <adrian at FreeBSD.org>
  *
  * Portions of this software were developed by A. Joseph Koshy under
  * sponsorship from the FreeBSD Foundation and Google, Inc.

Modified: stable/12/usr.sbin/pmcstudy/eval_expr.c
==============================================================================
--- stable/12/usr.sbin/pmcstudy/eval_expr.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/pmcstudy/eval_expr.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
- * 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

Modified: stable/12/usr.sbin/pmcstudy/eval_expr.h
==============================================================================
--- stable/12/usr.sbin/pmcstudy/eval_expr.h	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/pmcstudy/eval_expr.h	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,8 +1,7 @@
 #ifndef __eval_expr_h__
 #define __eval_expr_h__
 /*-
- * 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

Modified: stable/12/usr.sbin/pmcstudy/pmcstudy.8
==============================================================================
--- stable/12/usr.sbin/pmcstudy/pmcstudy.8	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/pmcstudy/pmcstudy.8	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,5 +1,5 @@
-.\" Copyright (c) 2015
-.\"		Netflix Inc.
+.\"
+.\" Copyright (c) 2015 Netflix, Inc.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/pmcstudy/pmcstudy.c
==============================================================================
--- stable/12/usr.sbin/pmcstudy/pmcstudy.c	Thu Sep  5 23:24:43 2019	(r351912)
+++ stable/12/usr.sbin/pmcstudy/pmcstudy.c	Thu Sep  5 23:27:59 2019	(r351913)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2014, 2015 Netflix Inc.
- * All rights reserved.
+ * Copyright (c) 2014-2015 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions


More information about the svn-src-all mailing list