All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Thomas Huth <thuth@redhat.com>
Cc: Madhavan Srinivasan <maddy@linux.ibm.com>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Thomas Gleixner <tglx@linutronix.de>,
	Nicholas Piggin <npiggin@gmail.com>,
	Christophe Leroy <christophe.leroy@csgroup.eu>,
	linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org,
	kvm@vger.kernel.org, linux-spdx@vger.kernel.org
Subject: Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Date: Fri, 11 Jul 2025 09:30:31 +0200	[thread overview]
Message-ID: <2025071152-name-spoon-88e8@gregkh> (raw)
In-Reply-To: <9f7242e8-1082-4a5d-bb6e-a80106d1b1f9@redhat.com>

On Fri, Jul 11, 2025 at 09:09:08AM +0200, Thomas Huth wrote:
> On 11/07/2025 07.52, Greg Kroah-Hartman wrote:
> > On Fri, Jul 11, 2025 at 07:35:09AM +0200, Thomas Huth wrote:
> > > From: Thomas Huth <thuth@redhat.com>
> > > 
> > > The FSF does not reside in the Franklin street anymore. Let's update
> > > the address with the link to their website, as suggested in the latest
> > > revision of the GPL-2.0 license.
> > > (See https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt for example)
> > > 
> > > Acked-by: Segher Boessenkool <segher@kernel.crashing.org>
> > > Signed-off-by: Thomas Huth <thuth@redhat.com>
> > > ---
> > >   v2: Resend with CC: linux-spdx@vger.kernel.org as suggested here:
> > >       https://lore.kernel.org/linuxppc-dev/e5de8010-5663-47f4-a2f0-87fd88230925@csgroup.eu
> > >   arch/powerpc/boot/crtsavres.S            | 5 ++---
> > >   arch/powerpc/include/uapi/asm/eeh.h      | 5 ++---
> > >   arch/powerpc/include/uapi/asm/kvm.h      | 5 ++---
> > >   arch/powerpc/include/uapi/asm/kvm_para.h | 5 ++---
> > >   arch/powerpc/include/uapi/asm/ps3fb.h    | 3 +--
> > >   arch/powerpc/lib/crtsavres.S             | 5 ++---
> > >   arch/powerpc/xmon/ppc.h                  | 5 +++--
> > >   7 files changed, 14 insertions(+), 19 deletions(-)
> > > 
> > > diff --git a/arch/powerpc/boot/crtsavres.S b/arch/powerpc/boot/crtsavres.S
> > > index 085fb2b9a8b89..a710a49a5dbca 100644
> > > --- a/arch/powerpc/boot/crtsavres.S
> > > +++ b/arch/powerpc/boot/crtsavres.S
> > > @@ -26,9 +26,8 @@
> > >    * General Public License for more details.
> > >    *
> > >    * You should have received a copy of the GNU General Public License
> > > - * along with this program; see the file COPYING.  If not, write to
> > > - * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
> > > - * Boston, MA 02110-1301, USA.
> > > + * along with this program; see the file COPYING.  If not, see
> > > + * <https://www.gnu.org/licenses/>.
> > >    *
> > >    *    As a special exception, if you link this library with files
> > >    *    compiled with GCC to produce an executable, this does not cause
> > 
> > Please just drop all the "boilerplate" license text from these files,
> > and use the proper SPDX line at the top of them instead.  That is the
> > overall goal for all kernel files.
> 
> Ok, I can do that for the header files ... not quite sure about the *.S
> files though since they contain some additional text about exceptions.

That's a crazy exception, and one that should probably be talked about
with the FSF to determine exactly what the SPDX lines should be.

thanks,

greg k-h

  reply	other threads:[~2025-07-11  7:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-11  5:35 [PATCH v2] powerpc: Replace the obsolete address of the FSF Thomas Huth
2025-07-11  5:52 ` Greg Kroah-Hartman
2025-07-11  7:09   ` Thomas Huth
2025-07-11  7:30     ` Greg Kroah-Hartman [this message]
2025-07-11  7:32       ` Christoph Hellwig
2025-07-11  7:38         ` Greg Kroah-Hartman
2025-07-11 21:02           ` Richard Fontana
2025-07-11 23:13             ` Segher Boessenkool
2025-07-11 23:25               ` Richard Fontana
2025-07-12 22:48                 ` Maciej W. Rozycki
2025-07-13 13:27                   ` Richard Fontana
2025-07-17 13:06                     ` Zavras, Alexios
2025-07-25  8:44                     ` Zavras, Alexios
2025-07-13 14:01                   ` Segher Boessenkool
2025-07-11 23:19         ` Segher Boessenkool

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=2025071152-name-spoon-88e8@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=christophe.leroy@csgroup.eu \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spdx@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=maddy@linux.ibm.com \
    --cc=mpe@ellerman.id.au \
    --cc=npiggin@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=thuth@redhat.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.