net/mlx5: move Linux-specific functions
[dpdk.git] / drivers / net / sfc / base / efx_hash.c
index 43e6bc0..fd23562 100644 (file)
@@ -1,4 +1,7 @@
 /* SPDX-License-Identifier: BSD-3-Clause
+ *
+ * Copyright(c) 2019-2020 Xilinx, Inc.
+ * Copyright(c) 2014-2019 Solarflare Communications Inc.
  *
  * Copyright 2006 Bob Jenkins
  *
@@ -10,9 +13,6 @@
  *  These are functions for producing 32-bit hashes for hash table lookup...
  *  ...You can use this free for any purpose.  It's in the public domain.
  *  It has no warranty."
- *
- * Copyright (c) 2014-2018 Solarflare Communications Inc.
- * All rights reserved.
  */
 
 #include "efx.h"