qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] docs/about/license: Update LICENSE URL
@ 2023-08-22 12:57 Philippe Mathieu-Daudé
  2023-08-22 13:16 ` Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-08-22 12:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-stable, Daniel P . Berrangé, Paolo Bonzini,
	Peter Maydell, Thomas Huth, Stefan Hajnoczi,
	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 [1]).

Update the LICENSE URL to match its previous content, displaying
the file raw content similarly to gitweb 'blob_plain' format ([2]).

[1] https://lore.kernel.org/qemu-devel/CABgObfZu3mFc8tM20K-yXdt7F-7eV-uKZN4sKDarSeu7DYoRbA@mail.gmail.com/
[2] https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-blobplain

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
v2: Drop '&ref_type=heads' (danpb)
---
 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..303c55d61b 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>`__.
-- 
2.41.0



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

* Re: [PATCH v2] docs/about/license: Update LICENSE URL
  2023-08-22 12:57 [PATCH v2] docs/about/license: Update LICENSE URL Philippe Mathieu-Daudé
@ 2023-08-22 13:16 ` Stefan Hajnoczi
  2023-08-23 10:08 ` Thomas Huth
  2023-08-23 13:05 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2023-08-22 13:16 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, qemu-stable, Daniel P . Berrangé, Paolo Bonzini,
	Peter Maydell, Thomas Huth, Stefan Hajnoczi

On Tue, 22 Aug 2023 at 08: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 [1]).
>
> Update the LICENSE URL to match its previous content, displaying
> the file raw content similarly to gitweb 'blob_plain' format ([2]).
>
> [1] https://lore.kernel.org/qemu-devel/CABgObfZu3mFc8tM20K-yXdt7F-7eV-uKZN4sKDarSeu7DYoRbA@mail.gmail.com/
> [2] https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-blobplain
>
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> v2: Drop '&ref_type=heads' (danpb)
> ---
>  docs/about/license.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>


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

* Re: [PATCH v2] docs/about/license: Update LICENSE URL
  2023-08-22 12:57 [PATCH v2] docs/about/license: Update LICENSE URL Philippe Mathieu-Daudé
  2023-08-22 13:16 ` Stefan Hajnoczi
@ 2023-08-23 10:08 ` Thomas Huth
  2023-08-23 13:05 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2023-08-23 10:08 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: qemu-stable, Daniel P . Berrangé, Paolo Bonzini,
	Peter Maydell, Stefan Hajnoczi, QEMU Trivial

On 22/08/2023 14.57, 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 [1]).
> 
> Update the LICENSE URL to match its previous content, displaying
> the file raw content similarly to gitweb 'blob_plain' format ([2]).
> 
> [1] https://lore.kernel.org/qemu-devel/CABgObfZu3mFc8tM20K-yXdt7F-7eV-uKZN4sKDarSeu7DYoRbA@mail.gmail.com/
> [2] https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-blobplain
> 
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> v2: Drop '&ref_type=heads' (danpb)
> ---
>   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..303c55d61b 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>`__.

Reviewed-by: Thomas Huth <thuth@redhat.com>



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

* Re: [PATCH v2] docs/about/license: Update LICENSE URL
  2023-08-22 12:57 [PATCH v2] docs/about/license: Update LICENSE URL Philippe Mathieu-Daudé
  2023-08-22 13:16 ` Stefan Hajnoczi
  2023-08-23 10:08 ` Thomas Huth
@ 2023-08-23 13:05 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2023-08-23 13:05 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, qemu-stable, Daniel P . Berrangé, Paolo Bonzini,
	Peter Maydell, Thomas Huth

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

On Tue, Aug 22, 2023 at 02:57:16PM +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 [1]).
> 
> Update the LICENSE URL to match its previous content, displaying
> the file raw content similarly to gitweb 'blob_plain' format ([2]).
> 
> [1] https://lore.kernel.org/qemu-devel/CABgObfZu3mFc8tM20K-yXdt7F-7eV-uKZN4sKDarSeu7DYoRbA@mail.gmail.com/
> [2] https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-blobplain
> 
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> v2: Drop '&ref_type=heads' (danpb)
> ---
>  docs/about/license.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to my staging tree.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2023-08-23 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-22 12:57 [PATCH v2] docs/about/license: Update LICENSE URL Philippe Mathieu-Daudé
2023-08-22 13:16 ` Stefan Hajnoczi
2023-08-23 10:08 ` Thomas Huth
2023-08-23 13:05 ` 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).