All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Sudeep Dutt <sudeep.dutt@intel.com>
Cc: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>,
	"Yaozu (Eddie) Dong" <eddie.dong@intel.com>,
	Arnd Bergmann <arnd@arndb.de>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Harshavardhan R Kharche <harshavardhan.r.kharche@intel.com>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	Ashutosh Dixit <ashutosh.dixit@intel.com>,
	Rob Landley <rob@landley.net>,
	Caz Yokoyama <Caz.Yokoyama@intel.com>,
	Dasaratharaman Chandramouli
	<dasaratharaman.chandramouli@intel.com>
Subject: Re: [PATCH 1/5] Intel MIC Host Driver for X100 family.
Date: Fri, 2 Aug 2013 08:46:18 +0800	[thread overview]
Message-ID: <20130802004618.GA12473@kroah.com> (raw)
In-Reply-To: <1375403794.61060.70.camel@blbiskey-desk1.amr.corp.intel.com>

On Thu, Aug 01, 2013 at 05:36:34PM -0700, Sudeep Dutt wrote:
> On Wed, 2013-07-31 at 18:51 -0700, Greg Kroah-Hartman wrote: 
> > On Wed, Jul 24, 2013 at 08:31:32PM -0700, Sudeep Dutt wrote:
> > > --- /dev/null
> > > +++ b/drivers/misc/mic/common/mic_device.h
> > > @@ -0,0 +1,81 @@
> > > +/*
> > > + * Intel MIC Platform Software Stack (MPSS)
> > > + *
> > > + * Copyright(c) 2013 Intel Corporation.
> > > + *
> > > + * 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.
> > > + *
> > > + * This program is distributed in the hope that it will be useful, but
> > > + * WITHOUT ANY WARRANTY; without even the implied warranty of
> > > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> > > + * General Public License for more details.
> > > + *
> > > + * You should have received a copy of the GNU General Public License
> > > + * along with this program; if not, write to the Free Software
> > > + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
> > > + * USA.
> > 
> > Ok, it's now your task as an Intel employee to get this paragraph
> > stricken from the "default template" that GPL code in the kernel,
> > written by Intel developers, has.  It's pointless, and unless you want
> > to be personally responsible for tracking the address changes of the FSF
> > for the next 40+ years, not something I'm going to ever accept.
> > 
> > I know you aren't responsible for this, but I'm getting really tired of
> > pointing this out each-and-every-time I see a file from an Intel
> > developer.
> > 
> > So please work to fix this.
> > 
> 
> I brought up this issue today, with the team which reviews licenses for
> open source projects at Intel. The recommendation from them is to
> include the following wording instead of the FSF street address in the
> standard template.
> 
> <snip>
> You should have received a copy of the GNU General Public License along
> with this program. If not, see <http://www.gnu.org/licenses/>.
> <snip>

That's better, but, this is the kernel, and of course they got a copy of
the license with it, it's part of the whole body of code.  So that
paragraph is not needed either.

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Sudeep Dutt <sudeep.dutt@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
	Rusty Russell <rusty@rustcorp.com.au>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Rob Landley <rob@landley.net>,
	linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	linux-doc@vger.kernel.org, Nikhil Rao <nikhil.rao@intel.com>,
	Ashutosh Dixit <ashutosh.dixit@intel.com>,
	Caz Yokoyama <Caz.Yokoyama@intel.com>,
	Dasaratharaman Chandramouli 
	<dasaratharaman.chandramouli@intel.com>,
	Harshavardhan R Kharche <harshavardhan.r.kharche@intel.com>,
	"Yaozu (Eddie) Dong" <eddie.dong@intel.com>,
	Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Subject: Re: [PATCH 1/5] Intel MIC Host Driver for X100 family.
Date: Fri, 2 Aug 2013 08:46:18 +0800	[thread overview]
Message-ID: <20130802004618.GA12473@kroah.com> (raw)
In-Reply-To: <1375403794.61060.70.camel@blbiskey-desk1.amr.corp.intel.com>

On Thu, Aug 01, 2013 at 05:36:34PM -0700, Sudeep Dutt wrote:
> On Wed, 2013-07-31 at 18:51 -0700, Greg Kroah-Hartman wrote: 
> > On Wed, Jul 24, 2013 at 08:31:32PM -0700, Sudeep Dutt wrote:
> > > --- /dev/null
> > > +++ b/drivers/misc/mic/common/mic_device.h
> > > @@ -0,0 +1,81 @@
> > > +/*
> > > + * Intel MIC Platform Software Stack (MPSS)
> > > + *
> > > + * Copyright(c) 2013 Intel Corporation.
> > > + *
> > > + * 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.
> > > + *
> > > + * This program is distributed in the hope that it will be useful, but
> > > + * WITHOUT ANY WARRANTY; without even the implied warranty of
> > > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> > > + * General Public License for more details.
> > > + *
> > > + * You should have received a copy of the GNU General Public License
> > > + * along with this program; if not, write to the Free Software
> > > + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
> > > + * USA.
> > 
> > Ok, it's now your task as an Intel employee to get this paragraph
> > stricken from the "default template" that GPL code in the kernel,
> > written by Intel developers, has.  It's pointless, and unless you want
> > to be personally responsible for tracking the address changes of the FSF
> > for the next 40+ years, not something I'm going to ever accept.
> > 
> > I know you aren't responsible for this, but I'm getting really tired of
> > pointing this out each-and-every-time I see a file from an Intel
> > developer.
> > 
> > So please work to fix this.
> > 
> 
> I brought up this issue today, with the team which reviews licenses for
> open source projects at Intel. The recommendation from them is to
> include the following wording instead of the FSF street address in the
> standard template.
> 
> <snip>
> You should have received a copy of the GNU General Public License along
> with this program. If not, see <http://www.gnu.org/licenses/>.
> <snip>

That's better, but, this is the kernel, and of course they got a copy of
the license with it, it's part of the whole body of code.  So that
paragraph is not needed either.

thanks,

greg k-h

  reply	other threads:[~2013-08-02  0:46 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-25  3:31 [PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors Sudeep Dutt
2013-07-25  3:31 ` [PATCH 1/5] Intel MIC Host Driver for X100 family Sudeep Dutt
2013-08-01  1:44   ` Greg Kroah-Hartman
2013-08-01  1:44     ` Greg Kroah-Hartman
2013-08-01  1:45   ` Greg Kroah-Hartman
2013-08-01  1:45     ` Greg Kroah-Hartman
2013-08-02  0:38     ` Sudeep Dutt
2013-08-02  0:38       ` Sudeep Dutt
2013-08-01  1:51   ` Greg Kroah-Hartman
2013-08-01  1:51     ` Greg Kroah-Hartman
2013-08-02  0:36     ` Sudeep Dutt
2013-08-02  0:46       ` Greg Kroah-Hartman [this message]
2013-08-02  0:46         ` Greg Kroah-Hartman
2013-08-02  0:36     ` Sudeep Dutt
2013-07-25  3:31 ` Sudeep Dutt
2013-07-25  3:31 ` [PATCH 2/5] Intel MIC Card " Sudeep Dutt
2013-07-25  3:31 ` Sudeep Dutt
2013-07-25  3:31 ` [PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices Sudeep Dutt
2013-07-29  7:05   ` Michael S. Tsirkin
2013-07-29  7:05     ` Michael S. Tsirkin
2013-08-02  0:40     ` Sudeep Dutt
2013-08-02  0:40       ` Sudeep Dutt
2013-08-06  3:47       ` Rusty Russell
2013-08-06  3:47       ` Rusty Russell
2013-07-25  3:31 ` Sudeep Dutt
2013-07-25  3:31 ` [PATCH 4/5] Intel MIC Card " Sudeep Dutt
2013-07-25  3:31 ` Sudeep Dutt
2013-07-25  4:41   ` Greg Kroah-Hartman
2013-07-25  4:41     ` Greg Kroah-Hartman
2013-07-25 18:00     ` Sudeep Dutt
2013-07-25 18:00     ` Sudeep Dutt
2013-07-29  1:58   ` Rusty Russell
2013-07-29  1:58   ` Rusty Russell
2013-07-25  3:31 ` [PATCH 5/5] Sample Implementation of Intel MIC User Space Daemon Sudeep Dutt
2013-07-25  3:31 ` Sudeep Dutt
2013-08-01  1:46 ` [PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors Greg Kroah-Hartman
2013-08-01  1:46 ` Greg Kroah-Hartman
2013-08-01  7:45   ` Asias He
2013-08-01  7:45     ` Asias He
2013-08-02  0:37     ` Sudeep Dutt
2013-08-02  0:37     ` Sudeep Dutt
2013-08-02  0:34   ` Sudeep Dutt
2013-08-02  0:34     ` Sudeep Dutt
2013-08-13 12:43 ` Pavel Machek
2013-08-13 12:43   ` Pavel Machek
2013-08-14 20:24   ` Sudeep Dutt
2013-08-14 20:24     ` Sudeep Dutt
2013-08-15 10:14     ` Pavel Machek
2013-08-15 10:14     ` Pavel Machek
2013-08-16 16:59       ` Sudeep Dutt
2013-08-16 16:59       ` Sudeep Dutt
2013-08-16 17:08         ` Waskiewicz Jr, Peter P
2013-08-16 17:08         ` Waskiewicz Jr, Peter P

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=20130802004618.GA12473@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=Caz.Yokoyama@intel.com \
    --cc=arnd@arndb.de \
    --cc=ashutosh.dixit@intel.com \
    --cc=dasaratharaman.chandramouli@intel.com \
    --cc=eddie.dong@intel.com \
    --cc=harshavardhan.r.kharche@intel.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=peter.p.waskiewicz.jr@intel.com \
    --cc=rob@landley.net \
    --cc=sudeep.dutt@intel.com \
    --cc=virtualization@lists.linux-foundation.org \
    /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.