svn commit: r333434 - in head/sys: cam cam/nvme dev/nvme

Warner Losh imp at FreeBSD.org
Wed May 9 20:32:27 UTC 2018


Author: imp
Date: Wed May  9 20:32:23 2018
New Revision: 333434
URL: https://svnweb.freebsd.org/changeset/base/333434

Log:
  Remove the 'All Rights Reserved' clause from some of the stuff I've
  done for Netflix, since I'm in the neighborhood.

Modified:
  head/sys/cam/cam_iosched.c
  head/sys/cam/cam_iosched.h
  head/sys/cam/nvme/nvme_all.c
  head/sys/cam/nvme/nvme_all.h
  head/sys/cam/nvme/nvme_da.c
  head/sys/cam/nvme/nvme_xpt.c
  head/sys/dev/nvme/nvme_sim.c

Modified: head/sys/cam/cam_iosched.c
==============================================================================
--- head/sys/cam/cam_iosched.c	Wed May  9 20:26:37 2018	(r333433)
+++ head/sys/cam/cam_iosched.c	Wed May  9 20:32:23 2018	(r333434)
@@ -4,7 +4,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2015 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: head/sys/cam/cam_iosched.h
==============================================================================
--- head/sys/cam/cam_iosched.h	Wed May  9 20:26:37 2018	(r333433)
+++ head/sys/cam/cam_iosched.h	Wed May  9 20:32:23 2018	(r333434)
@@ -4,7 +4,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2015 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: head/sys/cam/nvme/nvme_all.c
==============================================================================
--- head/sys/cam/nvme/nvme_all.c	Wed May  9 20:26:37 2018	(r333433)
+++ head/sys/cam/nvme/nvme_all.c	Wed May  9 20:32:23 2018	(r333434)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2015 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: head/sys/cam/nvme/nvme_all.h
==============================================================================
--- head/sys/cam/nvme/nvme_all.h	Wed May  9 20:26:37 2018	(r333433)
+++ head/sys/cam/nvme/nvme_all.h	Wed May  9 20:32:23 2018	(r333434)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2015 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: head/sys/cam/nvme/nvme_da.c
==============================================================================
--- head/sys/cam/nvme/nvme_da.c	Wed May  9 20:26:37 2018	(r333433)
+++ head/sys/cam/nvme/nvme_da.c	Wed May  9 20:32:23 2018	(r333434)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2015 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: head/sys/cam/nvme/nvme_xpt.c
==============================================================================
--- head/sys/cam/nvme/nvme_xpt.c	Wed May  9 20:26:37 2018	(r333433)
+++ head/sys/cam/nvme/nvme_xpt.c	Wed May  9 20:32:23 2018	(r333434)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2015 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: head/sys/dev/nvme/nvme_sim.c
==============================================================================
--- head/sys/dev/nvme/nvme_sim.c	Wed May  9 20:26:37 2018	(r333433)
+++ head/sys/dev/nvme/nvme_sim.c	Wed May  9 20:32:23 2018	(r333434)
@@ -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


More information about the svn-src-head mailing list