public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/mdbtools] f44: migrate to SPDX license
Date: Mon, 13 Jul 2026 10:47:05 GMT	[thread overview]
Message-ID: <178393962561.1.16377690856728351689.rpms-mdbtools-193196c1e151@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/mdbtools
            Branch : f44
            Commit : 193196c1e1515b24b3134ef418c1e95a73d8dc16
            Author : Miroslav Suchý <msuchy@redhat.com>
            Date   : 2026-03-12T20:57:44+01:00
            Stats  : +4/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/mdbtools/c/193196c1e1515b24b3134ef418c1e95a73d8dc16?branch=f44

            Log:
            migrate to SPDX license

This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4

---
diff --git a/mdbtools.spec b/mdbtools.spec
index 3fb4e20..17575da 100644
--- a/mdbtools.spec
+++ b/mdbtools.spec
@@ -2,7 +2,6 @@ Name:           mdbtools
 Version:        1.0.0
 Release:        10%{?dist}
 Summary:        Access data stored in Microsoft Access databases
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
 License:        GPL-2.0-or-later
 URL:            https://github.com/mdbtools/mdbtools/
 Source0:        https://github.com/mdbtools/mdbtools/releases/download/v%{version}/mdbtools-%{version}.tar.gz
@@ -23,7 +22,8 @@ Access databases.
 
 %package libs
 Summary:        Library for accessing data stored in Microsoft Access databases
-License:        LGPLv2+
+# sql/parser.* is GPL-3.0-or-later WITH Bison-exception-2.2
+License:        LGPL-2.0-or-later AND GPL-3.0-or-later WITH Bison-exception-2.2
 
 %description libs
 This package contains the MDB Tools library, which can be used by applications
@@ -32,7 +32,7 @@ to access data stored in Microsoft Access databases.
 
 %package        devel
 Summary:        Development files for %{name}
-License:        LGPLv2+
+License:        LGPL-2.0-or-later AND GPL-3.0-or-later WITH Bison-exception-2.2
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}, glib2-devel, pkgconfig
 
 %description    devel
@@ -42,7 +42,7 @@ developing applications that use %{name}.
 
 %package        odbc
 Summary:        MDB Unix-ODBC driver
-License:        LGPLv2+
+License:        LGPL-2.0-or-later
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 
 %description    odbc

                 reply	other threads:[~2026-07-13 10:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178393962561.1.16377690856728351689.rpms-mdbtools-193196c1e151@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox