qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
@ 2023-02-08 12:51 Khadija Kamran
  2023-02-08 12:56 ` Khadija Kamran
  2023-02-09 10:37 ` Thomas Huth
  0 siblings, 2 replies; 7+ messages in thread
From: Khadija Kamran @ 2023-02-08 12:51 UTC (permalink / raw)
  To: qemu-devel
  Cc: thuth, ysato, alex.bennee, pbonzini, fam, peter.maydell, philmd,
	kwolf, hreitz

diff --git a/contrib/gitdm/filetypes.txt b/contrib/gitdm/filetypes.txt
index d2d6f6db8d..b1d01c0992 100644
--- a/contrib/gitdm/filetypes.txt
+++ b/contrib/gitdm/filetypes.txt
@@ -12,8 +12,7 @@
 # GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 # Authors : Gregorio Robles <grex@gsyc.escet.urjc.es>
 # Authors : Germán Póo-Caamaño <gpoo@gnome.org>
diff --git a/hw/scsi/viosrp.h b/hw/scsi/viosrp.h
index e5f9768e8f..58c29aa925 100644
--- a/hw/scsi/viosrp.h
+++ b/hw/scsi/viosrp.h
@@ -16,8 +16,7 @@
 /* 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
+/* along with this program. If not, see <https://www.gnu.org/licenses/>.     */
 /*                                                                           */
 /*                                                                           */
 /* This file contains structures and definitions for IBM RPA (RS/6000        */
diff --git a/hw/sh4/sh7750_regs.h b/hw/sh4/sh7750_regs.h
index beb571d5e9..94043431e6 100644
--- a/hw/sh4/sh7750_regs.h
+++ b/hw/sh4/sh7750_regs.h
@@ -22,8 +22,7 @@
  * 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 RTEMS; see
- * file COPYING. If not, write to the Free Software Foundation, 675
- * Mass Ave, Cambridge, MA 02139, USA.
+ * file COPYING. If not, see <https://www.gnu.org/licenses/>.
  *
  * As a special exception, including RTEMS header files in a file,
  * instantiating RTEMS generics or templates, or linking other files
diff --git a/include/hw/arm/raspi_platform.h b/include/hw/arm/raspi_platform.h
index e0e6c8ce94..4a56dd4b89 100644
--- a/include/hw/arm/raspi_platform.h
+++ b/include/hw/arm/raspi_platform.h
@@ -18,8 +18,7 @@
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
  *
  * Various undocumented addresses and names come from Herman Hermitage's VC4
  * documentation:
diff --git a/include/qemu/uri.h b/include/qemu/uri.h
index d201c61260..cf8ec70356 100644
--- a/include/qemu/uri.h
+++ b/include/qemu/uri.h
@@ -41,8 +41,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+ * License along with this library. If not, see <https://www.gnu.org/licenses/>.
  *
  * Authors:
  *    Richard W.M. Jones <rjones@redhat.com>
diff --git a/tests/qemu-iotests/022 b/tests/qemu-iotests/022
index a116cfe255..d98d1ea90f 100755
--- a/tests/qemu-iotests/022
+++ b/tests/qemu-iotests/022
@@ -16,9 +16,7 @@
 # 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307
-# USA
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 
 # creator
diff --git a/tests/unit/rcutorture.c b/tests/unit/rcutorture.c
index 495a4e6f42..7662081683 100644
--- a/tests/unit/rcutorture.c
+++ b/tests/unit/rcutorture.c
@@ -50,8 +50,7 @@
  * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
  *
  * Copyright (c) 2008 Paul E. McKenney, IBM Corporation.
  */
diff --git a/tests/unit/test-rcu-list.c b/tests/unit/test-rcu-list.c
index 64b81ae058..9964171da4 100644
--- a/tests/unit/test-rcu-list.c
+++ b/tests/unit/test-rcu-list.c
@@ -14,8 +14,7 @@
  * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
  *
  * Copyright (c) 2013 Mike D. Day, IBM Corporation.
  */
diff --git a/util/uri.c b/util/uri.c
index ff72c6005f..dcb3305236 100644
--- a/util/uri.c
+++ b/util/uri.c
@@ -43,8 +43,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+ * License along with this library. If not, see <https://www.gnu.org/licenses/>.
  *
  * Authors:
  *    Richard W.M. Jones <rjones@redhat.com>
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
  2023-02-08 12:51 [PATCH] Updated the FSF address to <https://www.gnu.org/licenses/> Khadija Kamran
@ 2023-02-08 12:56 ` Khadija Kamran
  2023-02-09 10:37 ` Thomas Huth
  1 sibling, 0 replies; 7+ messages in thread
From: Khadija Kamran @ 2023-02-08 12:56 UTC (permalink / raw)
  To: qemu-devel, Markus Armbruster
  Cc: thuth, ysato, alex.bennee, pbonzini, fam, peter.maydell, philmd,
	kwolf, hreitz

[-- Attachment #1: Type: text/plain, Size: 6180 bytes --]

Hey Markus! Thank you for the help with the git rebase command. I was able
to combine my commits to one, create a patch and email it. :)

On Wed, Feb 8, 2023 at 12:52 PM Khadija Kamran <
kkamran.bese16seecs@seecs.edu.pk> wrote:

> diff --git a/contrib/gitdm/filetypes.txt b/contrib/gitdm/filetypes.txt
> index d2d6f6db8d..b1d01c0992 100644
> --- a/contrib/gitdm/filetypes.txt
> +++ b/contrib/gitdm/filetypes.txt
> @@ -12,8 +12,7 @@
>  # GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
> USA.
> +# along with this program. If not, see <https://www.gnu.org/licenses/>.
>  #
>  # Authors : Gregorio Robles <grex@gsyc.escet.urjc.es>
>  # Authors : Germán Póo-Caamaño <gpoo@gnome.org>
> diff --git a/hw/scsi/viosrp.h b/hw/scsi/viosrp.h
> index e5f9768e8f..58c29aa925 100644
> --- a/hw/scsi/viosrp.h
> +++ b/hw/scsi/viosrp.h
> @@ -16,8 +16,7 @@
>  /* 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307
> USA */
> +/* along with this program. If not, see <https://www.gnu.org/licenses/>.
>    */
>  /*
>    */
>  /*
>    */
>  /* This file contains structures and definitions for IBM RPA (RS/6000
>     */
> diff --git a/hw/sh4/sh7750_regs.h b/hw/sh4/sh7750_regs.h
> index beb571d5e9..94043431e6 100644
> --- a/hw/sh4/sh7750_regs.h
> +++ b/hw/sh4/sh7750_regs.h
> @@ -22,8 +22,7 @@
>   * 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 RTEMS; see
> - * file COPYING. If not, write to the Free Software Foundation, 675
> - * Mass Ave, Cambridge, MA 02139, USA.
> + * file COPYING. If not, see <https://www.gnu.org/licenses/>.
>   *
>   * As a special exception, including RTEMS header files in a file,
>   * instantiating RTEMS generics or templates, or linking other files
> diff --git a/include/hw/arm/raspi_platform.h
> b/include/hw/arm/raspi_platform.h
> index e0e6c8ce94..4a56dd4b89 100644
> --- a/include/hw/arm/raspi_platform.h
> +++ b/include/hw/arm/raspi_platform.h
> @@ -18,8 +18,7 @@
>   * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307
> USA
> + * along with this program. If not, see <https://www.gnu.org/licenses/>.
>   *
>   * Various undocumented addresses and names come from Herman Hermitage's
> VC4
>   * documentation:
> diff --git a/include/qemu/uri.h b/include/qemu/uri.h
> index d201c61260..cf8ec70356 100644
> --- a/include/qemu/uri.h
> +++ b/include/qemu/uri.h
> @@ -41,8 +41,7 @@
>   * Lesser General Public License for more details.
>   *
>   * You should have received a copy of the GNU Lesser General Public
> - * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
> USA
> + * License along with this library. If not, see <
> https://www.gnu.org/licenses/>.
>   *
>   * Authors:
>   *    Richard W.M. Jones <rjones@redhat.com>
> diff --git a/tests/qemu-iotests/022 b/tests/qemu-iotests/022
> index a116cfe255..d98d1ea90f 100755
> --- a/tests/qemu-iotests/022
> +++ b/tests/qemu-iotests/022
> @@ -16,9 +16,7 @@
>  # 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307
> -# USA
> +# along with this program. If not, see <https://www.gnu.org/licenses/>.
>  #
>
>  # creator
> diff --git a/tests/unit/rcutorture.c b/tests/unit/rcutorture.c
> index 495a4e6f42..7662081683 100644
> --- a/tests/unit/rcutorture.c
> +++ b/tests/unit/rcutorture.c
> @@ -50,8 +50,7 @@
>   * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
> USA.
> + * along with this program. If not, see <https://www.gnu.org/licenses/>.
>   *
>   * Copyright (c) 2008 Paul E. McKenney, IBM Corporation.
>   */
> diff --git a/tests/unit/test-rcu-list.c b/tests/unit/test-rcu-list.c
> index 64b81ae058..9964171da4 100644
> --- a/tests/unit/test-rcu-list.c
> +++ b/tests/unit/test-rcu-list.c
> @@ -14,8 +14,7 @@
>   * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
> USA.
> + * along with this program. If not, see <https://www.gnu.org/licenses/>.
>   *
>   * Copyright (c) 2013 Mike D. Day, IBM Corporation.
>   */
> diff --git a/util/uri.c b/util/uri.c
> index ff72c6005f..dcb3305236 100644
> --- a/util/uri.c
> +++ b/util/uri.c
> @@ -43,8 +43,7 @@
>   * Lesser General Public License for more details.
>   *
>   * You should have received a copy of the GNU Lesser General Public
> - * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
> USA
> + * License along with this library. If not, see <
> https://www.gnu.org/licenses/>.
>   *
>   * Authors:
>   *    Richard W.M. Jones <rjones@redhat.com>
> --
> 2.34.1
>
>

-- 
Regards,
Khadija Kamran
Registration number: 193799
BESE-7A

[-- Attachment #2: Type: text/html, Size: 8584 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
  2023-02-08 12:51 [PATCH] Updated the FSF address to <https://www.gnu.org/licenses/> Khadija Kamran
  2023-02-08 12:56 ` Khadija Kamran
@ 2023-02-09 10:37 ` Thomas Huth
  2023-02-09 11:08   ` Khadija Kamran
  1 sibling, 1 reply; 7+ messages in thread
From: Thomas Huth @ 2023-02-09 10:37 UTC (permalink / raw)
  To: Khadija Kamran, qemu-devel
  Cc: ysato, alex.bennee, pbonzini, fam, peter.maydell, philmd, kwolf,
	hreitz


  Hi Khadija,

the diffs below look fine now ... but unfortunately the commit description 
is now lacking your "Signed-off-by" line as we require it for QEMU:

 
https://www.qemu.org/docs/master/devel/submitting-a-patch.html#patch-emails-must-include-a-signed-off-by-line

You can edit the commit description easily by running "git commit --amend" 
again in the branch where you have your commit (assuming it is the topmost 
one), or by running "git rebase -i master" and then mark the commit with 
"reword" instead of "pick".

While you're at it, it would also be nice to re-add the description and the 
"Resolves:" line that you had in earlier version of the patches.

  HTH,
   Thomas


On 08/02/2023 13.51, Khadija Kamran wrote:
> diff --git a/contrib/gitdm/filetypes.txt b/contrib/gitdm/filetypes.txt
> index d2d6f6db8d..b1d01c0992 100644
> --- a/contrib/gitdm/filetypes.txt
> +++ b/contrib/gitdm/filetypes.txt
> @@ -12,8 +12,7 @@
>   # GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +# along with this program. If not, see <https://www.gnu.org/licenses/>.
>   #
>   # Authors : Gregorio Robles <grex@gsyc.escet.urjc.es>
>   # Authors : Germán Póo-Caamaño <gpoo@gnome.org>
> diff --git a/hw/scsi/viosrp.h b/hw/scsi/viosrp.h
> index e5f9768e8f..58c29aa925 100644
> --- a/hw/scsi/viosrp.h
> +++ b/hw/scsi/viosrp.h
> @@ -16,8 +16,7 @@
>   /* 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
> +/* along with this program. If not, see <https://www.gnu.org/licenses/>.     */
>   /*                                                                           */
>   /*                                                                           */
>   /* This file contains structures and definitions for IBM RPA (RS/6000        */
> diff --git a/hw/sh4/sh7750_regs.h b/hw/sh4/sh7750_regs.h
> index beb571d5e9..94043431e6 100644
> --- a/hw/sh4/sh7750_regs.h
> +++ b/hw/sh4/sh7750_regs.h
> @@ -22,8 +22,7 @@
>    * 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 RTEMS; see
> - * file COPYING. If not, write to the Free Software Foundation, 675
> - * Mass Ave, Cambridge, MA 02139, USA.
> + * file COPYING. If not, see <https://www.gnu.org/licenses/>.
>    *
>    * As a special exception, including RTEMS header files in a file,
>    * instantiating RTEMS generics or templates, or linking other files
> diff --git a/include/hw/arm/raspi_platform.h b/include/hw/arm/raspi_platform.h
> index e0e6c8ce94..4a56dd4b89 100644
> --- a/include/hw/arm/raspi_platform.h
> +++ b/include/hw/arm/raspi_platform.h
> @@ -18,8 +18,7 @@
>    * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * along with this program. If not, see <https://www.gnu.org/licenses/>.
>    *
>    * Various undocumented addresses and names come from Herman Hermitage's VC4
>    * documentation:
> diff --git a/include/qemu/uri.h b/include/qemu/uri.h
> index d201c61260..cf8ec70356 100644
> --- a/include/qemu/uri.h
> +++ b/include/qemu/uri.h
> @@ -41,8 +41,7 @@
>    * Lesser General Public License for more details.
>    *
>    * You should have received a copy of the GNU Lesser General Public
> - * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
> + * License along with this library. If not, see <https://www.gnu.org/licenses/>.
>    *
>    * Authors:
>    *    Richard W.M. Jones <rjones@redhat.com>
> diff --git a/tests/qemu-iotests/022 b/tests/qemu-iotests/022
> index a116cfe255..d98d1ea90f 100755
> --- a/tests/qemu-iotests/022
> +++ b/tests/qemu-iotests/022
> @@ -16,9 +16,7 @@
>   # 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307
> -# USA
> +# along with this program. If not, see <https://www.gnu.org/licenses/>.
>   #
>   
>   # creator
> diff --git a/tests/unit/rcutorture.c b/tests/unit/rcutorture.c
> index 495a4e6f42..7662081683 100644
> --- a/tests/unit/rcutorture.c
> +++ b/tests/unit/rcutorture.c
> @@ -50,8 +50,7 @@
>    * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> + * along with this program. If not, see <https://www.gnu.org/licenses/>.
>    *
>    * Copyright (c) 2008 Paul E. McKenney, IBM Corporation.
>    */
> diff --git a/tests/unit/test-rcu-list.c b/tests/unit/test-rcu-list.c
> index 64b81ae058..9964171da4 100644
> --- a/tests/unit/test-rcu-list.c
> +++ b/tests/unit/test-rcu-list.c
> @@ -14,8 +14,7 @@
>    * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> + * along with this program. If not, see <https://www.gnu.org/licenses/>.
>    *
>    * Copyright (c) 2013 Mike D. Day, IBM Corporation.
>    */
> diff --git a/util/uri.c b/util/uri.c
> index ff72c6005f..dcb3305236 100644
> --- a/util/uri.c
> +++ b/util/uri.c
> @@ -43,8 +43,7 @@
>    * Lesser General Public License for more details.
>    *
>    * You should have received a copy of the GNU Lesser General Public
> - * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
> + * License along with this library. If not, see <https://www.gnu.org/licenses/>.
>    *
>    * Authors:
>    *    Richard W.M. Jones <rjones@redhat.com>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
  2023-02-09 10:37 ` Thomas Huth
@ 2023-02-09 11:08   ` Khadija Kamran
  0 siblings, 0 replies; 7+ messages in thread
From: Khadija Kamran @ 2023-02-09 11:08 UTC (permalink / raw)
  To: Thomas Huth
  Cc: qemu-devel, ysato, Alex Bennée, pbonzini, fam, peter.maydell,
	philmd, kwolf, hreitz, Markus Armbruster

[-- Attachment #1: Type: text/plain, Size: 7219 bytes --]

Hey Thomas! I feel really confused because my patch file has all the
details that you mentioned. I wonder why it is not sending it the way it
did before.

On Thu, Feb 9, 2023, 3:39 PM Thomas Huth <thuth@redhat.com> wrote:

>
>   Hi Khadija,
>
> the diffs below look fine now ... but unfortunately the commit description
> is now lacking your "Signed-off-by" line as we require it for QEMU:
>
>
>
> https://www.qemu.org/docs/master/devel/submitting-a-patch.html#patch-emails-must-include-a-signed-off-by-line
>
> You can edit the commit description easily by running "git commit --amend"
> again in the branch where you have your commit (assuming it is the topmost
> one), or by running "git rebase -i master" and then mark the commit with
> "reword" instead of "pick".
>
> While you're at it, it would also be nice to re-add the description and
> the
> "Resolves:" line that you had in earlier version of the patches.
>
>   HTH,
>    Thomas
>
>
> On 08/02/2023 13.51, Khadija Kamran wrote:
> > diff --git a/contrib/gitdm/filetypes.txt b/contrib/gitdm/filetypes.txt
> > index d2d6f6db8d..b1d01c0992 100644
> > --- a/contrib/gitdm/filetypes.txt
> > +++ b/contrib/gitdm/filetypes.txt
> > @@ -12,8 +12,7 @@
> >   # GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
> USA.
> > +# along with this program. If not, see <https://www.gnu.org/licenses/>.
> >   #
> >   # Authors : Gregorio Robles <grex@gsyc.escet.urjc.es>
> >   # Authors : Germán Póo-Caamaño <gpoo@gnome.org>
> > diff --git a/hw/scsi/viosrp.h b/hw/scsi/viosrp.h
> > index e5f9768e8f..58c29aa925 100644
> > --- a/hw/scsi/viosrp.h
> > +++ b/hw/scsi/viosrp.h
> > @@ -16,8 +16,7 @@
> >   /* 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., 59 Temple Place, Suite 330, Boston, MA
> 02111-1307  USA */
> > +/* along with this program. If not, see <https://www.gnu.org/licenses/>.
>    */
> >   /*
>        */
> >   /*
>        */
> >   /* This file contains structures and definitions for IBM RPA (RS/6000
>       */
> > diff --git a/hw/sh4/sh7750_regs.h b/hw/sh4/sh7750_regs.h
> > index beb571d5e9..94043431e6 100644
> > --- a/hw/sh4/sh7750_regs.h
> > +++ b/hw/sh4/sh7750_regs.h
> > @@ -22,8 +22,7 @@
> >    * 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 RTEMS; see
> > - * file COPYING. If not, write to the Free Software Foundation, 675
> > - * Mass Ave, Cambridge, MA 02139, USA.
> > + * file COPYING. If not, see <https://www.gnu.org/licenses/>.
> >    *
> >    * As a special exception, including RTEMS header files in a file,
> >    * instantiating RTEMS generics or templates, or linking other files
> > diff --git a/include/hw/arm/raspi_platform.h
> b/include/hw/arm/raspi_platform.h
> > index e0e6c8ce94..4a56dd4b89 100644
> > --- a/include/hw/arm/raspi_platform.h
> > +++ b/include/hw/arm/raspi_platform.h
> > @@ -18,8 +18,7 @@
> >    * 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., 59 Temple Place, Suite 330, Boston, MA
> 02111-1307  USA
> > + * along with this program. If not, see <https://www.gnu.org/licenses/
> >.
> >    *
> >    * Various undocumented addresses and names come from Herman
> Hermitage's VC4
> >    * documentation:
> > diff --git a/include/qemu/uri.h b/include/qemu/uri.h
> > index d201c61260..cf8ec70356 100644
> > --- a/include/qemu/uri.h
> > +++ b/include/qemu/uri.h
> > @@ -41,8 +41,7 @@
> >    * Lesser General Public License for more details.
> >    *
> >    * You should have received a copy of the GNU Lesser General Public
> > - * License along with this library; if not, write to the Free Software
> > - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
> USA
> > + * License along with this library. If not, see <
> https://www.gnu.org/licenses/>.
> >    *
> >    * Authors:
> >    *    Richard W.M. Jones <rjones@redhat.com>
> > diff --git a/tests/qemu-iotests/022 b/tests/qemu-iotests/022
> > index a116cfe255..d98d1ea90f 100755
> > --- a/tests/qemu-iotests/022
> > +++ b/tests/qemu-iotests/022
> > @@ -16,9 +16,7 @@
> >   # 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307
> > -# USA
> > +# along with this program. If not, see <https://www.gnu.org/licenses/>.
> >   #
> >
> >   # creator
> > diff --git a/tests/unit/rcutorture.c b/tests/unit/rcutorture.c
> > index 495a4e6f42..7662081683 100644
> > --- a/tests/unit/rcutorture.c
> > +++ b/tests/unit/rcutorture.c
> > @@ -50,8 +50,7 @@
> >    * 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., 59 Temple Place - Suite 330, Boston, MA
> 02111-1307, USA.
> > + * along with this program. If not, see <https://www.gnu.org/licenses/
> >.
> >    *
> >    * Copyright (c) 2008 Paul E. McKenney, IBM Corporation.
> >    */
> > diff --git a/tests/unit/test-rcu-list.c b/tests/unit/test-rcu-list.c
> > index 64b81ae058..9964171da4 100644
> > --- a/tests/unit/test-rcu-list.c
> > +++ b/tests/unit/test-rcu-list.c
> > @@ -14,8 +14,7 @@
> >    * 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., 59 Temple Place - Suite 330, Boston, MA
> 02111-1307, USA.
> > + * along with this program. If not, see <https://www.gnu.org/licenses/
> >.
> >    *
> >    * Copyright (c) 2013 Mike D. Day, IBM Corporation.
> >    */
> > diff --git a/util/uri.c b/util/uri.c
> > index ff72c6005f..dcb3305236 100644
> > --- a/util/uri.c
> > +++ b/util/uri.c
> > @@ -43,8 +43,7 @@
> >    * Lesser General Public License for more details.
> >    *
> >    * You should have received a copy of the GNU Lesser General Public
> > - * License along with this library; if not, write to the Free Software
> > - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
> USA
> > + * License along with this library. If not, see <
> https://www.gnu.org/licenses/>.
> >    *
> >    * Authors:
> >    *    Richard W.M. Jones <rjones@redhat.com>
>
>

[-- Attachment #2: Type: text/html, Size: 10002 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
@ 2023-02-20  7:01 Khadija Kamran
  2023-02-20  8:33 ` Stefan Weil via
  0 siblings, 1 reply; 7+ messages in thread
From: Khadija Kamran @ 2023-02-20  7:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: thuth, ysato, alex.bennee, pbonzini, fam, peter.maydell, philmd,
	kwolf, hreitz, armbru

From: Khadija Kamran <kkamran.bese16seecs@seecs.edu.pk>

The Free Software Foundation moved to a new address and some sources in QEMU referred to their old location.
The address should be updated and replaced to a pointer to <https://www.gnu.org/licenses/>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/379

Signed-off-by: Khadija Kamran <kkamran.bese16seecs@seecs.edu.pk>
---
 contrib/gitdm/filetypes.txt     | 3 +--
 hw/scsi/viosrp.h                | 3 +--
 hw/sh4/sh7750_regs.h            | 3 +--
 include/hw/arm/raspi_platform.h | 3 +--
 include/qemu/uri.h              | 3 +--
 tests/qemu-iotests/022          | 4 +---
 tests/unit/rcutorture.c         | 3 +--
 tests/unit/test-rcu-list.c      | 3 +--
 util/uri.c                      | 3 +--
 9 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/contrib/gitdm/filetypes.txt b/contrib/gitdm/filetypes.txt
index d2d6f6db8d..b1d01c0992 100644
--- a/contrib/gitdm/filetypes.txt
+++ b/contrib/gitdm/filetypes.txt
@@ -12,8 +12,7 @@
 # GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 # Authors : Gregorio Robles <grex@gsyc.escet.urjc.es>
 # Authors : Germán Póo-Caamaño <gpoo@gnome.org>
diff --git a/hw/scsi/viosrp.h b/hw/scsi/viosrp.h
index e5f9768e8f..58c29aa925 100644
--- a/hw/scsi/viosrp.h
+++ b/hw/scsi/viosrp.h
@@ -16,8 +16,7 @@
 /* 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
+/* along with this program. If not, see <https://www.gnu.org/licenses/>.     */
 /*                                                                           */
 /*                                                                           */
 /* This file contains structures and definitions for IBM RPA (RS/6000        */
diff --git a/hw/sh4/sh7750_regs.h b/hw/sh4/sh7750_regs.h
index beb571d5e9..94043431e6 100644
--- a/hw/sh4/sh7750_regs.h
+++ b/hw/sh4/sh7750_regs.h
@@ -22,8 +22,7 @@
  * 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 RTEMS; see
- * file COPYING. If not, write to the Free Software Foundation, 675
- * Mass Ave, Cambridge, MA 02139, USA.
+ * file COPYING. If not, see <https://www.gnu.org/licenses/>.
  *
  * As a special exception, including RTEMS header files in a file,
  * instantiating RTEMS generics or templates, or linking other files
diff --git a/include/hw/arm/raspi_platform.h b/include/hw/arm/raspi_platform.h
index e0e6c8ce94..4a56dd4b89 100644
--- a/include/hw/arm/raspi_platform.h
+++ b/include/hw/arm/raspi_platform.h
@@ -18,8 +18,7 @@
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
  *
  * Various undocumented addresses and names come from Herman Hermitage's VC4
  * documentation:
diff --git a/include/qemu/uri.h b/include/qemu/uri.h
index d201c61260..cf8ec70356 100644
--- a/include/qemu/uri.h
+++ b/include/qemu/uri.h
@@ -41,8 +41,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+ * License along with this library. If not, see <https://www.gnu.org/licenses/>.
  *
  * Authors:
  *    Richard W.M. Jones <rjones@redhat.com>
diff --git a/tests/qemu-iotests/022 b/tests/qemu-iotests/022
index a116cfe255..d98d1ea90f 100755
--- a/tests/qemu-iotests/022
+++ b/tests/qemu-iotests/022
@@ -16,9 +16,7 @@
 # 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307
-# USA
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 
 # creator
diff --git a/tests/unit/rcutorture.c b/tests/unit/rcutorture.c
index 495a4e6f42..7662081683 100644
--- a/tests/unit/rcutorture.c
+++ b/tests/unit/rcutorture.c
@@ -50,8 +50,7 @@
  * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
  *
  * Copyright (c) 2008 Paul E. McKenney, IBM Corporation.
  */
diff --git a/tests/unit/test-rcu-list.c b/tests/unit/test-rcu-list.c
index 64b81ae058..9964171da4 100644
--- a/tests/unit/test-rcu-list.c
+++ b/tests/unit/test-rcu-list.c
@@ -14,8 +14,7 @@
  * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
  *
  * Copyright (c) 2013 Mike D. Day, IBM Corporation.
  */
diff --git a/util/uri.c b/util/uri.c
index ff72c6005f..dcb3305236 100644
--- a/util/uri.c
+++ b/util/uri.c
@@ -43,8 +43,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+ * License along with this library. If not, see <https://www.gnu.org/licenses/>.
  *
  * Authors:
  *    Richard W.M. Jones <rjones@redhat.com>
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
  2023-02-20  7:01 Khadija Kamran
@ 2023-02-20  8:33 ` Stefan Weil via
  2023-02-21 12:38   ` Thomas Huth
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Weil via @ 2023-02-20  8:33 UTC (permalink / raw)
  To: Khadija Kamran, qemu-devel
  Cc: thuth, ysato, alex.bennee, pbonzini, fam, peter.maydell, philmd,
	kwolf, hreitz, armbru

Am 20.02.23 um 08:01 schrieb Khadija Kamran:
> From: Khadija Kamran <kkamran.bese16seecs@seecs.edu.pk>
> 
> The Free Software Foundation moved to a new address and some sources in QEMU referred to their old location.
> The address should be updated and replaced to a pointer to <https://www.gnu.org/licenses/>

... replaced by a pointer ... ?

> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/379
> 
> Signed-off-by: Khadija Kamran <kkamran.bese16seecs@seecs.edu.pk>
> ---
>   contrib/gitdm/filetypes.txt     | 3 +--
>   hw/scsi/viosrp.h                | 3 +--
>   hw/sh4/sh7750_regs.h            | 3 +--
>   include/hw/arm/raspi_platform.h | 3 +--
>   include/qemu/uri.h              | 3 +--
>   tests/qemu-iotests/022          | 4 +---
>   tests/unit/rcutorture.c         | 3 +--
>   tests/unit/test-rcu-list.c      | 3 +--
>   util/uri.c                      | 3 +--
>   9 files changed, 9 insertions(+), 19 deletions(-)
> 

Reviewed-by: Stefan Weil <sw@weilnetz.de>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
  2023-02-20  8:33 ` Stefan Weil via
@ 2023-02-21 12:38   ` Thomas Huth
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Huth @ 2023-02-21 12:38 UTC (permalink / raw)
  To: Stefan Weil, Khadija Kamran, qemu-devel
  Cc: ysato, alex.bennee, pbonzini, fam, peter.maydell, philmd, kwolf,
	hreitz, armbru

On 20/02/2023 09.33, Stefan Weil wrote:
> Am 20.02.23 um 08:01 schrieb Khadija Kamran:
>> From: Khadija Kamran <kkamran.bese16seecs@seecs.edu.pk>
>>
>> The Free Software Foundation moved to a new address and some sources in 
>> QEMU referred to their old location.
>> The address should be updated and replaced to a pointer to 
>> <https://www.gnu.org/licenses/>
> 
> ... replaced by a pointer ... ?

I'll take this patch through my git tree and fix it there.

  Thanks,
   Thomas


>> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/379
>>
>> Signed-off-by: Khadija Kamran <kkamran.bese16seecs@seecs.edu.pk>
>> ---
>>   contrib/gitdm/filetypes.txt     | 3 +--
>>   hw/scsi/viosrp.h                | 3 +--
>>   hw/sh4/sh7750_regs.h            | 3 +--
>>   include/hw/arm/raspi_platform.h | 3 +--
>>   include/qemu/uri.h              | 3 +--
>>   tests/qemu-iotests/022          | 4 +---
>>   tests/unit/rcutorture.c         | 3 +--
>>   tests/unit/test-rcu-list.c      | 3 +--
>>   util/uri.c                      | 3 +--
>>   9 files changed, 9 insertions(+), 19 deletions(-)
>>
> 
> Reviewed-by: Stefan Weil <sw@weilnetz.de>
> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-21 12:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08 12:51 [PATCH] Updated the FSF address to <https://www.gnu.org/licenses/> Khadija Kamran
2023-02-08 12:56 ` Khadija Kamran
2023-02-09 10:37 ` Thomas Huth
2023-02-09 11:08   ` Khadija Kamran
  -- strict thread matches above, loose matches on Subject: below --
2023-02-20  7:01 Khadija Kamran
2023-02-20  8:33 ` Stefan Weil via
2023-02-21 12:38   ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).