Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2016 17:41:17 +0000 (UTC)
From:      Ryan Stone <rstone@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296865 - in head: sys/dev/pci sys/sys usr.sbin/iovctl
Message-ID:  <201603141741.u2EHfHHU069418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rstone
Date: Mon Mar 14 17:41:17 2016
New Revision: 296865
URL: https://svnweb.freebsd.org/changeset/base/296865

Log:
  Clean up repeated "All rights reserved"

Modified:
  head/sys/dev/pci/pci_iov.c
  head/sys/dev/pci/pci_iov_private.h
  head/sys/dev/pci/pci_iov_schema.c
  head/sys/dev/pci/schema_private.h
  head/sys/sys/iov.h
  head/sys/sys/iov_schema.h
  head/usr.sbin/iovctl/iovctl.c
  head/usr.sbin/iovctl/iovctl.h
  head/usr.sbin/iovctl/parse.c
  head/usr.sbin/iovctl/validate.c

Modified: head/sys/dev/pci/pci_iov.c
==============================================================================
--- head/sys/dev/pci/pci_iov.c	Mon Mar 14 16:52:05 2016	(r296864)
+++ head/sys/dev/pci/pci_iov.c	Mon Mar 14 17:41:17 2016	(r296865)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015 Sandvine Inc.  All rights reserved.
+ * Copyright (c) 2013-2015 Sandvine Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/pci/pci_iov_private.h
==============================================================================
--- head/sys/dev/pci/pci_iov_private.h	Mon Mar 14 16:52:05 2016	(r296864)
+++ head/sys/dev/pci/pci_iov_private.h	Mon Mar 14 17:41:17 2016	(r296865)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015 Sandvine Inc.  All rights reserved.
+ * Copyright (c) 2013-2015 Sandvine Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/pci/pci_iov_schema.c
==============================================================================
--- head/sys/dev/pci/pci_iov_schema.c	Mon Mar 14 16:52:05 2016	(r296864)
+++ head/sys/dev/pci/pci_iov_schema.c	Mon Mar 14 17:41:17 2016	(r296865)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2015 Sandvine Inc.  All rights reserved.
+ * Copyright (c) 2014-2015 Sandvine Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/pci/schema_private.h
==============================================================================
--- head/sys/dev/pci/schema_private.h	Mon Mar 14 16:52:05 2016	(r296864)
+++ head/sys/dev/pci/schema_private.h	Mon Mar 14 17:41:17 2016	(r296865)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014 Sandvine Inc.  All rights reserved.
+ * Copyright (c) 2014 Sandvine Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/sys/iov.h
==============================================================================
--- head/sys/sys/iov.h	Mon Mar 14 16:52:05 2016	(r296864)
+++ head/sys/sys/iov.h	Mon Mar 14 17:41:17 2016	(r296865)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015 Sandvine Inc.  All rights reserved.
+ * Copyright (c) 2013-2015 Sandvine Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/sys/iov_schema.h
==============================================================================
--- head/sys/sys/iov_schema.h	Mon Mar 14 16:52:05 2016	(r296864)
+++ head/sys/sys/iov_schema.h	Mon Mar 14 17:41:17 2016	(r296865)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2015 Sandvine Inc.  All rights reserved.
+ * Copyright (c) 2014-2015 Sandvine Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/iovctl/iovctl.c
==============================================================================
--- head/usr.sbin/iovctl/iovctl.c	Mon Mar 14 16:52:05 2016	(r296864)
+++ head/usr.sbin/iovctl/iovctl.c	Mon Mar 14 17:41:17 2016	(r296865)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015 Sandvine Inc.  All rights reserved.
+ * Copyright (c) 2013-2015 Sandvine Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/iovctl/iovctl.h
==============================================================================
--- head/usr.sbin/iovctl/iovctl.h	Mon Mar 14 16:52:05 2016	(r296864)
+++ head/usr.sbin/iovctl/iovctl.h	Mon Mar 14 17:41:17 2016	(r296865)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015 Sandvine Inc.  All rights reserved.
+ * Copyright (c) 2013-2015 Sandvine Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/iovctl/parse.c
==============================================================================
--- head/usr.sbin/iovctl/parse.c	Mon Mar 14 16:52:05 2016	(r296864)
+++ head/usr.sbin/iovctl/parse.c	Mon Mar 14 17:41:17 2016	(r296865)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2015 Sandvine Inc.  All rights reserved.
+ * Copyright (c) 2014-2015 Sandvine Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/iovctl/validate.c
==============================================================================
--- head/usr.sbin/iovctl/validate.c	Mon Mar 14 16:52:05 2016	(r296864)
+++ head/usr.sbin/iovctl/validate.c	Mon Mar 14 17:41:17 2016	(r296865)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2015 Sandvine Inc.  All rights reserved.
+ * Copyright (c) 2014-2015 Sandvine Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without



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