Message ID | 20240725004734.644986-1-lanzano.alex@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add driver for Sharp Memory LCD | expand |
Hello Alex, On Wed, 24 Jul 2024 20:47:01 -0400 Alex Lanzano <lanzano.alex@gmail.com> wrote: > This patch series add support for the monochrome Sharp Memory LCD > panels. This series is based off of the work done by Mehdi Djait. Thanks for resuming the effort on this patch series! Since this patch series is clearly heavily based on Mehdi's work, wouldn't it make sense to preserve Mehdi's authorship for the patches? Best regards, Thomas
On Thu, Jul 25, 2024 at 07:45:32AM GMT, Thomas Petazzoni wrote: > Hello Alex, > > On Wed, 24 Jul 2024 20:47:01 -0400 > Alex Lanzano <lanzano.alex@gmail.com> wrote: > > > This patch series add support for the monochrome Sharp Memory LCD > > panels. This series is based off of the work done by Mehdi Djait. > > Thanks for resuming the effort on this patch series! Since this patch > series is clearly heavily based on Mehdi's work, wouldn't it make sense > to preserve Mehdi's authorship for the patches? Hi! Thanks for the review. What would be the best way to go about doing this? I'm guessing appending to MODULE_AUTHOR and adding a Signed-of-by or Co-Developed-by?
Hello, On Thu, 25 Jul 2024 20:07:01 -0400 Alex Lanzano <lanzano.alex@gmail.com> wrote: > What would be the best way to go about doing this? I'm guessing appending to > MODULE_AUTHOR and adding a Signed-of-by or Co-Developed-by? Depends on how much you've changed things compared to Mehdi's version. If you've mostly kept what Mehdi did, then I guess you should keep him as the author of the commits (i.e the Author: field of the git commit + the first Signed-off-by), and add your Signed-off-by underneath. If you've made very significant changes to the point where the code isn't really Mehdi's code anymore, but just inspired, then you should set yourself as the author (Author: field of the git commit + the first Signed-off-by), and credit Mehdi via a Co-developed-by: tag. In any case, thanks a lot for this pushing this work, much appreciated! Thomas