All of lore.kernel.org
 help / color / mirror / Atom feed
* [Q] max11801 licensing terms
@ 2011-08-17 12:31 Brian Foster
  2011-08-17 13:24 ` Jiejing.Zhang 
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Foster @ 2011-08-17 12:31 UTC (permalink / raw)
  To: Zhang Jiejing; +Cc: Joonyoung Shim, linux-input, Jean-Marc Simohand

Zhang Jiejing,

 In “[PATCH V2] input: add maxim max11801 resistance touchscreen
 controller driver” (commit 4203306506ebe4eaaa84a2cbd7c1eb2fc0128faa),

    http://www.spinics.net/lists/linux-input/msg14881.html

 there is a licensing statement my colleagues and I
 do not understand:

     * Based on mcs5000_ts.c
     *
     * 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.
   ...
    MODULE_LICENSE("GPL");

 What does “either version 2 of the License.” mean?
 Either GPLv2 or what?
 The "GPL" MODULE_LICENSE implies what is meant is
 either GPLv2 or a later GPL version; please see
 ‘include/linux/module.h’:

     * The following license idents are currently accepted as indicating free
     * software modules
     *
     *      "GPL"                           [GNU Public License v2 or later]
     *      "GPL v2"                        [GNU Public License v2]

 The original statement in ‘mcs5000_ts.c’ (from Joonyoung Shim,
 whom I've CC-ed) is the usual (reformatted to avoid long lines):

     * 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.

 Could you please clarify exactly what ‘max11801_ts.c’ licensing
 terms are?  Thanks!

cheers,
        -blf-
-- 
Brian FOSTER
Principal MTS, Software
Maxim Integrated Products (Microcontroller BU), formerly Innova Card
Web    : http://www.maxim-ic.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Q] max11801 licensing terms
  2011-08-17 12:31 [Q] max11801 licensing terms Brian Foster
@ 2011-08-17 13:24 ` Jiejing.Zhang 
  2011-08-17 17:45   ` Dmitry Torokhov
  0 siblings, 1 reply; 4+ messages in thread
From: Jiejing.Zhang  @ 2011-08-17 13:24 UTC (permalink / raw)
  To: Brian Foster
  Cc: Zhang Jiejing, Joonyoung Shim, linux-input, Jean-Marc Simohand

Hi Brian Foster,

>     * Based on mcs5000_ts.c
I have referenced mcs5000_ts.c source code when writing this driver,
but I don't think it's a big deal, I really reference lots of files.

>  What does “either version 2 of the License.” mean?
>  Either GPLv2 or what?

Yes, I think it means GPLv2, I'm not really not very care about these
license, just copy other files under driver/input/ directory.

Does it cause trouble in your side?
>
>  Could you please clarify exactly what ‘max11801_ts.c’ licensing
>  terms are?  Thanks!
>
> cheers,
>        -blf-
> --

Thanks,
Jiejing
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Q] max11801 licensing terms
  2011-08-17 13:24 ` Jiejing.Zhang 
@ 2011-08-17 17:45   ` Dmitry Torokhov
  2011-08-18 10:27     ` Jiejing.Zhang 
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2011-08-17 17:45 UTC (permalink / raw)
  To: Jiejing.Zhang 
  Cc: Brian Foster, Zhang Jiejing, Joonyoung Shim, linux-input,
	Jean-Marc Simohand

On Wed, Aug 17, 2011 at 09:24:32PM +0800, Jiejing.Zhang  wrote:
> Hi Brian Foster,
> 
> >     * Based on mcs5000_ts.c
> I have referenced mcs5000_ts.c source code when writing this driver,
> but I don't think it's a big deal, I really reference lots of files.
> 
> >  What does “either version 2 of the License.” mean?
> >  Either GPLv2 or what?
> 
> Yes, I think it means GPLv2, I'm not really not very care about these
> license, just copy other files under driver/input/ directory.

mcs5000_ts.c (and m97xx-core.c it was derived from) are GPLv2 or later
so max11801_ts.c shoudl folow the same licensing terms, but it seems the
statement was truncated.

Jiejing, could you please send me a patch restoring the proper wording
so there won't be any confusion in the future?

Thanks!

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Q] max11801 licensing terms
  2011-08-17 17:45   ` Dmitry Torokhov
@ 2011-08-18 10:27     ` Jiejing.Zhang 
  0 siblings, 0 replies; 4+ messages in thread
From: Jiejing.Zhang  @ 2011-08-18 10:27 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Brian Foster, Zhang Jiejing, Joonyoung Shim, linux-input,
	Jean-Marc Simohand

Hi Dmitry,

I've send a patch to mail list.

Thanks.

Best regards,
Zhang Jiejing



2011/8/18 Dmitry Torokhov <dmitry.torokhov@gmail.com>:
> On Wed, Aug 17, 2011 at 09:24:32PM +0800, Jiejing.Zhang  wrote:
>> Hi Brian Foster,
>>
>> >     * Based on mcs5000_ts.c
>> I have referenced mcs5000_ts.c source code when writing this driver,
>> but I don't think it's a big deal, I really reference lots of files.
>>
>> >  What does “either version 2 of the License.” mean?
>> >  Either GPLv2 or what?
>>
>> Yes, I think it means GPLv2, I'm not really not very care about these
>> license, just copy other files under driver/input/ directory.
>
> mcs5000_ts.c (and m97xx-core.c it was derived from) are GPLv2 or later
> so max11801_ts.c shoudl folow the same licensing terms, but it seems the
> statement was truncated.
>
> Jiejing, could you please send me a patch restoring the proper wording
> so there won't be any confusion in the future?
>
> Thanks!
>
> --
> Dmitry
>
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-18 10:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-17 12:31 [Q] max11801 licensing terms Brian Foster
2011-08-17 13:24 ` Jiejing.Zhang 
2011-08-17 17:45   ` Dmitry Torokhov
2011-08-18 10:27     ` Jiejing.Zhang 

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.