svn commit: r253112 - in head/sys/dev: nvd nvme

Jim Harris jimharris at FreeBSD.org
Tue Jul 9 21:22:20 UTC 2013


Author: jimharris
Date: Tue Jul  9 21:22:17 2013
New Revision: 253112
URL: http://svnweb.freebsd.org/changeset/base/253112

Log:
  Update copyright dates.
  
  MFC after:	3 days

Modified:
  head/sys/dev/nvd/nvd.c
  head/sys/dev/nvme/nvme.c
  head/sys/dev/nvme/nvme.h
  head/sys/dev/nvme/nvme_ctrlr.c
  head/sys/dev/nvme/nvme_ctrlr_cmd.c
  head/sys/dev/nvme/nvme_ns.c
  head/sys/dev/nvme/nvme_private.h
  head/sys/dev/nvme/nvme_qpair.c
  head/sys/dev/nvme/nvme_sysctl.c
  head/sys/dev/nvme/nvme_test.c

Modified: head/sys/dev/nvd/nvd.c
==============================================================================
--- head/sys/dev/nvd/nvd.c	Tue Jul  9 21:21:29 2013	(r253111)
+++ head/sys/dev/nvd/nvd.c	Tue Jul  9 21:22:17 2013	(r253112)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Intel Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/nvme/nvme.c
==============================================================================
--- head/sys/dev/nvme/nvme.c	Tue Jul  9 21:21:29 2013	(r253111)
+++ head/sys/dev/nvme/nvme.c	Tue Jul  9 21:22:17 2013	(r253112)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Intel Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/nvme/nvme.h
==============================================================================
--- head/sys/dev/nvme/nvme.h	Tue Jul  9 21:21:29 2013	(r253111)
+++ head/sys/dev/nvme/nvme.h	Tue Jul  9 21:22:17 2013	(r253112)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Intel Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/nvme/nvme_ctrlr.c
==============================================================================
--- head/sys/dev/nvme/nvme_ctrlr.c	Tue Jul  9 21:21:29 2013	(r253111)
+++ head/sys/dev/nvme/nvme_ctrlr.c	Tue Jul  9 21:22:17 2013	(r253112)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Intel Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/nvme/nvme_ctrlr_cmd.c
==============================================================================
--- head/sys/dev/nvme/nvme_ctrlr_cmd.c	Tue Jul  9 21:21:29 2013	(r253111)
+++ head/sys/dev/nvme/nvme_ctrlr_cmd.c	Tue Jul  9 21:22:17 2013	(r253112)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Intel Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/nvme/nvme_ns.c
==============================================================================
--- head/sys/dev/nvme/nvme_ns.c	Tue Jul  9 21:21:29 2013	(r253111)
+++ head/sys/dev/nvme/nvme_ns.c	Tue Jul  9 21:22:17 2013	(r253112)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Intel Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/nvme/nvme_private.h
==============================================================================
--- head/sys/dev/nvme/nvme_private.h	Tue Jul  9 21:21:29 2013	(r253111)
+++ head/sys/dev/nvme/nvme_private.h	Tue Jul  9 21:22:17 2013	(r253112)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Intel Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/nvme/nvme_qpair.c
==============================================================================
--- head/sys/dev/nvme/nvme_qpair.c	Tue Jul  9 21:21:29 2013	(r253111)
+++ head/sys/dev/nvme/nvme_qpair.c	Tue Jul  9 21:22:17 2013	(r253112)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Intel Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/nvme/nvme_sysctl.c
==============================================================================
--- head/sys/dev/nvme/nvme_sysctl.c	Tue Jul  9 21:21:29 2013	(r253111)
+++ head/sys/dev/nvme/nvme_sysctl.c	Tue Jul  9 21:22:17 2013	(r253112)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Intel Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/nvme/nvme_test.c
==============================================================================
--- head/sys/dev/nvme/nvme_test.c	Tue Jul  9 21:21:29 2013	(r253111)
+++ head/sys/dev/nvme/nvme_test.c	Tue Jul  9 21:22:17 2013	(r253112)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Intel Corporation
+ * Copyright (C) 2012-2013 Intel Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without


More information about the svn-src-all mailing list