]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ahci: mediatek: fix copyright and author-lines
authorFrank Wunderlich <frank-w@public-files.de>
Thu, 20 Aug 2020 14:37:54 +0000 (16:37 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 24 Aug 2020 18:11:31 +0000 (14:11 -0400)
after review of sam copyright should be on one line and link should
not between author lines

just remove the link and put ryder first as he is author of linux-driver

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
drivers/ata/mtk_ahci.c

index 8e09c5f9e6389ccd420663e10137886851f9b565..4ad260a5bb9ab55f940d98d64513f41d0fe59f3c 100644 (file)
@@ -2,12 +2,10 @@
 /*
  * MTK SATA platform driver
  *
- * (C) Copyright 2020
- *     Mediatek
+ * Copyright (C) 2020 MediaTek Inc.
  *
- * Author: Frank Wunderlich <frank-w@public-files.de>
- * based on https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/ata/ahci_mtk.c
  * Author: Ryder Lee <ryder.lee@mediatek.com>
+ * Author: Frank Wunderlich <frank-w@public-files.de>
  */
 
 #include <common.h>