Author: erj
Date: Mon Jun 18 20:32:53 2018
New Revision: 335339
URL: https://svnweb.freebsd.org/changeset/base/335339

Log:
  ixl(4): Update version number to 2.0.0-k
  
  And update copyrights to current year.
  
  MFC after:    1 month
  Sponsored by: Intel Corporation

Modified:
  head/sys/dev/ixl/i40e_adminq.c
  head/sys/dev/ixl/i40e_adminq.h
  head/sys/dev/ixl/i40e_adminq_cmd.h
  head/sys/dev/ixl/i40e_alloc.h
  head/sys/dev/ixl/i40e_common.c
  head/sys/dev/ixl/i40e_dcb.c
  head/sys/dev/ixl/i40e_dcb.h
  head/sys/dev/ixl/i40e_devids.h
  head/sys/dev/ixl/i40e_hmc.c
  head/sys/dev/ixl/i40e_hmc.h
  head/sys/dev/ixl/i40e_lan_hmc.c
  head/sys/dev/ixl/i40e_lan_hmc.h
  head/sys/dev/ixl/i40e_nvm.c
  head/sys/dev/ixl/i40e_osdep.c
  head/sys/dev/ixl/i40e_osdep.h
  head/sys/dev/ixl/i40e_prototype.h
  head/sys/dev/ixl/i40e_register.h
  head/sys/dev/ixl/i40e_status.h
  head/sys/dev/ixl/i40e_type.h
  head/sys/dev/ixl/if_ixl.c
  head/sys/dev/ixl/if_ixlv.c
  head/sys/dev/ixl/ixl.h
  head/sys/dev/ixl/ixl_debug.h
  head/sys/dev/ixl/ixl_iw.c
  head/sys/dev/ixl/ixl_iw.h
  head/sys/dev/ixl/ixl_iw_int.h
  head/sys/dev/ixl/ixl_pf.h
  head/sys/dev/ixl/ixl_pf_i2c.c
  head/sys/dev/ixl/ixl_pf_iov.c
  head/sys/dev/ixl/ixl_pf_iov.h
  head/sys/dev/ixl/ixl_pf_main.c
  head/sys/dev/ixl/ixl_pf_qmgr.c
  head/sys/dev/ixl/ixl_pf_qmgr.h
  head/sys/dev/ixl/ixl_txrx.c
  head/sys/dev/ixl/ixlv.h
  head/sys/dev/ixl/ixlv_vc_mgr.h
  head/sys/dev/ixl/ixlvc.c
  head/sys/dev/ixl/virtchnl.h

Modified: head/sys/dev/ixl/i40e_adminq.c
==============================================================================
--- head/sys/dev/ixl/i40e_adminq.c      Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_adminq.c      Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_adminq.h
==============================================================================
--- head/sys/dev/ixl/i40e_adminq.h      Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_adminq.h      Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_adminq_cmd.h
==============================================================================
--- head/sys/dev/ixl/i40e_adminq_cmd.h  Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_adminq_cmd.h  Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_alloc.h
==============================================================================
--- head/sys/dev/ixl/i40e_alloc.h       Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_alloc.h       Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_common.c
==============================================================================
--- head/sys/dev/ixl/i40e_common.c      Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_common.c      Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_dcb.c
==============================================================================
--- head/sys/dev/ixl/i40e_dcb.c Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/i40e_dcb.c Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation 
+  Copyright (c) 2013-2018, Intel Corporation 
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_dcb.h
==============================================================================
--- head/sys/dev/ixl/i40e_dcb.h Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/i40e_dcb.h Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation 
+  Copyright (c) 2013-2018, Intel Corporation 
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_devids.h
==============================================================================
--- head/sys/dev/ixl/i40e_devids.h      Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_devids.h      Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_hmc.c
==============================================================================
--- head/sys/dev/ixl/i40e_hmc.c Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/i40e_hmc.c Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_hmc.h
==============================================================================
--- head/sys/dev/ixl/i40e_hmc.h Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/i40e_hmc.h Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_lan_hmc.c
==============================================================================
--- head/sys/dev/ixl/i40e_lan_hmc.c     Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_lan_hmc.c     Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_lan_hmc.h
==============================================================================
--- head/sys/dev/ixl/i40e_lan_hmc.h     Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_lan_hmc.h     Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_nvm.c
==============================================================================
--- head/sys/dev/ixl/i40e_nvm.c Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/i40e_nvm.c Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_osdep.c
==============================================================================
--- head/sys/dev/ixl/i40e_osdep.c       Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_osdep.c       Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_osdep.h
==============================================================================
--- head/sys/dev/ixl/i40e_osdep.h       Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_osdep.h       Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_prototype.h
==============================================================================
--- head/sys/dev/ixl/i40e_prototype.h   Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_prototype.h   Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_register.h
==============================================================================
--- head/sys/dev/ixl/i40e_register.h    Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_register.h    Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_status.h
==============================================================================
--- head/sys/dev/ixl/i40e_status.h      Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_status.h      Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/i40e_type.h
==============================================================================
--- head/sys/dev/ixl/i40e_type.h        Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/i40e_type.h        Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/if_ixl.c
==============================================================================
--- head/sys/dev/ixl/if_ixl.c   Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/if_ixl.c   Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 
@@ -47,14 +47,14 @@
 /*********************************************************************
  *  Driver version
  *********************************************************************/
-#define IXL_DRIVER_VERSION_MAJOR       1
-#define IXL_DRIVER_VERSION_MINOR       9
-#define IXL_DRIVER_VERSION_BUILD       9
+#define IXL_DRIVER_VERSION_MAJOR       2
+#define IXL_DRIVER_VERSION_MINOR       0
+#define IXL_DRIVER_VERSION_BUILD       0
 
 #define IXL_DRIVER_VERSION_STRING                      \
     __XSTRING(IXL_DRIVER_VERSION_MAJOR) "."            \
     __XSTRING(IXL_DRIVER_VERSION_MINOR) "."            \
-    __XSTRING(IXL_DRIVER_VERSION_BUILD) "-iflib-k"
+    __XSTRING(IXL_DRIVER_VERSION_BUILD) "-k"
 
 /*********************************************************************
  *  PCI Device ID Table

Modified: head/sys/dev/ixl/if_ixlv.c
==============================================================================
--- head/sys/dev/ixl/if_ixlv.c  Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/if_ixlv.c  Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl.h
==============================================================================
--- head/sys/dev/ixl/ixl.h      Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/ixl.h      Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_debug.h
==============================================================================
--- head/sys/dev/ixl/ixl_debug.h        Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/ixl_debug.h        Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2016, Intel Corporation 
+  Copyright (c) 2013-2018, Intel Corporation 
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_iw.c
==============================================================================
--- head/sys/dev/ixl/ixl_iw.c   Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/ixl_iw.c   Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_iw.h
==============================================================================
--- head/sys/dev/ixl/ixl_iw.h   Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/ixl_iw.h   Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_iw_int.h
==============================================================================
--- head/sys/dev/ixl/ixl_iw_int.h       Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/ixl_iw_int.h       Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_pf.h
==============================================================================
--- head/sys/dev/ixl/ixl_pf.h   Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/ixl_pf.h   Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_pf_i2c.c
==============================================================================
--- head/sys/dev/ixl/ixl_pf_i2c.c       Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/ixl_pf_i2c.c       Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_pf_iov.c
==============================================================================
--- head/sys/dev/ixl/ixl_pf_iov.c       Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/ixl_pf_iov.c       Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_pf_iov.h
==============================================================================
--- head/sys/dev/ixl/ixl_pf_iov.h       Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/ixl_pf_iov.h       Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_pf_main.c
==============================================================================
--- head/sys/dev/ixl/ixl_pf_main.c      Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/ixl_pf_main.c      Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_pf_qmgr.c
==============================================================================
--- head/sys/dev/ixl/ixl_pf_qmgr.c      Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/ixl_pf_qmgr.c      Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_pf_qmgr.h
==============================================================================
--- head/sys/dev/ixl/ixl_pf_qmgr.h      Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/ixl_pf_qmgr.h      Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixl_txrx.c
==============================================================================
--- head/sys/dev/ixl/ixl_txrx.c Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/ixl_txrx.c Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixlv.h
==============================================================================
--- head/sys/dev/ixl/ixlv.h     Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/ixlv.h     Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixlv_vc_mgr.h
==============================================================================
--- head/sys/dev/ixl/ixlv_vc_mgr.h      Mon Jun 18 20:12:54 2018        
(r335338)
+++ head/sys/dev/ixl/ixlv_vc_mgr.h      Mon Jun 18 20:32:53 2018        
(r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/ixlvc.c
==============================================================================
--- head/sys/dev/ixl/ixlvc.c    Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/ixlvc.c    Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 

Modified: head/sys/dev/ixl/virtchnl.h
==============================================================================
--- head/sys/dev/ixl/virtchnl.h Mon Jun 18 20:12:54 2018        (r335338)
+++ head/sys/dev/ixl/virtchnl.h Mon Jun 18 20:32:53 2018        (r335339)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2013-2017, Intel Corporation
+  Copyright (c) 2013-2018, Intel Corporation
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to