Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] missing license for libphy.ko

Andy,

libphy has no license tag. Something like the attached (untested!) patch
is needed. Hopefully such a change finds its way into 2.6.15.

filename: /lib/modules/2.6.15-rc5-3-ppc64/kernel/drivers/net/phy/libphy.ko
vermagic: 2.6.15-rc5-3-ppc64 SMP gcc-4.1
depends:
srcversion: ACC921B5E82701BE1E6F603

drivers/net/phy/phy_device.c | 4 ++++
1 files changed, 4 insertions(+)

Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

authored by

Olaf Hering and committed by
Jeff Garzik
afcceaa3 d4956572

+4
+4
drivers/net/phy/phy_device.c
··· 38 38 #include <asm/irq.h> 39 39 #include <asm/uaccess.h> 40 40 41 + MODULE_DESCRIPTION("PHY library"); 42 + MODULE_AUTHOR("Andy Fleming"); 43 + MODULE_LICENSE("GPL"); 44 + 41 45 static struct phy_driver genphy_driver; 42 46 extern int mdio_bus_init(void); 43 47 extern void mdio_bus_exit(void);