On Mon, 6 Oct 2014 12:49:17 +0200 Thierry Reding thierry.reding@gmail.com wrote:
On Wed, Oct 01, 2014 at 04:52:58PM +0200, Boris Brezillon wrote: [...]
diff --git a/drivers/mfd/atmel-hlcdc.c b/drivers/mfd/atmel-hlcdc.c
[...]
@@ -0,0 +1,122 @@ +/*
- Copyright (C) 2014 Free Electrons
- Copyright (C) 2014 Atmel
- Author: Boris BREZILLON boris.brezillon@free-electrons.com
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License version 2 as published by
- the Free Software Foundation.
[...]
+MODULE_LICENSE("GPL");
Should be "GPL v2" according to the header comment.
I'll fix that.
Thierry