As suggested by Greg-KH [1] I'm resending the two example submodules (one carrier driver and one mezzanine driver) with a proper licence text for BSD. Among the various wordings, I chose the shortest one, as used by a number of drivers/net/wireless/ files. Thank you David for checking the distribution policies.
I rebased to next-20130617 and rebuilt, with no conflicts. In any of the patches of the original series. [1] https://lkml.org/lkml/2013/6/17/772: "Just redo those two patches and send them as 'v2'") Alessandro Rubini (2): FMC: add a software carrier driver FMC: add a software mezzanine driver Documentation/fmc/00-INDEX | 6 + Documentation/fmc/fmc-fakedev.txt | 36 ++++ Documentation/fmc/fmc-trivial.txt | 17 ++ drivers/fmc/Kconfig | 18 ++ drivers/fmc/Makefile | 3 + drivers/fmc/fmc-fakedev.c | 355 +++++++++++++++++++++++++++++++++++++ drivers/fmc/fmc-trivial.c | 107 +++++++++++ 7 files changed, 542 insertions(+), 0 deletions(-) create mode 100644 Documentation/fmc/fmc-fakedev.txt create mode 100644 Documentation/fmc/fmc-trivial.txt create mode 100644 drivers/fmc/fmc-fakedev.c create mode 100644 drivers/fmc/fmc-trivial.c -- 1.7.7.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/