lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1348278110-11603-3-git-send-email-marex@denx.de> Date: Sat, 22 Sep 2012 03:41:49 +0200 From: Marek Vasut <marex@...x.de> To: netdev@...r.kernel.org Cc: Marek Vasut <marex@...x.de>, "David J. Choi" <david.choi@...rel.com>, "David S. Miller" <davem@...emloft.net>, Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@...esas.com> Subject: [PATCH 3/3 RESEND] phy/micrel: Add missing header to micrel_phy.h The license header was missing in micrel_phy.h . This patch adds one. Signed-off-by: Marek Vasut <marex@...x.de> Cc: David J. Choi <david.choi@...rel.com> Cc: David S. Miller <davem@...emloft.net> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@...esas.com> --- include/linux/micrel_phy.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) NOTE: I'd like to have ACK on this from the original author of the file, as this now says it's GPL2+. diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h index d02355d..de20120 100644 --- a/include/linux/micrel_phy.h +++ b/include/linux/micrel_phy.h @@ -1,3 +1,15 @@ +/* + * include/linux/micrel_phy.h + * + * Micrel PHY IDs + * + * 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. + * + */ + #ifndef _MICREL_PHY_H #define _MICREL_PHY_H -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists