Author: blogic Date: 2014-12-10 16:51:00 +0100 (Wed, 10 Dec 2014) New Revision: 43597
Modified: trunk/target/linux/oxnas/files/drivers/ata/sata_oxnas.c Log: oxnas: add copyright header to sata_oxnas sata_oxnas.c is obviously a refactored version of sata_ox820.c which does contain this header. Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/target/linux/oxnas/files/drivers/ata/sata_oxnas.c =================================================================== --- trunk/target/linux/oxnas/files/drivers/ata/sata_oxnas.c 2014-12-10 15:50:52 UTC (rev 43596) +++ trunk/target/linux/oxnas/files/drivers/ata/sata_oxnas.c 2014-12-10 15:51:00 UTC (rev 43597) @@ -1,3 +1,22 @@ +/* + * sata_oxnas + * A driver to interface the 934 based sata core present in the ox820 + * with libata and scsi + * based on sata_oxnas driver by Ma Haijun <[email protected]> + * based on ox820 sata code by: + * Copyright (c) 2007 Oxford Semiconductor Ltd. + * + * 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, or (at your option) + * 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. + */ + #include <linux/ata.h> #include <linux/libata.h> #include <linux/of_platform.h> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
