diff mbox series

[meta-oe,scarthgap] sip: Fix homepage and license

Message ID 20250206123650.118049-1-leon.anavi@konsulko.com
State New
Headers show
Series [meta-oe,scarthgap] sip: Fix homepage and license | expand

Commit Message

Leon Anavi Feb. 6, 2025, 12:36 p.m. UTC
After the migration from Mercurial to GitHub the homepage has
changed and SIP has been licensed under the BSD-2-Clause license
since Feb 9, 2024, including for release 6.8.6.

This work was sponsored by GOVCERT.LU.

License-Update: SIP is licensed under the BSD-2-Clause license.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 meta-oe/recipes-devtools/sip/sip_6.8.6.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/sip/sip_6.8.6.bb b/meta-oe/recipes-devtools/sip/sip_6.8.6.bb
index 157e404515..1defe29b08 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.8.6.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.8.6.bb
@@ -3,8 +3,8 @@ 
 
 SUMMARY = "A Python bindings generator for C/C++ libraries"
 
-HOMEPAGE = "https://www.riverbankcomputing.com/software/sip/"
-LICENSE = "GPL-2.0-or-later"
+HOMEPAGE = "https://github.com/Python-SIP/sip"
+LICENSE = "BSD-2-Clause"
 SECTION = "devel"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e"