All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH 1/1] media: Drop FSF's postal address from the source code files
Date: Fri, 25 Nov 2016 04:03:04 +0200	[thread overview]
Message-ID: <13836325.hF0BpjAJel@avalon> (raw)
In-Reply-To: <1477658633-2536-1-git-send-email-sakari.ailus@linux.intel.com>

Hi Sakari,

Thank you for the patch.

On Friday 28 Oct 2016 15:43:53 Sakari Ailus wrote:
> Drop the FSF's postal address from the source code files that typically
> contain mostly the license text. The patch has been created with the
> following command without manual edits:
> 
> git grep -l "675 Mass Ave\|59 Temple Place\|51 Franklin St" -- \
> 	drivers/media/ include/media|while read i; do i=$i perl -e '
> open(F,"< $ENV{i}");
> $a=join("", <F>);
> $a =~ s/[ \t]*\*\n.*You should.*\n.*along with.*\n.*(\n.*USA.*$)?\n//m
> 	&& $a =~ s/(^.*)Or, (point your browser to) /$1To obtain the license,
> $2\n$1/m; close(F);

Do we really need to keep the "To obtain the license, point your browser 
to..." text ?

In any case,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

with a quick review of the loooooong patch directly from your tree.

> open(F, "> $ENV{i}");
> print F $a;
> close(F);'; done
> 
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
> Hi,
> 
> I found this in a few places and decided to remove them all. The script
> could be useful elsewhere, too.
> 
> The actual patch can be found here, it appears to be too large to be
> accepted by vger:
> 
> <URL:http://git.retiisi.org.uk/?p=~sailus/linux.git;a=commitdiff;h=refs/head
> s/fsf-address>

-- 
Regards,

Laurent Pinchart


  parent reply	other threads:[~2016-11-25  2:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-28 12:43 [PATCH 1/1] media: Drop FSF's postal address from the source code files Sakari Ailus
2016-10-28 13:47 ` Felipe Sanches
2016-10-28 14:08   ` Sakari Ailus
2016-11-25  2:03 ` Laurent Pinchart [this message]
2016-11-25  7:36   ` Sakari Ailus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13836325.hF0BpjAJel@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.