Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2018 20:32:24 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333434 - in head/sys: cam cam/nvme dev/nvme
Message-ID:  <201805092032.w49KWOGb071013@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805092032.w49KWOGb071013>