diff options
Diffstat (limited to 'drivers/net/ethernet/renesas/ravb_main.c')
| -rw-r--r-- | drivers/net/ethernet/renesas/ravb_main.c | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/drivers/net/ethernet/renesas/ravb_main.c b/drivers/net/ethernet/renesas/ravb_main.c index c06f2df895c2..aff5516b781e 100644 --- a/drivers/net/ethernet/renesas/ravb_main.c +++ b/drivers/net/ethernet/renesas/ravb_main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0  /* Renesas Ethernet AVB device driver   *   * Copyright (C) 2014-2015 Renesas Electronics Corporation @@ -5,10 +6,6 @@   * Copyright (C) 2015-2016 Cogent Embedded, Inc. <[email protected]>   *   * Based on the SuperH Ethernet driver - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License version 2, - * as published by the Free Software Foundation.   */  #include <linux/cache.h> |