* [PATCH] docs/about/license: Update LICENSE URL
@ 2023-08-22 7:56 Philippe Mathieu-Daudé
2023-08-22 8:26 ` Daniel P. Berrangé
2023-08-22 13:15 ` Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-08-22 7:56 UTC (permalink / raw)
To: qemu-devel
Cc: Stefan Hajnoczi, qemu-stable, Paolo Bonzini, Peter Maydell,
Daniel P . Berrangé, Thomas Huth,
Philippe Mathieu-Daudé
In early 2021 (see commit 2ad784339e "docs: update README to use
GitLab repo URLs") almost all of the code base was converted to
point to GitLab instead of git.qemu.org. During 2023, git.qemu.org
switched from a git mirror to a http redirect to GitLab (see [*]).
Update the LICENSE URL to match its previous content.
[*] https://lore.kernel.org/qemu-devel/CABgObfZu3mFc8tM20K-yXdt7F-7eV-uKZN4sKDarSeu7DYoRbA@mail.gmail.com/
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
docs/about/license.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/about/license.rst b/docs/about/license.rst
index cde3d2d25d..f5f0e25a7e 100644
--- a/docs/about/license.rst
+++ b/docs/about/license.rst
@@ -8,4 +8,4 @@ QEMU is a trademark of Fabrice Bellard.
QEMU is released under the `GNU General Public
License <https://www.gnu.org/licenses/gpl-2.0.txt>`__, version 2. Parts
of QEMU have specific licenses, see file
-`LICENSE <https://git.qemu.org/?p=qemu.git;a=blob_plain;f=LICENSE>`__.
+`LICENSE <https://gitlab.com/qemu-project/qemu/-/raw/master/LICENSE?ref_type=heads>`__.
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] docs/about/license: Update LICENSE URL
2023-08-22 7:56 [PATCH] docs/about/license: Update LICENSE URL Philippe Mathieu-Daudé
@ 2023-08-22 8:26 ` Daniel P. Berrangé
2023-08-22 13:15 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2023-08-22 8:26 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: qemu-devel, Stefan Hajnoczi, qemu-stable, Paolo Bonzini,
Peter Maydell, Thomas Huth
On Tue, Aug 22, 2023 at 09:56:12AM +0200, Philippe Mathieu-Daudé wrote:
> In early 2021 (see commit 2ad784339e "docs: update README to use
> GitLab repo URLs") almost all of the code base was converted to
> point to GitLab instead of git.qemu.org. During 2023, git.qemu.org
> switched from a git mirror to a http redirect to GitLab (see [*]).
>
> Update the LICENSE URL to match its previous content.
>
> [*] https://lore.kernel.org/qemu-devel/CABgObfZu3mFc8tM20K-yXdt7F-7eV-uKZN4sKDarSeu7DYoRbA@mail.gmail.com/
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> docs/about/license.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/about/license.rst b/docs/about/license.rst
> index cde3d2d25d..f5f0e25a7e 100644
> --- a/docs/about/license.rst
> +++ b/docs/about/license.rst
> @@ -8,4 +8,4 @@ QEMU is a trademark of Fabrice Bellard.
> QEMU is released under the `GNU General Public
> License <https://www.gnu.org/licenses/gpl-2.0.txt>`__, version 2. Parts
> of QEMU have specific licenses, see file
> -`LICENSE <https://git.qemu.org/?p=qemu.git;a=blob_plain;f=LICENSE>`__.
> +`LICENSE <https://gitlab.com/qemu-project/qemu/-/raw/master/LICENSE?ref_type=heads>`__.
I'm not sure that '?ref_type=heads' is needed, as it seems to work without
that present too. Either way though.
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs/about/license: Update LICENSE URL
2023-08-22 7:56 [PATCH] docs/about/license: Update LICENSE URL Philippe Mathieu-Daudé
2023-08-22 8:26 ` Daniel P. Berrangé
@ 2023-08-22 13:15 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2023-08-22 13:15 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: qemu-devel, Stefan Hajnoczi, qemu-stable, Paolo Bonzini,
Peter Maydell, Daniel P . Berrangé, Thomas Huth
On Tue, 22 Aug 2023 at 03:57, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> In early 2021 (see commit 2ad784339e "docs: update README to use
> GitLab repo URLs") almost all of the code base was converted to
> point to GitLab instead of git.qemu.org. During 2023, git.qemu.org
> switched from a git mirror to a http redirect to GitLab (see [*]).
>
> Update the LICENSE URL to match its previous content.
>
> [*] https://lore.kernel.org/qemu-devel/CABgObfZu3mFc8tM20K-yXdt7F-7eV-uKZN4sKDarSeu7DYoRbA@mail.gmail.com/
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> docs/about/license.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-22 13:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-22 7:56 [PATCH] docs/about/license: Update LICENSE URL Philippe Mathieu-Daudé
2023-08-22 8:26 ` Daniel P. Berrangé
2023-08-22 13:15 ` Stefan Hajnoczi
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).