From: Stephen Hemminger Date: Wed, 11 Jan 2023 03:05:18 +0000 (-0800) Subject: tipc: use SPDX X-Git-Tag: v6.2.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c5676eec0636f089dc108512be33d33101c2dd;p=thirdparty%2Fiproute2.git tipc: use SPDX Replace boilerplate GPL text with SPDX Signed-off-by: Stephen Hemminger --- diff --git a/tipc/bearer.c b/tipc/bearer.c index 968293bc9..bb434f5f7 100644 --- a/tipc/bearer.c +++ b/tipc/bearer.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * bearer.c TIPC bearer functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/bearer.h b/tipc/bearer.h index c0d099630..a93446592 100644 --- a/tipc/bearer.h +++ b/tipc/bearer.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * bearer.h TIPC bearer functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/cmdl.c b/tipc/cmdl.c index feaac2da1..152ddb517 100644 --- a/tipc/cmdl.c +++ b/tipc/cmdl.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * cmdl.c Framework for handling command line options. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/cmdl.h b/tipc/cmdl.h index dcade362e..18fe51bf2 100644 --- a/tipc/cmdl.h +++ b/tipc/cmdl.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * cmdl.h Framework for handling command line options. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/link.c b/tipc/link.c index 53f49c893..f91c30001 100644 --- a/tipc/link.c +++ b/tipc/link.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * link.c TIPC link functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/link.h b/tipc/link.h index 6dc95e5b6..a0d460358 100644 --- a/tipc/link.h +++ b/tipc/link.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * link.c TIPC link functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/media.c b/tipc/media.c index a3fec681c..5ff0c8c48 100644 --- a/tipc/media.c +++ b/tipc/media.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * media.c TIPC link functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/media.h b/tipc/media.h index 8584af74b..f1b4b5405 100644 --- a/tipc/media.h +++ b/tipc/media.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * media.h TIPC link functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/misc.c b/tipc/misc.c index 6175bf07d..32d4a5e0b 100644 --- a/tipc/misc.c +++ b/tipc/misc.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * misc.c Miscellaneous TIPC helper functions. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/misc.h b/tipc/misc.h index 59309f68f..d00d7c9ca 100644 --- a/tipc/misc.h +++ b/tipc/misc.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * misc.h Miscellaneous TIPC helper functions. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/msg.c b/tipc/msg.c index 1225691c9..731b0fa76 100644 --- a/tipc/msg.c +++ b/tipc/msg.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * msg.c Messaging (netlink) helper functions. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/msg.h b/tipc/msg.h index 56af5a705..118a26647 100644 --- a/tipc/msg.h +++ b/tipc/msg.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * msg.h Messaging (netlink) helper functions. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/nametable.c b/tipc/nametable.c index b09ed5fc7..5162f7fcf 100644 --- a/tipc/nametable.c +++ b/tipc/nametable.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * nametable.c TIPC nametable functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/nametable.h b/tipc/nametable.h index e0473e18e..c4df8d9d2 100644 --- a/tipc/nametable.h +++ b/tipc/nametable.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * nametable.h TIPC nametable functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/node.c b/tipc/node.c index bf592a074..e645d374c 100644 --- a/tipc/node.c +++ b/tipc/node.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * node.c TIPC node functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/node.h b/tipc/node.h index afee1fd06..4a986d078 100644 --- a/tipc/node.h +++ b/tipc/node.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * node.h TIPC node functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/peer.c b/tipc/peer.c index ed18efc55..5a583fb91 100644 --- a/tipc/peer.c +++ b/tipc/peer.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * peer.c TIPC peer functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/peer.h b/tipc/peer.h index 897226165..2bd0a2a37 100644 --- a/tipc/peer.h +++ b/tipc/peer.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * peer.h TIPC peer functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/socket.c b/tipc/socket.c index 597ffd91a..4d376e075 100644 --- a/tipc/socket.c +++ b/tipc/socket.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * socket.c TIPC socket functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/socket.h b/tipc/socket.h index 9d1b64872..c4341bb21 100644 --- a/tipc/socket.h +++ b/tipc/socket.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * socket.h TIPC socket functionality. * - * 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. - * * Authors: Richard Alpe */ diff --git a/tipc/tipc.c b/tipc/tipc.c index 9f23a4bfd..56af052cb 100644 --- a/tipc/tipc.c +++ b/tipc/tipc.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * tipc. TIPC utility frontend. * - * 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. - * * Authors: Richard Alpe */