summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-13 15:41:22 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-13 15:56:38 +0800
commit9ddc3390a8d4e53b9a1066bb2bbd40845f0464d4 (patch)
tree690a604524f043a8a477251ab56cdcf55acbe1a7 /drivers/net
parent94ac644e70562489a5b2a3766231708d9c3b2a97 (diff)
downloadu-boot-odroid-c1-9ddc3390a8d4e53b9a1066bb2bbd40845f0464d4.tar.gz
Add amlogic licence header
Change-Id: Ie9af59e2096feb010357ceadf0c05431832cf9fd
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/aml_eth_reg.h27
-rw-r--r--drivers/net/aml_ethernet.c28
-rw-r--r--drivers/net/aml_phy_8700.h26
3 files changed, 46 insertions, 35 deletions
diff --git a/drivers/net/aml_eth_reg.h b/drivers/net/aml_eth_reg.h
index 615f3f23c9..6086fe76c5 100644
--- a/drivers/net/aml_eth_reg.h
+++ b/drivers/net/aml_eth_reg.h
@@ -1,17 +1,24 @@
-/*******************************************************************
- *
- * Copyright C 2011 by Amlogic, Inc. All Rights Reserved.
- *
- * Description: phriphs register definitions for Apollo.
+
+/*
+ * drivers/net/aml_eth_reg.h
*
- * Author: zhouzhi
- * Created: 2008-8-10
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
- * Remark: 2011.08.02 merge by Hisun bao
- * from /arch/arm/include/asm/arch-m1
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
*
- *******************************************************************/
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
+
#ifndef __AML_ETH_REG_H__
#define __AML_ETH_REG_H__
#include <asm/arch/eth_setup.h>
diff --git a/drivers/net/aml_ethernet.c b/drivers/net/aml_ethernet.c
index dfe06c51b5..24d42508e7 100644
--- a/drivers/net/aml_ethernet.c
+++ b/drivers/net/aml_ethernet.c
@@ -1,25 +1,23 @@
+
/*
- * Amlogic Ethernet Driver
+ * drivers/net/aml_ethernet.c
*
- * Copyright (C) 2013 Amlogic, Inc.
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the named License,
- * or any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
- * Author: Platform-BJ@amlogic.com
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
*
- */
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
#include <linux/types.h>
#include <config.h>
diff --git a/drivers/net/aml_phy_8700.h b/drivers/net/aml_phy_8700.h
index af7484caf2..2e2c766477 100644
--- a/drivers/net/aml_phy_8700.h
+++ b/drivers/net/aml_phy_8700.h
@@ -1,17 +1,23 @@
-/*******************************************************************
- *
- * Copyright C 2011 by Amlogic, Inc. All Rights Reserved.
+
+/*
+ * drivers/net/aml_phy_8700.h
*
- * Description: Enthernet driver for LAN8700
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
*
- * Author: Min Chu
- * Created: 2009-3-18
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
- * Remark: 2011.08.02 merge by Hisun bao
- * from /arch/arm/include/asm/arch-m1
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
*
- *******************************************************************/
-
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
#ifndef __AML_PHY_LAN8700_H__
#define __AML_PHY_LAN8700_H__